- abort(String, Exception) - 类 中的方法org.elasticsearch.action.bulk.BulkItemRequest
-
- abort() - 类 中的方法org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Marks snapshot as aborted
- aborted() - 类 中的方法org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Returns true if snapshot process was aborted
- abortOnVersionConflict(boolean) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
-
Should we version conflicts cause the action to abort?
- abortOnVersionConflict(boolean) - 类 中的方法org.elasticsearch.index.reindex.DeleteByQueryRequestBuilder
-
- abortOnVersionConflict(boolean) - 类 中的方法org.elasticsearch.index.reindex.UpdateByQueryRequestBuilder
-
- abortRelocationHandoff() - 类 中的方法org.elasticsearch.index.seqno.GlobalCheckpointTracker
-
Fails a relocation handoff attempt.
- abortRelocationHandoff() - 类 中的方法org.elasticsearch.index.seqno.SequenceNumbersService
-
Fails a relocation handoff attempt.
- absoluteTimeInMillis() - 类 中的方法org.elasticsearch.threadpool.ThreadPool
-
Returns the value of milliseconds since UNIX epoch.
- AbstractAggregationBuilder<AB extends AbstractAggregationBuilder<AB>> - org.elasticsearch.search.aggregations中的类
-
- AbstractAggregationBuilder(String) - 类 的构造器org.elasticsearch.search.aggregations.AbstractAggregationBuilder
-
Constructs a new aggregation builder.
- AbstractAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.AbstractAggregationBuilder
-
Read from a stream.
- AbstractAllocateAllocationCommand - org.elasticsearch.cluster.routing.allocation.command中的类
-
Abstract base class for allocating an unassigned shard to a node
- AbstractAllocateAllocationCommand(String, int, String) - 类 的构造器org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
-
- AbstractAllocateAllocationCommand(StreamInput) - 类 的构造器org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
-
Read from a stream.
- AbstractAllocateAllocationCommand.Builder<T extends AbstractAllocateAllocationCommand> - org.elasticsearch.cluster.routing.allocation.command中的类
-
Works around ObjectParser not supporting constructor arguments.
- AbstractAllocationDecision - org.elasticsearch.cluster.routing.allocation中的类
-
An abstract class for representing various types of allocation decisions.
- AbstractAllocationDecision(DiscoveryNode, List<NodeAllocationResult>) - 类 的构造器org.elasticsearch.cluster.routing.allocation.AbstractAllocationDecision
-
- AbstractAllocationDecision(StreamInput) - 类 的构造器org.elasticsearch.cluster.routing.allocation.AbstractAllocationDecision
-
- AbstractAtomicGeoPointFieldData - org.elasticsearch.index.fielddata.plain中的类
-
- AbstractAtomicGeoPointFieldData() - 类 的构造器org.elasticsearch.index.fielddata.plain.AbstractAtomicGeoPointFieldData
-
- AbstractAtomicOrdinalsFieldData - org.elasticsearch.index.fielddata.plain中的类
-
- AbstractAtomicOrdinalsFieldData(Function<SortedSetDocValues, ScriptDocValues<?>>) - 类 的构造器org.elasticsearch.index.fielddata.plain.AbstractAtomicOrdinalsFieldData
-
- AbstractBinaryDocValues - org.elasticsearch.index.fielddata中的类
-
Base implementation that throws an IOException for the
DocIdSetIterator APIs.
- AbstractBinaryDocValues() - 类 的构造器org.elasticsearch.index.fielddata.AbstractBinaryDocValues
-
- AbstractBindingBuilder<T> - org.elasticsearch.common.inject.internal中的类
-
Bind a value or constant.
- AbstractBindingBuilder(Binder, List<Element>, Object, Key<T>) - 类 的构造器org.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
- AbstractBlobContainer - org.elasticsearch.common.blobstore.support中的类
-
A base abstract blob container that implements higher level container methods.
- AbstractBlobContainer(BlobPath) - 类 的构造器org.elasticsearch.common.blobstore.support.AbstractBlobContainer
-
- AbstractBulkByScrollRequest<Self extends AbstractBulkByScrollRequest<Self>> - org.elasticsearch.index.reindex中的类
-
- AbstractBulkByScrollRequest() - 类 的构造器org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
Constructor for deserialization.
- AbstractBulkByScrollRequest(SearchRequest, boolean) - 类 的构造器org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
Constructor for actual use.
- AbstractBulkByScrollRequestBuilder<Request extends AbstractBulkByScrollRequest<Request>,Self extends AbstractBulkByScrollRequestBuilder<Request,Self>> - org.elasticsearch.index.reindex中的类
-
- AbstractBulkByScrollRequestBuilder(ElasticsearchClient, Action<Request, BulkByScrollResponse, Self>, SearchRequestBuilder, Request) - 类 的构造器org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
-
- AbstractBulkIndexByScrollRequest<Self extends AbstractBulkIndexByScrollRequest<Self>> - org.elasticsearch.index.reindex中的类
-
- AbstractBulkIndexByScrollRequest() - 类 的构造器org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequest
-
Constructor for deserialization.
- AbstractBulkIndexByScrollRequest(SearchRequest, boolean) - 类 的构造器org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequest
-
Constructor for actual use.
- AbstractBulkIndexByScrollRequestBuilder<Request extends AbstractBulkIndexByScrollRequest<Request>,Self extends AbstractBulkIndexByScrollRequestBuilder<Request,Self>> - org.elasticsearch.index.reindex中的类
-
- AbstractBulkIndexByScrollRequestBuilder(ElasticsearchClient, Action<Request, BulkByScrollResponse, Self>, SearchRequestBuilder, Request) - 类 的构造器org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequestBuilder
-
- AbstractCatAction - org.elasticsearch.rest.action.cat中的类
-
- AbstractCatAction(Settings) - 类 的构造器org.elasticsearch.rest.action.cat.AbstractCatAction
-
- AbstractCharFilterFactory - org.elasticsearch.index.analysis中的类
-
- AbstractCharFilterFactory(IndexSettings, String) - 类 的构造器org.elasticsearch.index.analysis.AbstractCharFilterFactory
-
- AbstractClient - org.elasticsearch.client.support中的类
-
- AbstractClient(Settings, ThreadPool) - 类 的构造器org.elasticsearch.client.support.AbstractClient
-
- AbstractComponent - org.elasticsearch.common.component中的类
-
- AbstractComponent(Settings) - 类 的构造器org.elasticsearch.common.component.AbstractComponent
-
- AbstractComponent(Settings, Class) - 类 的构造器org.elasticsearch.common.component.AbstractComponent
-
- AbstractDiffable<T extends Diffable<T>> - org.elasticsearch.cluster中的类
-
Abstract diffable object with simple diffs implementation that sends the entire object if object has changed or
nothing is object remained the same.
- AbstractDiffable() - 类 的构造器org.elasticsearch.cluster.AbstractDiffable
-
- AbstractDistanceScoreFunction(double, double, double, DecayFunction, MultiValueMode) - 类 的构造器org.elasticsearch.index.query.functionscore.DecayFunctionBuilder.AbstractDistanceScoreFunction
-
- AbstractHDRPercentilesAggregator - org.elasticsearch.search.aggregations.metrics.percentiles.hdr中的类
-
- AbstractHDRPercentilesAggregator(String, ValuesSource.Numeric, SearchContext, Aggregator, double[], int, boolean, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.percentiles.hdr.AbstractHDRPercentilesAggregator
-
- AbstractHighlighterBuilder<HB extends AbstractHighlighterBuilder<?>> - org.elasticsearch.search.fetch.subphase.highlight中的类
-
- AbstractHighlighterBuilder() - 类 的构造器org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- AbstractHighlighterBuilder(AbstractHighlighterBuilder, QueryBuilder) - 类 的构造器org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- AbstractHighlighterBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
Read from a stream.
- AbstractIndexAnalyzerProvider<T extends org.apache.lucene.analysis.Analyzer> - org.elasticsearch.index.analysis中的类
-
- AbstractIndexAnalyzerProvider(IndexSettings, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.AbstractIndexAnalyzerProvider
-
Constructs a new analyzer component, with the index name and its settings and the analyzer name.
- AbstractIndexComponent - org.elasticsearch.index中的类
-
- AbstractIndexComponent(IndexSettings) - 类 的构造器org.elasticsearch.index.AbstractIndexComponent
-
Constructs a new index component, with the index name and its settings.
- AbstractIndexFieldData<FD extends AtomicFieldData> - org.elasticsearch.index.fielddata.plain中的类
-
- AbstractIndexFieldData(IndexSettings, String, IndexFieldDataCache) - 类 的构造器org.elasticsearch.index.fielddata.plain.AbstractIndexFieldData
-
- AbstractIndexFieldData.PerValueEstimator - org.elasticsearch.index.fielddata.plain中的接口
-
A PerValueEstimator is a sub-class that can be used to estimate
the memory overhead for loading the data.
- AbstractIndexOrdinalsFieldData - org.elasticsearch.index.fielddata.plain中的类
-
- AbstractIndexOrdinalsFieldData(IndexSettings, String, IndexFieldDataCache, CircuitBreakerService, double, double, int) - 类 的构造器org.elasticsearch.index.fielddata.plain.AbstractIndexOrdinalsFieldData
-
- AbstractIndexShardComponent - org.elasticsearch.index.shard中的类
-
- AbstractIndexShardComponent(ShardId, IndexSettings) - 类 的构造器org.elasticsearch.index.shard.AbstractIndexShardComponent
-
- AbstractInternalProfileTree<PB extends AbstractProfileBreakdown<?>,E> - org.elasticsearch.search.profile中的类
-
- AbstractInternalProfileTree() - 类 的构造器org.elasticsearch.search.profile.AbstractInternalProfileTree
-
- AbstractLatLonPointDVIndexFieldData - org.elasticsearch.index.fielddata.plain中的类
-
- AbstractLatLonPointDVIndexFieldData.Builder - org.elasticsearch.index.fielddata.plain中的类
-
- AbstractLatLonPointDVIndexFieldData.LatLonPointDVIndexFieldData - org.elasticsearch.index.fielddata.plain中的类
-
- AbstractLifecycleComponent - org.elasticsearch.common.component中的类
-
- AbstractLifecycleComponent(Settings) - 类 的构造器org.elasticsearch.common.component.AbstractLifecycleComponent
-
- AbstractLifecycleComponent(Settings, Class) - 类 的构造器org.elasticsearch.common.component.AbstractLifecycleComponent
-
- AbstractLifecycleRunnable - org.elasticsearch.common.util.concurrent中的类
-
- AbstractLifecycleRunnable(Lifecycle, Logger) - 类 的构造器org.elasticsearch.common.util.concurrent.AbstractLifecycleRunnable
-
- AbstractMatcher<T> - org.elasticsearch.common.inject.matcher中的类
-
Implements and() and or().
- AbstractMatcher() - 类 的构造器org.elasticsearch.common.inject.matcher.AbstractMatcher
-
- AbstractModelParser() - 类 的构造器org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel.AbstractModelParser
-
- AbstractModule - org.elasticsearch.common.inject中的类
-
A support class for
Modules which reduces repetition and results in
a more readable configuration.
- AbstractModule() - 类 的构造器org.elasticsearch.common.inject.AbstractModule
-
- AbstractNamedDiffable<T extends NamedDiffable<T>> - org.elasticsearch.cluster中的类
-
Abstract diffable object with simple diffs implementation that sends the entire object if object has changed or
nothing is object remained the same.
- AbstractNamedDiffable() - 类 的构造器org.elasticsearch.cluster.AbstractNamedDiffable
-
- AbstractNumericDocValues - org.elasticsearch.index.fielddata中的类
-
Base implementation that throws an IOException for the
DocIdSetIterator APIs.
- AbstractNumericDocValues() - 类 的构造器org.elasticsearch.index.fielddata.AbstractNumericDocValues
-
- AbstractObjectParser<Value,Context> - org.elasticsearch.common.xcontent中的类
-
- AbstractObjectParser() - 类 的构造器org.elasticsearch.common.xcontent.AbstractObjectParser
-
- AbstractPipelineAggregationBuilder<PAB extends AbstractPipelineAggregationBuilder<PAB>> - org.elasticsearch.search.aggregations.pipeline中的类
-
- AbstractPipelineAggregationBuilder(String, String, String[]) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
-
- AbstractPipelineAggregationBuilder(StreamInput, String) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
-
Read from a stream.
- AbstractProcessor - org.elasticsearch.ingest中的类
-
An Abstract Processor that holds a processorTag field to be used
by other processors.
- AbstractProcessor(String) - 类 的构造器org.elasticsearch.ingest.AbstractProcessor
-
- AbstractProfileBreakdown<T extends java.lang.Enum<T>> - org.elasticsearch.search.profile中的类
-
A record of timings for the various operations that may happen during query execution.
- AbstractProfileBreakdown(Class<T>) - 类 的构造器org.elasticsearch.search.profile.AbstractProfileBreakdown
-
Sole constructor.
- AbstractProfiler<PB extends AbstractProfileBreakdown<?>,E> - org.elasticsearch.search.profile中的类
-
- AbstractProfiler(AbstractInternalProfileTree<PB, E>) - 类 的构造器org.elasticsearch.search.profile.AbstractProfiler
-
- AbstractQueryBuilder<QB extends AbstractQueryBuilder<QB>> - org.elasticsearch.index.query中的类
-
Base class for all classes producing lucene queries.
- AbstractQueryBuilder() - 类 的构造器org.elasticsearch.index.query.AbstractQueryBuilder
-
- AbstractQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.AbstractQueryBuilder
-
- AbstractRangeAggregatorFactory<AF extends AbstractRangeAggregatorFactory<AF,R>,R extends RangeAggregator.Range> - org.elasticsearch.search.aggregations.bucket.range中的类
-
- AbstractRangeAggregatorFactory(String, ValuesSourceConfig<ValuesSource.Numeric>, R[], boolean, InternalRange.Factory<?, ?>, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.AbstractRangeAggregatorFactory
-
- AbstractRangeBuilder<AB extends AbstractRangeBuilder<AB,R>,R extends RangeAggregator.Range> - org.elasticsearch.search.aggregations.bucket.range中的类
-
- AbstractRangeBuilder(String, InternalRange.Factory<?, ?>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.AbstractRangeBuilder
-
- AbstractRangeBuilder(StreamInput, InternalRange.Factory<?, ?>, Writeable.Reader<R>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.AbstractRangeBuilder
-
Read from a stream.
- AbstractRecyclerC<T> - org.elasticsearch.common.recycler中的类
-
- AbstractRecyclerC() - 类 的构造器org.elasticsearch.common.recycler.AbstractRecyclerC
-
- AbstractRefCounted - org.elasticsearch.common.util.concurrent中的类
-
- AbstractRefCounted(String) - 类 的构造器org.elasticsearch.common.util.concurrent.AbstractRefCounted
-
- AbstractResourceWatcher<Listener> - org.elasticsearch.watcher中的类
-
Abstract resource watcher framework, which handles adding and removing listeners
and calling resource observer.
- AbstractResourceWatcher() - 类 的构造器org.elasticsearch.watcher.AbstractResourceWatcher
-
- AbstractRestChannel - org.elasticsearch.rest中的类
-
- AbstractRestChannel(RestRequest, boolean) - 类 的构造器org.elasticsearch.rest.AbstractRestChannel
-
- AbstractRoutingChangesObserver() - 类 的构造器org.elasticsearch.cluster.routing.RoutingChangesObserver.AbstractRoutingChangesObserver
-
- AbstractRunnable - org.elasticsearch.common.util.concurrent中的类
-
An extension to runnable.
- AbstractRunnable() - 类 的构造器org.elasticsearch.common.util.concurrent.AbstractRunnable
-
- AbstractScopedSettings - org.elasticsearch.common.settings中的类
-
A basic setting service that can be used for per-index and per-cluster settings.
- AbstractScopedSettings(Settings, Set<Setting<?>>, Setting.Property) - 类 的构造器org.elasticsearch.common.settings.AbstractScopedSettings
-
- AbstractScopedSettings(Settings, Settings, AbstractScopedSettings) - 类 的构造器org.elasticsearch.common.settings.AbstractScopedSettings
-
- AbstractScopedSettings.SettingUpdater<T> - org.elasticsearch.common.settings中的接口
-
Transactional interface to update settings.
- AbstractSimilarityProvider - org.elasticsearch.index.similarity中的类
-
- AbstractSimilarityProvider(String) - 类 的构造器org.elasticsearch.index.similarity.AbstractSimilarityProvider
-
Creates a new AbstractSimilarityProvider with the given name
- AbstractSortedDocValues - org.elasticsearch.index.fielddata中的类
-
Base implementation that throws an IOException for the
DocIdSetIterator APIs.
- AbstractSortedDocValues() - 类 的构造器org.elasticsearch.index.fielddata.AbstractSortedDocValues
-
- AbstractSortedNumericDocValues - org.elasticsearch.index.fielddata中的类
-
Base implementation that throws an IOException for the
DocIdSetIterator APIs.
- AbstractSortedNumericDocValues() - 类 的构造器org.elasticsearch.index.fielddata.AbstractSortedNumericDocValues
-
- AbstractSortedSetDocValues - org.elasticsearch.index.fielddata中的类
-
Base implementation that throws an IOException for the
DocIdSetIterator APIs.
- AbstractSortedSetDocValues() - 类 的构造器org.elasticsearch.index.fielddata.AbstractSortedSetDocValues
-
- AbstractSortingNumericDocValues - org.elasticsearch.index.fielddata中的类
-
Base implementation that throws an IOException for the
DocIdSetIterator APIs.
- AbstractSortingNumericDocValues() - 类 的构造器org.elasticsearch.index.fielddata.AbstractSortingNumericDocValues
-
- AbstractTDigestPercentilesAggregator - org.elasticsearch.search.aggregations.metrics.percentiles.tdigest中的类
-
- AbstractTDigestPercentilesAggregator(String, ValuesSource.Numeric, SearchContext, Aggregator, double[], double, boolean, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.AbstractTDigestPercentilesAggregator
-
- AbstractTokenFilterFactory - org.elasticsearch.index.analysis中的类
-
- AbstractTokenFilterFactory(IndexSettings, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.AbstractTokenFilterFactory
-
- AbstractTokenizerFactory - org.elasticsearch.index.analysis中的类
-
- AbstractTokenizerFactory(IndexSettings, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.AbstractTokenizerFactory
-
- AbstractXContentParser - org.elasticsearch.common.xcontent.support中的类
-
- AbstractXContentParser(NamedXContentRegistry) - 类 的构造器org.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- accept() - 类 中的方法org.apache.lucene.analysis.miscellaneous.DeDuplicatingTokenFilter
-
- accept(T, U) - 接口 中的方法org.elasticsearch.common.CheckedBiConsumer
-
- accept(T) - 接口 中的方法org.elasticsearch.common.CheckedConsumer
-
- accept(BytesRef) - 类 中的方法org.elasticsearch.index.fielddata.RamAccountingTermsEnum
-
Always accept the term.
- accept(long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude.LongFilter
-
- accept(long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude.PartitionedLongFilter
-
- accept(long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude.SetBackedLongFilter
-
- accept(BytesRef) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude.StringFilter
-
- acceptDataLoss - 类 中的变量org.elasticsearch.cluster.routing.allocation.command.BasePrimaryAllocationCommand
-
- acceptDataLoss() - 类 中的方法org.elasticsearch.cluster.routing.allocation.command.BasePrimaryAllocationCommand
-
The operation only executes if the user explicitly agrees to possible data loss
- acceptDataLoss - 类 中的变量org.elasticsearch.cluster.routing.allocation.command.BasePrimaryAllocationCommand.Builder
-
- acceptedGlobalOrdinals - 类 中的变量org.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator
-
- acceptedGlobalOrdinals(SortedSetDocValues) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude.OrdinalsFilter
-
- acceptIncomingRequests() - 类 中的方法org.elasticsearch.transport.TransportService
-
start accepting incoming requests.
- acceptScopingVisitor(BindingScopingVisitor<V>) - 接口 中的方法org.elasticsearch.common.inject.Binding
-
Accepts a scoping visitor.
- acceptScopingVisitor(BindingScopingVisitor<V>) - 类 中的方法org.elasticsearch.common.inject.internal.BindingImpl
-
- acceptTargetVisitor(BindingTargetVisitor<? super T, V>) - 接口 中的方法org.elasticsearch.common.inject.Binding
-
Accepts a target visitor.
- acceptTargetVisitor(BindingTargetVisitor<? super T, V>) - 类 中的方法org.elasticsearch.common.inject.internal.ExposedBindingImpl
-
- acceptTargetVisitor(BindingTargetVisitor<? super T, V>) - 类 中的方法org.elasticsearch.common.inject.internal.InstanceBindingImpl
-
- acceptTargetVisitor(BindingTargetVisitor<? super T, V>) - 类 中的方法org.elasticsearch.common.inject.internal.LinkedBindingImpl
-
- acceptTargetVisitor(BindingTargetVisitor<? super T, V>) - 类 中的方法org.elasticsearch.common.inject.internal.LinkedProviderBindingImpl
-
- acceptTargetVisitor(BindingTargetVisitor<? super T, V>) - 类 中的方法org.elasticsearch.common.inject.internal.ProviderInstanceBindingImpl
-
- acceptTargetVisitor(BindingTargetVisitor<? super T, V>) - 类 中的方法org.elasticsearch.common.inject.internal.UntargettedBindingImpl
-
- acceptVisitor(ElementVisitor<V>) - 类 中的方法org.elasticsearch.common.inject.internal.BindingImpl
-
- acceptVisitor(ElementVisitor<T>) - 类 中的方法org.elasticsearch.common.inject.internal.PrivateElementsImpl
-
- acceptVisitor(BindingScopingVisitor<V>) - 类 中的方法org.elasticsearch.common.inject.internal.Scoping
-
- acceptVisitor(ElementVisitor<T>) - 接口 中的方法org.elasticsearch.common.inject.spi.Element
-
Accepts an element visitor.
- acceptVisitor(ElementVisitor<R>) - 类 中的方法org.elasticsearch.common.inject.spi.InjectionRequest
-
- acceptVisitor(ElementVisitor<T>) - 类 中的方法org.elasticsearch.common.inject.spi.MembersInjectorLookup
-
- acceptVisitor(ElementVisitor<T>) - 类 中的方法org.elasticsearch.common.inject.spi.Message
-
- acceptVisitor(ElementVisitor<T>) - 类 中的方法org.elasticsearch.common.inject.spi.ProviderLookup
-
- acceptVisitor(ElementVisitor<T>) - 类 中的方法org.elasticsearch.common.inject.spi.ScopeBinding
-
- acceptVisitor(ElementVisitor<T>) - 类 中的方法org.elasticsearch.common.inject.spi.StaticInjectionRequest
-
- acceptVisitor(ElementVisitor<T>) - 类 中的方法org.elasticsearch.common.inject.spi.TypeConverterBinding
-
- acceptVisitor(ElementVisitor<T>) - 类 中的方法org.elasticsearch.common.inject.spi.TypeListenerBinding
-
- accessed(long) - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- accessed(long) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- accessed(long) - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- accuracy() - 类 中的方法org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- accuracy(float) - 类 中的方法org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- accuracy(float) - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
Sets how similar the suggested terms at least need to be compared to
the original suggest text tokens.
- accuracy(float) - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
s how similar the suggested terms at least need to be compared to the
original suggest text tokens.
- accuracy() - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
Get the accuracy setting.
- ACCURACY_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
- ack() - 类 中的方法org.elasticsearch.gateway.LocalAllocateDangledIndices.AllocateDangledResponse
-
- AckClusterStatePublishResponseHandler - org.elasticsearch.discovery中的类
-
Allows to wait for all nodes to reply to the publish of a new cluster state
and notifies the
Discovery.AckListener
so that the cluster state update can be acknowledged
- AckClusterStatePublishResponseHandler(Set<DiscoveryNode>, Discovery.AckListener) - 类 的构造器org.elasticsearch.discovery.AckClusterStatePublishResponseHandler
-
Creates a new AckClusterStatePublishResponseHandler
- AckedClusterStateTaskListener - org.elasticsearch.cluster中的接口
-
- AckedClusterStateUpdateTask<Response> - org.elasticsearch.cluster中的类
-
An extension interface to
ClusterStateUpdateTask that allows to be notified when
all the nodes have acknowledged a cluster state update request
- AckedClusterStateUpdateTask(AckedRequest, ActionListener<Response>) - 类 的构造器org.elasticsearch.cluster.AckedClusterStateUpdateTask
-
- AckedClusterStateUpdateTask(Priority, AckedRequest, ActionListener<Response>) - 类 的构造器org.elasticsearch.cluster.AckedClusterStateUpdateTask
-
- AckedRequest - org.elasticsearch.cluster.ack中的接口
-
Identifies a cluster state update request with acknowledgement support
- acknowledged() - 类 中的方法org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutResponse
-
- acknowledged() - 类 中的方法org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.RemoveResponse
-
- AcknowledgedRequest<Request extends MasterNodeRequest<Request>> - org.elasticsearch.action.support.master中的类
-
Abstract class that allows to mark action requests that support acknowledgements.
- AcknowledgedRequest() - 类 的构造器org.elasticsearch.action.support.master.AcknowledgedRequest
-
- AcknowledgedRequestBuilder<Request extends AcknowledgedRequest<Request>,Response extends AcknowledgedResponse,RequestBuilder extends AcknowledgedRequestBuilder<Request,Response,RequestBuilder>> - org.elasticsearch.action.support.master中的类
-
Base request builder for master node operations that support acknowledgements
- AcknowledgedRequestBuilder(ElasticsearchClient, Action<Request, Response, RequestBuilder>, Request) - 类 的构造器org.elasticsearch.action.support.master.AcknowledgedRequestBuilder
-
- AcknowledgedResponse - org.elasticsearch.action.support.master中的类
-
Abstract class that allows to mark action responses that support acknowledgements.
- AcknowledgedResponse() - 类 的构造器org.elasticsearch.action.support.master.AcknowledgedResponse
-
- AcknowledgedResponse(boolean) - 类 的构造器org.elasticsearch.action.support.master.AcknowledgedResponse
-
- AcknowledgedRestListener<T extends AcknowledgedResponse> - org.elasticsearch.rest.action中的类
-
- AcknowledgedRestListener(RestChannel) - 类 的构造器org.elasticsearch.rest.action.AcknowledgedRestListener
-
- ackTimeout() - 类 中的方法org.elasticsearch.action.support.master.AcknowledgedRequest
-
- ackTimeout() - 接口 中的方法org.elasticsearch.cluster.ack.AckedRequest
-
Returns the acknowledgement timeout
- ackTimeout() - 类 中的方法org.elasticsearch.cluster.ack.ClusterStateUpdateRequest
-
Returns the maximum time interval to wait for acknowledgements
- ackTimeout(TimeValue) - 类 中的方法org.elasticsearch.cluster.ack.ClusterStateUpdateRequest
-
Sets the acknowledgement timeout
- ackTimeout() - 接口 中的方法org.elasticsearch.cluster.AckedClusterStateTaskListener
-
Acknowledgement timeout, maximum time interval to wait for acknowledgements
- ackTimeout() - 类 中的方法org.elasticsearch.cluster.AckedClusterStateUpdateTask
-
Acknowledgement timeout, maximum time interval to wait for acknowledgements
- acquire(T) - 类 中的方法org.elasticsearch.common.util.concurrent.KeyedLock
-
- acquire() - 类 中的方法org.elasticsearch.common.util.concurrent.ReleasableLock
-
- acquireFSLockForPaths(IndexSettings, Path...) - 类 中的静态方法org.elasticsearch.env.NodeEnvironment
-
Acquires, then releases, all write.lock files in the given
shard paths.
- acquireIndexCommit(boolean) - 类 中的方法org.elasticsearch.index.engine.Engine
-
Snapshots the index and returns a handle to it.
- acquireIndexCommit(boolean) - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
- acquireIndexCommit(boolean) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
Creates a new IndexCommit snapshot form the currently running engine.
- acquirePrimaryOperationPermit(ActionListener<Releasable>, String) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
Acquire a primary operation permit whenever the shard is ready for indexing.
- acquireReplicaOperationPermit(long, long, ActionListener<Releasable>, String) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- acquireRetentionLock() - 类 中的方法org.elasticsearch.index.translog.Translog
-
Acquires a lock on the translog files, preventing them from being trimmed
- acquireSearcher(String) - 类 中的方法org.elasticsearch.index.engine.Engine
-
Returns a new searcher instance.
- acquireSearcher(String, Engine.SearcherScope) - 类 中的方法org.elasticsearch.index.engine.Engine
-
Returns a new searcher instance.
- acquireSearcher(String) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- acquireThrottle() - 类 中的方法org.elasticsearch.index.engine.Engine.IndexThrottle
-
- acquireTranslogRetentionLock() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- Action<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response,RequestBuilder>> - org.elasticsearch.action中的类
-
Base action.
- Action(String) - 类 的构造器org.elasticsearch.action.Action
-
- action - 类 中的变量org.elasticsearch.action.ActionRequestBuilder
-
- action() - 类 中的方法org.elasticsearch.action.update.UpdateHelper.Result
-
- action() - 异常错误 中的方法org.elasticsearch.transport.ActionNotFoundTransportException
-
- action() - 异常错误 中的方法org.elasticsearch.transport.ActionTransportException
-
The action to invoke.
- ACTION_NAME - 类 中的静态变量org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus
-
- ACTION_NAME - 类 中的静态变量org.elasticsearch.action.bulk.TransportShardBulkAction
-
- ACTION_NAME - 类 中的静态变量org.elasticsearch.cluster.action.index.NodeMappingRefreshAction
-
- ACTION_NAME - 类 中的静态变量org.elasticsearch.discovery.zen.UnicastZenPing
-
- ACTION_NAME - 类 中的静态变量org.elasticsearch.gateway.LocalAllocateDangledIndices
-
- ACTION_NAME - 类 中的静态变量org.elasticsearch.gateway.TransportNodesListGatewayMetaState
-
- ACTION_NAME - 类 中的静态变量org.elasticsearch.gateway.TransportNodesListGatewayStartedShards
-
- ACTION_NAME - 类 中的静态变量org.elasticsearch.index.seqno.GlobalCheckpointSyncAction
-
- ACTION_NAME - 类 中的静态变量org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData
-
- ACTION_NAME - 类 中的静态变量org.elasticsearch.repositories.VerifyNodeRepositoryAction
-
- ACTION_SHARD_EXISTS - 类 中的静态变量org.elasticsearch.indices.store.IndicesStore
-
- ActionFilter - org.elasticsearch.action.support中的接口
-
A filter allowing to filter transport actions
- ActionFilter.Simple - org.elasticsearch.action.support中的类
-
A simple base class for injectable action filters that spares the implementation from handling the
filter chain.
- ActionFilterChain<Request extends ActionRequest,Response extends ActionResponse> - org.elasticsearch.action.support中的接口
-
A filter chain allowing to continue and process the transport action request
- ActionFilters - org.elasticsearch.action.support中的类
-
- ActionFilters(Set<ActionFilter>) - 类 的构造器org.elasticsearch.action.support.ActionFilters
-
- ActionFuture<T> - org.elasticsearch.action中的接口
-
An extension to Future allowing for simplified "get" operations.
- actionGet() - 接口 中的方法org.elasticsearch.action.ActionFuture
-
Similar to Future.get(), just catching the InterruptedException and throwing
an IllegalStateException instead.
- actionGet(String) - 接口 中的方法org.elasticsearch.action.ActionFuture
-
Similar to Future.get(long, java.util.concurrent.TimeUnit), just catching the InterruptedException and throwing
an IllegalStateException instead.
- actionGet(long) - 接口 中的方法org.elasticsearch.action.ActionFuture
-
Similar to Future.get(long, java.util.concurrent.TimeUnit), just catching the InterruptedException and throwing
an IllegalStateException instead.
- actionGet(long, TimeUnit) - 接口 中的方法org.elasticsearch.action.ActionFuture
-
Similar to Future.get(long, java.util.concurrent.TimeUnit), just catching the InterruptedException and throwing
an IllegalStateException instead.
- actionGet(TimeValue) - 接口 中的方法org.elasticsearch.action.ActionFuture
-
Similar to Future.get(long, java.util.concurrent.TimeUnit), just catching the InterruptedException and throwing
an IllegalStateException instead.
- actionGet() - 类 中的方法org.elasticsearch.action.support.AdapterActionFuture
-
- actionGet(String) - 类 中的方法org.elasticsearch.action.support.AdapterActionFuture
-
- actionGet(long) - 类 中的方法org.elasticsearch.action.support.AdapterActionFuture
-
- actionGet(TimeValue) - 类 中的方法org.elasticsearch.action.support.AdapterActionFuture
-
- actionGet(long, TimeUnit) - 类 中的方法org.elasticsearch.action.support.AdapterActionFuture
-
- ActionHandler(GenericAction<Request, Response>, Class<? extends TransportAction<Request, Response>>, Class<?>...) - 类 的构造器org.elasticsearch.plugins.ActionPlugin.ActionHandler
-
- ActionListener<Response> - org.elasticsearch.action中的接口
-
A listener for action responses or failures.
- ActionListenerResponseHandler<Response extends TransportResponse> - org.elasticsearch.action中的类
-
A simple base class for action response listeners, defaulting to using the SAME executor (as its
very common on response handlers).
- ActionListenerResponseHandler(ActionListener<? super Response>, Supplier<Response>) - 类 的构造器org.elasticsearch.action.ActionListenerResponseHandler
-
- ActionModule - org.elasticsearch.action中的类
-
- ActionModule(boolean, Settings, IndexNameExpressionResolver, IndexScopedSettings, ClusterSettings, SettingsFilter, ThreadPool, List<ActionPlugin>, NodeClient, CircuitBreakerService, UsageService) - 类 的构造器org.elasticsearch.action.ActionModule
-
- actionName - 类 中的变量org.elasticsearch.action.support.TransportAction
-
- ActionNotFoundTransportException - org.elasticsearch.transport中的异常错误
-
An exception indicating that a transport action was not found.
- ActionNotFoundTransportException(StreamInput) - 异常错误 的构造器org.elasticsearch.transport.ActionNotFoundTransportException
-
- ActionNotFoundTransportException(String) - 异常错误 的构造器org.elasticsearch.transport.ActionNotFoundTransportException
-
- ActionPlugin - org.elasticsearch.plugins中的接口
-
An additional extension point for
Plugins that extends Elasticsearch's scripting functionality.
- ActionPlugin.ActionHandler<Request extends ActionRequest,Response extends ActionResponse> - org.elasticsearch.plugins中的类
-
- ActionRequest - org.elasticsearch.action中的类
-
- ActionRequest() - 类 的构造器org.elasticsearch.action.ActionRequest
-
- ActionRequestBuilder<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response,RequestBuilder>> - org.elasticsearch.action中的类
-
- ActionRequestBuilder(ElasticsearchClient, Action<Request, Response, RequestBuilder>, Request) - 类 的构造器org.elasticsearch.action.ActionRequestBuilder
-
- ActionRequestValidationException - org.elasticsearch.action中的异常错误
-
- ActionRequestValidationException() - 异常错误 的构造器org.elasticsearch.action.ActionRequestValidationException
-
- ActionResponse - org.elasticsearch.action中的类
-
Base class for responses to action requests.
- ActionResponse() - 类 的构造器org.elasticsearch.action.ActionResponse
-
- ActionRunnable<Response> - org.elasticsearch.action中的类
-
- ActionRunnable(ActionListener<Response>) - 类 的构造器org.elasticsearch.action.ActionRunnable
-
- actions() - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesClusterStateUpdateRequest
-
Returns the alias actions to be performed
- Actions() - 类 的构造器org.elasticsearch.indices.recovery.PeerRecoverySourceService.Actions
-
- Actions() - 类 的构造器org.elasticsearch.indices.recovery.PeerRecoveryTargetService.Actions
-
- ActionTransportException - org.elasticsearch.transport中的异常错误
-
An action invocation failure.
- ActionTransportException(StreamInput) - 异常错误 的构造器org.elasticsearch.transport.ActionTransportException
-
- ActionTransportException(String, TransportAddress, String, Throwable) - 异常错误 的构造器org.elasticsearch.transport.ActionTransportException
-
- ActionTransportException(String, TransportAddress, String, String, Throwable) - 异常错误 的构造器org.elasticsearch.transport.ActionTransportException
-
- actionType() - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
Type of the action to perform.
- activate() - 类 中的方法org.elasticsearch.index.engine.Engine.IndexThrottle
-
Activate throttling, which switches the lock to be a real lock
- activatePrimaryMode(long) - 类 中的方法org.elasticsearch.index.seqno.GlobalCheckpointTracker
-
- activatePrimaryMode(long) - 类 中的方法org.elasticsearch.index.seqno.SequenceNumbersService
-
- activateThrottling() - 类 中的方法org.elasticsearch.index.engine.Engine
-
Request that this engine throttle incoming indexing requests to one thread.
- activateThrottling() - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
- activateThrottling() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- activateThrottling(IndexShard) - 类 中的方法org.elasticsearch.indices.IndexingMemoryController
-
Asks this shard to throttle indexing to one thread
- activateWithPrimaryContext(GlobalCheckpointTracker.PrimaryContext) - 类 中的方法org.elasticsearch.index.seqno.GlobalCheckpointTracker
-
- activateWithPrimaryContext(GlobalCheckpointTracker.PrimaryContext) - 类 中的方法org.elasticsearch.index.seqno.SequenceNumbersService
-
- activateWithPrimaryContext(GlobalCheckpointTracker.PrimaryContext) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
Updates the known allocation IDs and the local checkpoints for the corresponding allocations from a primary relocation source.
- active() - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
- active() - 类 中的方法org.elasticsearch.index.mapper.ParentFieldMapper
-
- activeInitializingShardsIt(int) - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
Returns an iterator over active and initializing shards.
- activeInitializingShardsRandomIt() - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
Returns an iterator over active and initializing shards.
- activeInitializingShardsRankedIt(ResponseCollectorService, Map<String, Long>) - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
Returns an iterator over active and initializing shards, ordered by the adaptive replica
selection forumla.
- activeOnly() - 类 中的方法org.elasticsearch.action.admin.indices.recovery.RecoveryRequest
-
True if activeOnly flag is set, false otherwise.
- activeOnly(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.recovery.RecoveryRequest
-
Set value of the activeOnly flag.
- activePrimary(ShardId) - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes
-
Returns the active primary shard for the given shard id or null if
no primary is found or the primary is not active.
- activePrimaryShardsGrouped(String[], boolean) - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable
-
All the *active* primary shards for the provided indices grouped (each group is a single element, consisting
of the primary shard).
- activeReplicaWithHighestVersion(ShardId) - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes
-
Returns one active replica shard for the given shard id or null if
no active replica is found.
- ActiveShardCount - org.elasticsearch.action.support中的类
-
A class whose instances represent a value for counting the number
of active shard copies for a given shard in an index.
- activeShards() - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
Returns a List of active shards
- ActiveShardsObserver - org.elasticsearch.action.support中的类
-
This class provides primitives for waiting for a configured number of shards
to become active before sending a response on an
ActionListener.
- ActiveShardsObserver(Settings, ClusterService, ThreadPool) - 类 的构造器org.elasticsearch.action.support.ActiveShardsObserver
-
- activityTimeout() - 类 中的方法org.elasticsearch.indices.recovery.RecoverySettings
-
- actualSizeToRead() - 类 中的方法org.elasticsearch.common.lucene.store.InputStreamIndexInput
-
- AdapterActionFuture<T,L> - org.elasticsearch.action.support中的类
-
- AdapterActionFuture() - 类 的构造器org.elasticsearch.action.support.AdapterActionFuture
-
- adaptiveSelection() - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
- adaptiveSelection(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
Should adaptiveSelection statistics be returned.
- AdaptiveSelectionStats - org.elasticsearch.node中的类
-
Class representing statistics about adaptive replica selection.
- AdaptiveSelectionStats(Map<String, Long>, Map<String, ResponseCollectorService.ComputedNodeStats>) - 类 的构造器org.elasticsearch.node.AdaptiveSelectionStats
-
- AdaptiveSelectionStats(StreamInput) - 类 的构造器org.elasticsearch.node.AdaptiveSelectionStats
-
- add(AllocationCommand...) - 类 中的方法org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
-
Adds allocation commands to be applied to the cluster.
- add(AllocationCommand...) - 类 中的方法org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequestBuilder
-
Adds allocation commands to be applied to the cluster.
- add() - 类 中的静态方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- add(CommonStats) - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStats
-
- add(IndexRequest) - 类 中的方法org.elasticsearch.action.bulk.BulkProcessor
-
- add(DeleteRequest) - 类 中的方法org.elasticsearch.action.bulk.BulkProcessor
-
- add(DocWriteRequest) - 类 中的方法org.elasticsearch.action.bulk.BulkProcessor
-
Adds either a delete or an index request.
- add(DocWriteRequest, Object) - 类 中的方法org.elasticsearch.action.bulk.BulkProcessor
-
- add(BytesReference, String, String, XContentType) - 类 中的方法org.elasticsearch.action.bulk.BulkProcessor
-
Adds the data from the bytes to be processed by the bulk processor
- add(BytesReference, String, String, String, Object, XContentType) - 类 中的方法org.elasticsearch.action.bulk.BulkProcessor
-
Adds the data from the bytes to be processed by the bulk processor
- add(DocWriteRequest...) - 类 中的方法org.elasticsearch.action.bulk.BulkRequest
-
Adds a list of requests to be executed.
- add(DocWriteRequest) - 类 中的方法org.elasticsearch.action.bulk.BulkRequest
-
- add(DocWriteRequest, Object) - 类 中的方法org.elasticsearch.action.bulk.BulkRequest
-
Add a request to the current BulkRequest.
- add(Iterable<DocWriteRequest>) - 类 中的方法org.elasticsearch.action.bulk.BulkRequest
-
Adds a list of requests to be executed.
- add(IndexRequest) - 类 中的方法org.elasticsearch.action.bulk.BulkRequest
-
- add(IndexRequest, Object) - 类 中的方法org.elasticsearch.action.bulk.BulkRequest
-
- add(UpdateRequest) - 类 中的方法org.elasticsearch.action.bulk.BulkRequest
-
- add(UpdateRequest, Object) - 类 中的方法org.elasticsearch.action.bulk.BulkRequest
-
- add(DeleteRequest) - 类 中的方法org.elasticsearch.action.bulk.BulkRequest
-
- add(DeleteRequest, Object) - 类 中的方法org.elasticsearch.action.bulk.BulkRequest
-
- add(byte[], int, int, XContentType) - 类 中的方法org.elasticsearch.action.bulk.BulkRequest
-
Adds a framed data in binary format
- add(byte[], int, int, String, String, XContentType) - 类 中的方法org.elasticsearch.action.bulk.BulkRequest
-
Adds a framed data in binary format
- add(BytesReference, String, String, XContentType) - 类 中的方法org.elasticsearch.action.bulk.BulkRequest
-
Adds a framed data in binary format
- add(BytesReference, String, String, boolean, XContentType) - 类 中的方法org.elasticsearch.action.bulk.BulkRequest
-
Adds a framed data in binary format
- add(BytesReference, String, String, String, String[], FetchSourceContext, String, Object, boolean, XContentType) - 类 中的方法org.elasticsearch.action.bulk.BulkRequest
-
- add(IndexRequest) - 类 中的方法org.elasticsearch.action.bulk.BulkRequestBuilder
-
- add(IndexRequestBuilder) - 类 中的方法org.elasticsearch.action.bulk.BulkRequestBuilder
-
- add(DeleteRequest) - 类 中的方法org.elasticsearch.action.bulk.BulkRequestBuilder
-
- add(DeleteRequestBuilder) - 类 中的方法org.elasticsearch.action.bulk.BulkRequestBuilder
-
- add(UpdateRequest) - 类 中的方法org.elasticsearch.action.bulk.BulkRequestBuilder
-
- add(UpdateRequestBuilder) - 类 中的方法org.elasticsearch.action.bulk.BulkRequestBuilder
-
- add(byte[], int, int, XContentType) - 类 中的方法org.elasticsearch.action.bulk.BulkRequestBuilder
-
Adds a framed data in binary format
- add(byte[], int, int, String, String, XContentType) - 类 中的方法org.elasticsearch.action.bulk.BulkRequestBuilder
-
Adds a framed data in binary format
- add(MultiGetRequest.Item) - 类 中的方法org.elasticsearch.action.get.MultiGetRequest
-
- add(String, String, String) - 类 中的方法org.elasticsearch.action.get.MultiGetRequest
-
- add(String, String, String[], FetchSourceContext, String, XContentParser, boolean) - 类 中的方法org.elasticsearch.action.get.MultiGetRequest
-
- add(String, String, String) - 类 中的方法org.elasticsearch.action.get.MultiGetRequestBuilder
-
- add(String, String, Iterable<String>) - 类 中的方法org.elasticsearch.action.get.MultiGetRequestBuilder
-
- add(String, String, String...) - 类 中的方法org.elasticsearch.action.get.MultiGetRequestBuilder
-
- add(MultiGetRequest.Item) - 类 中的方法org.elasticsearch.action.get.MultiGetRequestBuilder
-
- add(int, GetResponse) - 类 中的方法org.elasticsearch.action.get.MultiGetShardResponse
-
- add(int, MultiGetResponse.Failure) - 类 中的方法org.elasticsearch.action.get.MultiGetShardResponse
-
- add(SearchRequestBuilder) - 类 中的方法org.elasticsearch.action.search.MultiSearchRequest
-
Add a search request to execute.
- add(SearchRequest) - 类 中的方法org.elasticsearch.action.search.MultiSearchRequest
-
Add a search request to execute.
- add(SearchRequest) - 类 中的方法org.elasticsearch.action.search.MultiSearchRequestBuilder
-
Add a search request to execute.
- add(SearchRequestBuilder) - 类 中的方法org.elasticsearch.action.search.MultiSearchRequestBuilder
-
Add a search request to execute.
- add(TermVectorsRequest) - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsRequest
-
- add(String, String, String) - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsRequest
-
- add(TermVectorsRequest, XContentParser) - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsRequest
-
- add(String, String, Iterable<String>) - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsRequestBuilder
-
- add(String, String, String...) - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsRequestBuilder
-
- add(TermVectorsRequest) - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsRequestBuilder
-
- add(int, TermVectorsRequest) - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsShardRequest
-
- add(int, TermVectorsResponse) - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsShardResponse
-
- add(int, MultiTermVectorsResponse.Failure) - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsShardResponse
-
- Add(String, String, String, String, String) - 类 的构造器org.elasticsearch.cluster.metadata.AliasAction.Add
-
Build the operation.
- add(DiscoveryNode) - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes.Builder
-
adds a disco node to the builder.
- add(AllocationCommand...) - 类 中的方法org.elasticsearch.cluster.routing.allocation.command.AllocationCommands
-
Adds a set of commands to this collection
- add(Decision) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.Decision.Multi
-
- add(RerouteExplanation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingExplanations
-
- add(ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
-
- add(IndexRoutingTable) - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable.Builder
-
- add(IndexRoutingTable.Builder) - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable.Builder
-
- add(String) - 类 中的方法org.elasticsearch.common.blobstore.BlobPath
-
- add(T) - 类 中的方法org.elasticsearch.common.collect.EvictingQueue
-
- add(FieldMemoryStats) - 类 中的方法org.elasticsearch.common.FieldMemoryStats
-
Adds / merges the given field memory stats into this stats instance
- add(String, Object) - 类 中的方法org.elasticsearch.common.inject.internal.ToStringBuilder
-
- add(Module...) - 类 中的方法org.elasticsearch.common.inject.ModulesBuilder
-
- add(Term) - 类 中的方法org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
-
Add a single term at the next position in the phrase.
- add(Term[]) - 类 中的方法org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
-
Add multiple terms at the next position in the phrase.
- add(Term[], int) - 类 中的方法org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
-
Allows to specify the relative position of terms within the phrase.
- add(LeafReader) - 类 中的方法org.elasticsearch.common.lucene.ShardCoreKeyMap
-
Register a LeafReader.
- add(BytesRef, int) - 类 中的方法org.elasticsearch.common.util.BytesRefHash
-
Try to add key.
- add(BytesRef) - 类 中的方法org.elasticsearch.common.util.BytesRefHash
-
- add(long) - 类 中的方法org.elasticsearch.common.util.LongHash
-
Try to add key.
- add(QueryCacheStats) - 类 中的方法org.elasticsearch.index.cache.query.QueryCacheStats
-
- add(RequestCacheStats) - 类 中的方法org.elasticsearch.index.cache.request.RequestCacheStats
-
- add(long, long) - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
- add(SegmentsStats) - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
- add(FieldDataStats) - 类 中的方法org.elasticsearch.index.fielddata.FieldDataStats
-
- add(int, T) - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues
-
- add(long, long) - 类 中的方法org.elasticsearch.index.flush.FlushStats
-
- add(FlushStats) - 类 中的方法org.elasticsearch.index.flush.FlushStats
-
- add(GetStats) - 类 中的方法org.elasticsearch.index.get.GetStats
-
- add(byte[]) - 类 中的方法org.elasticsearch.index.mapper.BinaryFieldMapper.CustomBinaryDocValuesField
-
- add(String) - 类 中的方法org.elasticsearch.index.mapper.ContentPath
-
- add(String) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper.CopyTo.Builder
-
- add(Mapper.Builder) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper.MultiFields.Builder
-
- add(Mapper.Builder) - 类 中的方法org.elasticsearch.index.mapper.ObjectMapper.Builder
-
- add(IndexableField) - 类 中的方法org.elasticsearch.index.mapper.ParseContext.Document
-
- add(long, long, long, long, long, long, long, long, long, double) - 类 中的方法org.elasticsearch.index.merge.MergeStats
-
- add(MergeStats) - 类 中的方法org.elasticsearch.index.merge.MergeStats
-
- add(QueryBuilder) - 类 中的方法org.elasticsearch.index.query.DisMaxQueryBuilder
-
Add a sub-query to this disjunction.
- add(RecoveryStats) - 类 中的方法org.elasticsearch.index.recovery.RecoveryStats
-
- add(RefreshStats) - 类 中的方法org.elasticsearch.index.refresh.RefreshStats
-
- add(SearchStats) - 类 中的方法org.elasticsearch.index.search.stats.SearchStats
-
- add(SearchStats, boolean) - 类 中的方法org.elasticsearch.index.search.stats.SearchStats
-
- add(SearchStats.Stats) - 类 中的方法org.elasticsearch.index.search.stats.SearchStats.Stats
-
- add(DocsStats) - 类 中的方法org.elasticsearch.index.shard.DocsStats
-
- add(IndexingStats) - 类 中的方法org.elasticsearch.index.shard.IndexingStats
-
- add(IndexingStats, boolean) - 类 中的方法org.elasticsearch.index.shard.IndexingStats
-
- add(IndexingStats.Stats) - 类 中的方法org.elasticsearch.index.shard.IndexingStats.Stats
-
- add(StoreStats) - 类 中的方法org.elasticsearch.index.store.StoreStats
-
- add(Translog.Operation) - 类 中的方法org.elasticsearch.index.translog.Translog
-
Adds an operation to the transaction log.
- add(TranslogStats) - 类 中的方法org.elasticsearch.index.translog.TranslogStats
-
- add(BytesReference, long) - 类 中的方法org.elasticsearch.index.translog.TranslogWriter
-
Add the given bytes to the translog with the specified sequence number; returns the location the bytes were written to.
- add(long, long, long) - 类 中的方法org.elasticsearch.index.warmer.WarmerStats
-
- add(WarmerStats) - 类 中的方法org.elasticsearch.index.warmer.WarmerStats
-
- add(FsInfo.Path) - 类 中的方法org.elasticsearch.monitor.fs.FsInfo.Path
-
- add(ScriptFieldsContext.ScriptField) - 类 中的方法org.elasticsearch.search.fetch.subphase.ScriptFieldsContext
-
- add(CompletionStats) - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionStats
-
- add(W) - 类 中的方法org.elasticsearch.watcher.ResourceWatcherService
-
Register new resource watcher that will be checked in default
MEDIUM frequency
- add(W, ResourceWatcherService.Frequency) - 类 中的方法org.elasticsearch.watcher.ResourceWatcherService
-
Register new resource watcher that will be checked in the given frequency
- addAcknowledgedField(XContentBuilder) - 类 中的方法org.elasticsearch.action.support.master.AcknowledgedResponse
-
- addAdditionalFields(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.routing.RecoverySource
-
to be overridden by subclasses
- addAdditionalFields(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.routing.RecoverySource.SnapshotRecoverySource
-
- addAffixMapUpdateConsumer(Setting.AffixSetting<T>, Consumer<Map<String, T>>, BiConsumer<String, T>, boolean) - 类 中的方法org.elasticsearch.common.settings.AbstractScopedSettings
-
Adds a settings consumer for affix settings.
- addAffixUpdateConsumer(Setting.AffixSetting<T>, BiConsumer<String, T>, BiConsumer<String, T>) - 类 中的方法org.elasticsearch.common.settings.AbstractScopedSettings
-
Adds a settings consumer for affix settings.
- addAggregation(AggregationBuilder) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Adds an aggregation to the search operation.
- addAggregation(PipelineAggregationBuilder) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Adds an aggregation to the search operation.
- addAggregator(AggregationBuilder) - 类 中的方法org.elasticsearch.search.aggregations.AggregatorFactories.Builder
-
- addAlias(String, String) - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
-
Adds an alias to the index.
- addAlias(String[], String) - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
-
Adds an alias to the index.
- addAlias(String, String, String) - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
-
Adds an alias to the index.
- addAlias(String[], String, String) - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
-
Adds an alias to the index.
- addAlias(String[], String, Map<String, Object>) - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
-
Adds an alias to the index.
- addAlias(String, String, Map<String, Object>) - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
-
Adds an alias to the index.
- addAlias(String[], String, QueryBuilder) - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
-
Adds an alias to the index.
- addAlias(String, String, QueryBuilder) - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
-
Adds an alias to the index.
- addAlias(Alias) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Adds an alias that will be associated with the index when it gets created
- addAlias(Alias) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
Adds an alias that will be added when the index template gets created.
- addAliasAction(IndicesAliasesRequest.AliasActions) - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
-
Add the action to this request and validate it.
- addAliasAction(IndicesAliasesRequest.AliasActions) - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
-
Adds an alias action to the request.
- addAliases(String...) - 类 中的方法org.elasticsearch.action.admin.indices.alias.get.BaseAliasesRequestBuilder
-
- addAll(Collection<? extends T>) - 类 中的方法org.elasticsearch.common.collect.EvictingQueue
-
Add the given elements to the queue, possibly forcing evictions from the head if
EvictingQueue.remainingCapacity() is
zero or becomes zero during the execution of this method.
- addAppender(Logger, Appender) - 类 中的静态方法org.elasticsearch.common.logging.Loggers
-
- addAsFromCloseToOpen(IndexMetaData) - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable.Builder
-
- addAsFromDangling(IndexMetaData) - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable.Builder
-
- addAsNew(IndexMetaData) - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable.Builder
-
- addAsNewRestore(IndexMetaData, RecoverySource.SnapshotRecoverySource, IntSet) - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable.Builder
-
- addAsRecovery(IndexMetaData) - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable.Builder
-
- addAsRestore(IndexMetaData, RecoverySource.SnapshotRecoverySource) - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable.Builder
-
- addBinding(K) - 类 中的方法org.elasticsearch.common.inject.multibindings.MapBinder
-
Returns a binding builder used to add a new entry in the map.
- addBinding(K) - 类 中的方法org.elasticsearch.common.inject.multibindings.MapBinder.RealMapBinder
-
This creates two bindings.
- addBinding() - 类 中的方法org.elasticsearch.common.inject.multibindings.Multibinder
-
Returns a binding builder used to add a new element in the set.
- addBinding() - 类 中的方法org.elasticsearch.common.inject.multibindings.Multibinder.RealMultibinder
-
- addBitsetMemoryInBytes(long) - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
- addBlocks(IndexMetaData) - 类 中的方法org.elasticsearch.cluster.block.ClusterBlocks.Builder
-
- addBootstrapSeed(KeyStoreWrapper) - 类 中的静态方法org.elasticsearch.common.settings.KeyStoreWrapper
-
Add the bootstrap seed setting, which may be used as a unique, secure, random value by the node
- addByte(byte) - 类 中的方法org.apache.lucene.analysis.miscellaneous.DuplicateByteSequenceSpotter
-
Add a byte to the sequence.
- addCandidateGenerator(PhraseSuggestionBuilder.CandidateGenerator) - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- addCandidates(List<DirectCandidateGenerator.Candidate>) - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.CandidateSet
-
- addCell(Object) - 类 中的方法org.elasticsearch.common.Table
-
- addCell(Object, String) - 类 中的方法org.elasticsearch.common.Table
-
- addCharFilter(Map<String, ?>) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- addCharFilter(String) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- addCharFilter(Map<String, ?>) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
-
Add char filter setting that will be used on top of a tokenizer provided.
- addCharFilter(String) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
-
Add a name of char filter that will be used before the tokenizer.
- addChild(PathTrie<T>.TrieNode) - 类 中的方法org.elasticsearch.common.path.PathTrie.TrieNode
-
- addClause(SpanQueryBuilder) - 类 中的方法org.elasticsearch.index.query.SpanNearQueryBuilder
-
Add a span clause to the current list of clauses
- addClause(SpanQueryBuilder) - 类 中的方法org.elasticsearch.index.query.SpanOrQueryBuilder
-
Add a span clause to the current list of clauses
- addCloseListener(ActionListener<Void>) - 接口 中的方法org.elasticsearch.transport.TcpChannel
-
Adds a listener that will be executed when the channel is closed.
- addConnectionListener(TransportConnectionListener) - 类 中的方法org.elasticsearch.transport.TransportService
-
- addConnections(int, TransportRequestOptions.Type...) - 类 中的方法org.elasticsearch.transport.ConnectionProfile.Builder
-
Adds a number of connections for one or more types.
- addCustom(IndexMetaData.Custom) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Adds custom metadata to the index to be created.
- addCustomFields(XContentBuilder) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexResponse
-
- addCustomFields(XContentBuilder, T) - 类 中的方法org.elasticsearch.rest.action.AcknowledgedRestListener
-
Adds api specific fields to the rest response
Does nothing by default but can be overridden by subclasses
- addDirectoryPath(Permissions, String, Path, String) - 类 中的静态方法org.elasticsearch.bootstrap.FilePermissionUtils
-
Add access to path (and all files underneath it); this also creates the directory if it does not exist.
- addDoc(int) - 类 中的方法org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
-
Associates the given document id with the current ordinal.
- addDoc(ParseContext.Document) - 类 中的方法org.elasticsearch.index.mapper.ParseContext
-
- addDoc(ParseContext.Document) - 类 中的方法org.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- addDocValueField(String) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Adds a docvalue based field to load and return.
- addDocValueField(String) - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
Adds a field to load from the docvalue and return.
- addDocValuesMemoryInBytes(long) - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
- addDynamicMapper(Mapper) - 类 中的方法org.elasticsearch.index.mapper.ParseContext
-
Add a new mapper dynamically created while parsing.
- addDynamicMapper(Mapper) - 类 中的方法org.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- addDynamicMappingsUpdate(Mapping) - 类 中的方法org.elasticsearch.index.mapper.ParsedDocument
-
- added() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes.Delta
-
- addedNodes() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes.Delta
-
- addError(String, Object...) - 类 中的方法org.elasticsearch.common.inject.AbstractModule
-
- addError(Throwable) - 类 中的方法org.elasticsearch.common.inject.AbstractModule
-
- addError(Message) - 类 中的方法org.elasticsearch.common.inject.AbstractModule
-
- addError(String, Object...) - 接口 中的方法org.elasticsearch.common.inject.Binder
-
Records an error message which will be presented to the user at a later
time.
- addError(Throwable) - 接口 中的方法org.elasticsearch.common.inject.Binder
-
Records an exception, the full details of which will be logged, and the
message of which will be presented to the user at a later
time.
- addError(Message) - 接口 中的方法org.elasticsearch.common.inject.Binder
-
Records an error message to be presented to the user at a later time.
- addError(String, Object...) - 类 中的方法org.elasticsearch.common.inject.PrivateModule
-
- addError(Throwable) - 类 中的方法org.elasticsearch.common.inject.PrivateModule
-
- addError(Message) - 类 中的方法org.elasticsearch.common.inject.PrivateModule
-
- addError(String, Object...) - 接口 中的方法org.elasticsearch.common.inject.spi.TypeEncounter
-
Records an error message for type I which will be presented to the user at a later
time.
- addError(Throwable) - 接口 中的方法org.elasticsearch.common.inject.spi.TypeEncounter
-
Records an exception for type I, the full details of which will be logged, and the
message of which will be presented to the user at a later time.
- addError(Message) - 接口 中的方法org.elasticsearch.common.inject.spi.TypeEncounter
-
Records an error message to be presented to the user at a later time.
- addEstimateBytesAndMaybeBreak(long, String) - 类 中的方法org.elasticsearch.common.breaker.ChildMemoryCircuitBreaker
-
Add a number of bytes, tripping the circuit breaker if the aggregated
estimates are above the limit.
- addEstimateBytesAndMaybeBreak(long, String) - 接口 中的方法org.elasticsearch.common.breaker.CircuitBreaker
-
add bytes to the breaker and maybe trip
- addEstimateBytesAndMaybeBreak(long, String) - 类 中的方法org.elasticsearch.common.breaker.MemoryCircuitBreaker
-
Add a number of bytes, tripping the circuit breaker if the aggregated
estimates are above the limit.
- addEstimateBytesAndMaybeBreak(long, String) - 类 中的方法org.elasticsearch.common.breaker.NoopCircuitBreaker
-
- addExposureBuilder(ExposureBuilder<?>) - 类 中的方法org.elasticsearch.common.inject.internal.PrivateElementsImpl
-
- addFeatures(GetIndexRequest.Feature...) - 类 中的方法org.elasticsearch.action.admin.indices.get.GetIndexRequest
-
- addFeatures(GetIndexRequest.Feature...) - 类 中的方法org.elasticsearch.action.admin.indices.get.GetIndexRequestBuilder
-
- addField(ParseContext.Document, String, String, int, Map<String, Set<CharSequence>>) - 类 中的方法org.elasticsearch.search.suggest.completion.context.ContextMappings
-
Adds a context-enabled field for all the defined mappings to document
see ContextMappings.TypedContextField
- addFieldName(String) - 类 中的方法org.elasticsearch.search.fetch.StoredFieldsContext
-
Adds a field name field to the list of fields to load.
- addFieldNames(List<String>) - 类 中的方法org.elasticsearch.search.fetch.StoredFieldsContext
-
Adds the field names fieldNames to the list of fields to load.
- addFieldStringsFromParameter(TermVectorsRequest, String) - 类 中的静态方法org.elasticsearch.rest.action.document.RestTermVectorsAction
-
- addFileDetail(String, long, boolean) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Index
-
- addFileSizes(ImmutableOpenMap<String, Long>) - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
- addFilterSettingParams(RestRequest) - 类 中的方法org.elasticsearch.common.settings.SettingsFilter
-
- addGlobalBlock(ClusterBlock) - 类 中的方法org.elasticsearch.cluster.block.ClusterBlocks.Builder
-
- addGroup(TaskGroup.Builder) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.list.TaskGroup.Builder
-
- addHeader(String, List<String>) - 异常错误 中的方法org.elasticsearch.ElasticsearchException
-
Adds a new header with the given key.
- addHeader(String, String...) - 异常错误 中的方法org.elasticsearch.ElasticsearchException
-
Adds a new header with the given key.
- addHeader(String, String) - 类 中的方法org.elasticsearch.rest.RestResponse
-
Add a custom header.
- addHighPriorityApplier(ClusterStateApplier) - 类 中的方法org.elasticsearch.cluster.service.ClusterApplierService
-
Adds a high priority applier of updated cluster states.
- addHighPriorityApplier(ClusterStateApplier) - 类 中的方法org.elasticsearch.cluster.service.ClusterService
-
Adds a high priority applier of updated cluster states.
- addHumanReadableSettings(Settings) - 类 中的静态方法org.elasticsearch.cluster.metadata.IndexMetaData
-
Adds human readable version and creation date settings.
- addIds(String...) - 类 中的方法org.elasticsearch.index.query.IdsQueryBuilder
-
Adds ids to the query.
- addIgnoreShardForNode(ShardId, String) - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
- addIndexBlock(String, ClusterBlock) - 类 中的方法org.elasticsearch.cluster.block.ClusterBlocks.Builder
-
- addIndexBoost(String, float) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Sets the boost a specific index will receive when the query is executed against it.
- addIndexEventListener(IndexEventListener) - 类 中的方法org.elasticsearch.index.IndexModule
-
- addIndexOperationListener(IndexingOperationListener) - 类 中的方法org.elasticsearch.index.IndexModule
-
- addIndexShard(IndexShardRoutingTable) - 类 中的方法org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
-
- addIndexShardCount(ClusterStatsIndices.ShardStats) - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
- addIndexStore(String, Function<IndexSettings, IndexStore>) - 类 中的方法org.elasticsearch.index.IndexModule
-
- addIndexWriterMemoryInBytes(long) - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
- addIndices(String...) - 类 中的方法org.elasticsearch.action.admin.indices.alias.get.BaseAliasesRequestBuilder
-
- addIndices(String...) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequestBuilder
-
- addIndices(String...) - 类 中的方法org.elasticsearch.action.admin.indices.settings.get.GetSettingsRequestBuilder
-
- addIndices(String...) - 类 中的方法org.elasticsearch.action.support.master.info.ClusterInfoRequestBuilder
-
- addInnerHitDefinition(InnerHitsContext.InnerHitSubContext) - 类 中的方法org.elasticsearch.search.fetch.subphase.InnerHitsContext
-
- additionalSettings() - 类 中的方法org.elasticsearch.plugins.Plugin
-
Additional node settings loaded by the plugin.
- addLifecycleListener(LifecycleListener) - 类 中的方法org.elasticsearch.common.component.AbstractLifecycleComponent
-
- addLifecycleListener(LifecycleListener) - 接口 中的方法org.elasticsearch.common.component.LifecycleComponent
-
- addListener(ActionListener<T>) - 接口 中的方法org.elasticsearch.action.ListenableActionFuture
-
Add an action listener to be invoked when a response has received.
- addListener(ActionListener<T>) - 类 中的方法org.elasticsearch.action.support.PlainListenableActionFuture
-
- addListener() - 枚举 中的方法org.elasticsearch.action.ThreadingModel
-
- addListener(ClusterStateListener) - 类 中的方法org.elasticsearch.cluster.service.ClusterApplierService
-
Add a listener for updated cluster states
- addListener(ClusterStateListener) - 类 中的方法org.elasticsearch.cluster.service.ClusterService
-
Add a listener for updated cluster states
- addListener(MasterFaultDetection.Listener) - 类 中的方法org.elasticsearch.discovery.zen.MasterFaultDetection
-
- addListener(NodesFaultDetection.Listener) - 类 中的方法org.elasticsearch.discovery.zen.NodesFaultDetection
-
- addListener(SnapshotsService.SnapshotCompletionListener) - 类 中的方法org.elasticsearch.snapshots.SnapshotsService
-
Adds snapshot completion listener
- addListener(Listener) - 类 中的方法org.elasticsearch.watcher.AbstractResourceWatcher
-
Registers new listener
- addLocalNodeMasterListener(LocalNodeMasterListener) - 类 中的方法org.elasticsearch.cluster.service.ClusterApplierService
-
Add a listener for on/off local node master events
- addLocalNodeMasterListener(LocalNodeMasterListener) - 类 中的方法org.elasticsearch.cluster.service.ClusterService
-
Add a listener for on/off local node master events
- addLowPriorityApplier(ClusterStateApplier) - 类 中的方法org.elasticsearch.cluster.service.ClusterApplierService
-
Adds an applier which will be called after all high priority and normal appliers have been called.
- addLowPriorityApplier(ClusterStateApplier) - 类 中的方法org.elasticsearch.cluster.service.ClusterService
-
Adds an applier which will be called after all high priority and normal appliers have been called.
- addMapping(String, String, XContentType) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Adds mapping that will be added when the index gets created.
- addMapping(String, XContentBuilder) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Adds mapping that will be added when the index gets created.
- addMapping(String, Map<String, Object>) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Adds mapping that will be added when the index gets created.
- addMapping(String, Object...) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
A specialized simplified mapping source method, takes the form of simple properties definition:
("field1", "type=string,store=true").
- addMapping(String, String, XContentType) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
Adds mapping that will be added when the index template gets created.
- addMapping(String, Object...) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
A specialized simplified mapping source method, takes the form of simple properties definition:
("field1", "type=string,store=true").
- addMapping(String, XContentBuilder) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
Adds mapping that will be added when the index template gets created.
- addMapping(String, Map<String, Object>) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
Adds mapping that will be added when the index gets created.
- addMaskRange(String, String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.IpRangeAggregationBuilder
-
Add a new range to this aggregation using the CIDR notation.
- addMaskRange(String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.IpRangeAggregationBuilder
-
- addMaxIndexAgeCondition(TimeValue) - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverRequest
-
Adds condition to check if the index is at least age old
- addMaxIndexAgeCondition(TimeValue) - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverRequestBuilder
-
- addMaxIndexDocsCondition(long) - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverRequest
-
Adds condition to check if the index has at least numDocs
- addMaxIndexDocsCondition(long) - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverRequestBuilder
-
- addMaxIndexSizeCondition(ByteSizeValue) - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverRequest
-
Adds a size-based condition to check if the index size is at least size.
- addMaxIndexSizeCondition(ByteSizeValue) - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverRequestBuilder
-
- addMessage(String, Object...) - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- addMessage(Message) - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- addMetadata(String, String...) - 异常错误 中的方法org.elasticsearch.ElasticsearchException
-
Adds a new piece of metadata with the given key.
- addMetadata(String, List<String>) - 异常错误 中的方法org.elasticsearch.ElasticsearchException
-
Adds a new piece of metadata with the given key.
- addModule(PluginInfo) - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.PluginsAndModules
-
- addMultiField(Mapper.Builder) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper.Builder
-
- addNamedQuery(String, Query) - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
- addNeighbors(String, E) - 类 中的静态方法org.elasticsearch.common.geo.GeoHashUtils
-
Add all geohashes of the cells next to a given geohash to a list.
- addNeighbors(String, int, E) - 类 中的静态方法org.elasticsearch.common.geo.GeoHashUtils
-
Add all geohashes of the cells next to a given geohash to a list.
- addNodeNameIfNeeded(Settings, String) - 类 中的静态方法org.elasticsearch.node.Node
-
Adds a default node name to the given setting, if it doesn't already exist
- addNodeStatistics(String, int, long, long) - 类 中的方法org.elasticsearch.node.ResponseCollectorService
-
- addNormsMemoryInBytes(long) - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
- addOne(long) - 类 中的静态方法org.elasticsearch.search.dfs.DfsSearchResult
-
- addOneCandidate(DirectCandidateGenerator.Candidate) - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.CandidateSet
-
- addOperation() - 枚举 中的方法org.elasticsearch.action.ThreadingModel
-
- addOption(Suggest.Suggestion.Entry.Option) - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestion.Entry
-
- addOption(O) - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
-
- addOptions(List<O>) - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
-
- addOrNotify(Translog.Location, Consumer<Boolean>) - 类 中的方法org.elasticsearch.index.shard.RefreshListeners
-
Add a listener for refreshes, calling it immediately if the location is already visible.
- addPending(ClusterState) - 类 中的方法org.elasticsearch.discovery.zen.PendingClusterStatesQueue
-
Add an incoming, not yet committed cluster state
- addPendingDelete(ShardId, IndexSettings) - 接口 中的方法org.elasticsearch.index.IndexService.ShardStoreDeleter
-
- addPendingDelete(ShardId, IndexSettings) - 类 中的方法org.elasticsearch.indices.IndicesService
-
Adds a pending delete for the given index shard.
- addPendingDelete(Index, IndexSettings) - 类 中的方法org.elasticsearch.indices.IndicesService
-
Adds a pending delete for the given index.
- addPing(ZenPing.PingResponse) - 类 中的方法org.elasticsearch.discovery.zen.ZenPing.PingCollection
-
adds a ping if newer than previous pings from the same node
- addPingResponseToCollection(ZenPing.PingResponse) - 类 中的方法org.elasticsearch.discovery.zen.UnicastZenPing.PingingRound
-
- addPipelineAggregator(PipelineAggregationBuilder) - 类 中的方法org.elasticsearch.search.aggregations.AggregatorFactories.Builder
-
- addPlugin(PluginInfo) - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.PluginsAndModules
-
- addPlugins(Collection<Class<? extends Plugin>>, Class<? extends Plugin>...) - 类 中的静态方法org.elasticsearch.client.transport.TransportClient
-
- addPlugins(Collection<Class<? extends Plugin>>, Collection<Class<? extends Plugin>>) - 类 中的静态方法org.elasticsearch.client.transport.TransportClient
-
- addPointsMemoryInBytes(long) - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
- addProcessedFile(long) - 类 中的方法org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Increments number of processed files
- addQueryProfiler() - 类 中的方法org.elasticsearch.search.profile.Profilers
-
Switch to a new profile.
- addRange(R) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.AbstractRangeBuilder
-
- addRange(String, String, String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder
-
Add a new range to this aggregation.
- addRange(String, String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder
-
- addRange(String, double, double) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder
-
Add a new range to this aggregation.
- addRange(double, double) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder
-
- addRange(String, DateTime, DateTime) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder
-
Add a new range to this aggregation.
- addRange(DateTime, DateTime) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder
-
- addRange(GeoDistanceAggregationBuilder.Range) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.GeoDistanceAggregationBuilder
-
- addRange(String, double, double) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.GeoDistanceAggregationBuilder
-
Add a new range to this aggregation.
- addRange(double, double) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.GeoDistanceAggregationBuilder
-
- addRange(IpRangeAggregationBuilder.Range) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.IpRangeAggregationBuilder
-
- addRange(String, String, String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.IpRangeAggregationBuilder
-
Add a new range to this aggregation.
- addRange(String, String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.IpRangeAggregationBuilder
-
- addRange(String, double, double) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder
-
Add a new range to this aggregation.
- addRange(double, double) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder
-
- addReaderCloseListener(DirectoryReader, IndexReader.ClosedListener) - 类 中的静态方法org.elasticsearch.common.lucene.index.ElasticsearchDirectoryReader
-
Adds the given listener to the provided directory reader.
- addRecoveredBytesToFile(String, long) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Index
-
- addRefreshListener(Translog.Location, Consumer<Boolean>) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
Add a listener for refreshes.
- addReleasable(Releasable, SearchContext.Lifetime) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
Schedule the release of a resource.
- addReplica() - 类 中的方法org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
-
- addRepositories(String...) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesRequestBuilder
-
Adds repositories to the list of repositories to get
- addRequestCircuitBreakerBytes(long) - 类 中的方法org.elasticsearch.search.aggregations.AggregatorBase
-
Increment or decrement the number of bytes that have been allocated to service
this request and potentially trigger a
CircuitBreakingException.
- addRescore(RescoreContext) - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- addRescore(RescoreContext) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- addRescore(RescoreContext) - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- addRescorer(RescorerBuilder<?>) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Adds a new rescorer.
- addRescorer(RescorerBuilder<?>, int) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Adds a new rescorer.
- addRescorer(RescorerBuilder<?>) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
- addResponseHeader(String, String) - 类 中的方法org.elasticsearch.common.util.concurrent.ThreadContext
-
Add the value for the specified key Any duplicate value is ignored.
- addResponseHeader(String, String, Function<String, String>) - 类 中的方法org.elasticsearch.common.util.concurrent.ThreadContext
-
Add the value for the specified key with the specified uniqueValue used for de-duplication.
- address() - 类 中的方法org.elasticsearch.common.transport.TransportAddress
-
Returns the enclosed InetSocketAddress
- address() - 类 中的方法org.elasticsearch.http.HttpInfo
-
- address() - 异常错误 中的方法org.elasticsearch.transport.ActionTransportException
-
The target address to invoke the action on.
- address() - 类 中的方法org.elasticsearch.transport.TransportInfo
-
- addressesFromString(String, int) - 类 中的方法org.elasticsearch.transport.TcpTransport
-
- addressesFromString(String, int) - 接口 中的方法org.elasticsearch.transport.Transport
-
Returns an address from its string representation.
- addressesFromString(String, int) - 类 中的方法org.elasticsearch.transport.TransportService
-
- addRestHandler(BaseRestHandler) - 类 中的方法org.elasticsearch.usage.UsageService
-
Add a REST handler to this service.
- addResultReader(Writeable.Reader<? extends InternalAggregation>) - 类 中的方法org.elasticsearch.plugins.SearchPlugin.AggregationSpec
-
- addResultReader(String, Writeable.Reader<? extends InternalAggregation>) - 类 中的方法org.elasticsearch.plugins.SearchPlugin.AggregationSpec
-
Add a reader for the shard level results of the aggregation.
- addResultReader(Writeable.Reader<? extends InternalAggregation>) - 类 中的方法org.elasticsearch.plugins.SearchPlugin.PipelineAggregationSpec
-
- addResultReader(String, Writeable.Reader<? extends InternalAggregation>) - 类 中的方法org.elasticsearch.plugins.SearchPlugin.PipelineAggregationSpec
-
Add a reader for the shard level results of the aggregation.
- addScriptField(String, Script) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Adds a script based field to load and return.
- addScriptField(String, Script) - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
- addScriptParam(String, Object) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- addScrollId(String) - 类 中的方法org.elasticsearch.action.search.ClearScrollRequest
-
- addScrollId(String) - 类 中的方法org.elasticsearch.action.search.ClearScrollRequestBuilder
-
- addSearchExt(SearchExtBuilder) - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- addSearchExt(SearchExtBuilder) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- addSearchOperationListener(SearchOperationListener) - 类 中的方法org.elasticsearch.index.IndexModule
-
- addSettingsUpdateConsumer(Setting<T>, Consumer<T>, Consumer<T>) - 类 中的方法org.elasticsearch.common.settings.AbstractScopedSettings
-
Adds a settings consumer with a predicate that is only evaluated at update time.
- addSettingsUpdateConsumer(Setting<A>, Setting<B>, BiConsumer<A, B>) - 类 中的方法org.elasticsearch.common.settings.AbstractScopedSettings
-
Adds a settings consumer that accepts the values for two settings.
- addSettingsUpdateConsumer(Setting<A>, Setting<B>, BiConsumer<A, B>, BiConsumer<A, B>) - 类 中的方法org.elasticsearch.common.settings.AbstractScopedSettings
-
Adds a settings consumer that accepts the values for two settings.
- addSettingsUpdateConsumer(Setting<T>, Consumer<T>) - 类 中的方法org.elasticsearch.common.settings.AbstractScopedSettings
-
Adds a settings consumer.
- addSettingsUpdateConsumer(Setting<T>, Consumer<T>) - 类 中的方法org.elasticsearch.index.IndexModule
-
Adds a Setting and it's consumer for this index.
- addSettingsUpdateConsumer(Setting<T>, Consumer<T>, Consumer<T>) - 类 中的方法org.elasticsearch.index.IndexModule
-
Adds a Setting, it's consumer and validator for this index.
- addShard(ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
-
Adds a new shard routing (makes a copy of it), with reference data used from the index shard routing table
if it needs to be created.
- addShard(ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable.Builder
-
- addShardFailureCallback(Consumer<IndexShard.ShardFailure>) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- addSimilarity(String, SimilarityProvider.Factory) - 类 中的方法org.elasticsearch.index.IndexModule
-
- addSingleFilePath(Permissions, Path, String) - 类 中的静态方法org.elasticsearch.bootstrap.FilePermissionUtils
-
Add access to single file path
- addSnapshot(SnapshotId, SnapshotState, List<IndexId>) - 类 中的方法org.elasticsearch.repositories.RepositoryData
-
Add a snapshot and its indices to the repository; returns a new instance.
- addSnapshots(String...) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequestBuilder
-
Adds additional snapshots to the list of snapshots to return
- addSnapshots(String...) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequestBuilder
-
Adds additional snapshots to the list of snapshots to return
- addSort(String, SortOrder) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Adds a sort against the given field name and the sort ordering.
- addSort(SortBuilder) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Adds a generic sort builder.
- addSort(SortBuilder<?>) - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
- addSourceThrottling(long) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Index
-
- addStateApplier(ClusterStateApplier) - 类 中的方法org.elasticsearch.cluster.service.ClusterApplierService
-
Adds a applier of updated cluster states.
- addStateApplier(ClusterStateApplier) - 类 中的方法org.elasticsearch.cluster.service.ClusterService
-
Adds a applier of updated cluster states.
- addStoredField(String) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Adds a stored field to load and return (note, it must be stored) as part of the search request.
- addStoredFieldsMemoryInBytes(long) - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
- addSuggestion(String, SuggestionBuilder<?>) - 类 中的方法org.elasticsearch.search.suggest.SuggestBuilder
-
- addSuggestion(String, SuggestionSearchContext.SuggestionContext) - 类 中的方法org.elasticsearch.search.suggest.SuggestionSearchContext
-
- addSurface(BytesRef, BytesRef, long) - 类 中的方法org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester.XBuilder
-
- addTargetThrottling(long) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Index
-
- addTerm(T) - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion
-
- addTermsMemoryInBytes(long) - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
- addTermVectorsMemoryInBytes(long) - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
- addText(String, String, float) - 类 中的方法org.elasticsearch.common.lucene.all.AllEntries
-
- addThrottleTime(long) - 类 中的方法org.elasticsearch.index.recovery.RecoveryStats
-
- addTimeoutListener(TimeValue, TimeoutClusterStateListener) - 类 中的方法org.elasticsearch.cluster.service.ClusterApplierService
-
Adds a cluster state listener that is expected to be removed during a short period of time.
- addTimeoutListener(TimeValue, TimeoutClusterStateListener) - 类 中的方法org.elasticsearch.cluster.service.ClusterService
-
Adds a cluster state listener that is expected to be removed during a short period of time.
- addTokenFilter(String) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- addTokenFilter(Map<String, ?>) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- addTokenFilter(Map<String, ?>) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
-
Add token filter setting that will be used on top of a tokenizer provided.
- addTokenFilter(String) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
-
Add a name of token filter that will be used on top of a tokenizer provided.
- addTombstone(Index) - 类 中的方法org.elasticsearch.cluster.metadata.IndexGraveyard.Builder
-
Add a deleted index to the list of tombstones in the cluster state.
- addTombstones(Collection<Index>) - 类 中的方法org.elasticsearch.cluster.metadata.IndexGraveyard.Builder
-
Add a set of deleted indexes to the list of tombstones in the cluster state.
- addTotals(FlushStats) - 类 中的方法org.elasticsearch.index.flush.FlushStats
-
- addTotals(GetStats) - 类 中的方法org.elasticsearch.index.get.GetStats
-
- addTotals(MergeStats) - 类 中的方法org.elasticsearch.index.merge.MergeStats
-
- addTotals(RecoveryStats) - 类 中的方法org.elasticsearch.index.recovery.RecoveryStats
-
- addTotals(RefreshStats) - 类 中的方法org.elasticsearch.index.refresh.RefreshStats
-
- addTotals(SearchStats) - 类 中的方法org.elasticsearch.index.search.stats.SearchStats
-
- addTotals(IndexingStats) - 类 中的方法org.elasticsearch.index.shard.IndexingStats
-
- addTransportAddress(TransportAddress) - 类 中的方法org.elasticsearch.client.transport.TransportClient
-
Adds a transport address that will be used to connect to.
- addTransportAddresses(TransportAddress...) - 类 中的方法org.elasticsearch.client.transport.TransportClient
-
Adds a list of transport addresses that will be used to connect to.
- addTypes(String...) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequestBuilder
-
- addTypes(String...) - 类 中的方法org.elasticsearch.action.support.master.info.ClusterInfoRequestBuilder
-
- addUnboundedFrom(String, String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder
-
Add a new range with no upper bound.
- addUnboundedFrom(String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder
-
- addUnboundedFrom(String, double) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder
-
Add a new range with no upper bound.
- addUnboundedFrom(double) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder
-
- addUnboundedFrom(String, DateTime) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder
-
Add a new range with no upper bound.
- addUnboundedFrom(DateTime) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder
-
- addUnboundedFrom(String, double) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.GeoDistanceAggregationBuilder
-
Add a new range with no upper bound.
- addUnboundedFrom(double) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.GeoDistanceAggregationBuilder
-
- addUnboundedFrom(String, String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.IpRangeAggregationBuilder
-
- addUnboundedFrom(String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.IpRangeAggregationBuilder
-
- addUnboundedFrom(String, double) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder
-
Add a new range with no upper bound.
- addUnboundedFrom(double) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder
-
- addUnboundedTo(String, String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder
-
Add a new range with no lower bound.
- addUnboundedTo(String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder
-
- addUnboundedTo(String, double) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder
-
Add a new range with no lower bound.
- addUnboundedTo(double) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder
-
- addUnboundedTo(String, DateTime) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder
-
Add a new range with no lower bound.
- addUnboundedTo(DateTime) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder
-
- addUnboundedTo(String, double) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.GeoDistanceAggregationBuilder
-
Add a new range with no lower bound.
- addUnboundedTo(double) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.GeoDistanceAggregationBuilder
-
- addUnboundedTo(String, String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.IpRangeAggregationBuilder
-
- addUnboundedTo(String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.IpRangeAggregationBuilder
-
- addUnboundedTo(String, double) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder
-
Add a new range with no lower bound.
- addUnboundedTo(double) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder
-
- addValidationError(String, ActionRequestValidationException) - 类 中的静态方法org.elasticsearch.action.ValidateActions
-
- addValidationError(String) - 异常错误 中的方法org.elasticsearch.common.ValidationException
-
Add a new validation error to the accumulating validation errors
- addValidationError(String, QueryValidationException) - 类 中的方法org.elasticsearch.index.query.AbstractQueryBuilder
-
- addValidationError(String, String, QueryValidationException) - 异常错误 中的静态方法org.elasticsearch.index.query.QueryValidationException
-
- addValidationErrors(Iterable<String>) - 异常错误 中的方法org.elasticsearch.common.ValidationException
-
Add a sequence of validation errors to the accumulating validation errors
- addValidationErrors(List<String>, QueryValidationException) - 异常错误 中的静态方法org.elasticsearch.index.query.QueryValidationException
-
- addValue(double) - 类 中的方法org.elasticsearch.common.ExponentiallyWeightedMovingAverage
-
- addVersionMapMemoryInBytes(long) - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
- addWithKey(Object, IndexableField) - 类 中的方法org.elasticsearch.index.mapper.ParseContext.Document
-
- addWithoutBreaking(long) - 类 中的方法org.elasticsearch.common.breaker.ChildMemoryCircuitBreaker
-
Add an exact number of bytes, not checking for tripping the
circuit breaker.
- addWithoutBreaking(long) - 接口 中的方法org.elasticsearch.common.breaker.CircuitBreaker
-
Adjust the circuit breaker without tripping
- addWithoutBreaking(long) - 类 中的方法org.elasticsearch.common.breaker.MemoryCircuitBreaker
-
Add an exact number of bytes, not checking for tripping the
circuit breaker.
- addWithoutBreaking(long) - 类 中的方法org.elasticsearch.common.breaker.NoopCircuitBreaker
-
- adjacencyMatrix(String, Map<String, QueryBuilder>) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
- adjacencyMatrix(String, String, Map<String, QueryBuilder>) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
- AdjacencyMatrix - org.elasticsearch.search.aggregations.bucket.adjacency中的接口
-
A multi bucket aggregation where the buckets are defined by a set of filters
(a bucket is produced per filter plus a bucket for each non-empty filter
intersection so A, B and A&B).
- AdjacencyMatrix.Bucket - org.elasticsearch.search.aggregations.bucket.adjacency中的接口
-
A bucket associated with a specific filter or pair (identified by its
key)
- AdjacencyMatrixAggregationBuilder - org.elasticsearch.search.aggregations.bucket.adjacency中的类
-
- AdjacencyMatrixAggregationBuilder(String) - 类 的构造器org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
-
- AdjacencyMatrixAggregationBuilder(String, Map<String, QueryBuilder>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
-
- AdjacencyMatrixAggregationBuilder(String, String, Map<String, QueryBuilder>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
-
- AdjacencyMatrixAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
-
Read from a stream.
- AdjacencyMatrixAggregator - org.elasticsearch.search.aggregations.bucket.adjacency中的类
-
Aggregation for adjacency matrices.
- AdjacencyMatrixAggregator(String, AggregatorFactories, String, String[], Weight[], SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregator
-
- AdjacencyMatrixAggregator.KeyedFilter - org.elasticsearch.search.aggregations.bucket.adjacency中的类
-
- AdjacencyMatrixAggregatorFactory - org.elasticsearch.search.aggregations.bucket.adjacency中的类
-
- AdjacencyMatrixAggregatorFactory(String, List<AdjacencyMatrixAggregator.KeyedFilter>, String, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregatorFactory
-
- ADJUST_PURE_NEGATIVE_DEFAULT - 类 中的静态变量org.elasticsearch.index.query.BoolQueryBuilder
-
- adjustForNoTerms(long) - 类 中的方法org.elasticsearch.index.fielddata.plain.PagedBytesIndexFieldData.PagedBytesEstimator
-
Adjust the breaker when no terms were actually loaded, but the field
data takes up space regardless.
- adjustPureNegative(boolean) - 类 中的方法org.elasticsearch.index.query.BoolQueryBuilder
-
If a boolean query contains only negative ("must not") clauses should the
BooleanQuery be enhanced with a MatchAllDocsQuery in order to act
as a pure exclude.
- adjustPureNegative() - 类 中的方法org.elasticsearch.index.query.BoolQueryBuilder
-
- admin() - 接口 中的方法org.elasticsearch.client.Client
-
The admin client that can be used to perform administrative operations.
- admin() - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- AdminClient - org.elasticsearch.client中的接口
-
Administrative actions/operations against the cluster or the indices.
- advance(int) - 类 中的方法org.apache.lucene.search.XFilteredDocIdSetIterator
-
- advance(int) - 类 中的方法org.elasticsearch.index.fielddata.AbstractBinaryDocValues
-
- advance(int) - 类 中的方法org.elasticsearch.index.fielddata.AbstractNumericDocValues
-
- advance(int) - 类 中的方法org.elasticsearch.index.fielddata.AbstractSortedDocValues
-
- advance(int) - 类 中的方法org.elasticsearch.index.fielddata.AbstractSortedNumericDocValues
-
- advance(int) - 类 中的方法org.elasticsearch.index.fielddata.AbstractSortedSetDocValues
-
- advance(int) - 类 中的方法org.elasticsearch.index.fielddata.AbstractSortingNumericDocValues
-
- advance(int) - 类 中的方法org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalMapping
-
- advanceExact(int) - 类 中的方法org.elasticsearch.index.fielddata.GeoPointValues
-
Advance this instance to the given document id
- advanceExact(int) - 类 中的方法org.elasticsearch.index.fielddata.MultiGeoPointValues
-
Advance this instance to the given document id
- advanceExact(int) - 类 中的方法org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalMapping
-
- advanceExact(int) - 类 中的方法org.elasticsearch.index.fielddata.SortedBinaryDocValues
-
Advance this instance to the given document id
- advanceExact(int) - 类 中的方法org.elasticsearch.index.fielddata.SortedNumericDoubleValues
-
Advance the iterator to exactly target and return whether
target has a value.
- advanceExact(int) - 类 中的方法org.elasticsearch.search.aggregations.support.values.ScriptBytesValues
-
- advanceExact(int) - 类 中的方法org.elasticsearch.search.aggregations.support.values.ScriptDoubleValues
-
- advanceExact(int) - 类 中的方法org.elasticsearch.search.aggregations.support.values.ScriptLongValues
-
- affixKeySetting(String, String, Function<String, Setting<T>>, Setting.AffixSetting...) - 类 中的静态方法org.elasticsearch.common.settings.Setting
-
This setting type allows to validate settings that have the same type and a common prefix and suffix.
- AffixSetting(Setting.AffixKey, Setting<T>, Function<String, Setting<T>>, Setting.AffixSetting...) - 类 的构造器org.elasticsearch.common.settings.Setting.AffixSetting
-
- after(Priority) - 枚举 中的方法org.elasticsearch.common.Priority
-
- after(Version) - 类 中的方法org.elasticsearch.Version
-
- AFTER_FIELD_NAME - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationBuilder
-
- afterBulk(long, BulkRequest, BulkResponse) - 接口 中的方法org.elasticsearch.action.bulk.BulkProcessor.Listener
-
Callback after a successful execution of bulk request.
- afterBulk(long, BulkRequest, Throwable) - 接口 中的方法org.elasticsearch.action.bulk.BulkProcessor.Listener
-
Callback after a failed execution of bulk request.
- afterClose() - 类 中的方法org.elasticsearch.common.component.LifecycleListener
-
- afterExecute(Runnable, Throwable) - 类 中的方法org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor
-
- afterExecute(Runnable, Throwable) - 类 中的方法org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor
-
- afterExecute(Runnable, Throwable) - 类 中的方法org.elasticsearch.common.util.concurrent.QueueResizingEsThreadPoolExecutor
-
- afterIndexCreated(IndexService) - 接口 中的方法org.elasticsearch.index.shard.IndexEventListener
-
Called after the index has been created.
- afterIndexRemoved(Index, IndexSettings, IndicesClusterStateService.AllocatedIndices.IndexRemovalReason) - 接口 中的方法org.elasticsearch.index.shard.IndexEventListener
-
Called after the index has been removed.
- afterIndexRemoved(Index, IndexSettings, IndicesClusterStateService.AllocatedIndices.IndexRemovalReason) - 类 中的方法org.elasticsearch.search.SearchService
-
- afterIndexShardClosed(ShardId, IndexShard, Settings) - 接口 中的方法org.elasticsearch.index.shard.IndexEventListener
-
Called after the index shard has been closed.
- afterIndexShardCreated(IndexShard) - 接口 中的方法org.elasticsearch.index.shard.IndexEventListener
-
Called after the index shard has been created.
- afterIndexShardDeleted(ShardId, Settings) - 接口 中的方法org.elasticsearch.index.shard.IndexEventListener
-
Called after the index shard has been deleted from disk.
- afterIndexShardStarted(IndexShard) - 接口 中的方法org.elasticsearch.index.shard.IndexEventListener
-
Called after the index shard has been started.
- afterInjection(I) - 接口 中的方法org.elasticsearch.common.inject.spi.InjectionListener
-
Invoked by Guice after it injects the fields and methods of instance.
- afterKey() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregation
-
Returns the last key in this aggregation.
- afterKey() - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.InternalComposite
-
- afterKey() - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.ParsedComposite
-
- afterLoad(TermsEnum, long) - 接口 中的方法org.elasticsearch.index.fielddata.plain.AbstractIndexFieldData.PerValueEstimator
-
Possibly adjust a circuit breaker after field data has been loaded,
now that the actual amount of memory used by the field data is known
- afterLoad(TermsEnum, long) - 类 中的方法org.elasticsearch.index.fielddata.plain.NonEstimatingEstimator
-
- afterLoad(TermsEnum, long) - 类 中的方法org.elasticsearch.index.fielddata.plain.PagedBytesIndexFieldData.PagedBytesEstimator
-
Adjust the circuit breaker now that terms have been loaded, getting
the actual used either from the parameter (if estimation worked for
the entire set), or from the TermsEnum if it has been wrapped in a
RamAccountingTermsEnum.
- afterRefresh(boolean) - 类 中的方法org.elasticsearch.index.shard.RefreshListeners
-
- afterRelease(boolean) - 类 中的方法org.elasticsearch.common.recycler.ConcurrentDequeRecycler
-
- afterRelease(boolean) - 类 中的方法org.elasticsearch.common.recycler.DequeRecycler
-
Called after a release.
- afterStart() - 类 中的方法org.elasticsearch.common.component.LifecycleListener
-
- afterStop() - 类 中的方法org.elasticsearch.common.component.LifecycleListener
-
- afterWriteOperation() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
Schedules a flush or translog generation roll if needed but will not schedule more than one concurrently.
- AggParseContext(String) - 类 的构造器org.elasticsearch.search.aggregations.AggregatorFactories.AggParseContext
-
- aggregateAfter(Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationBuilder
-
Sets the values that indicates which composite bucket this request should "aggregate after".
- AggregatedDfs - org.elasticsearch.search.dfs中的类
-
- AggregatedDfs(ObjectObjectHashMap<Term, TermStatistics>, ObjectObjectHashMap<String, CollectionStatistics>, long) - 类 的构造器org.elasticsearch.search.dfs.AggregatedDfs
-
- aggregateDfs(Collection<DfsSearchResult>) - 类 中的方法org.elasticsearch.action.search.SearchPhaseController
-
- Aggregation - org.elasticsearch.search.aggregations中的接口
-
An aggregation.
- aggregation(String, boolean) - 类 中的静态方法org.elasticsearch.search.aggregations.BucketOrder
-
Creates a bucket ordering strategy which sorts buckets based on a single-valued sub-aggregation.
- aggregation(String, String, boolean) - 类 中的静态方法org.elasticsearch.search.aggregations.BucketOrder
-
Creates a bucket ordering strategy which sorts buckets based on a metric from a multi-valued sub-aggregation.
- aggregation() - 类 中的方法org.elasticsearch.search.aggregations.metrics.scripted.InternalScriptedMetric
-
- aggregation() - 类 中的方法org.elasticsearch.search.aggregations.metrics.scripted.ParsedScriptedMetric
-
- aggregation() - 接口 中的方法org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetric
-
The result of the aggregation.
- aggregation(AggregationBuilder) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Add an aggregation to perform as part of the search.
- aggregation(PipelineAggregationBuilder) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Add an aggregation to perform as part of the search.
- Aggregation.CommonFields - org.elasticsearch.search.aggregations中的类
-
Common xcontent fields that are shared among addAggregation
- AGGREGATION_NAME_FIELD - 类 中的静态变量org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
-
- AggregationBuilder - org.elasticsearch.search.aggregations中的类
-
A factory that knows how to create an
Aggregator of a specific type.
- AggregationBuilder(String) - 类 的构造器org.elasticsearch.search.aggregations.AggregationBuilder
-
Constructs a new aggregation builder.
- AggregationBuilder.CommonFields - org.elasticsearch.search.aggregations中的类
-
Common xcontent fields shared among aggregator builders
- AggregationBuilders - org.elasticsearch.search.aggregations中的类
-
Utility class to create aggregations.
- AggregationExecutionException - org.elasticsearch.search.aggregations中的异常错误
-
Thrown when failing to execute an aggregation
- AggregationExecutionException(String) - 异常错误 的构造器org.elasticsearch.search.aggregations.AggregationExecutionException
-
- AggregationExecutionException(String, Throwable) - 异常错误 的构造器org.elasticsearch.search.aggregations.AggregationExecutionException
-
- AggregationExecutionException(StreamInput) - 异常错误 的构造器org.elasticsearch.search.aggregations.AggregationExecutionException
-
- AggregationInitializationException - org.elasticsearch.search.aggregations中的异常错误
-
Thrown when failing to execute an aggregation
- AggregationInitializationException(String) - 异常错误 的构造器org.elasticsearch.search.aggregations.AggregationInitializationException
-
- AggregationInitializationException(String, Throwable) - 异常错误 的构造器org.elasticsearch.search.aggregations.AggregationInitializationException
-
- AggregationInitializationException(StreamInput) - 异常错误 的构造器org.elasticsearch.search.aggregations.AggregationInitializationException
-
- AggregationPath - org.elasticsearch.search.aggregations.support中的类
-
A path that can be used to sort/order buckets (in some multi-bucket aggregations, e.g. terms & histogram) based on
sub-aggregations.
- AggregationPath(List<AggregationPath.PathElement>) - 类 的构造器org.elasticsearch.search.aggregations.support.AggregationPath
-
- AggregationPath.PathElement - org.elasticsearch.search.aggregations.support中的类
-
- AggregationPhase - org.elasticsearch.search.aggregations中的类
-
Aggregation phase of a search request, used to collect aggregations
- AggregationPhase() - 类 的构造器org.elasticsearch.search.aggregations.AggregationPhase
-
- AggregationProfileBreakdown - org.elasticsearch.search.profile.aggregation中的类
-
- AggregationProfileBreakdown() - 类 的构造器org.elasticsearch.search.profile.aggregation.AggregationProfileBreakdown
-
- AggregationProfiler - org.elasticsearch.search.profile.aggregation中的类
-
- AggregationProfiler() - 类 的构造器org.elasticsearch.search.profile.aggregation.AggregationProfiler
-
- AggregationProfileShardResult - org.elasticsearch.search.profile.aggregation中的类
-
A container class to hold the profile results for a single shard in the request.
- AggregationProfileShardResult(List<ProfileResult>) - 类 的构造器org.elasticsearch.search.profile.aggregation.AggregationProfileShardResult
-
- AggregationProfileShardResult(StreamInput) - 类 的构造器org.elasticsearch.search.profile.aggregation.AggregationProfileShardResult
-
Read from a stream.
- aggregations - 类 中的变量org.elasticsearch.action.search.SearchResponseSections
-
- aggregations() - 类 中的方法org.elasticsearch.action.search.SearchResponseSections
-
- Aggregations - org.elasticsearch.search.aggregations中的类
-
- Aggregations() - 类 的构造器org.elasticsearch.search.aggregations.Aggregations
-
- Aggregations(List<? extends Aggregation>) - 类 的构造器org.elasticsearch.search.aggregations.Aggregations
-
- aggregations - 类 中的变量org.elasticsearch.search.aggregations.Aggregations
-
- aggregations - 类 中的变量org.elasticsearch.search.aggregations.bucket.ParsedSingleBucketAggregation
-
- aggregations - 类 中的变量org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
-
- aggregations - 类 中的变量org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
-
- aggregations() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Gets the bytes representing the aggregation builders for this request.
- aggregations() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- aggregations(SearchContextAggregations) - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- aggregations() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- aggregations(SearchContextAggregations) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- aggregations(SearchContextAggregations) - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- AGGREGATIONS - 类 中的静态变量org.elasticsearch.search.profile.aggregation.AggregationProfileShardResult
-
- aggregations(InternalAggregations) - 类 中的方法org.elasticsearch.search.query.QuerySearchResult
-
- AGGREGATIONS_FIELD - 类 中的静态变量org.elasticsearch.search.aggregations.Aggregations
-
- AGGREGATIONS_FIELD - 类 中的静态变量org.elasticsearch.search.builder.SearchSourceBuilder
-
- aggregationsAsMap - 类 中的变量org.elasticsearch.search.aggregations.Aggregations
-
- AggregationSpec(ParseField, Writeable.Reader<? extends AggregationBuilder>, Aggregator.Parser) - 类 的构造器org.elasticsearch.plugins.SearchPlugin.AggregationSpec
-
- AggregationSpec(String, Writeable.Reader<? extends AggregationBuilder>, Aggregator.Parser) - 类 的构造器org.elasticsearch.plugins.SearchPlugin.AggregationSpec
-
- AggregationTimingType - org.elasticsearch.search.profile.aggregation中的枚举
-
- Aggregator - org.elasticsearch.search.aggregations中的类
-
An Aggregator.
- Aggregator() - 类 的构造器org.elasticsearch.search.aggregations.Aggregator
-
- Aggregator.Parser - org.elasticsearch.search.aggregations中的接口
-
Parses the aggregation request and creates the appropriate aggregator factory for it.
- Aggregator.SubAggCollectionMode - org.elasticsearch.search.aggregations中的枚举
-
Aggregation mode for sub aggregations.
- AggregatorBase - org.elasticsearch.search.aggregations中的类
-
Base implementation for concrete aggregators.
- AggregatorBase(String, AggregatorFactories, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.AggregatorBase
-
Constructs a new Aggregator.
- AggregatorFactories - org.elasticsearch.search.aggregations中的类
-
- AggregatorFactories.AggParseContext - org.elasticsearch.search.aggregations中的类
-
Context to parse and aggregation.
- AggregatorFactories.Builder - org.elasticsearch.search.aggregations中的类
-
- AggregatorFactory<AF extends AggregatorFactory<AF>> - org.elasticsearch.search.aggregations中的类
-
- AggregatorFactory(String, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.AggregatorFactory
-
Constructs a new aggregator factory.
- AggregatorFactory.MultiBucketAggregatorWrapper - org.elasticsearch.search.aggregations中的类
-
- aggregators() - 类 中的方法org.elasticsearch.search.aggregations.SearchContextAggregations
-
- aggregators(Aggregator[]) - 类 中的方法org.elasticsearch.search.aggregations.SearchContextAggregations
-
Registers all the created aggregators (top level aggregators) for the search execution context.
- AGGS_CONTEXT - 接口 中的静态变量org.elasticsearch.script.ExecutableScript
-
- AGGS_CONTEXT - 类 中的静态变量org.elasticsearch.script.SearchScript
-
- AGGS_FIELD - 类 中的静态变量org.elasticsearch.search.builder.SearchSourceBuilder
-
- aggsUsedForSorting - 类 中的变量org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator
-
- Alias - org.elasticsearch.action.admin.indices.alias中的类
-
Represents an alias, to be associated with an index
- Alias(String) - 类 的构造器org.elasticsearch.action.admin.indices.alias.Alias
-
- alias(String) - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
Set the alias this action is operating on.
- alias(Alias) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Adds an alias that will be associated with the index when it gets created
- alias(Alias) - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverRequestBuilder
-
- alias(Alias) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
Adds an alias that will be added when the index gets created.
- alias() - 类 中的方法org.elasticsearch.cluster.metadata.AliasMetaData
-
- alias() - 类 中的方法org.elasticsearch.cluster.metadata.AliasMetaData.Builder
-
- Alias(AliasMetaData, IndexMetaData) - 类 的构造器org.elasticsearch.cluster.metadata.AliasOrIndex.Alias
-
- AliasAction - org.elasticsearch.cluster.metadata中的类
-
- AliasAction.Add - org.elasticsearch.cluster.metadata中的类
-
Operation to add an alias to an index.
- AliasAction.NewAliasValidator - org.elasticsearch.cluster.metadata中的接口
-
Validate a new alias.
- AliasAction.Remove - org.elasticsearch.cluster.metadata中的类
-
Operation to remove an alias from an index.
- AliasAction.RemoveIndex - org.elasticsearch.cluster.metadata中的类
-
Operation to remove an index.
- AliasActions(StreamInput) - 类 的构造器org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
Read from a stream.
- aliases(String...) - 类 中的方法org.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
-
- aliases() - 类 中的方法org.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
-
- aliases(String...) - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
Aliases to use with this action.
- aliases() - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- aliases(Set<Alias>) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
-
- aliases() - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
-
- aliases(Map) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Sets the aliases that will be associated with the index when it gets created
- aliases(XContentBuilder) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Sets the aliases that will be associated with the index when it gets created
- aliases(String) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Sets the aliases that will be associated with the index when it gets created
- aliases(BytesReference) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Sets the aliases that will be associated with the index when it gets created
- aliases() - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
- aliases() - 类 中的方法org.elasticsearch.action.admin.indices.get.GetIndexResponse
-
- aliases() - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
- aliases(Map) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
Sets the aliases that will be associated with the index when it gets created
- aliases(XContentBuilder) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
Sets the aliases that will be associated with the index when it gets created
- aliases(String) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
Sets the aliases that will be associated with the index when it gets created
- aliases(BytesReference) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
Sets the aliases that will be associated with the index when it gets created
- aliases() - 接口 中的方法org.elasticsearch.action.AliasesRequest
-
Returns the array of aliases that the action relates to
- aliases(String...) - 接口 中的方法org.elasticsearch.action.AliasesRequest
-
Sets the array of aliases that the action relates to
- aliases(IndicesAliasesRequest) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Allows to add/remove aliases from indices.
- aliases(IndicesAliasesRequest, ActionListener<IndicesAliasesResponse>) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Allows to add/remove aliases from indices.
- aliases() - 类 中的方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- aliases(Set<Alias>) - 类 中的方法org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutRequest
-
- aliasesExist(GetAliasesRequest) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Check to existence of index aliases.
- aliasesExist(GetAliasesRequest, ActionListener<AliasesExistResponse>) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Check the existence of specified index aliases.
- AliasesExistAction - org.elasticsearch.action.admin.indices.alias.exists中的类
-
- AliasesExistRequestBuilder - org.elasticsearch.action.admin.indices.alias.exists中的类
-
- AliasesExistRequestBuilder(ElasticsearchClient, AliasesExistAction, String...) - 类 的构造器org.elasticsearch.action.admin.indices.alias.exists.AliasesExistRequestBuilder
-
- AliasesExistResponse - org.elasticsearch.action.admin.indices.alias.exists中的类
-
- AliasesExistResponse(boolean) - 类 的构造器org.elasticsearch.action.admin.indices.alias.exists.AliasesExistResponse
-
- AliasesNotFoundException - org.elasticsearch.rest.action.admin.indices中的异常错误
-
- AliasesNotFoundException(String...) - 异常错误 的构造器org.elasticsearch.rest.action.admin.indices.AliasesNotFoundException
-
- AliasesNotFoundException(StreamInput) - 异常错误 的构造器org.elasticsearch.rest.action.admin.indices.AliasesNotFoundException
-
- AliasesRequest - org.elasticsearch.action中的接口
-
Needs to be implemented by all
ActionRequest subclasses that relate to
one or more indices and one or more aliases.
- AliasFilter - org.elasticsearch.search.internal中的类
-
Represents a
QueryBuilder and a list of alias names that filters the builder is composed of.
- AliasFilter(QueryBuilder, String...) - 类 的构造器org.elasticsearch.search.internal.AliasFilter
-
- AliasFilter(StreamInput) - 类 的构造器org.elasticsearch.search.internal.AliasFilter
-
- aliasFilter() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- aliasFilter() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- AliasFilterParsingException - org.elasticsearch.indices中的异常错误
-
- AliasFilterParsingException(Index, String, String, Throwable) - 异常错误 的构造器org.elasticsearch.indices.AliasFilterParsingException
-
- AliasFilterParsingException(StreamInput) - 异常错误 的构造器org.elasticsearch.indices.AliasFilterParsingException
-
- AliasMetaData - org.elasticsearch.cluster.metadata中的类
-
- AliasMetaData(StreamInput) - 类 的构造器org.elasticsearch.cluster.metadata.AliasMetaData
-
- AliasMetaData.Builder - org.elasticsearch.cluster.metadata中的类
-
- AliasOrIndex - org.elasticsearch.cluster.metadata中的接口
-
Encapsulates the
IndexMetaData instances of a concrete index or indices an alias is pointing to.
- AliasOrIndex.Alias - org.elasticsearch.cluster.metadata中的类
-
Represents an alias and groups all
IndexMetaData instances sharing the same alias name together.
- AliasOrIndex.Index - org.elasticsearch.cluster.metadata中的类
-
- AliasValidator - org.elasticsearch.cluster.metadata中的类
-
Validator for an alias, to be used before adding an alias to the index metadata
and make sure the alias is valid
- AliasValidator(Settings) - 类 的构造器org.elasticsearch.cluster.metadata.AliasValidator
-
- all() - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
Sets to return all the data.
- all() - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
-
Sets to return all the data.
- all() - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
Sets all the request flags.
- all() - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
-
Sets all the request flags.
- all() - 类 中的方法org.elasticsearch.action.admin.cluster.node.usage.NodesUsageRequest
-
Sets all the request flags.
- all() - 类 中的方法org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
-
- all() - 类 中的方法org.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
-
Include all data
- ALL - 类 中的静态变量org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
- all() - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
Sets all flags to return all stats.
- all() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
Sets all flags to return all stats.
- all() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
Sets all flags to return all stats.
- ALL - 类 中的静态变量org.elasticsearch.action.support.ActiveShardCount
-
- ALL - 枚举 中的静态变量org.elasticsearch.cluster.block.ClusterBlockLevel
-
- ALL - 类 中的静态变量org.elasticsearch.cluster.metadata.MetaData
-
- ALL_ACTIONS - 类 中的静态变量org.elasticsearch.action.support.tasks.BaseTasksRequest
-
- ALL_CONTEXTS - 类 中的静态变量org.elasticsearch.cluster.metadata.MetaData
-
Indicates that this custom metadata will be returned as part of an API call, stored as a part of
a snapshot global state, and will be persisted between node restarts
- ALL_FIELDS_FIELDS - 类 中的静态变量org.elasticsearch.search.builder.SearchSourceBuilder
-
- ALL_NODES - 类 中的静态变量org.elasticsearch.action.support.tasks.BaseTasksRequest
-
- ALL_SNAPSHOTS - 类 中的静态变量org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
-
- allActiveShardsGrouped(String[], boolean) - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable
-
- allActiveShardsGrouped(String[], boolean, boolean) - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable
-
Return GroupShardsIterator where each active shard routing has it's own shard iterator.
- allAssignedShardsGrouped(String[], boolean) - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable
-
- allAssignedShardsGrouped(String[], boolean, boolean) - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable
-
Return GroupShardsIterator where each assigned shard routing has it's own shard iterator.
- allChannelsOpen() - 类 中的方法org.elasticsearch.transport.TcpTransport.NodeChannels
-
- AllCircuitBreakerStats - org.elasticsearch.indices.breaker中的类
-
Stats class encapsulating all of the different circuit breaker stats
- AllCircuitBreakerStats(CircuitBreakerStats[]) - 类 的构造器org.elasticsearch.indices.breaker.AllCircuitBreakerStats
-
- AllCircuitBreakerStats(StreamInput) - 类 的构造器org.elasticsearch.indices.breaker.AllCircuitBreakerStats
-
- allElementsAreEqual(Iterable<?>, Iterable<?>) - 类 中的静态方法org.elasticsearch.common.util.iterable.Iterables
-
- allEnabled() - 类 中的方法org.elasticsearch.index.mapper.MapperService
-
Returns true if the "_all" field is enabled on any type.
- AllEntries - org.elasticsearch.common.lucene.all中的类
-
- AllEntries() - 类 的构造器org.elasticsearch.common.lucene.all.AllEntries
-
- allEntries() - 类 中的方法org.elasticsearch.index.mapper.ParseContext
-
- allEntries() - 类 中的方法org.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- AllEntries.Entry - org.elasticsearch.common.lucene.all中的类
-
- AllField - org.elasticsearch.common.lucene.all中的类
-
- AllField(String, String, float, FieldType) - 类 的构造器org.elasticsearch.common.lucene.all.AllField
-
- AllFieldMapper - org.elasticsearch.index.mapper中的类
-
- allFieldMapper() - 类 中的方法org.elasticsearch.index.mapper.DocumentMapper
-
- AllFieldMapper.Builder - org.elasticsearch.index.mapper中的类
-
- AllFieldMapper.Defaults - org.elasticsearch.index.mapper中的类
-
- AllFieldMapper.TypeParser - org.elasticsearch.index.mapper中的类
-
- allocate(RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator
-
- allocate(RoutingAllocation) - 接口 中的方法org.elasticsearch.cluster.routing.allocation.allocator.ShardsAllocator
-
Allocates shards to nodes in the cluster.
- allocateDangled(Collection<IndexMetaData>, LocalAllocateDangledIndices.Listener) - 类 中的方法org.elasticsearch.gateway.LocalAllocateDangledIndices
-
- AllocateDangledRequest() - 类 的构造器org.elasticsearch.gateway.LocalAllocateDangledIndices.AllocateDangledRequest
-
- AllocateEmptyPrimaryAllocationCommand - org.elasticsearch.cluster.routing.allocation.command中的类
-
Allocates an unassigned empty primary shard to a specific node.
- AllocateEmptyPrimaryAllocationCommand(String, int, String, boolean) - 类 的构造器org.elasticsearch.cluster.routing.allocation.command.AllocateEmptyPrimaryAllocationCommand
-
- AllocateEmptyPrimaryAllocationCommand(StreamInput) - 类 的构造器org.elasticsearch.cluster.routing.allocation.command.AllocateEmptyPrimaryAllocationCommand
-
Read from a stream.
- AllocateEmptyPrimaryAllocationCommand.Builder - org.elasticsearch.cluster.routing.allocation.command中的类
-
- AllocateReplicaAllocationCommand - org.elasticsearch.cluster.routing.allocation.command中的类
-
Allocates an unassigned replica shard to a specific node.
- AllocateReplicaAllocationCommand(String, int, String) - 类 的构造器org.elasticsearch.cluster.routing.allocation.command.AllocateReplicaAllocationCommand
-
- AllocateReplicaAllocationCommand(StreamInput) - 类 的构造器org.elasticsearch.cluster.routing.allocation.command.AllocateReplicaAllocationCommand
-
Read from a stream.
- AllocateReplicaAllocationCommand.Builder - org.elasticsearch.cluster.routing.allocation.command中的类
-
- AllocateStalePrimaryAllocationCommand - org.elasticsearch.cluster.routing.allocation.command中的类
-
Allocates an unassigned stale primary shard to a specific node.
- AllocateStalePrimaryAllocationCommand(String, int, String, boolean) - 类 的构造器org.elasticsearch.cluster.routing.allocation.command.AllocateStalePrimaryAllocationCommand
-
- AllocateStalePrimaryAllocationCommand(StreamInput) - 类 的构造器org.elasticsearch.cluster.routing.allocation.command.AllocateStalePrimaryAllocationCommand
-
Read from a stream.
- AllocateStalePrimaryAllocationCommand.Builder - org.elasticsearch.cluster.routing.allocation.command中的类
-
- allocateUnassigned(RoutingAllocation) - 类 中的方法org.elasticsearch.gateway.BaseGatewayShardAllocator
-
Allocate unassigned shards to nodes (if any) where valid copies of the shard already exist.
- allocateUnassigned(RoutingAllocation) - 类 中的方法org.elasticsearch.gateway.GatewayAllocator
-
- AllocateUnassignedDecision - org.elasticsearch.cluster.routing.allocation中的类
-
Represents the allocation decision by an allocator for an unassigned shard.
- AllocateUnassignedDecision(StreamInput) - 类 的构造器org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
-
- AllocationCommand - org.elasticsearch.cluster.routing.allocation.command中的接口
-
A command to move shards in some way.
- AllocationCommand.Parser<T extends AllocationCommand> - org.elasticsearch.cluster.routing.allocation.command中的接口
-
- AllocationCommands - org.elasticsearch.cluster.routing.allocation.command中的类
-
- AllocationCommands(AllocationCommand...) - 类 的构造器org.elasticsearch.cluster.routing.allocation.command.AllocationCommands
-
- AllocationDecider - org.elasticsearch.cluster.routing.allocation.decider中的类
-
AllocationDecider is an abstract base class that allows to make
dynamic cluster- or index-wide shard allocation decisions on a per-node
basis.
- AllocationDecider(Settings) - 类 的构造器org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider
-
- AllocationDeciders - org.elasticsearch.cluster.routing.allocation.decider中的类
-
- AllocationDeciders(Settings, Collection<AllocationDecider>) - 类 的构造器org.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
-
- AllocationDecision - org.elasticsearch.cluster.routing.allocation中的枚举
-
An enum which represents the various decision types that can be taken by the
allocators and deciders for allocating a shard to a node.
- allocationExplain(ClusterAllocationExplainRequest, ActionListener<ClusterAllocationExplainResponse>) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Explain the allocation of a shard
- allocationExplain(ClusterAllocationExplainRequest) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Explain the allocation of a shard
- AllocationId - org.elasticsearch.cluster.routing中的类
-
Uniquely identifies an allocation.
- allocationId() - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
An id that uniquely identifies an allocation.
- allocationId() - 类 中的方法org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodeGatewayStartedShards
-
- allocationId - 类 中的变量org.elasticsearch.index.engine.Engine
-
- allocationId - 类 中的变量org.elasticsearch.index.shard.ShardStateMetaData
-
- AllocationService - org.elasticsearch.cluster.routing.allocation中的类
-
This service manages the node allocation of a cluster.
- AllocationService(Settings, AllocationDeciders, GatewayAllocator, ShardsAllocator, ClusterInfoService) - 类 的构造器org.elasticsearch.cluster.routing.allocation.AllocationService
-
- AllocationService(Settings, AllocationDeciders, ShardsAllocator, ClusterInfoService) - 类 的构造器org.elasticsearch.cluster.routing.allocation.AllocationService
-
- AllocationService.CommandsResult - org.elasticsearch.cluster.routing.allocation中的类
-
- ALLOW_NONE - 类 中的静态变量org.elasticsearch.script.ScriptService
-
- ALLOW_UNMAPPED - 类 中的静态变量org.elasticsearch.index.IndexSettings
-
- allowAliasesToMultipleIndices() - 类 中的方法org.elasticsearch.action.support.IndicesOptions
-
- ALLOWED_CONTENT_FIELD_NAMES - 类 中的静态变量org.elasticsearch.index.mapper.CompletionFieldMapper
-
- allowLeadingWildcard(Boolean) - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
Should leading wildcards be allowed or not.
- allowLeadingWildcard() - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
- allowNoIndices() - 类 中的方法org.elasticsearch.action.support.IndicesOptions
-
- allowPrimary() - 类 中的方法org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
-
- allowsIndexOptions() - 类 中的方法org.elasticsearch.index.mapper.FieldMapper.Builder
-
- allowsIndexOptions() - 类 中的方法org.elasticsearch.index.mapper.NumberFieldMapper.Builder
-
Numeric field types no longer support `index_options`
- allowsNull(Annotation[]) - 类 中的静态方法org.elasticsearch.common.inject.internal.Nullability
-
- allPrimaryShardsActive() - 类 中的方法org.elasticsearch.cluster.routing.IndexRoutingTable
-
Returns true if all shards are primary and active.
- allPrimaryShardsUnassigned() - 类 中的方法org.elasticsearch.cluster.routing.IndexRoutingTable
-
- allReplicasActive(ShardId, MetaData) - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes
-
Returns true iff all replicas are active for the given shard routing.
- allShards(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
-
Indicates whether the query should be validated on all shards instead of one random shard
- allShards() - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
-
Indicates whether the query should be validated on all shards instead of one random shard
- allShards() - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable
-
All the shards (replicas) for all indices in this routing table.
- allShards(String) - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable
-
All the shards (replicas) for the provided index.
- allShards(String[]) - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable
-
- allShardsIncludingRelocationTargets(String[]) - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable
-
- allShardsStarted() - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
Returns true iff all shards in the routing table are started otherwise false
- AllTermQuery - org.elasticsearch.common.lucene.all中的类
-
A term query that takes all payload boost values into account.
- AllTermQuery(Term) - 类 的构造器org.elasticsearch.common.lucene.all.AllTermQuery
-
- AllTokenStream - org.elasticsearch.common.lucene.all中的类
-
- allTokenStream(String, String, float, Analyzer) - 类 中的静态方法org.elasticsearch.common.lucene.all.AllTokenStream
-
- alpha(double) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel.EWMAModelBuilder
-
Alpha controls the smoothing of the data.
- alpha(double) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel.HoltLinearModelBuilder
-
Alpha controls the smoothing of the data.
- alpha(double) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.HoltWintersModelBuilder
-
Alpha controls the smoothing of the data.
- alreadyClosed() - 类 中的方法org.elasticsearch.common.util.concurrent.AbstractRefCounted
-
- alreadyClosed() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- ALTERNATIVE_NAME - 类 中的静态变量org.elasticsearch.search.sort.GeoDistanceSortBuilder
-
- ALWAYS - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.decider.Decision
-
- alwaysEnforce() - 接口 中的方法org.elasticsearch.bootstrap.BootstrapCheck
-
- ambiguousTypeConversion(String, Object, TypeLiteral<?>, MatcherAndConverter, MatcherAndConverter) - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- Analysis - org.elasticsearch.index.analysis中的类
-
- Analysis() - 类 的构造器org.elasticsearch.index.analysis.Analysis
-
- AnalysisModule - org.elasticsearch.indices.analysis中的类
-
- AnalysisModule(Environment, List<AnalysisPlugin>) - 类 的构造器org.elasticsearch.indices.analysis.AnalysisModule
-
- AnalysisModule.AnalysisProvider<T> - org.elasticsearch.indices.analysis中的接口
-
The basic factory interface for analysis components.
- AnalysisPlugin - org.elasticsearch.plugins中的接口
-
An additional extension point for
Plugins that extends Elasticsearch's analysis functionality.
- AnalysisRegistry - org.elasticsearch.index.analysis中的类
-
An internal registry for tokenizer, token filter, char filter and analyzer.
- AnalysisRegistry(Environment, Map<String, AnalysisModule.AnalysisProvider<CharFilterFactory>>, Map<String, AnalysisModule.AnalysisProvider<TokenFilterFactory>>, Map<String, AnalysisModule.AnalysisProvider<TokenizerFactory>>, Map<String, AnalysisModule.AnalysisProvider<AnalyzerProvider<?>>>, Map<String, AnalysisModule.AnalysisProvider<AnalyzerProvider<?>>>, Map<String, PreConfiguredCharFilter>, Map<String, PreConfiguredTokenFilter>, Map<String, PreConfiguredTokenizer>) - 类 的构造器org.elasticsearch.index.analysis.AnalysisRegistry
-
- analysisRegistry - 类 中的变量org.elasticsearch.ingest.Processor.Parameters
-
Provide analyzer support
- analyze(AnalyzeRequest, String, Analyzer, IndexAnalyzers, AnalysisRegistry, Environment) - 类 中的静态方法org.elasticsearch.action.admin.indices.analyze.TransportAnalyzeAction
-
- analyze(AnalyzeRequest) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Analyze text under the provided index.
- analyze(AnalyzeRequest, ActionListener<AnalyzeResponse>) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Analyze text under the provided index.
- analyze(Analyzer, BytesRef, String, DirectCandidateGenerator.TokenConsumer, CharsRefBuilder) - 类 中的静态方法org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
-
- analyze(TokenStream, DirectCandidateGenerator.TokenConsumer) - 类 中的静态方法org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
-
NOTE: this method closes the TokenStream, even on exception, which is awkward
because really the caller who called Analyzer.tokenStream(java.lang.String, java.io.Reader) should close it,
but when trying that there are recursion issues when we try to use the same
TokenStream twice in the same recursion...
- AnalyzeAction - org.elasticsearch.action.admin.indices.analyze中的类
-
- analyzer(String) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- analyzer() - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- analyzer() - 类 中的方法org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
-
- analyzer(DetailAnalyzeResponse.AnalyzeTokenList) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
-
- analyzer() - 类 中的方法org.elasticsearch.index.analysis.NamedAnalyzer
-
The actual analyzer.
- analyzer() - 类 中的方法org.elasticsearch.index.analysis.PreBuiltAnalyzerProviderFactory
-
- ANALYZER - 类 中的静态变量org.elasticsearch.index.mapper.CompletionFieldMapper.Fields
-
- analyzer(String) - 类 中的方法org.elasticsearch.index.query.CommonTermsQueryBuilder
-
Explicitly set the analyzer to use.
- analyzer() - 类 中的方法org.elasticsearch.index.query.CommonTermsQueryBuilder
-
- analyzer(String) - 类 中的方法org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
-
Explicitly set the analyzer to use.
- analyzer() - 类 中的方法org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
-
Get the analyzer to use, if previously set, otherwise null
- analyzer(String) - 类 中的方法org.elasticsearch.index.query.MatchPhraseQueryBuilder
-
Explicitly set the analyzer to use.
- analyzer() - 类 中的方法org.elasticsearch.index.query.MatchPhraseQueryBuilder
-
Get the analyzer to use, if previously set, otherwise null
- analyzer(String) - 类 中的方法org.elasticsearch.index.query.MatchQueryBuilder
-
Explicitly set the analyzer to use.
- analyzer() - 类 中的方法org.elasticsearch.index.query.MatchQueryBuilder
-
Get the analyzer to use, if previously set, otherwise null
- analyzer(String) - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
The analyzer that will be used to analyze the text.
- analyzer() - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- analyzer(String) - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
Explicitly set the analyzer to use.
- analyzer() - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- analyzer(String) - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
The optional analyzer used to analyze the query string.
- analyzer(String) - 类 中的方法org.elasticsearch.index.query.SimpleQueryStringBuilder
-
Specify an analyzer to use for the query.
- analyzer() - 类 中的方法org.elasticsearch.index.query.SimpleQueryStringBuilder
-
Returns the analyzer to use for the query.
- analyzer - 类 中的变量org.elasticsearch.index.search.MatchQuery
-
- ANALYZER - 类 中的静态变量org.elasticsearch.rest.action.admin.indices.RestAnalyzeAction.Fields
-
- analyzer - 类 中的变量org.elasticsearch.search.suggest.SuggestionBuilder
-
- analyzer(String) - 类 中的方法org.elasticsearch.search.suggest.SuggestionBuilder
-
Sets the analyzer to analyse to suggest text with.
- analyzer() - 类 中的方法org.elasticsearch.search.suggest.SuggestionBuilder
-
- ANALYZER_FIELD - 类 中的静态变量org.elasticsearch.index.query.MatchQueryBuilder
-
- ANALYZER_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.SuggestionBuilder
-
- AnalyzeRequest - org.elasticsearch.action.admin.indices.analyze中的类
-
A request to analyze a text associated with a specific index.
- AnalyzeRequest() - 类 的构造器org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- AnalyzeRequest(String) - 类 的构造器org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
Constructs a new analyzer request for the provided index.
- AnalyzeRequest.NameOrDefinition - org.elasticsearch.action.admin.indices.analyze中的类
-
- AnalyzeRequestBuilder - org.elasticsearch.action.admin.indices.analyze中的类
-
- AnalyzeRequestBuilder(ElasticsearchClient, AnalyzeAction) - 类 的构造器org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
-
- AnalyzeRequestBuilder(ElasticsearchClient, AnalyzeAction, String, String...) - 类 的构造器org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
-
- AnalyzeResponse - org.elasticsearch.action.admin.indices.analyze中的类
-
- AnalyzeResponse(List<AnalyzeResponse.AnalyzeToken>, DetailAnalyzeResponse) - 类 的构造器org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse
-
- AnalyzeResponse.AnalyzeToken - org.elasticsearch.action.admin.indices.analyze中的类
-
- AnalyzerProvider<T extends org.apache.lucene.analysis.Analyzer> - org.elasticsearch.index.analysis中的接口
-
- analyzers() - 类 中的方法org.elasticsearch.index.analysis.FieldNameAnalyzer
-
- AnalyzerScope - org.elasticsearch.index.analysis中的枚举
-
- AnalyzeToken(String, int, int, int, int, String, Map<String, Object>) - 类 的构造器org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
-
- AnalyzeTokenList(String, AnalyzeResponse.AnalyzeToken[]) - 类 的构造器org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.AnalyzeTokenList
-
- analyzeWildcard(Boolean) - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
Set to true to enable analysis on wildcard and prefix queries.
- analyzeWildcard() - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
- analyzeWildcard(boolean) - 类 中的方法org.elasticsearch.index.query.SimpleQueryStringBuilder
-
Specifies whether wildcards should be analyzed.
- analyzeWildcard() - 类 中的方法org.elasticsearch.index.query.SimpleQueryStringBuilder
-
Returns whether wildcards should by analyzed.
- analyzeWildcard(boolean) - 类 中的方法org.elasticsearch.index.search.SimpleQueryStringQueryParser.Settings
-
Specifies whether to analyze wildcards.
- analyzeWildcard() - 类 中的方法org.elasticsearch.index.search.SimpleQueryStringQueryParser.Settings
-
Returns whether to analyze wildcards.
- and(Matcher<? super T>) - 类 中的方法org.elasticsearch.common.inject.matcher.AbstractMatcher
-
- and(Matcher<? super T>) - 接口 中的方法org.elasticsearch.common.inject.matcher.Matcher
-
Returns a new matcher which returns true if both this and the
given matcher return true.
- AnnotatedBindingBuilder<T> - org.elasticsearch.common.inject.binder中的接口
-
See the EDSL examples at
Binder.
- AnnotatedConstantBindingBuilder - org.elasticsearch.common.inject.binder中的接口
-
See the EDSL examples at
Binder.
- AnnotatedElementBuilder - org.elasticsearch.common.inject.binder中的接口
-
See the EDSL examples at
Binder.
- annotatedWith(Class<? extends Annotation>) - 接口 中的方法org.elasticsearch.common.inject.binder.AnnotatedBindingBuilder
-
See the EDSL examples at
Binder.
- annotatedWith(Annotation) - 接口 中的方法org.elasticsearch.common.inject.binder.AnnotatedBindingBuilder
-
See the EDSL examples at
Binder.
- annotatedWith(Class<? extends Annotation>) - 接口 中的方法org.elasticsearch.common.inject.binder.AnnotatedConstantBindingBuilder
-
See the EDSL examples at
Binder.
- annotatedWith(Annotation) - 接口 中的方法org.elasticsearch.common.inject.binder.AnnotatedConstantBindingBuilder
-
See the EDSL examples at
Binder.
- annotatedWith(Class<? extends Annotation>) - 接口 中的方法org.elasticsearch.common.inject.binder.AnnotatedElementBuilder
-
See the EDSL examples at
Binder.
- annotatedWith(Annotation) - 接口 中的方法org.elasticsearch.common.inject.binder.AnnotatedElementBuilder
-
See the EDSL examples at
Binder.
- annotatedWith(Class<? extends Annotation>) - 类 中的方法org.elasticsearch.common.inject.internal.BindingBuilder
-
- annotatedWith(Annotation) - 类 中的方法org.elasticsearch.common.inject.internal.BindingBuilder
-
- annotatedWith(Class<? extends Annotation>) - 类 中的方法org.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
-
- annotatedWith(Annotation) - 类 中的方法org.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
-
- annotatedWith(Class<? extends Annotation>) - 类 中的方法org.elasticsearch.common.inject.internal.ExposureBuilder
-
- annotatedWith(Annotation) - 类 中的方法org.elasticsearch.common.inject.internal.ExposureBuilder
-
- annotatedWith(Class<? extends Annotation>) - 类 中的静态方法org.elasticsearch.common.inject.matcher.Matchers
-
Returns a matcher which matches elements (methods, classes, etc.)
- annotatedWith(Annotation) - 类 中的静态方法org.elasticsearch.common.inject.matcher.Matchers
-
Returns a matcher which matches elements (methods, classes, etc.)
- annotatedWithInternal(Class<? extends Annotation>) - 类 中的方法org.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
Sets the binding to a copy with the specified annotation on the bound key
- annotatedWithInternal(Annotation) - 类 中的方法org.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
Sets the binding to a copy with the specified annotation on the bound key
- ANNOTATION_ALREADY_SPECIFIED - 类 中的静态变量org.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
- Annotations - org.elasticsearch.common.inject.internal中的类
-
Annotation utilities.
- Annotations() - 类 的构造器org.elasticsearch.common.inject.internal.Annotations
-
- any() - 类 中的静态方法org.elasticsearch.common.inject.matcher.Matchers
-
Returns a matcher which matches any input.
- anySet() - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
- API_AND_GATEWAY - 类 中的静态变量org.elasticsearch.cluster.metadata.MetaData
-
Indicates that this custom metadata will be returned as part of an API call and will be persisted between
node restarts, but will not be a part of a snapshot global state
- API_AND_SNAPSHOT - 类 中的静态变量org.elasticsearch.cluster.metadata.MetaData
-
Indicates that this custom metadata will be returned as part of an API call and stored as a part of
a snapshot global state, but will not be persisted between node restarts
- API_ONLY - 类 中的静态变量org.elasticsearch.cluster.metadata.MetaData
-
Indicates that this custom metadata will be returned as part of an API call but will not be persisted
- append(CharSequence) - 类 中的方法org.elasticsearch.common.io.FastCharArrayWriter
-
Appends the specified character sequence to this writer.
- append(CharSequence, int, int) - 类 中的方法org.elasticsearch.common.io.FastCharArrayWriter
-
Appends a subsequence of the specified character sequence to this writer.
- append(char) - 类 中的方法org.elasticsearch.common.io.FastCharArrayWriter
-
Appends the specified character to this writer.
- append(Path, Path, int) - 类 中的静态方法org.elasticsearch.common.io.FileSystemUtils
-
Appends the path to the given base and strips N elements off the path if strip is > 0.
- appendElement(T[], T) - 类 中的静态方法org.elasticsearch.common.collect.CopyOnWriteHashMap
-
- appendFieldValue(String, Object) - 类 中的方法org.elasticsearch.ingest.IngestDocument
-
Appends the provided value to the provided path in the document.
- appendFieldValue(TemplateScript.Factory, ValueSource) - 类 中的方法org.elasticsearch.ingest.IngestDocument
-
Appends the provided value to the provided path in the document.
- apply(Task, String, Request, ActionListener<Response>, ActionFilterChain<Request, Response>) - 接口 中的方法org.elasticsearch.action.support.ActionFilter
-
Enables filtering the execution of an action on the request side, either by sending a response through the
ActionListener or by continuing the execution through the given
chain
- apply(Task, String, Request, ActionListener<Response>, ActionFilterChain<Request, Response>) - 类 中的方法org.elasticsearch.action.support.ActionFilter.Simple
-
- apply(String, ActionRequest, ActionListener<?>) - 类 中的方法org.elasticsearch.action.support.ActionFilter.Simple
-
Applies this filter and returns true if the execution chain should proceed, or false
if it should be aborted since the filter already handled the request and called the given listener.
- apply(T) - 接口 中的方法org.elasticsearch.cluster.Diff
-
Applies difference to the specified part and returns the resulted part
- apply(ImmutableOpenMap<K, T>) - 类 中的方法org.elasticsearch.cluster.DiffableUtils.ImmutableOpenMapDiff
-
- apply(MetaData.Custom) - 类 中的方法org.elasticsearch.cluster.metadata.IndexGraveyard.IndexGraveyardDiff
-
- apply(CreateIndexClusterStateUpdateRequest, IndexTemplateMetaData) - 接口 中的方法org.elasticsearch.cluster.metadata.IndexTemplateFilter
-
- apply(T) - 接口 中的方法org.elasticsearch.common.CheckedFunction
-
- apply(double) - 枚举 中的方法org.elasticsearch.common.lucene.search.function.FieldValueFactorFunction.Modifier
-
- apply(T, Settings, Settings) - 接口 中的方法org.elasticsearch.common.settings.AbstractScopedSettings.SettingUpdater
-
Applies the given value to the updater.
- apply(Settings, Settings) - 接口 中的方法org.elasticsearch.common.settings.AbstractScopedSettings.SettingUpdater
-
Updates this updaters value if it has changed.
- apply(S, T, U) - 接口 中的方法org.elasticsearch.common.TriFunction
-
Applies this function to the given arguments.
- apply(XContentParser, Context) - 类 中的方法org.elasticsearch.common.xcontent.ConstructingObjectParser
-
Call this to do the actual parsing.
- apply(XContentParser, Context) - 类 中的方法org.elasticsearch.common.xcontent.ObjectParser
-
- apply(long) - 接口 中的方法org.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator.GlobalOrdLookupFunction
-
- applyAsLong(IndicesFieldDataCache.Key, Accountable) - 类 中的方法org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache.FieldDataWeigher
-
- applyChanges(MetaData, RoutingTable) - 类 中的方法org.elasticsearch.cluster.routing.allocation.IndexMetaDataUpdater
-
Updates the current
MetaData based on the changes of this RoutingChangesObserver.
- applyChanges(RestoreInProgress) - 类 中的方法org.elasticsearch.snapshots.RestoreService.RestoreInProgressUpdater
-
- applyClusterState(ClusterChangedEvent) - 类 中的方法org.elasticsearch.action.ingest.IngestActionForwarder
-
- applyClusterState(ClusterChangedEvent) - 接口 中的方法org.elasticsearch.cluster.ClusterStateApplier
-
- applyClusterState(ClusterChangedEvent) - 类 中的方法org.elasticsearch.gateway.GatewayMetaState
-
- applyClusterState(ClusterChangedEvent) - 类 中的方法org.elasticsearch.indices.cluster.IndicesClusterStateService
-
- applyClusterState(ClusterChangedEvent) - 类 中的方法org.elasticsearch.ingest.PipelineExecutionService
-
- applyClusterState(ClusterChangedEvent) - 类 中的方法org.elasticsearch.ingest.PipelineStore
-
- applyClusterState(ClusterChangedEvent) - 类 中的方法org.elasticsearch.repositories.RepositoriesService
-
Checks if new repositories appeared in or disappeared from cluster metadata and updates current list of
repositories accordingly.
- applyClusterState(ClusterChangedEvent) - 类 中的方法org.elasticsearch.snapshots.RestoreService
-
- applyClusterState(ClusterChangedEvent) - 类 中的方法org.elasticsearch.snapshots.SnapshotsService
-
- applyClusterState(ClusterChangedEvent) - 类 中的方法org.elasticsearch.tasks.TaskManager
-
- applyContentParser(CheckedConsumer<XContentParser, IOException>) - 类 中的方法org.elasticsearch.rest.RestRequest
-
If there is any content then call applyParser with the parser, otherwise do nothing.
- applyDeleteOperationOnPrimary(long, String, String, VersionType, Consumer<Mapping>) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- applyDeleteOperationOnReplica(long, long, String, String, VersionType, Consumer<Mapping>) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- applyFailedShard(ClusterState, ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.allocation.AllocationService
-
- applyFailedShards(ClusterState, List<FailedShard>) - 类 中的方法org.elasticsearch.cluster.routing.allocation.AllocationService
-
- applyFailedShards(ClusterState, List<FailedShard>, List<StaleShard>) - 类 中的方法org.elasticsearch.cluster.routing.allocation.AllocationService
-
Applies the failed shards.
- applyFailedShards(RoutingAllocation, List<FailedShard>) - 类 中的方法org.elasticsearch.gateway.GatewayAllocator
-
- applyHardSizeLimit(Settings, String) - 类 中的方法org.elasticsearch.threadpool.ExecutorBuilder
-
- applyIndexOperationOnPrimary(long, VersionType, SourceToParse, long, boolean, Consumer<Mapping>) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- applyIndexOperationOnReplica(long, long, VersionType, long, boolean, SourceToParse, Consumer<Mapping>) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- applyMinimumShouldMatch(BooleanQuery, String) - 类 中的静态方法org.elasticsearch.common.lucene.search.Queries
-
- applySettings(Settings) - 类 中的方法org.elasticsearch.common.settings.AbstractScopedSettings
-
Applies the given settings to all the settings consumers or to none of them.
- applyStartedShards(ClusterState, List<ShardRouting>) - 类 中的方法org.elasticsearch.cluster.routing.allocation.AllocationService
-
Applies the started shards.
- applyStartedShards(RoutingAllocation, List<ShardRouting>) - 类 中的方法org.elasticsearch.gateway.GatewayAllocator
-
- applyTo(Binder) - 类 中的方法org.elasticsearch.common.inject.internal.ExposedBindingImpl
-
- applyTo(Binder) - 类 中的方法org.elasticsearch.common.inject.internal.InstanceBindingImpl
-
- applyTo(Binder) - 类 中的方法org.elasticsearch.common.inject.internal.LinkedBindingImpl
-
- applyTo(Binder) - 类 中的方法org.elasticsearch.common.inject.internal.LinkedProviderBindingImpl
-
- applyTo(Binder) - 类 中的方法org.elasticsearch.common.inject.internal.PrivateElementsImpl
-
- applyTo(Binder) - 类 中的方法org.elasticsearch.common.inject.internal.ProviderInstanceBindingImpl
-
- applyTo(ScopedBindingBuilder) - 类 中的方法org.elasticsearch.common.inject.internal.Scoping
-
- applyTo(Binder) - 类 中的方法org.elasticsearch.common.inject.internal.UntargettedBindingImpl
-
- applyTo(Binder) - 接口 中的方法org.elasticsearch.common.inject.spi.Element
-
Writes this module element to the given binder (optional operation).
- applyTo(Binder) - 接口 中的方法org.elasticsearch.common.inject.spi.ExposedBinding
-
Unsupported.
- applyTo(Binder) - 类 中的方法org.elasticsearch.common.inject.spi.InjectionRequest
-
- applyTo(Binder) - 类 中的方法org.elasticsearch.common.inject.spi.MembersInjectorLookup
-
- applyTo(Binder) - 类 中的方法org.elasticsearch.common.inject.spi.Message
-
- applyTo(Binder) - 类 中的方法org.elasticsearch.common.inject.spi.ProviderLookup
-
- applyTo(Binder) - 类 中的方法org.elasticsearch.common.inject.spi.ScopeBinding
-
- applyTo(Binder) - 类 中的方法org.elasticsearch.common.inject.spi.StaticInjectionRequest
-
- applyTo(Binder) - 类 中的方法org.elasticsearch.common.inject.spi.TypeConverterBinding
-
- applyTo(Binder) - 类 中的方法org.elasticsearch.common.inject.spi.TypeListenerBinding
-
- applyTranslogOperation(Translog.Operation, Engine.Operation.Origin, Consumer<Mapping>) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- ArabicAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
- ArabicAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.ArabicAnalyzerProvider
-
- arcDistance(double, double, double, double) - 类 中的静态方法org.elasticsearch.common.geo.GeoUtils
-
Return the distance (in meters) between 2 lat,lon geo points using the haversine method implemented by lucene
- arcDistance(double, double) - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- arcDistanceWithDefault(double, double, double) - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- ARCHIVED_SETTINGS_PREFIX - 类 中的静态变量org.elasticsearch.common.settings.AbstractScopedSettings
-
- archiveUnknownOrInvalidSettings(Settings, Consumer<Map.Entry<String, String>>, BiConsumer<Map.Entry<String, String>, IllegalArgumentException>) - 类 中的方法org.elasticsearch.common.settings.AbstractScopedSettings
-
Archives invalid or unknown settings.
- ArmenianAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
- ArmenianAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.ArmenianAnalyzerProvider
-
- array() - 类 中的方法org.elasticsearch.common.bytes.BytesArray
-
- array(String, boolean[]) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- array(String, double[]) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- array(String, float[]) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- array(String, int[]) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- array(String, long[]) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- array(String, short[]) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- array(String, String...) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- array(String, Object...) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- arrayAsArrayList(E...) - 类 中的静态方法org.elasticsearch.common.util.CollectionUtils
-
- arrayOf(Type) - 类 中的静态方法org.elasticsearch.common.inject.util.Types
-
Returns an array type whose elements are all instances of
componentType.
- arrayToCommaDelimitedString(Object[]) - 类 中的静态方法org.elasticsearch.common.Strings
-
Convenience method to return a String array as a CSV String.
- arrayToDelimitedString(Object[], String) - 类 中的静态方法org.elasticsearch.common.Strings
-
Convenience method to return a String array as a delimited (e.g.
- arrayToDelimitedString(Object[], String, StringBuilder) - 类 中的静态方法org.elasticsearch.common.Strings
-
- ArrayUtils - org.elasticsearch.common.util中的类
-
- ArrayValueMapperParser - org.elasticsearch.index.mapper中的接口
-
A marker interface indicating that this mapper can handle array value, and the array
itself should be passed to it.
- asArrayList(E, E...) - 类 中的静态方法org.elasticsearch.common.util.CollectionUtils
-
- asArrayList(E, E, E...) - 类 中的静态方法org.elasticsearch.common.util.CollectionUtils
-
- asc - 类 中的变量org.elasticsearch.search.aggregations.InternalOrder
-
- asDistance() - 类 中的方法org.elasticsearch.common.unit.Fuzziness
-
- asDistance(String) - 类 中的方法org.elasticsearch.common.unit.Fuzziness
-
- asEagerSingleton() - 接口 中的方法org.elasticsearch.common.inject.binder.ScopedBindingBuilder
-
Instructs the
Injector to eagerly initialize this
singleton-scoped binding upon creation.
- asEagerSingleton() - 类 中的方法org.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
- asFloat() - 类 中的方法org.elasticsearch.common.unit.Fuzziness
-
- asList() - 类 中的方法org.elasticsearch.common.util.concurrent.AtomicArray
-
Returns the it as a non null list.
- asList() - 类 中的方法org.elasticsearch.search.aggregations.Aggregations
-
- asMap() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
-
- asMap() - 类 中的方法org.elasticsearch.index.store.Store.MetadataSnapshot
-
- asMap() - 类 中的方法org.elasticsearch.search.aggregations.Aggregations
-
- asMap() - 类 中的方法org.elasticsearch.search.lookup.LeafSearchLookup
-
- asMultiBucketAggregator(AggregatorFactory<?>, SearchContext, Aggregator) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregatorFactory
-
Utility method.
- asSequentialAccessBits(int, ScorerSupplier) - 类 中的静态方法org.elasticsearch.common.lucene.Lucene
-
Given a ScorerSupplier, return a Bits instance that will match
all documents contained in the set.
- assertClusterOrMasterStateThread() - 类 中的方法org.elasticsearch.cluster.routing.DelayedAllocationService
-
- assertClusterOrMasterStateThread() - 类 中的静态方法org.elasticsearch.cluster.service.ClusterService
-
- assertClusterStateUpdateThread() - 类 中的静态方法org.elasticsearch.cluster.service.ClusterApplierService
-
asserts that the current thread is the cluster state update thread
- assertEquivalent(Environment, Environment) - 类 中的静态方法org.elasticsearch.env.Environment
-
asserts that the two environments are equivalent for all things the environment cares about (i.e., all but the setting
object which may contain different setting)
- Assertions - org.elasticsearch中的类
-
Provides a static final field that can be used to check if assertions are enabled.
- assertMasterUpdateThread() - 类 中的静态方法org.elasticsearch.cluster.service.MasterService
-
- assertNoOpenTranslogRefs() - 类 中的方法org.elasticsearch.index.translog.TranslogDeletionPolicy
-
- assertNotClusterStateUpdateThread(String) - 类 中的静态方法org.elasticsearch.cluster.service.ClusterApplierService
-
asserts that the current thread is NOT the cluster state update thread
- assertNotMasterUpdateThread(String) - 类 中的静态方法org.elasticsearch.cluster.service.MasterService
-
- assertNotScheduleThread(String) - 类 中的静态方法org.elasticsearch.threadpool.ThreadPool
-
- assertNotTransportThread(String) - 枚举 中的静态方法org.elasticsearch.transport.Transports
-
- assertOriginPrimarySequenceNumber(long) - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
- assertShardStats(RoutingNodes) - 类 中的静态方法org.elasticsearch.cluster.routing.RoutingNodes
-
Calculates RoutingNodes statistics by iterating over all
ShardRoutings
in the cluster to ensure the book-keeping is correct.
- assertTransportThread() - 枚举 中的静态方法org.elasticsearch.transport.Transports
-
- assignedShards() - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
Returns a List of assigned shards
- assignedShards(ShardId) - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes
-
Returns all shards that are not in the state UNASSIGNED with the same shard
ID as the given shard.
- assignedToNode() - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
Returns
true iff this shard is assigned to a node ie. not
unassigned.
- Assisted - org.elasticsearch.common.inject.assistedinject中的注释类型
-
Annotates an injected parameter or field whose value comes from an argument to a factory method.
- AssistedInject - org.elasticsearch.common.inject.assistedinject中的注释类型
-
- asString() - 类 中的方法org.elasticsearch.common.unit.Fuzziness
-
- AsyncAction(Task, Request, ActionListener<Response>) - 类 的构造器org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.AsyncAction
-
- AsyncBroadcastAction(Task, Request, ActionListener<Response>) - 类 的构造器org.elasticsearch.action.support.broadcast.TransportBroadcastAction.AsyncBroadcastAction
-
- AsynchronousComputationException - org.elasticsearch.common.inject.internal中的异常错误
-
Wraps an exception that occurred during a computation in a different thread.
- AsynchronousComputationException(Throwable) - 异常错误 的构造器org.elasticsearch.common.inject.internal.AsynchronousComputationException
-
- AsyncIOProcessor<Item> - org.elasticsearch.common.util.concurrent中的类
-
This async IO processor allows to batch IO operations and have a single writer processing the write operations.
- AsyncIOProcessor(Logger, int) - 类 的构造器org.elasticsearch.common.util.concurrent.AsyncIOProcessor
-
- AsyncShardFetch<T extends BaseNodeResponse> - org.elasticsearch.gateway中的类
-
Allows to asynchronously fetch shard related data from other nodes for allocation, without blocking
the cluster update thread.
- AsyncShardFetch(Logger, String, ShardId, AsyncShardFetch.Lister<? extends BaseNodesResponse<T>, T>) - 类 的构造器org.elasticsearch.gateway.AsyncShardFetch
-
- AsyncShardFetch.FetchResult<T extends BaseNodeResponse> - org.elasticsearch.gateway中的类
-
The result of a fetch operation.
- AsyncShardFetch.Lister<NodesResponse extends BaseNodesResponse<NodeResponse>,NodeResponse extends BaseNodeResponse> - org.elasticsearch.gateway中的接口
-
An action that lists the relevant shard data that needs to be fetched.
- atLeastOneNodeWithYesDecision() - 类 中的方法org.elasticsearch.cluster.routing.allocation.AbstractAllocationDecision
-
Returns
true if there is at least one node that returned a
Decision.Type.YES decision for allocating this shard.
- AtomicArray<E> - org.elasticsearch.common.util.concurrent中的类
-
A list backed by an
AtomicReferenceArray with potential null values, easily allowing
to get the concrete values as a list using
AtomicArray.asList().
- AtomicArray(int) - 类 的构造器org.elasticsearch.common.util.concurrent.AtomicArray
-
- AtomicFieldData - org.elasticsearch.index.fielddata中的接口
-
The thread safe LeafReader level cache of the data.
- AtomicGeoPointFieldData - org.elasticsearch.index.fielddata中的接口
-
- AtomicNumericFieldData - org.elasticsearch.index.fielddata中的接口
-
- AtomicOrdinalsFieldData - org.elasticsearch.index.fielddata中的接口
-
- attemptSyncedFlush(String[], IndicesOptions, ActionListener<SyncedFlushResponse>) - 类 中的方法org.elasticsearch.indices.flush.SyncedFlushService
-
- attemptSyncedFlush(ShardId, ActionListener<ShardsSyncedFlushResult>) - 类 中的方法org.elasticsearch.indices.flush.SyncedFlushService
-
- attr - 类 中的变量org.elasticsearch.common.Table.Cell
-
- attributes(String...) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- attributes() - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- attributes - 类 中的变量org.elasticsearch.index.engine.Segment
-
- ATTRIBUTES - 类 中的静态变量org.elasticsearch.rest.action.admin.indices.RestAnalyzeAction.Fields
-
- AUTO - 类 中的静态变量org.elasticsearch.common.unit.Fuzziness
-
- AUTO_CREATE_INDEX_SETTING - 类 中的静态变量org.elasticsearch.action.support.AutoCreateIndex
-
- AUTO_INDEX_JTS_GEOMETRY - 类 中的静态变量org.elasticsearch.common.geo.builders.ShapeBuilder
-
- AUTO_SLICES - 类 中的静态变量org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
- AUTO_SLICES_VALUE - 类 中的静态变量org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
- AUTO_THROTTLE_SETTING - 类 中的静态变量org.elasticsearch.index.MergeSchedulerConfig
-
- AUTO_VALIDATE_JTS_GEOMETRY - 类 中的静态变量org.elasticsearch.common.geo.builders.ShapeBuilder
-
- AutoCreateIndex - org.elasticsearch.action.support中的类
-
Encapsulates the logic of whether a new index should be automatically created when
a write operation is about to happen in a non existing index.
- AutoCreateIndex(Settings, ClusterSettings, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.support.AutoCreateIndex
-
- autoGeneratePhraseQueries(boolean) - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
已过时。
- autoGeneratePhraseQueries() - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
已过时。
- autoGenerateSynonymsPhraseQuery(boolean) - 类 中的方法org.elasticsearch.index.query.MatchQueryBuilder
-
- autoGenerateSynonymsPhraseQuery() - 类 中的方法org.elasticsearch.index.query.MatchQueryBuilder
-
Whether phrase queries should be automatically generated for multi terms synonyms.
- autoGenerateSynonymsPhraseQuery(boolean) - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- autoGenerateSynonymsPhraseQuery() - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
Whether phrase queries should be automatically generated for multi terms synonyms.
- autoGenerateSynonymsPhraseQuery(boolean) - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
- autoGenerateSynonymsPhraseQuery() - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
Whether phrase queries should be automatically generated for multi terms synonyms.
- autoGenerateSynonymsPhraseQuery(boolean) - 类 中的方法org.elasticsearch.index.query.SimpleQueryStringBuilder
-
- autoGenerateSynonymsPhraseQuery() - 类 中的方法org.elasticsearch.index.query.SimpleQueryStringBuilder
-
Whether phrase queries should be automatically generated for multi terms synonyms.
- autoGenerateSynonymsPhraseQuery - 类 中的变量org.elasticsearch.index.search.MatchQuery
-
- autoGenerateSynonymsPhraseQuery(boolean) - 类 中的方法org.elasticsearch.index.search.SimpleQueryStringQueryParser.Settings
-
- autoGenerateSynonymsPhraseQuery() - 类 中的方法org.elasticsearch.index.search.SimpleQueryStringQueryParser.Settings
-
Whether phrase queries should be automatically generated for multi terms synonyms.
- AutoQueueAdjustingExecutorBuilder - org.elasticsearch.threadpool中的类
-
A builder for executors that automatically adjust the queue length as needed, depending on
Little's Law.
- available() - 类 中的方法org.elasticsearch.common.io.stream.ByteBufferStreamInput
-
- available() - 类 中的方法org.elasticsearch.common.io.stream.FilterStreamInput
-
- available() - 类 中的方法org.elasticsearch.common.io.stream.InputStreamStreamInput
-
- available() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- available() - 类 中的方法org.elasticsearch.index.snapshots.blobstore.SlicedInputStream
-
- availableCodecs() - 类 中的方法org.elasticsearch.index.codec.CodecService
-
Returns all registered available codec names
- availableIndexFolders() - 类 中的方法org.elasticsearch.env.NodeEnvironment
-
Returns all folder names in ${data.paths}/nodes/{node.id}/indices folder
- availableIndexFoldersForPath(NodeEnvironment.NodePath) - 类 中的方法org.elasticsearch.env.NodeEnvironment
-
Return all directory names in the nodes/{node.id}/indices directory for the given node path.
- availableShardPaths(ShardId) - 类 中的方法org.elasticsearch.env.NodeEnvironment
-
Returns all shard paths excluding custom shard path.
- availableShards() - 类 中的方法org.elasticsearch.indices.IndexingMemoryController
-
- avg(String) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
Avg aggregation with the given name.
- Avg - org.elasticsearch.search.aggregations.metrics.avg中的接口
-
An aggregation that computes the average of the values in the current bucket.
- avg - 类 中的变量org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
-
- avg - 类 中的变量org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
-
- AvgAggregationBuilder - org.elasticsearch.search.aggregations.metrics.avg中的类
-
- AvgAggregationBuilder(String) - 类 的构造器org.elasticsearch.search.aggregations.metrics.avg.AvgAggregationBuilder
-
- AvgAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.avg.AvgAggregationBuilder
-
Read from a stream.
- AvgAggregator - org.elasticsearch.search.aggregations.metrics.avg中的类
-
- AvgAggregator(String, ValuesSource.Numeric, DocValueFormat, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.avg.AvgAggregator
-
- AvgAggregatorFactory - org.elasticsearch.search.aggregations.metrics.avg中的类
-
- AvgAggregatorFactory(String, ValuesSourceConfig<ValuesSource.Numeric>, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.avg.AvgAggregatorFactory
-
- avgBucket(String, String) - 类 中的静态方法org.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilders
-
- AvgBucketPipelineAggregationBuilder - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg中的类
-
- AvgBucketPipelineAggregationBuilder(String, String) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregationBuilder
-
- AvgBucketPipelineAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregationBuilder
-
Read from a stream.
- AvgBucketPipelineAggregator - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg中的类
-
- AvgBucketPipelineAggregator(String, String[], BucketHelpers.GapPolicy, DocValueFormat, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregator
-
- AvgBucketPipelineAggregator(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregator
-
Read from a stream.
- avgShardsPerNode(String) - 类 中的方法org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator.Balancer
-
Returns the average of shards per node for the given index
- avgShardsPerNode() - 类 中的方法org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator.Balancer
-
Returns the global average of shards per node
- await() - 类 中的方法org.elasticsearch.common.util.concurrent.ThreadBarrier
-
- await(long, TimeUnit) - 类 中的方法org.elasticsearch.common.util.concurrent.ThreadBarrier
-
- awaitAllNodes(TimeValue) - 类 中的方法org.elasticsearch.discovery.BlockingClusterStatePublishResponseHandler
-
Allows to wait for all non master nodes to reply to the publish event up to a timeout
- awaitClose(long, TimeUnit) - 类 中的方法org.elasticsearch.action.bulk.BulkProcessor
-
Closes the processor.
- awaitConnected(DiscoveryNode, List<ActionFuture<Void>>, TimeValue) - 接口 中的静态方法org.elasticsearch.transport.TcpChannel
-
Awaits for all of the pending connections to complete.
- awaitTermination() - 接口 中的方法org.elasticsearch.index.IndexWarmer.TerminationHandle
-
Wait until execution of the warm-up action completes.
- awaitTermination(ScheduledThreadPoolExecutor, long, TimeUnit) - 接口 中的静态方法org.elasticsearch.threadpool.Scheduler
-
- awaitTermination(long, TimeUnit) - 类 中的方法org.elasticsearch.threadpool.ThreadPool
-
- AwarenessAllocationDecider - org.elasticsearch.cluster.routing.allocation.decider中的类
-
This
AllocationDecider controls shard allocation based on
awareness key-value pairs defined in the node configuration.
- AwarenessAllocationDecider(Settings, ClusterSettings) - 类 的构造器org.elasticsearch.cluster.routing.allocation.decider.AwarenessAllocationDecider
-
- Cache<K,V> - org.elasticsearch.common.cache中的类
-
A simple concurrent cache.
- cache - 类 中的变量org.elasticsearch.index.fielddata.plain.AbstractIndexFieldData
-
- cache() - 类 中的方法org.elasticsearch.index.IndexService
-
- cache - 枚举 中的变量org.elasticsearch.indices.analysis.PreBuiltAnalyzers
-
- cache - 枚举 中的变量org.elasticsearch.indices.analysis.PreBuiltTokenFilters
-
- cache() - 类 中的方法org.elasticsearch.search.fetch.FetchSubPhase.HitContext
-
- Cache.CacheStats - org.elasticsearch.common.cache中的类
-
- CacheBuilder<K,V> - org.elasticsearch.common.cache中的类
-
- cacheKey() - 类 中的方法org.elasticsearch.search.internal.ShardSearchLocalRequest
-
- cacheKey() - 接口 中的方法org.elasticsearch.search.internal.ShardSearchRequest
-
Returns the cache key for this shard search request, based on its content
- cacheKey() - 类 中的方法org.elasticsearch.search.internal.ShardSearchTransportRequest
-
- CacheLoader<K,V> - org.elasticsearch.common.cache中的接口
-
- CacheStats(long, long, long) - 类 的构造器org.elasticsearch.common.cache.Cache.CacheStats
-
- calcHighFreqMinimumNumberShouldMatch(int) - 类 中的方法org.apache.lucene.queries.ExtendedCommonTermsQuery
-
- calcLowFreqMinimumNumberShouldMatch(int) - 类 中的方法org.apache.lucene.queries.ExtendedCommonTermsQuery
-
- calcMinimumNumberShouldMatch(String, int) - 类 中的方法org.apache.lucene.queries.ExtendedCommonTermsQuery
-
- calculate(double, double, double, double, DistanceUnit) - 枚举 中的方法org.elasticsearch.common.geo.GeoDistance
-
compute the distance between two points using the selected algorithm (PLANE, ARC)
- calculateMinShouldMatch(int, String) - 类 中的静态方法org.elasticsearch.common.lucene.search.Queries
-
- calculatePercentage(long, long) - 类 中的静态方法org.elasticsearch.monitor.os.OsStats
-
- calculateTaskOutputs(MasterService.TaskInputs, ClusterState, long) - 类 中的方法org.elasticsearch.cluster.service.MasterService
-
- canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider
-
Returns a
Decision whether the given shard routing can be
allocated on the given node.
- canAllocate(ShardRouting, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider
-
- canAllocate(IndexMetaData, RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider
-
- canAllocate(RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider
-
- canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
-
- canAllocate(IndexMetaData, RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
-
- canAllocate(ShardRouting, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
-
- canAllocate(RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
-
- canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.AwarenessAllocationDecider
-
- canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDecider
-
- canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider
-
- canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.FilterAllocationDecider
-
- canAllocate(IndexMetaData, RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.FilterAllocationDecider
-
- canAllocate(ShardRouting, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.MaxRetryAllocationDecider
-
- canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.MaxRetryAllocationDecider
-
- canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.NodeVersionAllocationDecider
-
- canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.ReplicaAfterPrimaryActiveAllocationDecider
-
- canAllocate(ShardRouting, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.ReplicaAfterPrimaryActiveAllocationDecider
-
- canAllocate(ShardRouting, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.ResizeAllocationDecider
-
- canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.ResizeAllocationDecider
-
- canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.SameShardAllocationDecider
-
- canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.ShardsLimitAllocationDecider
-
- canAllocate(RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.ShardsLimitAllocationDecider
-
- canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.SnapshotInProgressAllocationDecider
-
Returns a
Decision whether the given shard routing can be
allocated on the given node.
- canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.ThrottlingAllocationDecider
-
- canBeMinimized() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel
-
- canBeMinimized() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel
-
- canBeMinimized() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
-
- canBeMinimized() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.LinearModel
-
- canBeMinimized() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel
-
Returns if the model can be cost minimized.
- canBeMinimized() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel
-
- canCache(ShardSearchRequest, SearchContext) - 类 中的方法org.elasticsearch.indices.IndicesService
-
Can the shard request be cached at all?
- cancel(String) - 类 中的方法org.elasticsearch.common.util.CancellableThreads
-
cancel all current running operations.
- cancel(boolean) - 类 中的方法org.elasticsearch.common.util.concurrent.BaseFuture
-
- cancel(Future<?>) - 类 中的静态方法org.elasticsearch.common.util.concurrent.FutureUtils
-
- cancel(String) - 类 中的方法org.elasticsearch.indices.recovery.RecoverySourceHandler
-
Cancels the recovery and interrupts all eligible threads.
- cancel(String) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryTarget
-
- cancel(CancellableTask, String, Runnable) - 类 中的方法org.elasticsearch.tasks.TaskManager
-
Cancels a task
Returns true if cancellation was started successful, null otherwise.
- cancel() - 接口 中的方法org.elasticsearch.threadpool.Scheduler.Cancellable
-
Cancel the execution of this object.
- cancel() - 类 中的方法org.elasticsearch.threadpool.Scheduler.ReschedulingRunnable
-
- CancelAllocationCommand - org.elasticsearch.cluster.routing.allocation.command中的类
-
A command that cancels relocation, or recovery of a given shard on a node.
- CancelAllocationCommand(String, int, String, boolean) - 类 的构造器org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
-
- CancelAllocationCommand(StreamInput) - 类 的构造器org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
-
Read from a stream.
- CancellableCollector - org.elasticsearch.search.query中的类
-
Collector that checks if the task it is executed under is cancelled.
- CancellableCollector(BooleanSupplier, Collector) - 类 的构造器org.elasticsearch.search.query.CancellableCollector
-
Constructor
- CancellableTask - org.elasticsearch.tasks中的类
-
A task that can be canceled
- CancellableTask(long, String, String, String, TaskId) - 类 的构造器org.elasticsearch.tasks.CancellableTask
-
- CancellableThreads - org.elasticsearch.common.util中的类
-
A utility class for multi threaded operation that needs to be cancellable via interrupts.
- CancellableThreads() - 类 的构造器org.elasticsearch.common.util.CancellableThreads
-
- cancellableThreads() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryTarget
-
- CancellableThreads.ExecutionCancelledException - org.elasticsearch.common.util中的异常错误
-
- CancellableThreads.Interruptable - org.elasticsearch.common.util中的接口
-
- CancellableThreads.IOInterruptable - org.elasticsearch.common.util中的接口
-
- cancelOnParentLeaving() - 类 中的方法org.elasticsearch.tasks.CancellableTask
-
Returns true if this task should be automatically cancelled if the coordinating node that
requested this task left the cluster.
- cancelRecoveriesForShard(ShardId, String) - 类 中的方法org.elasticsearch.indices.recovery.RecoveriesCollection
-
cancel all ongoing recoveries for the given shard
- cancelRecovery(long, String) - 类 中的方法org.elasticsearch.indices.recovery.RecoveriesCollection
-
cancel the recovery with the given id (if found) and remove it from the recovery collection
- cancelRelocation(AllocationId) - 类 中的静态方法org.elasticsearch.cluster.routing.AllocationId
-
Creates a new allocation id representing a cancelled relocation.
- cancelRelocation() - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
Cancel relocation of a shard.
- cancelTasks(CancelTasksRequest) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Cancel tasks
- cancelTasks(CancelTasksRequest, ActionListener<CancelTasksResponse>) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Cancel active tasks
- CancelTasksAction - org.elasticsearch.action.admin.cluster.node.tasks.cancel中的类
-
Action for cancelling running tasks
- CancelTasksRequest - org.elasticsearch.action.admin.cluster.node.tasks.cancel中的类
-
A request to cancel tasks
- CancelTasksRequest() - 类 的构造器org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksRequest
-
- cancelTasksRequest() - 类 中的静态方法org.elasticsearch.client.Requests
-
Creates a nodes tasks request against one or more nodes.
- CancelTasksRequestBuilder - org.elasticsearch.action.admin.cluster.node.tasks.cancel中的类
-
Builder for the request to cancel tasks running on the specified nodes
- CancelTasksRequestBuilder(ElasticsearchClient, CancelTasksAction) - 类 的构造器org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksRequestBuilder
-
- CancelTasksResponse - org.elasticsearch.action.admin.cluster.node.tasks.cancel中的类
-
Returns the list of tasks that were cancelled
- CancelTasksResponse() - 类 的构造器org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksResponse
-
- CancelTasksResponse(List<TaskInfo>, List<TaskOperationFailure>, List<? extends FailedNodeException>) - 类 的构造器org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksResponse
-
- canCompress(TransportRequest) - 类 中的方法org.elasticsearch.transport.TcpTransport
-
- canDeleteIndexContents(Index, IndexSettings) - 类 中的方法org.elasticsearch.indices.IndicesService
-
This method returns true if the current node is allowed to delete the given index.
- canDeleteShardContent(ShardId, IndexSettings) - 类 中的方法org.elasticsearch.indices.IndicesService
-
Returns ShardDeletionCheckResult signaling whether the shards content for the given shard can be deleted.
- Candidate(BytesRef, long, double, double, boolean) - 类 的构造器org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.Candidate
-
- CandidateGenerator - org.elasticsearch.search.suggest.phrase中的类
-
- CandidateGenerator() - 类 的构造器org.elasticsearch.search.suggest.phrase.CandidateGenerator
-
- candidates - 类 中的变量org.elasticsearch.search.suggest.phrase.Correction
-
- candidates - 类 中的变量org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.CandidateSet
-
- CandidateSet(DirectCandidateGenerator.Candidate[], DirectCandidateGenerator.Candidate) - 类 的构造器org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.CandidateSet
-
- canForceAllocatePrimary(ShardRouting, RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider
-
Returns a
Decision whether the given primary shard can be
forcibly allocated on the given node.
- canForceAllocatePrimary(ShardRouting, RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
-
- canForceAllocatePrimary(ShardRouting, RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.MaxRetryAllocationDecider
-
- canForceAllocatePrimary(ShardRouting, RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.ResizeAllocationDecider
-
- canForceAllocatePrimary(ShardRouting, RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.SameShardAllocationDecider
-
- canHighlight(FieldMapper) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.FastVectorHighlighter
-
- canHighlight(FieldMapper) - 接口 中的方法org.elasticsearch.search.fetch.subphase.highlight.Highlighter
-
- canHighlight(FieldMapper) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.PlainHighlighter
-
- canHighlight(FieldMapper) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.UnifiedHighlighter
-
- canMatch() - 类 中的方法org.elasticsearch.action.search.SearchTransportService.CanMatchResponse
-
- canMatch(ShardSearchRequest) - 类 中的方法org.elasticsearch.search.SearchService
-
This method does a very quick rewrite of the query and returns true if the query can potentially match any documents.
- CanMatchResponse() - 类 的构造器org.elasticsearch.action.search.SearchTransportService.CanMatchResponse
-
- CanMatchResponse(boolean) - 类 的构造器org.elasticsearch.action.search.SearchTransportService.CanMatchResponse
-
- canMoveToClosed() - 类 中的方法org.elasticsearch.common.component.Lifecycle
-
- canMoveToStarted() - 类 中的方法org.elasticsearch.common.component.Lifecycle
-
- canMoveToStopped() - 类 中的方法org.elasticsearch.common.component.Lifecycle
-
- cannotBindToGuiceType(String) - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- cannotInjectInnerClass(Class<?>) - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- cannotInjectRawMembersInjector() - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- cannotInjectRawProvider() - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- cannotInjectRawTypeLiteral() - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- cannotInjectTypeLiteralOf(Type) - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- cannotRebalance(Decision, AllocationDecision, int, List<NodeAllocationResult>) - 类 中的静态方法org.elasticsearch.cluster.routing.allocation.MoveDecision
-
Creates a move decision for when rebalancing the shard is not allowed.
- cannotRemain(Decision, AllocationDecision, DiscoveryNode, List<NodeAllocationResult>) - 类 中的静态方法org.elasticsearch.cluster.routing.allocation.MoveDecision
-
Creates a move decision for the shard not being allowed to remain on its current node.
- cannotSatisfyCircularDependency(Class<?>) - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- canonicalize(Type) - 类 中的静态方法org.elasticsearch.common.inject.internal.MoreTypes
-
Returns a type that is functionally equal but not necessarily equal
according to Object.equals().
- canonicalName(String) - 类 中的静态方法org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
-
Returns base file name from part name
- canOpenIndex(Logger, Path, ShardId, NodeEnvironment.ShardLocker) - 类 中的静态方法org.elasticsearch.index.store.Store
-
Returns true iff the given location contains an index an the index
can be successfully opened.
- canRebalance(ShardRouting, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider
-
Returns a
Decision whether the given shard routing can be
re-balanced to the given allocation.
- canRebalance(RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider
-
Returns a
Decision whether the cluster can execute
re-balanced operations at all.
- canRebalance(ShardRouting, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
-
- canRebalance(RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
-
- canRebalance(ShardRouting, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.ClusterRebalanceAllocationDecider
-
- canRebalance(RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.ClusterRebalanceAllocationDecider
-
- canRebalance(ShardRouting, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.ConcurrentRebalanceAllocationDecider
-
- canRebalance(ShardRouting, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider
-
- canRebalance(ShardRouting, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.RebalanceOnlyWhenActiveAllocationDecider
-
- canRebalance(ShardRouting, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.SnapshotInProgressAllocationDecider
-
Returns a
Decision whether the given shard routing can be
re-balanced to the given allocation.
- canRebalanceCluster() - 类 中的方法org.elasticsearch.cluster.routing.allocation.MoveDecision
-
Returns true if the shard is allowed to be rebalanced to another node in the cluster,
returns false otherwise.
- canRemain(ShardRouting, RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider
-
Returns a
Decision whether the given shard routing can be remain
on the given node.
- canRemain(ShardRouting, RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
-
- canRemain(ShardRouting, RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.AwarenessAllocationDecider
-
- canRemain(ShardRouting, RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDecider
-
- canRemain(ShardRouting, RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.FilterAllocationDecider
-
- canRemain(ShardRouting, RoutingNode, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.ShardsLimitAllocationDecider
-
- canRemain() - 类 中的方法org.elasticsearch.cluster.routing.allocation.MoveDecision
-
Returns true if the shard can remain on its current node, returns false otherwise.
- canRewriteToMatchNone(SearchSourceBuilder) - 类 中的静态方法org.elasticsearch.search.SearchService
-
Returns true iff the given search source builder can be early terminated by rewriting to a match none query.
- canTripCircuitBreaker() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestCancelTasksAction
-
- canTripCircuitBreaker() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestClusterGetSettingsAction
-
- canTripCircuitBreaker() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestClusterHealthAction
-
- canTripCircuitBreaker() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestClusterStateAction
-
- canTripCircuitBreaker() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestClusterStatsAction
-
- canTripCircuitBreaker() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestClusterUpdateSettingsAction
-
- canTripCircuitBreaker() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestListTasksAction
-
- canTripCircuitBreaker() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestNodesHotThreadsAction
-
- canTripCircuitBreaker() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestNodesInfoAction
-
- canTripCircuitBreaker() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestNodesStatsAction
-
- canTripCircuitBreaker() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestNodesUsageAction
-
- canTripCircuitBreaker() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestRemoteClusterInfoAction
-
- canTripCircuitBreaker() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestClearIndicesCacheAction
-
- canTripCircuitBreaker() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestIndicesStatsAction
-
- canTripCircuitBreaker(Optional<RestHandler>) - 类 中的方法org.elasticsearch.rest.RestController
-
- canTripCircuitBreaker() - 接口 中的方法org.elasticsearch.rest.RestHandler
-
- canTripCircuitBreaker() - 类 中的方法org.elasticsearch.transport.RequestHandlerRegistry
-
- capacity() - 类 中的方法org.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- capitalize(String) - 类 中的静态方法org.elasticsearch.common.inject.internal.Strings
-
Returns a string that is equivalent to the specified string with its
first character converted to uppercase as by String.toUpperCase(java.util.Locale).
- capitalize(String) - 类 中的静态方法org.elasticsearch.common.Strings
-
Capitalize a String, changing the first letter to
upper case as per Character.toUpperCase(char).
- cardinality(String) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
Cardinality aggregation with the given name.
- Cardinality - org.elasticsearch.search.aggregations.metrics.cardinality中的接口
-
An aggregation that computes approximate numbers of unique terms.
- cardinality(long) - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
-
- CardinalityAggregationBuilder - org.elasticsearch.search.aggregations.metrics.cardinality中的类
-
- CardinalityAggregationBuilder(String, ValueType) - 类 的构造器org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregationBuilder
-
- CardinalityAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregationBuilder
-
Read from a stream.
- CardinalityAggregator - org.elasticsearch.search.aggregations.metrics.cardinality中的类
-
An aggregator that computes approximate counts of unique values.
- CardinalityAggregator(String, ValuesSource, int, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregator
-
- CardinalityAggregatorFactory - org.elasticsearch.search.aggregations.metrics.cardinality中的类
-
- CardinalityAggregatorFactory(String, ValuesSourceConfig<ValuesSource>, Long, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregatorFactory
-
- cast() - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- castToDouble(SortedNumericDocValues) - 枚举 中的静态方法org.elasticsearch.index.fielddata.FieldData
-
Wrap the provided SortedNumericDocValues instance to cast all values to doubles.
- castToLong(SortedNumericDoubleValues) - 枚举 中的静态方法org.elasticsearch.index.fielddata.FieldData
-
- CatalanAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
- CatalanAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.CatalanAnalyzerProvider
-
- category(String) - 类 中的静态方法org.elasticsearch.search.suggest.completion.context.ContextBuilder
-
- categoryClass - 类 中的变量org.elasticsearch.common.io.stream.NamedWriteableRegistry.Entry
-
- categoryClass - 类 中的变量org.elasticsearch.common.xcontent.NamedXContentRegistry.Entry
-
The class that this entry can read.
- CategoryContextMapping - org.elasticsearch.search.suggest.completion.context中的类
-
A
ContextMapping that uses a simple string as a criteria
The suggestions are boosted and/or filtered by their associated
category (string) value.
- CategoryContextMapping.Builder - org.elasticsearch.search.suggest.completion.context中的类
-
- CategoryQueryContext - org.elasticsearch.search.suggest.completion.context中的类
-
- CategoryQueryContext.Builder - org.elasticsearch.search.suggest.completion.context中的类
-
- cause() - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
-
- cause() - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
The cause for this index creation.
- cause(String) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
The cause for this index creation.
- cause(String) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
The cause for this index template creation.
- cause() - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
- cause(String) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
The cause for this index template creation.
- cause - 类 中的变量org.elasticsearch.index.shard.IndexShard.ShardFailure
-
- cause() - 类 中的方法org.elasticsearch.repositories.VerificationFailure
-
- cause() - 类 中的方法org.elasticsearch.snapshots.RestoreService.RestoreRequest
-
Returns restore operation cause
- cause() - 类 中的方法org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
-
Returns cause for snapshot operation
- cborBuilder() - 类 中的静态方法org.elasticsearch.common.xcontent.XContentFactory
-
- cborBuilder(OutputStream) - 类 中的静态方法org.elasticsearch.common.xcontent.XContentFactory
-
Constructs a new cbor builder that will output the result into the provided output stream.
- CborXContent - org.elasticsearch.common.xcontent.cbor中的类
-
A CBOR based content implementation using Jackson.
- cborXContent - 类 中的静态变量org.elasticsearch.common.xcontent.cbor.CborXContent
-
- CborXContentGenerator - org.elasticsearch.common.xcontent.cbor中的类
-
- CborXContentGenerator(JsonGenerator, OutputStream, Set<String>, Set<String>) - 类 的构造器org.elasticsearch.common.xcontent.cbor.CborXContentGenerator
-
- CborXContentParser - org.elasticsearch.common.xcontent.cbor中的类
-
- CborXContentParser(NamedXContentRegistry, JsonParser) - 类 的构造器org.elasticsearch.common.xcontent.cbor.CborXContentParser
-
- CCW - 枚举 中的静态变量org.elasticsearch.common.geo.builders.ShapeBuilder.Orientation
-
- Cell(Object, Table.Cell) - 类 的构造器org.elasticsearch.common.Table.Cell
-
- Cell(Object) - 类 的构造器org.elasticsearch.common.Table.Cell
-
- Cell(Object, Map<String, String>) - 类 的构造器org.elasticsearch.common.Table.Cell
-
- center(Coordinate) - 类 中的方法org.elasticsearch.common.geo.builders.CircleBuilder
-
Set the center of the circle
- center(double, double) - 类 中的方法org.elasticsearch.common.geo.builders.CircleBuilder
-
set the center of the circle
- center() - 类 中的方法org.elasticsearch.common.geo.builders.CircleBuilder
-
Get the center of the circle
- centroid() - 接口 中的方法org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroid
-
- centroid() - 类 中的方法org.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
-
- centroid() - 类 中的方法org.elasticsearch.search.aggregations.metrics.geocentroid.ParsedGeoCentroid
-
- Cgroup(String, long, String, long, long, OsStats.Cgroup.CpuStat, String, String, String) - 类 的构造器org.elasticsearch.monitor.os.OsStats.Cgroup
-
- changedCustomMetaDataSet() - 类 中的方法org.elasticsearch.cluster.ClusterChangedEvent
-
Returns a set of custom meta data types when any custom metadata for the cluster has changed
between the previous cluster state and the new cluster state. custom meta data types are
returned iff they have been added, updated or removed between the previous and the current state
- changes() - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
Returns observer to use for changes made to the routing nodes
- channel - 类 中的变量org.elasticsearch.index.translog.BaseTranslogReader
-
- channel - 类 中的变量org.elasticsearch.rest.action.RestActionListener
-
- channel(TransportRequestOptions.Type) - 类 中的方法org.elasticsearch.transport.TcpTransport.NodeChannels
-
- ChannelFactory - org.elasticsearch.index.translog中的接口
-
only for testing until we have a disk-full FileSystem
- Channels - org.elasticsearch.common.io中的类
-
- channelScore(DirectCandidateGenerator.Candidate, DirectCandidateGenerator.Candidate) - 类 中的方法org.elasticsearch.search.suggest.phrase.WordScorer
-
- CHAR_FILTERS - 类 中的静态变量org.elasticsearch.rest.action.admin.indices.RestAnalyzeAction.Fields
-
- charAt(int) - 类 中的方法org.elasticsearch.common.io.FastStringReader
-
- charAt(int) - 类 中的方法org.elasticsearch.common.settings.SecureString
-
- CharFilteredText(String, String[]) - 类 的构造器org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.CharFilteredText
-
- CharFilterFactory - org.elasticsearch.index.analysis中的接口
-
- charFilters() - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- charfilters() - 类 中的方法org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
-
- charfilters(DetailAnalyzeResponse.CharFilteredText[]) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
-
- charFilters() - 类 中的方法org.elasticsearch.index.analysis.CustomAnalyzer
-
- CharMatcher - org.elasticsearch.index.analysis中的接口
-
A class to match character code points.
- CharMatcher.Basic - org.elasticsearch.index.analysis中的枚举
-
- CharMatcher.Builder - org.elasticsearch.index.analysis中的类
-
- CharMatcher.ByUnicodeCategory - org.elasticsearch.index.analysis中的类
-
- charTermAttr - 类 中的变量org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.TokenConsumer
-
- check(BootstrapContext) - 接口 中的方法org.elasticsearch.bootstrap.BootstrapCheck
-
Test if the node fails the check.
- check() - 类 中的静态方法org.elasticsearch.SpecialPermission
-
Check that the current stack has
SpecialPermission access according to the
SecurityManager.
- checkActiveShardCount() - 类 中的方法org.elasticsearch.action.support.replication.ReplicationOperation
-
Checks whether we can perform a write based on the required active shard count setting.
- checkAndApplySynonymFilter(TokenFilterFactory, String, TokenizerFactory, List<TokenFilterFactory>, List<CharFilterFactory>, Environment) - 类 中的静态方法org.elasticsearch.index.analysis.CustomAnalyzerProvider
-
- checkAndNotify() - 类 中的方法org.elasticsearch.watcher.AbstractResourceWatcher
-
- checkAndNotify() - 接口 中的方法org.elasticsearch.watcher.ResourceWatcher
-
- checkBlock(ClusterAllocationExplainRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.TransportClusterAllocationExplainAction
-
- checkBlock(ClusterHealthRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.cluster.health.TransportClusterHealthAction
-
- checkBlock(DeleteRepositoryRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.delete.TransportDeleteRepositoryAction
-
- checkBlock(GetRepositoriesRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.get.TransportGetRepositoriesAction
-
- checkBlock(PutRepositoryRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.put.TransportPutRepositoryAction
-
- checkBlock(VerifyRepositoryRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.verify.TransportVerifyRepositoryAction
-
- checkBlock(ClusterRerouteRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.cluster.reroute.TransportClusterRerouteAction
-
- checkBlock(ClusterUpdateSettingsRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.cluster.settings.TransportClusterUpdateSettingsAction
-
- checkBlock(ClusterSearchShardsRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.cluster.shards.TransportClusterSearchShardsAction
-
- checkBlock(CreateSnapshotRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.TransportCreateSnapshotAction
-
- checkBlock(DeleteSnapshotRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.delete.TransportDeleteSnapshotAction
-
- checkBlock(GetSnapshotsRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.get.TransportGetSnapshotsAction
-
- checkBlock(RestoreSnapshotRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.TransportRestoreSnapshotAction
-
- checkBlock(SnapshotsStatusRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.TransportSnapshotsStatusAction
-
- checkBlock(ClusterStateRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.cluster.state.TransportClusterStateAction
-
- checkBlock(DeleteStoredScriptRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.TransportDeleteStoredScriptAction
-
- checkBlock(GetStoredScriptRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.TransportGetStoredScriptAction
-
- checkBlock(PutStoredScriptRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.TransportPutStoredScriptAction
-
- checkBlock(PendingClusterTasksRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.cluster.tasks.TransportPendingClusterTasksAction
-
- checkBlock(GetAliasesRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.indices.alias.exists.TransportAliasesExistAction
-
- checkBlock(GetAliasesRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.indices.alias.get.TransportGetAliasesAction
-
- checkBlock(IndicesAliasesRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.indices.alias.TransportIndicesAliasesAction
-
- checkBlock(CloseIndexRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.indices.close.TransportCloseIndexAction
-
- checkBlock(CreateIndexRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.indices.create.TransportCreateIndexAction
-
- checkBlock(DeleteIndexRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.indices.delete.TransportDeleteIndexAction
-
- checkBlock(IndicesExistsRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.indices.exists.indices.TransportIndicesExistsAction
-
- checkBlock(TypesExistsRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.indices.exists.types.TransportTypesExistsAction
-
- checkBlock(GetIndexRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.indices.get.TransportGetIndexAction
-
- checkBlock(GetMappingsRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.TransportGetMappingsAction
-
- checkBlock(PutMappingRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.TransportPutMappingAction
-
- checkBlock(OpenIndexRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.indices.open.TransportOpenIndexAction
-
- checkBlock(RolloverRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.indices.rollover.TransportRolloverAction
-
- checkBlock(GetSettingsRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.indices.settings.get.TransportGetSettingsAction
-
- checkBlock(UpdateSettingsRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.indices.settings.put.TransportUpdateSettingsAction
-
- checkBlock(IndicesShardStoresRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.indices.shards.TransportIndicesShardStoresAction
-
- checkBlock(ResizeRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.indices.shrink.TransportResizeAction
-
- checkBlock(DeleteIndexTemplateRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.indices.template.delete.TransportDeleteIndexTemplateAction
-
- checkBlock(GetIndexTemplatesRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.indices.template.get.TransportGetIndexTemplatesAction
-
- checkBlock(PutIndexTemplateRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.TransportPutIndexTemplateAction
-
- checkBlock(UpgradeSettingsRequest, ClusterState) - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeSettingsAction
-
- checkBlock(DeletePipelineRequest, ClusterState) - 类 中的方法org.elasticsearch.action.ingest.DeletePipelineTransportAction
-
- checkBlock(GetPipelineRequest, ClusterState) - 类 中的方法org.elasticsearch.action.ingest.GetPipelineTransportAction
-
- checkBlock(PutPipelineRequest, ClusterState) - 类 中的方法org.elasticsearch.action.ingest.PutPipelineTransportAction
-
- checkBlock(Request, ClusterState) - 类 中的方法org.elasticsearch.action.support.master.TransportMasterNodeAction
-
- checkCanEarlyTerminate(IndexReader, String, boolean, SortField) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceBuilder
-
- checkCompatibility(MappedFieldType, List<String>, boolean) - 类 中的方法org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
-
- checkCompatibility(MappedFieldType, List<String>, boolean) - 类 中的方法org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
-
- checkCompatibility(MappedFieldType, List<String>, boolean) - 类 中的方法org.elasticsearch.index.mapper.FieldNamesFieldMapper.FieldNamesFieldType
-
- checkCompatibility(MappedFieldType, List<String>, boolean) - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
-
- checkCompatibility(MappedFieldType, List<String>, boolean) - 类 中的方法org.elasticsearch.index.mapper.KeywordFieldMapper.KeywordFieldType
-
- checkCompatibility(MappedFieldType, List<String>, boolean) - 类 中的方法org.elasticsearch.index.mapper.MappedFieldType
-
Checks for any conflicts between this field type and other.
- checkCompatibility(MappedFieldType, List<String>, boolean) - 类 中的方法org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
-
- checkConsistency() - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
-
- checkCorsSettingForRegex(String) - 类 中的静态方法org.elasticsearch.rest.RestUtils
-
Determine if CORS setting is a regex
- checkDecisionState() - 类 中的方法org.elasticsearch.cluster.routing.allocation.AbstractAllocationDecision
-
- CheckedBiConsumer<T,U,E extends java.lang.Exception> - org.elasticsearch.common中的接口
-
A BiConsumer-like interface which allows throwing checked exceptions.
- CheckedConsumer<T,E extends java.lang.Exception> - org.elasticsearch.common中的接口
-
A Consumer-like interface which allows throwing checked exceptions.
- CheckedFunction<T,R,E extends java.lang.Exception> - org.elasticsearch.common中的接口
-
A Function-like interface which allows throwing checked exceptions.
- CheckedRunnable<E extends java.lang.Exception> - org.elasticsearch.common中的接口
-
A Runnable-like interface which allows throwing checked exceptions.
- CheckedSupplier<R,E extends java.lang.Exception> - org.elasticsearch.common中的接口
-
A Supplier-like interface which allows throwing checked exceptions.
- checkForCancel() - 类 中的方法org.elasticsearch.common.util.CancellableThreads
-
call this will throw an exception if operation was cancelled.
- checkForMisplacedScopeAnnotations(Class<?>, Object, Errors) - 类 中的静态方法org.elasticsearch.common.inject.internal.Annotations
-
Adds an error if there is a misplaced annotations on type.
- checkForNull(T, Object, Dependency<?>) - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
Returns value if it is non-null allowed to be null.
- checkFrequencies(long, long, long, long, String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic
-
- checkFrequencyValidity(long, long, long, long, String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.SignificanceHeuristic
-
- checkGlobalBlock(ClusterState, ClearIndicesCacheRequest) - 类 中的方法org.elasticsearch.action.admin.indices.cache.clear.TransportClearIndicesCacheAction
-
- checkGlobalBlock(ClusterState, ForceMergeRequest) - 类 中的方法org.elasticsearch.action.admin.indices.forcemerge.TransportForceMergeAction
-
- checkGlobalBlock(ClusterState, RecoveryRequest) - 类 中的方法org.elasticsearch.action.admin.indices.recovery.TransportRecoveryAction
-
- checkGlobalBlock(ClusterState, IndicesSegmentsRequest) - 类 中的方法org.elasticsearch.action.admin.indices.segments.TransportIndicesSegmentsAction
-
- checkGlobalBlock(ClusterState, IndicesStatsRequest) - 类 中的方法org.elasticsearch.action.admin.indices.stats.TransportIndicesStatsAction
-
- checkGlobalBlock(ClusterState, UpgradeStatusRequest) - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.get.TransportUpgradeStatusAction
-
- checkGlobalBlock(ClusterState, UpgradeRequest) - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeAction
-
- checkGlobalBlock(ClusterState, ValidateQueryRequest) - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.TransportValidateQueryAction
-
- checkGlobalBlock(ClusterState, Request) - 类 中的方法org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction
-
Executes a global block check before polling the cluster state.
- checkGlobalBlock(ClusterState, Request) - 类 中的方法org.elasticsearch.action.support.broadcast.TransportBroadcastAction
-
- checkGlobalBlock(ClusterState) - 类 中的方法org.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
-
- checkGlobalBlock(ClusterState) - 类 中的方法org.elasticsearch.action.support.single.shard.TransportSingleShardAction
-
- checkIdle(long) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
Called by
IndexingMemoryController to check whether more than
inactiveTimeNS has passed since the last
indexing operation, and notify listeners that we are now inactive so e.g. sync'd flush can happen.
- checkIdle(IndexShard, long) - 类 中的方法org.elasticsearch.indices.IndexingMemoryController
-
ask this shard to check now whether it is inactive, and reduces its indexing buffer if so.
- checkIndexClosing(ClusterState, Set<IndexMetaData>) - 类 中的静态方法org.elasticsearch.snapshots.RestoreService
-
Check if any of the indices to be closed are currently being restored from a snapshot and fail closing if such an index
is found as closing an index that is being restored makes the index unusable (it cannot be recovered).
- checkIndexClosing(ClusterState, Set<IndexMetaData>) - 类 中的静态方法org.elasticsearch.snapshots.SnapshotsService
-
Check if any of the indices to be closed are currently being snapshotted.
- checkIndexDeletion(ClusterState, Set<IndexMetaData>) - 类 中的静态方法org.elasticsearch.snapshots.SnapshotsService
-
Check if any of the indices to be deleted are currently being snapshotted.
- checkIndexTime() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.VerifyIndex
-
- checkIndexTime(long) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.VerifyIndex
-
- checkIntegrity(StoreFileMetaData, Directory) - 类 中的静态方法org.elasticsearch.index.store.Store
-
- checkIntegrityNoException(StoreFileMetaData) - 类 中的方法org.elasticsearch.index.store.Store
-
- checkIntegrityNoException(StoreFileMetaData, Directory) - 类 中的静态方法org.elasticsearch.index.store.Store
-
- checkJarHell() - 类 中的静态方法org.elasticsearch.bootstrap.JarHell
-
Checks the current classpath for duplicate classes
- checkJarHell(Set<URL>) - 类 中的静态方法org.elasticsearch.bootstrap.JarHell
-
Checks the set of URLs for duplicate classes
- checkJavaVersion(String, String) - 类 中的静态方法org.elasticsearch.bootstrap.JarHell
-
Checks that the java specification version targetVersion
required by resource is compatible with the current installation.
- checkNoRemainingFields(String, Map<?, ?>, Version) - 类 中的静态方法org.elasticsearch.index.mapper.DocumentMapperParser
-
- checkNoRemainingFields(Map<?, ?>, Version, String) - 类 中的静态方法org.elasticsearch.index.mapper.DocumentMapperParser
-
- checkNotAnnotated() - 类 中的方法org.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
- checkNotAnnotated() - 类 中的方法org.elasticsearch.common.inject.internal.ExposureBuilder
-
- checkNotScoped() - 类 中的方法org.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
- checkNotTargetted() - 类 中的方法org.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
- checkParentLimit(String) - 类 中的方法org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
-
Checks whether the parent breaker has been tripped
- CHECKPOINT_FILE_NAME - 类 中的静态变量org.elasticsearch.index.translog.Translog
-
- CHECKPOINT_SUFFIX - 类 中的静态变量org.elasticsearch.index.translog.Translog
-
- CheckpointState(long, long, boolean) - 类 的构造器org.elasticsearch.index.seqno.GlobalCheckpointTracker.CheckpointState
-
- CheckpointState(StreamInput) - 类 的构造器org.elasticsearch.index.seqno.GlobalCheckpointTracker.CheckpointState
-
- checkRequestBlock(ClusterState, TransportSingleShardAction<AnalyzeRequest, AnalyzeResponse>.InternalRequest) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.TransportAnalyzeAction
-
- checkRequestBlock(ClusterState, ClearIndicesCacheRequest, String[]) - 类 中的方法org.elasticsearch.action.admin.indices.cache.clear.TransportClearIndicesCacheAction
-
- checkRequestBlock(ClusterState, ForceMergeRequest, String[]) - 类 中的方法org.elasticsearch.action.admin.indices.forcemerge.TransportForceMergeAction
-
- checkRequestBlock(ClusterState, TransportSingleShardAction<GetFieldMappingsIndexRequest, GetFieldMappingsResponse>.InternalRequest) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.TransportGetFieldMappingsIndexAction
-
- checkRequestBlock(ClusterState, RecoveryRequest, String[]) - 类 中的方法org.elasticsearch.action.admin.indices.recovery.TransportRecoveryAction
-
- checkRequestBlock(ClusterState, IndicesSegmentsRequest, String[]) - 类 中的方法org.elasticsearch.action.admin.indices.segments.TransportIndicesSegmentsAction
-
- checkRequestBlock(ClusterState, IndicesStatsRequest, String[]) - 类 中的方法org.elasticsearch.action.admin.indices.stats.TransportIndicesStatsAction
-
- checkRequestBlock(ClusterState, UpgradeStatusRequest, String[]) - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.get.TransportUpgradeStatusAction
-
- checkRequestBlock(ClusterState, UpgradeRequest, String[]) - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeAction
-
- checkRequestBlock(ClusterState, ValidateQueryRequest, String[]) - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.TransportValidateQueryAction
-
- checkRequestBlock(ClusterState, TransportSingleShardAction<FieldCapabilitiesIndexRequest, FieldCapabilitiesIndexResponse>.InternalRequest) - 类 中的方法org.elasticsearch.action.fieldcaps.TransportFieldCapabilitiesIndexAction
-
- checkRequestBlock(ClusterState, Request, String[]) - 类 中的方法org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction
-
Executes a global request-level check before polling the cluster state.
- checkRequestBlock(ClusterState, Request, String[]) - 类 中的方法org.elasticsearch.action.support.broadcast.TransportBroadcastAction
-
- checkRequestBlock(ClusterState, Request) - 类 中的方法org.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
-
- checkRequestBlock(ClusterState, TransportSingleShardAction<Request, Response>.InternalRequest) - 类 中的方法org.elasticsearch.action.support.single.shard.TransportSingleShardAction
-
- checkSegmentInfoIntegrity(Directory) - 类 中的静态方法org.elasticsearch.common.lucene.Lucene
-
- checksum() - 类 中的方法org.elasticsearch.index.shard.CommitPoint.FileInfo
-
- checksum() - 类 中的方法org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
-
Returns file md5 checksum provided by
Store
- checksum() - 类 中的方法org.elasticsearch.index.store.StoreFileMetaData
-
Returns a string representation of the files checksum.
- checksum() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryFileChunkRequest
-
- ChecksumBlobStoreFormat<T extends ToXContent> - org.elasticsearch.repositories.blobstore中的类
-
Snapshot metadata file format used in v2.0 and above
- ChecksumBlobStoreFormat(String, String, CheckedFunction<XContentParser, T, IOException>, NamedXContentRegistry, boolean, XContentType) - 类 的构造器org.elasticsearch.repositories.blobstore.ChecksumBlobStoreFormat
-
- ChecksumBlobStoreFormat(String, String, CheckedFunction<XContentParser, T, IOException>, NamedXContentRegistry, boolean) - 类 的构造器org.elasticsearch.repositories.blobstore.ChecksumBlobStoreFormat
-
- checksummedStream(ByteBuffer, long, int, BufferedChecksumStreamInput) - 类 中的方法org.elasticsearch.index.translog.BaseTranslogReader
-
reads an operation at the given position and returns it.
- checkUnrecognizedParams(Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel.AbstractModelParser
-
- checkVersionFormat(String) - 类 中的静态方法org.elasticsearch.bootstrap.JarHell
-
- childBindingAlreadySet(Key<?>) - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- ChildMemoryCircuitBreaker - org.elasticsearch.common.breaker中的类
-
Breaker that will check a parent's when incrementing
- ChildMemoryCircuitBreaker(BreakerSettings, Logger, HierarchyCircuitBreakerService, String) - 类 的构造器org.elasticsearch.common.breaker.ChildMemoryCircuitBreaker
-
Create a circuit breaker that will break if the number of estimated
bytes grows above the limit.
- ChildMemoryCircuitBreaker(BreakerSettings, ChildMemoryCircuitBreaker, Logger, HierarchyCircuitBreakerService, String) - 类 的构造器org.elasticsearch.common.breaker.ChildMemoryCircuitBreaker
-
Create a circuit breaker that will break if the number of estimated
bytes grows above the limit.
- children - 类 中的变量org.elasticsearch.common.geo.builders.ShapeBuilder.CoordinateNode
-
- children - 类 中的变量org.elasticsearch.index.query.InnerHitContextBuilder
-
- ChineseAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
Only for old indexes
- ChineseAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.ChineseAnalyzerProvider
-
- ChiSquare - org.elasticsearch.search.aggregations.bucket.significant.heuristics中的类
-
- ChiSquare(boolean, boolean) - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.heuristics.ChiSquare
-
- ChiSquare(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.heuristics.ChiSquare
-
Read from a stream.
- ChiSquare.ChiSquareBuilder - org.elasticsearch.search.aggregations.bucket.significant.heuristics中的类
-
- ChiSquareBuilder(boolean, boolean) - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.heuristics.ChiSquare.ChiSquareBuilder
-
- CHUNK_SIZE_SETTING - 类 中的静态变量org.elasticsearch.repositories.fs.FsRepository
-
- chunkSize() - 类 中的方法org.elasticsearch.repositories.blobstore.BlobStoreRepository
-
Returns data file chunk size.
- chunkSize() - 类 中的方法org.elasticsearch.repositories.fs.FsRepository
-
- cidrMaskToMinMax(String) - 类 中的静态方法org.elasticsearch.common.network.Cidrs
-
Parses an IPv4 address block in CIDR notation into a pair of
longs representing the bottom and top of the address block
- Cidrs - org.elasticsearch.common.network中的类
-
- circle(CircleBuilder) - 类 中的方法org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
-
- CircleBuilder - org.elasticsearch.common.geo.builders中的类
-
- CircleBuilder() - 类 的构造器org.elasticsearch.common.geo.builders.CircleBuilder
-
Creates a circle centered at [0.0, 0.0].
- CircleBuilder(StreamInput) - 类 的构造器org.elasticsearch.common.geo.builders.CircleBuilder
-
Read from a stream.
- circuitBreak(String, long) - 类 中的方法org.elasticsearch.common.breaker.ChildMemoryCircuitBreaker
-
Method used to trip the breaker, delegates to the parent to determine
whether to trip the breaker or not
- circuitBreak(String, long) - 接口 中的方法org.elasticsearch.common.breaker.CircuitBreaker
-
Trip the circuit breaker
- circuitBreak(String, long) - 类 中的方法org.elasticsearch.common.breaker.MemoryCircuitBreaker
-
Method used to trip the breaker
- circuitBreak(String, long) - 类 中的方法org.elasticsearch.common.breaker.NoopCircuitBreaker
-
- CircuitBreaker - org.elasticsearch.common.breaker中的接口
-
Interface for an object that can be incremented, breaking after some
configured limit has been reached.
- CircuitBreaker.Type - org.elasticsearch.common.breaker中的枚举
-
- CircuitBreakerService - org.elasticsearch.indices.breaker中的类
-
Interface for Circuit Breaker services, which provide breakers to classes
that load field data.
- CircuitBreakerService(Settings) - 类 的构造器org.elasticsearch.indices.breaker.CircuitBreakerService
-
- CircuitBreakerStats - org.elasticsearch.indices.breaker中的类
-
Class encapsulating stats about the circuit breaker
- CircuitBreakerStats(String, long, long, double, long) - 类 的构造器org.elasticsearch.indices.breaker.CircuitBreakerStats
-
- CircuitBreakerStats(StreamInput) - 类 的构造器org.elasticsearch.indices.breaker.CircuitBreakerStats
-
- CircuitBreakingException - org.elasticsearch.common.breaker中的异常错误
-
Exception thrown when the circuit breaker trips
- CircuitBreakingException(String) - 异常错误 的构造器org.elasticsearch.common.breaker.CircuitBreakingException
-
- CircuitBreakingException(StreamInput) - 异常错误 的构造器org.elasticsearch.common.breaker.CircuitBreakingException
-
- CircuitBreakingException(String, long, long) - 异常错误 的构造器org.elasticsearch.common.breaker.CircuitBreakingException
-
- CjkAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
- CjkAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.CjkAnalyzerProvider
-
- Classes - org.elasticsearch.common中的类
-
- Classes(long, long, long) - 类 的构造器org.elasticsearch.monitor.jvm.JvmStats.Classes
-
- Classes(StreamInput) - 类 的构造器org.elasticsearch.monitor.jvm.JvmStats.Classes
-
- ClassicSimilarityProvider - org.elasticsearch.index.similarity中的类
-
- ClassicSimilarityProvider(String, Settings, Settings) - 类 的构造器org.elasticsearch.index.similarity.ClassicSimilarityProvider
-
- ClassicTokenizerFactory - org.elasticsearch.index.analysis中的类
-
Factory for ClassicTokenizer
- ClassicTokenizerFactory(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.ClassicTokenizerFactory
-
- ClassPermission - org.elasticsearch.script中的类
-
Checked by scripting engines to allow loading a java class.
- ClassPermission(String) - 类 的构造器org.elasticsearch.script.ClassPermission
-
Creates a new ClassPermission object.
- ClassPermission(String, String) - 类 的构造器org.elasticsearch.script.ClassPermission
-
Creates a new ClassPermission object.
- clauses() - 类 中的方法org.elasticsearch.index.query.SpanNearQueryBuilder
-
- clauses() - 类 中的方法org.elasticsearch.index.query.SpanOrQueryBuilder
-
- CLEAN_FILES - 类 中的静态变量org.elasticsearch.indices.recovery.PeerRecoveryTargetService.Actions
-
- cleanFiles(int, Store.MetadataSnapshot) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryTarget
-
- cleanFiles(int, Store.MetadataSnapshot) - 接口 中的方法org.elasticsearch.indices.recovery.RecoveryTargetHandler
-
After all source files has been sent over, this command is sent to the target so it can clean any local
files that are not part of the source store
- cleanFiles(int, Store.MetadataSnapshot) - 类 中的方法org.elasticsearch.indices.recovery.RemoteRecoveryTargetHandler
-
- cleanLuceneIndex(Directory) - 类 中的静态方法org.elasticsearch.common.lucene.Lucene
-
This method removes all lucene files from the given directory.
- cleanPath() - 类 中的静态方法org.elasticsearch.common.blobstore.BlobPath
-
- cleanTruncate(String, int) - 类 中的静态方法org.elasticsearch.common.Strings
-
Truncates string to a length less than length.
- cleanup(Runnable) - 类 中的方法org.elasticsearch.index.reindex.ClientScrollableHitSource
-
- cleanup(Runnable) - 类 中的方法org.elasticsearch.index.reindex.ScrollableHitSource
-
Called after the process has been totally finished to clean up any resources the process
needed like remote connections.
- cleanupAndVerify(String, Store.MetadataSnapshot) - 类 中的方法org.elasticsearch.index.store.Store
-
This method deletes every file in this store that is not contained in the given source meta data or is a
legacy checksum file.
- clear() - 类 中的方法org.apache.lucene.analysis.miscellaneous.DisableGraphAttributeImpl
-
- clear() - 类 中的方法org.apache.lucene.analysis.miscellaneous.DuplicateSequenceAttributeImpl
-
- clear() - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
Clears all info flags.
- clear() - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
-
Clears all info flags.
- clear() - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
Clears all the request flags.
- clear() - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
-
Clears all stats flags.
- clear() - 类 中的方法org.elasticsearch.action.admin.cluster.node.usage.NodesUsageRequest
-
Clears all the request flags.
- clear() - 类 中的方法org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
-
- clear() - 类 中的方法org.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
-
Do not include any data
- clear() - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
Clears all stats.
- clear() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
Clears all stats.
- clear() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
Clears all stats.
- clear() - 类 中的方法org.elasticsearch.common.collect.EvictingQueue
-
- clear() - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- clear() - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- clear() - 类 中的方法org.elasticsearch.common.collect.MapBuilder
-
- clear() - 类 中的方法org.elasticsearch.common.lucene.all.AllEntries
-
- clear() - 类 中的方法org.elasticsearch.common.metrics.MeanMetric
-
- clear() - 类 中的方法org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- clear(String) - 类 中的方法org.elasticsearch.index.cache.bitset.BitsetFilterCache
-
- clear(String) - 类 中的方法org.elasticsearch.index.cache.IndexCache
-
- clear(String) - 类 中的方法org.elasticsearch.index.cache.query.DisabledQueryCache
-
- clear(String) - 类 中的方法org.elasticsearch.index.cache.query.IndexQueryCache
-
- clear(String) - 接口 中的方法org.elasticsearch.index.cache.query.QueryCache
-
- clear() - 接口 中的方法org.elasticsearch.index.fielddata.IndexFieldData
-
Clears any resources associated with this field data.
- clear() - 接口 中的方法org.elasticsearch.index.fielddata.IndexFieldDataCache
-
Clears all the field data stored cached in on this index.
- clear(String) - 接口 中的方法org.elasticsearch.index.fielddata.IndexFieldDataCache
-
Clears all the field data stored cached in on this index for the specified field name.
- clear() - 类 中的方法org.elasticsearch.index.fielddata.IndexFieldDataCache.None
-
- clear(String) - 类 中的方法org.elasticsearch.index.fielddata.IndexFieldDataCache.None
-
- clear() - 类 中的方法org.elasticsearch.index.fielddata.IndexFieldDataService
-
- clear() - 类 中的方法org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsIndexFieldData
-
- clear() - 类 中的方法org.elasticsearch.index.fielddata.plain.AbstractIndexFieldData
-
- clear() - 类 中的方法org.elasticsearch.index.fielddata.plain.ConstantIndexFieldData
-
- clear() - 类 中的方法org.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData
-
- clear(IndexReader) - 类 中的方法org.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData
-
- clear() - 类 中的方法org.elasticsearch.index.fielddata.UidIndexFieldData
-
- clear() - 类 中的方法org.elasticsearch.index.search.stats.ShardSearchStats
-
- clear() - 类 中的方法org.elasticsearch.search.lookup.FieldLookup
-
- clear() - 类 中的方法org.elasticsearch.search.lookup.LeafDocLookup
-
- clear() - 类 中的方法org.elasticsearch.search.lookup.LeafFieldsLookup
-
- clear() - 类 中的方法org.elasticsearch.search.lookup.SourceLookup
-
- CLEAR_SCROLL_CONTEXTS_ACTION_NAME - 类 中的静态变量org.elasticsearch.action.search.SearchTransportService
-
- clearCache(ClearIndicesCacheRequest) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Clear indices cache.
- clearCache(ClearIndicesCacheRequest, ActionListener<ClearIndicesCacheResponse>) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Clear indices cache.
- clearCaches(boolean, boolean, String...) - 类 中的方法org.elasticsearch.index.IndexService
-
Clears the caches for the given shard id if the shard is still allocated on this node
- clearCandidateGenerators() - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
Clear the candidate generators.
- clearField(String) - 类 中的方法org.elasticsearch.index.fielddata.IndexFieldDataService
-
- clearIndex(String) - 类 中的方法org.elasticsearch.indices.IndicesQueryCache
-
Clear all entries that belong to the given index.
- clearIndexShardCache(ShardId, boolean, boolean, boolean, String...) - 类 中的方法org.elasticsearch.indices.IndicesService
-
Clears the caches for the given shard id if the shard is still allocated on this node
- ClearIndicesCacheAction - org.elasticsearch.action.admin.indices.cache.clear中的类
-
- ClearIndicesCacheRequest - org.elasticsearch.action.admin.indices.cache.clear中的类
-
- ClearIndicesCacheRequest() - 类 的构造器org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
-
- ClearIndicesCacheRequest(String...) - 类 的构造器org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
-
- clearIndicesCacheRequest(String...) - 类 中的静态方法org.elasticsearch.client.Requests
-
Creates a clean indices cache request.
- ClearIndicesCacheRequestBuilder - org.elasticsearch.action.admin.indices.cache.clear中的类
-
- ClearIndicesCacheRequestBuilder(ElasticsearchClient, ClearIndicesCacheAction) - 类 的构造器org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequestBuilder
-
- ClearIndicesCacheResponse - org.elasticsearch.action.admin.indices.cache.clear中的类
-
The response of a refresh action.
- clearReleasables(SearchContext.Lifetime) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- clearRescorers() - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Clears all rescorers from the builder.
- clearRescorers() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
- clearScroll(ClearScrollRequest) - 接口 中的方法org.elasticsearch.client.Client
-
Clears the search contexts associated with specified scroll ids.
- clearScroll(ClearScrollRequest, ActionListener<ClearScrollResponse>) - 接口 中的方法org.elasticsearch.client.Client
-
Clears the search contexts associated with specified scroll ids.
- clearScroll(ClearScrollRequest, ActionListener<ClearScrollResponse>) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- clearScroll(ClearScrollRequest) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- clearScroll(String, Runnable) - 类 中的方法org.elasticsearch.index.reindex.ClientScrollableHitSource
-
- clearScroll(String, Runnable) - 类 中的方法org.elasticsearch.index.reindex.ScrollableHitSource
-
Called to clear a scroll id.
- ClearScrollAction - org.elasticsearch.action.search中的类
-
- ClearScrollRequest - org.elasticsearch.action.search中的类
-
- ClearScrollRequest() - 类 的构造器org.elasticsearch.action.search.ClearScrollRequest
-
- ClearScrollRequestBuilder - org.elasticsearch.action.search中的类
-
- ClearScrollRequestBuilder(ElasticsearchClient, ClearScrollAction) - 类 的构造器org.elasticsearch.action.search.ClearScrollRequestBuilder
-
- ClearScrollResponse - org.elasticsearch.action.search中的类
-
- ClearScrollResponse(boolean, int) - 类 的构造器org.elasticsearch.action.search.ClearScrollResponse
-
- clearState() - 类 中的方法org.elasticsearch.watcher.FileWatcher
-
Clears any state with the FileWatcher, making all files show up as new
- clearTemporalResponses() - 类 中的方法org.elasticsearch.discovery.zen.UnicastZenPing
-
Clears the list of cached ping responses.
- client - 类 中的变量org.elasticsearch.action.ActionRequestBuilder
-
- Client - org.elasticsearch.client中的接口
-
A client provides a one stop interface for performing actions/operations against the cluster.
- client - 类 中的变量org.elasticsearch.cluster.metadata.TemplateUpgradeService
-
- client - 类 中的变量org.elasticsearch.index.query.QueryRewriteContext
-
- client() - 类 中的方法org.elasticsearch.node.Node
-
A client that can be used to execute actions (operations) against the cluster.
- CLIENT_TRANSPORT_IGNORE_CLUSTER_NAME - 类 中的静态变量org.elasticsearch.client.transport.TransportClient
-
- CLIENT_TRANSPORT_NODES_SAMPLER_INTERVAL - 类 中的静态变量org.elasticsearch.client.transport.TransportClient
-
- CLIENT_TRANSPORT_PING_TIMEOUT - 类 中的静态变量org.elasticsearch.client.transport.TransportClient
-
- CLIENT_TRANSPORT_SNIFF - 类 中的静态变量org.elasticsearch.client.transport.TransportClient
-
- CLIENT_TYPE - 类 中的静态变量org.elasticsearch.client.transport.TransportClient
-
- CLIENT_TYPE_SETTING_S - 接口 中的静态变量org.elasticsearch.client.Client
-
- ClientScrollableHitSource - org.elasticsearch.index.reindex中的类
-
A scrollable source of hits from a
Client instance.
- ClientScrollableHitSource(Logger, BackoffPolicy, ThreadPool, Runnable, Consumer<Exception>, ParentTaskAssigningClient, SearchRequest) - 类 的构造器org.elasticsearch.index.reindex.ClientScrollableHitSource
-
- CLOCKWISE - 枚举 中的静态变量org.elasticsearch.common.geo.builders.ShapeBuilder.Orientation
-
- clone() - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
- clone() - 类 中的方法org.elasticsearch.common.settings.SecureString
-
Returns a new copy of this object that is backed by its own char array.
- clone() - 类 中的方法org.elasticsearch.index.mapper.BooleanFieldMapper.BooleanFieldType
-
- clone() - 类 中的方法org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
-
- clone() - 类 中的方法org.elasticsearch.index.mapper.DateFieldMapper
-
- clone() - 类 中的方法org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
-
- clone() - 类 中的方法org.elasticsearch.index.mapper.FieldMapper
-
- clone() - 类 中的方法org.elasticsearch.index.mapper.FieldNamesFieldMapper.FieldNamesFieldType
-
- clone() - 类 中的方法org.elasticsearch.index.mapper.GeoPointFieldMapper.GeoPointFieldType
-
- clone() - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
-
- clone() - 类 中的方法org.elasticsearch.index.mapper.IpFieldMapper
-
- clone() - 类 中的方法org.elasticsearch.index.mapper.IpFieldMapper.IpFieldType
-
- clone() - 类 中的方法org.elasticsearch.index.mapper.KeywordFieldMapper
-
- clone() - 类 中的方法org.elasticsearch.index.mapper.KeywordFieldMapper.KeywordFieldType
-
- clone() - 类 中的方法org.elasticsearch.index.mapper.MappedFieldType
-
- clone() - 类 中的方法org.elasticsearch.index.mapper.NumberFieldMapper
-
- clone() - 类 中的方法org.elasticsearch.index.mapper.NumberFieldMapper.NumberFieldType
-
- clone() - 类 中的方法org.elasticsearch.index.mapper.ObjectMapper
-
- clone() - 类 中的方法org.elasticsearch.index.mapper.TextFieldMapper
-
- clone() - 类 中的方法org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
-
- clone() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel
-
- clone() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel
-
- clone() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
-
- clone() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.LinearModel
-
- clone() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel
-
Clone the model, returning an exact copy
- clone() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel
-
- close() - 类 中的方法org.elasticsearch.action.bulk.BulkProcessor
-
Closes the processor.
- close() - 类 中的方法org.elasticsearch.client.FilterClient
-
- close(CloseIndexRequest) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Closes an index based on the index name.
- close(CloseIndexRequest, ActionListener<CloseIndexResponse>) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Closes an index based on the index name.
- close() - 类 中的方法org.elasticsearch.client.node.NodeClient
-
- close() - 类 中的方法org.elasticsearch.client.transport.TransportClient
-
Closes the client.
- close() - 类 中的方法org.elasticsearch.common.blobstore.fs.FsBlobStore
-
- close() - 类 中的方法org.elasticsearch.common.bytes.ReleasablePagedBytesReference
-
- close() - 类 中的方法org.elasticsearch.common.component.AbstractLifecycleComponent
-
- close() - 类 中的方法org.elasticsearch.common.geo.builders.CoordinatesBuilder
-
Makes a closed ring out of the current coordinates by adding the starting point as the end point.
- close() - 类 中的方法org.elasticsearch.common.geo.builders.LineStringBuilder
-
Closes the current lineString by adding the starting point as the end point.
- close() - 类 中的方法org.elasticsearch.common.geo.builders.PolygonBuilder
-
Close the shell of the polygon
- close() - 类 中的方法org.elasticsearch.common.io.FastCharArrayReader
-
Closes the stream and releases any system resources associated with
it.
- close() - 类 中的方法org.elasticsearch.common.io.FastCharArrayWriter
-
Close the stream.
- close() - 类 中的方法org.elasticsearch.common.io.FastStringReader
-
Closes the stream and releases any system resources associated with
it.
- close() - 类 中的方法org.elasticsearch.common.io.stream.ByteBufferStreamInput
-
- close() - 类 中的方法org.elasticsearch.common.io.stream.BytesStreamOutput
-
- close() - 类 中的方法org.elasticsearch.common.io.stream.DataOutputStreamOutput
-
- close() - 类 中的方法org.elasticsearch.common.io.stream.FilterStreamInput
-
- close() - 类 中的方法org.elasticsearch.common.io.stream.InputStreamStreamInput
-
- close() - 类 中的方法org.elasticsearch.common.io.stream.OutputStreamStreamOutput
-
- close() - 类 中的方法org.elasticsearch.common.io.stream.ReleasableBytesStreamOutput
-
- close() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
Closes the stream to further operations.
- close() - 类 中的方法org.elasticsearch.common.io.stream.StreamOutput
-
Closes this stream to further operations.
- close() - 类 中的方法org.elasticsearch.common.io.UTF8StreamWriter
-
Closes and
resets this writer for reuse.
- close() - 接口 中的方法org.elasticsearch.common.lease.Releasable
-
- close(Iterable<? extends Releasable>) - 枚举 中的静态方法org.elasticsearch.common.lease.Releasables
-
- close(Releasable...) - 枚举 中的静态方法org.elasticsearch.common.lease.Releasables
-
- close(boolean, Iterable<Releasable>) - 枚举 中的静态方法org.elasticsearch.common.lease.Releasables
-
Release the provided
Releasables, ignoring exceptions if
success is
false.
- close(boolean, Releasable...) - 枚举 中的静态方法org.elasticsearch.common.lease.Releasables
-
Release the provided
Releasables, ignoring exceptions if
success is
false.
- close() - 类 中的方法org.elasticsearch.common.lucene.index.FreqTermsEnum
-
- close() - 类 中的方法org.elasticsearch.common.lucene.LoggerInfoStream
-
- close() - 类 中的方法org.elasticsearch.common.lucene.store.ByteArrayIndexInput
-
- close() - 类 中的方法org.elasticsearch.common.lucene.store.FilterIndexOutput
-
- close() - 类 中的方法org.elasticsearch.common.lucene.store.IndexOutputOutputStream
-
- close() - 类 中的方法org.elasticsearch.common.recycler.ConcurrentDequeRecycler
-
- close() - 类 中的方法org.elasticsearch.common.recycler.DequeRecycler
-
- close() - 类 中的方法org.elasticsearch.common.recycler.NoneRecycler
-
- close() - 类 中的方法org.elasticsearch.common.recycler.NoneRecycler.NV
-
- close() - 接口 中的方法org.elasticsearch.common.recycler.Recycler
-
- close() - 类 中的方法org.elasticsearch.common.settings.KeyStoreWrapper
-
- close() - 接口 中的方法org.elasticsearch.common.settings.SecureSettings
-
- close() - 类 中的方法org.elasticsearch.common.settings.SecureString
-
Closes the string by clearing the underlying char array.
- close() - 类 中的方法org.elasticsearch.common.util.BigArrays
-
- close() - 类 中的方法org.elasticsearch.common.util.BytesRefHash
-
- close() - 类 中的方法org.elasticsearch.common.util.concurrent.ReleasableLock
-
- close() - 类 中的方法org.elasticsearch.common.util.concurrent.ThreadContext
-
- close() - 接口 中的方法org.elasticsearch.common.util.concurrent.ThreadContext.StoredContext
-
- close() - 类 中的方法org.elasticsearch.common.util.LongHash
-
- close() - 类 中的方法org.elasticsearch.common.util.LongObjectPagedHashMap
-
- close() - 类 中的方法org.elasticsearch.common.util.PageCacheRecycler
-
- close() - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContentGenerator
-
- close() - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContentParser
-
- close() - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- close() - 类 中的方法org.elasticsearch.discovery.zen.FaultDetection
-
- close() - 类 中的方法org.elasticsearch.discovery.zen.MasterFaultDetection
-
- close() - 类 中的方法org.elasticsearch.discovery.zen.NodesFaultDetection
-
- close() - 类 中的方法org.elasticsearch.discovery.zen.UnicastZenPing
-
- close() - 类 中的方法org.elasticsearch.discovery.zen.UnicastZenPing.PingingRound
-
- close() - 类 中的方法org.elasticsearch.env.NodeEnvironment
-
- close() - 类 中的方法org.elasticsearch.env.ShardLock
-
- close() - 类 中的方法org.elasticsearch.gateway.AsyncShardFetch
-
- close() - 类 中的方法org.elasticsearch.index.analysis.AnalysisRegistry
-
- close() - 类 中的方法org.elasticsearch.index.analysis.IndexAnalyzers
-
- close() - 类 中的方法org.elasticsearch.index.analysis.NamedAnalyzer
-
- close() - 类 中的方法org.elasticsearch.index.cache.bitset.BitsetFilterCache
-
- close() - 类 中的方法org.elasticsearch.index.cache.IndexCache
-
- close() - 类 中的方法org.elasticsearch.index.cache.query.DisabledQueryCache
-
- close() - 类 中的方法org.elasticsearch.index.cache.query.IndexQueryCache
-
- close() - 类 中的方法org.elasticsearch.index.engine.Engine
-
- close() - 类 中的方法org.elasticsearch.index.engine.Engine.GetResult
-
- close() - 类 中的方法org.elasticsearch.index.engine.Engine.IndexCommitRef
-
- close() - 类 中的方法org.elasticsearch.index.engine.Engine.Searcher
-
- close() - 类 中的方法org.elasticsearch.index.engine.EngineSearcher
-
- close() - 类 中的方法org.elasticsearch.index.engine.RecoveryCounter
-
- close() - 类 中的方法org.elasticsearch.index.fielddata.IndexFieldDataService
-
- close() - 类 中的方法org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
-
Closes this builder and release all resources.
- close() - 类 中的方法org.elasticsearch.index.fielddata.plain.BinaryDVAtomicFieldData
-
- close() - 类 中的方法org.elasticsearch.index.fielddata.plain.PagedBytesAtomicFieldData
-
- close() - 类 中的方法org.elasticsearch.index.fielddata.plain.SortedSetDVBytesAtomicFieldData
-
- close(String, boolean) - 类 中的方法org.elasticsearch.index.IndexService
-
- close() - 类 中的方法org.elasticsearch.index.mapper.MapperService
-
- close(Runnable) - 类 中的方法org.elasticsearch.index.reindex.ScrollableHitSource
-
- close(String, boolean) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- close() - 类 中的方法org.elasticsearch.index.shard.RefreshListeners
-
- close() - 类 中的方法org.elasticsearch.index.snapshots.blobstore.SlicedInputStream
-
- close() - 类 中的方法org.elasticsearch.index.store.Store
-
- close() - 类 中的方法org.elasticsearch.index.translog.BufferedChecksumStreamOutput
-
- close() - 类 中的方法org.elasticsearch.index.translog.Translog
-
- close() - 类 中的方法org.elasticsearch.index.translog.TranslogReader
-
- close() - 类 中的方法org.elasticsearch.index.translog.TranslogWriter
-
- close() - 类 中的方法org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache
-
- close() - 类 中的方法org.elasticsearch.indices.IndexingMemoryController
-
- close() - 类 中的方法org.elasticsearch.indices.IndicesQueryCache
-
- close() - 类 中的方法org.elasticsearch.indices.IndicesRequestCache
-
- close() - 类 中的方法org.elasticsearch.indices.recovery.RecoveriesCollection.RecoveryRef
-
- close() - 类 中的方法org.elasticsearch.indices.store.IndicesStore
-
- close() - 类 中的方法org.elasticsearch.node.Node
-
- close() - 类 中的方法org.elasticsearch.node.NodeService
-
- close() - 类 中的方法org.elasticsearch.plugins.Plugin
-
Close the resources opened by this plugin.
- close() - 接口 中的方法org.elasticsearch.script.ScriptEngine
-
- close() - 类 中的方法org.elasticsearch.script.ScriptService
-
- close() - 类 中的方法org.elasticsearch.search.aggregations.AggregatorBase
-
Called upon release of the aggregator.
- close() - 类 中的方法org.elasticsearch.search.aggregations.AggregatorFactory.MultiBucketAggregatorWrapper
-
- close() - 类 中的方法org.elasticsearch.search.aggregations.bucket.BucketsAggregator
-
- close() - 类 中的方法org.elasticsearch.search.aggregations.bucket.DeferringBucketCollector.WrappedAggregator
-
- close() - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.BestDocsDeferringCollector
-
- close() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory
-
- close() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregatorFactory
-
- close() - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
-
- close() - 类 中的方法org.elasticsearch.search.internal.ContextIndexSearcher
-
- close() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- close() - 类 中的方法org.elasticsearch.search.profile.aggregation.ProfilingAggregator
-
- close() - 类 中的方法org.elasticsearch.threadpool.ThreadPool
-
- close() - 类 中的方法org.elasticsearch.transport.RemoteClusterService
-
- close() - 接口 中的方法org.elasticsearch.transport.TcpChannel
-
Closes the channel.
- close() - 类 中的方法org.elasticsearch.transport.TcpTransport.NodeChannels
-
- closeChannel(C, boolean) - 接口 中的静态方法org.elasticsearch.transport.TcpChannel
-
Closes the channel.
- closeChannels(List<C>, boolean) - 接口 中的静态方法org.elasticsearch.transport.TcpChannel
-
Closes the channels.
- closed() - 类 中的方法org.elasticsearch.common.component.Lifecycle
-
Returns true if the state is closed.
- closed - 类 中的变量org.elasticsearch.index.translog.TranslogReader
-
- closed - 类 中的变量org.elasticsearch.index.translog.TranslogWriter
-
- closeIndex(CloseIndexClusterStateUpdateRequest, ActionListener<ClusterStateUpdateResponse>) - 类 中的方法org.elasticsearch.cluster.metadata.MetaDataIndexStateService
-
- CloseIndexAction - org.elasticsearch.action.admin.indices.close中的类
-
- CloseIndexClusterStateUpdateRequest - org.elasticsearch.action.admin.indices.close中的类
-
Cluster state update request that allows to close one or more indices
- CloseIndexRequest - org.elasticsearch.action.admin.indices.close中的类
-
A request to close an index.
- CloseIndexRequest() - 类 的构造器org.elasticsearch.action.admin.indices.close.CloseIndexRequest
-
- CloseIndexRequest(String...) - 类 的构造器org.elasticsearch.action.admin.indices.close.CloseIndexRequest
-
Constructs a new close index request for the specified index.
- closeIndexRequest(String) - 类 中的静态方法org.elasticsearch.client.Requests
-
Creates a close index request.
- CloseIndexRequestBuilder - org.elasticsearch.action.admin.indices.close中的类
-
Builder for close index request
- CloseIndexRequestBuilder(ElasticsearchClient, CloseIndexAction) - 类 的构造器org.elasticsearch.action.admin.indices.close.CloseIndexRequestBuilder
-
- CloseIndexRequestBuilder(ElasticsearchClient, CloseIndexAction, String...) - 类 的构造器org.elasticsearch.action.admin.indices.close.CloseIndexRequestBuilder
-
- CloseIndexResponse - org.elasticsearch.action.admin.indices.close中的类
-
A response for a close index action.
- closeInternal() - 类 中的方法org.elasticsearch.common.util.concurrent.AbstractRefCounted
-
- closeInternal() - 类 中的方法org.elasticsearch.env.ShardLock
-
- closeInternal() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryTarget
-
- closeInternal() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- closeIntoReader() - 类 中的方法org.elasticsearch.index.translog.TranslogWriter
-
Closes this writer and transfers its underlying file channel to a new immutable
TranslogReader
- closeLock - 类 中的变量org.elasticsearch.transport.TcpTransport
-
- closeNoLock(String, CountDownLatch) - 类 中的方法org.elasticsearch.index.engine.Engine
-
Method to close the engine while the write lock is held.
- closeNoLock(String, CountDownLatch) - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
Closes the engine without acquiring the write lock.
- closeWhileHandlingException(Iterable<Releasable>) - 枚举 中的静态方法org.elasticsearch.common.lease.Releasables
-
Release the provided
Releasables, ignoring exceptions.
- closeWhileHandlingException(Releasable...) - 枚举 中的静态方法org.elasticsearch.common.lease.Releasables
-
Release the provided
Releasables, ignoring exceptions.
- cluster() - 接口 中的方法org.elasticsearch.client.AdminClient
-
A client allowing to perform actions/operations against the cluster.
- CLUSTER_INDICES_CLOSE_ENABLE_SETTING - 类 中的静态变量org.elasticsearch.action.admin.indices.close.TransportCloseIndexAction
-
- CLUSTER_NAME_SETTING - 类 中的静态变量org.elasticsearch.cluster.ClusterName
-
- CLUSTER_NODE_RECONNECT_INTERVAL_SETTING - 类 中的静态变量org.elasticsearch.cluster.NodeConnectionsService
-
- CLUSTER_READ_ONLY_ALLOW_DELETE_BLOCK - 类 中的静态变量org.elasticsearch.cluster.metadata.MetaData
-
- CLUSTER_READ_ONLY_BLOCK - 类 中的静态变量org.elasticsearch.cluster.metadata.MetaData
-
- CLUSTER_ROUTING_ALLOCATION_ALLOW_REBALANCE_SETTING - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.decider.ClusterRebalanceAllocationDecider
-
- CLUSTER_ROUTING_ALLOCATION_AWARENESS_ATTRIBUTE_SETTING - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.decider.AwarenessAllocationDecider
-
- CLUSTER_ROUTING_ALLOCATION_AWARENESS_FORCE_GROUP_SETTING - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.decider.AwarenessAllocationDecider
-
- CLUSTER_ROUTING_ALLOCATION_CLUSTER_CONCURRENT_REBALANCE_SETTING - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.decider.ConcurrentRebalanceAllocationDecider
-
- CLUSTER_ROUTING_ALLOCATION_DISK_FLOOD_STAGE_WATERMARK_SETTING - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
-
- CLUSTER_ROUTING_ALLOCATION_DISK_THRESHOLD_ENABLED_SETTING - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
-
- CLUSTER_ROUTING_ALLOCATION_ENABLE_SETTING - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider
-
- CLUSTER_ROUTING_ALLOCATION_HIGH_DISK_WATERMARK_SETTING - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
-
- CLUSTER_ROUTING_ALLOCATION_INCLUDE_RELOCATIONS_SETTING - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
-
- CLUSTER_ROUTING_ALLOCATION_LOW_DISK_WATERMARK_SETTING - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
-
- CLUSTER_ROUTING_ALLOCATION_NODE_CONCURRENT_INCOMING_RECOVERIES_SETTING - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.decider.ThrottlingAllocationDecider
-
- CLUSTER_ROUTING_ALLOCATION_NODE_CONCURRENT_OUTGOING_RECOVERIES_SETTING - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.decider.ThrottlingAllocationDecider
-
- CLUSTER_ROUTING_ALLOCATION_NODE_CONCURRENT_RECOVERIES_SETTING - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.decider.ThrottlingAllocationDecider
-
- CLUSTER_ROUTING_ALLOCATION_NODE_INITIAL_PRIMARIES_RECOVERIES_SETTING - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.decider.ThrottlingAllocationDecider
-
- CLUSTER_ROUTING_ALLOCATION_REROUTE_INTERVAL_SETTING - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
-
- CLUSTER_ROUTING_ALLOCATION_SAME_HOST_SETTING - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.decider.SameShardAllocationDecider
-
- CLUSTER_ROUTING_EXCLUDE_GROUP_SETTING - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.decider.FilterAllocationDecider
-
- CLUSTER_ROUTING_INCLUDE_GROUP_SETTING - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.decider.FilterAllocationDecider
-
- CLUSTER_ROUTING_REBALANCE_ENABLE_SETTING - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider
-
- CLUSTER_ROUTING_REQUIRE_GROUP_SETTING - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.decider.FilterAllocationDecider
-
- CLUSTER_SERVICE_SLOW_TASK_LOGGING_THRESHOLD_SETTING - 类 中的静态变量org.elasticsearch.cluster.service.ClusterService
-
- CLUSTER_TOTAL_SHARDS_PER_NODE_SETTING - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.decider.ShardsLimitAllocationDecider
-
Controls the maximum number of shards per node on a global level.
- CLUSTER_UPDATE_THREAD_NAME - 类 中的静态变量org.elasticsearch.cluster.service.ClusterApplierService
-
- ClusterAdminClient - org.elasticsearch.client中的接口
-
Administrative actions/operations against indices.
- ClusterAllocationExplainAction - org.elasticsearch.action.admin.cluster.allocation中的类
-
Action for explaining shard allocation for a shard in the cluster
- ClusterAllocationExplainRequest - org.elasticsearch.action.admin.cluster.allocation中的类
-
A request to explain the allocation of a shard in the cluster
- ClusterAllocationExplainRequest() - 类 的构造器org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
-
Create a new allocation explain request to explain any unassigned shard in the cluster.
- ClusterAllocationExplainRequestBuilder - org.elasticsearch.action.admin.cluster.allocation中的类
-
Builder for requests to explain the allocation of a shard in the cluster
- ClusterAllocationExplainRequestBuilder(ElasticsearchClient, ClusterAllocationExplainAction) - 类 的构造器org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequestBuilder
-
- ClusterAllocationExplainResponse - org.elasticsearch.action.admin.cluster.allocation中的类
-
Explanation response for a shard in the cluster
- ClusterAllocationExplainResponse() - 类 的构造器org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainResponse
-
- ClusterAllocationExplainResponse(ClusterAllocationExplanation) - 类 的构造器org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainResponse
-
- ClusterAllocationExplanation - org.elasticsearch.action.admin.cluster.allocation中的类
-
A ClusterAllocationExplanation is an explanation of why a shard is unassigned,
or if it is not unassigned, then which nodes it could possibly be relocated to.
- ClusterAllocationExplanation(ShardRouting, DiscoveryNode, DiscoveryNode, ClusterInfo, ShardAllocationDecision) - 类 的构造器org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplanation
-
- ClusterAllocationExplanation(StreamInput) - 类 的构造器org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplanation
-
- ClusterApplier - org.elasticsearch.cluster.service中的接口
-
- ClusterApplierService - org.elasticsearch.cluster.service中的类
-
- ClusterApplierService(Settings, ClusterSettings, ThreadPool, Supplier<ClusterState.Builder>) - 类 的构造器org.elasticsearch.cluster.service.ClusterApplierService
-
- ClusterBlock - org.elasticsearch.cluster.block中的类
-
- ClusterBlock(int, String, boolean, boolean, boolean, RestStatus, EnumSet<ClusterBlockLevel>) - 类 的构造器org.elasticsearch.cluster.block.ClusterBlock
-
- ClusterBlockException - org.elasticsearch.cluster.block中的异常错误
-
- ClusterBlockException(Set<ClusterBlock>) - 异常错误 的构造器org.elasticsearch.cluster.block.ClusterBlockException
-
- ClusterBlockException(StreamInput) - 异常错误 的构造器org.elasticsearch.cluster.block.ClusterBlockException
-
- ClusterBlockLevel - org.elasticsearch.cluster.block中的枚举
-
- ClusterBlocks - org.elasticsearch.cluster.block中的类
-
Represents current cluster level blocks to block dirty operations done against the cluster.
- ClusterBlocks(StreamInput) - 类 的构造器org.elasticsearch.cluster.block.ClusterBlocks
-
- ClusterBlocks.Builder - org.elasticsearch.cluster.block中的类
-
- clusterChanged(ClusterChangedEvent) - 接口 中的方法org.elasticsearch.cluster.ClusterStateListener
-
Called when cluster state changes.
- clusterChanged(ClusterChangedEvent) - 类 中的方法org.elasticsearch.cluster.InternalClusterInfoService
-
- clusterChanged(ClusterChangedEvent) - 类 中的方法org.elasticsearch.cluster.metadata.MetaDataUpdateSettingsService
-
- clusterChanged(ClusterChangedEvent) - 类 中的方法org.elasticsearch.cluster.metadata.TemplateUpgradeService
-
- clusterChanged(ClusterChangedEvent) - 类 中的方法org.elasticsearch.cluster.routing.DelayedAllocationService
-
- clusterChanged(ClusterChangedEvent) - 类 中的方法org.elasticsearch.gateway.DanglingIndicesState
-
- clusterChanged(ClusterChangedEvent) - 类 中的方法org.elasticsearch.gateway.GatewayService
-
- clusterChanged(ClusterChangedEvent) - 类 中的方法org.elasticsearch.indices.store.IndicesStore
-
- clusterChanged(ClusterChangedEvent) - 类 中的方法org.elasticsearch.node.ResponseCollectorService
-
- clusterChanged(ClusterChangedEvent) - 类 中的方法org.elasticsearch.script.ScriptService
-
- clusterChanged(ClusterChangedEvent) - 类 中的方法org.elasticsearch.snapshots.SnapshotShardsService
-
- ClusterChangedEvent - org.elasticsearch.cluster中的类
-
An event received by the local node, signaling that the cluster state has changed.
- ClusterChangedEvent(String, ClusterState, ClusterState) - 类 的构造器org.elasticsearch.cluster.ClusterChangedEvent
-
- ClusterHealthAction - org.elasticsearch.action.admin.cluster.health中的类
-
- ClusterHealthRequest - org.elasticsearch.action.admin.cluster.health中的类
-
- ClusterHealthRequest() - 类 的构造器org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
-
- ClusterHealthRequest(String...) - 类 的构造器org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
-
- clusterHealthRequest(String...) - 类 中的静态方法org.elasticsearch.client.Requests
-
Creates a cluster health request.
- ClusterHealthRequestBuilder - org.elasticsearch.action.admin.cluster.health中的类
-
- ClusterHealthRequestBuilder(ElasticsearchClient, ClusterHealthAction) - 类 的构造器org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
-
- ClusterHealthResponse - org.elasticsearch.action.admin.cluster.health中的类
-
- ClusterHealthResponse(String, String[], ClusterState) - 类 的构造器org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
needed for plugins BWC
- ClusterHealthResponse(String, String[], ClusterState, int, int, int, TimeValue) - 类 的构造器org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- ClusterHealthStatus - org.elasticsearch.cluster.health中的枚举
-
- ClusterIndexHealth - org.elasticsearch.cluster.health中的类
-
- ClusterIndexHealth(IndexMetaData, IndexRoutingTable) - 类 的构造器org.elasticsearch.cluster.health.ClusterIndexHealth
-
- ClusterIndexHealth(StreamInput) - 类 的构造器org.elasticsearch.cluster.health.ClusterIndexHealth
-
- ClusterInfo - org.elasticsearch.cluster中的类
-
ClusterInfo is an object representing a map of nodes to
DiskUsage
and a map of shard ids to shard sizes, see
InternalClusterInfoService.shardIdentifierFromRouting(String)
for the key used in the shardSizes map
- ClusterInfo() - 类 的构造器org.elasticsearch.cluster.ClusterInfo
-
- ClusterInfo(ImmutableOpenMap<String, DiskUsage>, ImmutableOpenMap<String, DiskUsage>, ImmutableOpenMap<String, Long>, ImmutableOpenMap<ShardRouting, String>) - 类 的构造器org.elasticsearch.cluster.ClusterInfo
-
Creates a new ClusterInfo instance.
- ClusterInfo(StreamInput) - 类 的构造器org.elasticsearch.cluster.ClusterInfo
-
- clusterInfo() - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
- ClusterInfoRequest<Request extends ClusterInfoRequest<Request>> - org.elasticsearch.action.support.master.info中的类
-
- ClusterInfoRequest() - 类 的构造器org.elasticsearch.action.support.master.info.ClusterInfoRequest
-
- ClusterInfoRequestBuilder<Request extends ClusterInfoRequest<Request>,Response extends ActionResponse,Builder extends ClusterInfoRequestBuilder<Request,Response,Builder>> - org.elasticsearch.action.support.master.info中的类
-
- ClusterInfoRequestBuilder(ElasticsearchClient, Action<Request, Response, Builder>, Request) - 类 的构造器org.elasticsearch.action.support.master.info.ClusterInfoRequestBuilder
-
- ClusterInfoService - org.elasticsearch.cluster中的接口
-
Interface for a class used to gather information about a cluster at
regular intervals
- ClusterModule - org.elasticsearch.cluster中的类
-
Configures classes and services that affect the entire cluster.
- ClusterModule(Settings, ClusterService, List<ClusterPlugin>, ClusterInfoService) - 类 的构造器org.elasticsearch.cluster.ClusterModule
-
- ClusterName - org.elasticsearch.cluster中的类
-
- ClusterName(StreamInput) - 类 的构造器org.elasticsearch.cluster.ClusterName
-
- ClusterName(String) - 类 的构造器org.elasticsearch.cluster.ClusterName
-
- clusterName - 类 中的变量org.elasticsearch.discovery.zen.FaultDetection
-
- clusterName() - 类 中的方法org.elasticsearch.discovery.zen.NodesFaultDetection.PingRequest
-
- clusterName() - 类 中的方法org.elasticsearch.discovery.zen.ZenPing.PingResponse
-
- clusterName - 类 中的变量org.elasticsearch.transport.TransportService
-
- ClusterNameExpressionResolver - org.elasticsearch.cluster.metadata中的类
-
Resolves cluster names from an expression.
- ClusterNameExpressionResolver(Settings) - 类 的构造器org.elasticsearch.cluster.metadata.ClusterNameExpressionResolver
-
- clusterNameResolver - 类 中的变量org.elasticsearch.transport.RemoteClusterAware
-
- ClusterPlugin - org.elasticsearch.plugins中的接口
-
An extension point for
Plugin implementations to customer behavior of cluster management.
- ClusterRebalanceAllocationDecider - org.elasticsearch.cluster.routing.allocation.decider中的类
-
This
AllocationDecider controls re-balancing operations based on the
cluster wide active shard state.
- ClusterRebalanceAllocationDecider(Settings, ClusterSettings) - 类 的构造器org.elasticsearch.cluster.routing.allocation.decider.ClusterRebalanceAllocationDecider
-
- ClusterRebalanceAllocationDecider.ClusterRebalanceType - org.elasticsearch.cluster.routing.allocation.decider中的枚举
-
An enum representation for the configured re-balance type.
- ClusterRerouteAction - org.elasticsearch.action.admin.cluster.reroute中的类
-
- ClusterRerouteRequest - org.elasticsearch.action.admin.cluster.reroute中的类
-
Request to submit cluster reroute allocation commands
- ClusterRerouteRequest() - 类 的构造器org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
-
- clusterRerouteRequest() - 类 中的静态方法org.elasticsearch.client.Requests
-
- ClusterRerouteRequestBuilder - org.elasticsearch.action.admin.cluster.reroute中的类
-
Builder for a cluster reroute request
- ClusterRerouteRequestBuilder(ElasticsearchClient, ClusterRerouteAction) - 类 的构造器org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequestBuilder
-
- ClusterRerouteResponse - org.elasticsearch.action.admin.cluster.reroute中的类
-
Response returned after a cluster reroute request
- ClusterSearchShardsAction - org.elasticsearch.action.admin.cluster.shards中的类
-
- ClusterSearchShardsGroup - org.elasticsearch.action.admin.cluster.shards中的类
-
- ClusterSearchShardsGroup(ShardId, ShardRouting[]) - 类 的构造器org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsGroup
-
- ClusterSearchShardsRequest - org.elasticsearch.action.admin.cluster.shards中的类
-
- ClusterSearchShardsRequest() - 类 的构造器org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
-
- ClusterSearchShardsRequest(String...) - 类 的构造器org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
-
- clusterSearchShardsRequest() - 类 中的静态方法org.elasticsearch.client.Requests
-
List all shards for the give search
- clusterSearchShardsRequest(String...) - 类 中的静态方法org.elasticsearch.client.Requests
-
List all shards for the give search
- ClusterSearchShardsRequestBuilder - org.elasticsearch.action.admin.cluster.shards中的类
-
- ClusterSearchShardsRequestBuilder(ElasticsearchClient, ClusterSearchShardsAction) - 类 的构造器org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequestBuilder
-
- ClusterSearchShardsResponse - org.elasticsearch.action.admin.cluster.shards中的类
-
- ClusterSearchShardsResponse() - 类 的构造器org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsResponse
-
- ClusterSearchShardsResponse(ClusterSearchShardsGroup[], DiscoveryNode[], Map<String, AliasFilter>) - 类 的构造器org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsResponse
-
- clusterService - 类 中的变量org.elasticsearch.action.admin.indices.mapping.get.TransportGetFieldMappingsIndexAction
-
- clusterService - 类 中的变量org.elasticsearch.action.support.broadcast.TransportBroadcastAction
-
- clusterService - 类 中的变量org.elasticsearch.action.support.master.TransportMasterNodeAction
-
- clusterService - 类 中的变量org.elasticsearch.action.support.nodes.TransportNodesAction
-
- clusterService - 类 中的变量org.elasticsearch.action.support.replication.TransportReplicationAction
-
- clusterService - 类 中的变量org.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
-
- clusterService - 类 中的变量org.elasticsearch.action.support.single.shard.TransportSingleShardAction
-
- clusterService - 类 中的变量org.elasticsearch.action.support.tasks.TransportTasksAction
-
- clusterService - 类 中的变量org.elasticsearch.cluster.metadata.TemplateUpgradeService
-
- ClusterService - org.elasticsearch.cluster.service中的类
-
- ClusterService(Settings, ClusterSettings, ThreadPool, Map<String, Supplier<ClusterState.Custom>>) - 类 的构造器org.elasticsearch.cluster.service.ClusterService
-
- ClusterSettings - org.elasticsearch.common.settings中的类
-
Encapsulates all valid cluster level settings.
- ClusterSettings(Settings, Set<Setting<?>>) - 类 的构造器org.elasticsearch.common.settings.ClusterSettings
-
- ClusterShardHealth - org.elasticsearch.cluster.health中的类
-
- ClusterShardHealth(int, IndexShardRoutingTable) - 类 的构造器org.elasticsearch.cluster.health.ClusterShardHealth
-
- ClusterShardHealth(StreamInput) - 类 的构造器org.elasticsearch.cluster.health.ClusterShardHealth
-
- ClusterState - org.elasticsearch.cluster中的类
-
Represents the current state of the cluster.
- ClusterState(long, String, ClusterState) - 类 的构造器org.elasticsearch.cluster.ClusterState
-
- ClusterState(ClusterName, long, String, MetaData, RoutingTable, DiscoveryNodes, ClusterBlocks, ImmutableOpenMap<String, ClusterState.Custom>, boolean) - 类 的构造器org.elasticsearch.cluster.ClusterState
-
- clusterState() - 接口 中的方法org.elasticsearch.discovery.zen.PingContextProvider
-
return the current cluster state of the node
- clusterState() - 类 中的方法org.elasticsearch.discovery.zen.ZenDiscovery
-
- ClusterState.Builder - org.elasticsearch.cluster中的类
-
- ClusterState.Custom - org.elasticsearch.cluster中的接口
-
- ClusterState.Metric - org.elasticsearch.cluster中的枚举
-
- ClusterStateAction - org.elasticsearch.action.admin.cluster.state中的类
-
- ClusterStateApplier - org.elasticsearch.cluster中的接口
-
A component that is in charge of applying an incoming cluster state to the node internal data structures.
- ClusterStateHealth - org.elasticsearch.cluster.health中的类
-
- ClusterStateHealth(ClusterState) - 类 的构造器org.elasticsearch.cluster.health.ClusterStateHealth
-
Creates a new ClusterStateHealth instance considering the current cluster state and all indices in the cluster.
- ClusterStateHealth(ClusterState, String[]) - 类 的构造器org.elasticsearch.cluster.health.ClusterStateHealth
-
Creates a new ClusterStateHealth instance considering the current cluster state and the provided index names.
- ClusterStateHealth(StreamInput) - 类 的构造器org.elasticsearch.cluster.health.ClusterStateHealth
-
- ClusterStateListener - org.elasticsearch.cluster中的接口
-
A listener to be notified when a cluster state changes.
- ClusterStateObserver - org.elasticsearch.cluster中的类
-
A utility class which simplifies interacting with the cluster state in cases where
one tries to take action based on the current state but may want to wait for a new state
and retry upon failure.
- ClusterStateObserver(ClusterService, Logger, ThreadContext) - 类 的构造器org.elasticsearch.cluster.ClusterStateObserver
-
- ClusterStateObserver(ClusterService, TimeValue, Logger, ThreadContext) - 类 的构造器org.elasticsearch.cluster.ClusterStateObserver
-
- ClusterStateObserver(ClusterState, ClusterService, TimeValue, Logger, ThreadContext) - 类 的构造器org.elasticsearch.cluster.ClusterStateObserver
-
- ClusterStateObserver(ClusterState, ClusterApplierService, TimeValue, Logger, ThreadContext) - 类 的构造器org.elasticsearch.cluster.ClusterStateObserver
-
- ClusterStateObserver.Listener - org.elasticsearch.cluster中的接口
-
- clusterStateProcessed(String, ClusterState, ClusterState) - 接口 中的方法org.elasticsearch.cluster.ClusterStateTaskListener
-
- clusterStatePublished(ClusterChangedEvent) - 类 中的方法org.elasticsearch.cluster.action.shard.ShardStateAction.ShardFailedClusterStateTaskExecutor
-
- clusterStatePublished(ClusterChangedEvent) - 接口 中的方法org.elasticsearch.cluster.ClusterStateTaskExecutor
-
Callback invoked after new cluster state is published.
- ClusterStateRequest - org.elasticsearch.action.admin.cluster.state中的类
-
- ClusterStateRequest() - 类 的构造器org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
-
- clusterStateRequest() - 类 中的静态方法org.elasticsearch.client.Requests
-
Creates a cluster state request.
- ClusterStateRequestBuilder - org.elasticsearch.action.admin.cluster.state中的类
-
- ClusterStateRequestBuilder(ElasticsearchClient, ClusterStateAction) - 类 的构造器org.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
-
- ClusterStateResponse - org.elasticsearch.action.admin.cluster.state中的类
-
The response for getting the cluster state.
- ClusterStateResponse() - 类 的构造器org.elasticsearch.action.admin.cluster.state.ClusterStateResponse
-
- ClusterStateResponse(ClusterName, ClusterState, long) - 类 的构造器org.elasticsearch.action.admin.cluster.state.ClusterStateResponse
-
- ClusterStateTaskConfig - org.elasticsearch.cluster中的接口
-
Cluster state update task configuration for timeout and priority
- ClusterStateTaskConfig.Basic - org.elasticsearch.cluster中的类
-
- ClusterStateTaskExecutor<T> - org.elasticsearch.cluster中的接口
-
- ClusterStateTaskExecutor.ClusterTasksResult<T> - org.elasticsearch.cluster中的类
-
Represents the result of a batched execution of cluster state update tasks
- ClusterStateTaskExecutor.ClusterTasksResult.Builder<T> - org.elasticsearch.cluster中的类
-
- ClusterStateTaskExecutor.TaskResult - org.elasticsearch.cluster中的类
-
- ClusterStateTaskListener - org.elasticsearch.cluster中的接口
-
- ClusterStateUpdateRequest<T extends ClusterStateUpdateRequest<T>> - org.elasticsearch.cluster.ack中的类
-
Base class to be used when needing to update the cluster state
Contains the basic fields that are always needed
- ClusterStateUpdateRequest() - 类 的构造器org.elasticsearch.cluster.ack.ClusterStateUpdateRequest
-
- ClusterStateUpdateResponse - org.elasticsearch.cluster.ack中的类
-
Base response returned after a cluster state update
- ClusterStateUpdateResponse(boolean) - 类 的构造器org.elasticsearch.cluster.ack.ClusterStateUpdateResponse
-
- ClusterStateUpdateTask - org.elasticsearch.cluster中的类
-
A task that can update the cluster state.
- ClusterStateUpdateTask() - 类 的构造器org.elasticsearch.cluster.ClusterStateUpdateTask
-
- ClusterStateUpdateTask(Priority) - 类 的构造器org.elasticsearch.cluster.ClusterStateUpdateTask
-
- clusterStateVersion() - 类 中的方法org.elasticsearch.discovery.zen.NodesFaultDetection.PingRequest
-
- clusterStateVersion() - 类 中的方法org.elasticsearch.index.seqno.GlobalCheckpointTracker.PrimaryContext
-
- clusterStateVersion() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryWaitForClusterStateRequest
-
- clusterStats(ClusterStatsRequest) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Cluster wide aggregated stats.
- clusterStats(ClusterStatsRequest, ActionListener<ClusterStatsResponse>) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Cluster wide aggregated stats
- ClusterStatsAction - org.elasticsearch.action.admin.cluster.stats中的类
-
- ClusterStatsIndices - org.elasticsearch.action.admin.cluster.stats中的类
-
- ClusterStatsIndices(List<ClusterStatsNodeResponse>) - 类 的构造器org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
-
- ClusterStatsIndices.ShardStats - org.elasticsearch.action.admin.cluster.stats中的类
-
- ClusterStatsNodeRequest() - 类 的构造器org.elasticsearch.action.admin.cluster.stats.TransportClusterStatsAction.ClusterStatsNodeRequest
-
- ClusterStatsNodeResponse - org.elasticsearch.action.admin.cluster.stats中的类
-
- ClusterStatsNodeResponse(DiscoveryNode, ClusterHealthStatus, NodeInfo, NodeStats, ShardStats[]) - 类 的构造器org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodeResponse
-
- ClusterStatsNodes - org.elasticsearch.action.admin.cluster.stats中的类
-
- ClusterStatsNodes.Counts - org.elasticsearch.action.admin.cluster.stats中的类
-
- ClusterStatsNodes.JvmStats - org.elasticsearch.action.admin.cluster.stats中的类
-
- ClusterStatsNodes.JvmVersion - org.elasticsearch.action.admin.cluster.stats中的类
-
- ClusterStatsNodes.OsStats - org.elasticsearch.action.admin.cluster.stats中的类
-
- ClusterStatsNodes.ProcessStats - org.elasticsearch.action.admin.cluster.stats中的类
-
- ClusterStatsRequest - org.elasticsearch.action.admin.cluster.stats中的类
-
A request to get cluster level stats.
- ClusterStatsRequest() - 类 的构造器org.elasticsearch.action.admin.cluster.stats.ClusterStatsRequest
-
- ClusterStatsRequest(String...) - 类 的构造器org.elasticsearch.action.admin.cluster.stats.ClusterStatsRequest
-
Get stats from nodes based on the nodes ids specified.
- clusterStatsRequest() - 类 中的静态方法org.elasticsearch.client.Requests
-
Creates a cluster stats request.
- ClusterStatsRequestBuilder - org.elasticsearch.action.admin.cluster.stats中的类
-
- ClusterStatsRequestBuilder(ElasticsearchClient, ClusterStatsAction) - 类 的构造器org.elasticsearch.action.admin.cluster.stats.ClusterStatsRequestBuilder
-
- ClusterStatsResponse - org.elasticsearch.action.admin.cluster.stats中的类
-
- ClusterStatsResponse(long, ClusterName, List<ClusterStatsNodeResponse>, List<FailedNodeException>) - 类 的构造器org.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
-
- clusterStatus() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodeResponse
-
Cluster Health Status, only populated on master nodes.
- ClusterUpdateSettingsAction - org.elasticsearch.action.admin.cluster.settings中的类
-
- ClusterUpdateSettingsRequest - org.elasticsearch.action.admin.cluster.settings中的类
-
Request for an update cluster settings action
- ClusterUpdateSettingsRequest() - 类 的构造器org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
-
- clusterUpdateSettingsRequest() - 类 中的静态方法org.elasticsearch.client.Requests
-
- ClusterUpdateSettingsRequestBuilder - org.elasticsearch.action.admin.cluster.settings中的类
-
Builder for a cluster update settings request
- ClusterUpdateSettingsRequestBuilder(ElasticsearchClient, ClusterUpdateSettingsAction) - 类 的构造器org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
-
- ClusterUpdateSettingsResponse - org.elasticsearch.action.admin.cluster.settings中的类
-
A response for a cluster update settings action.
- clusterUUID(String) - 类 中的方法org.elasticsearch.cluster.metadata.MetaData.Builder
-
- clusterUUID() - 类 中的方法org.elasticsearch.cluster.metadata.MetaData
-
- coalesceToEmpty(String) - 类 中的静态方法org.elasticsearch.common.Strings
-
- codec(String) - 类 中的方法org.elasticsearch.index.codec.CodecService
-
- CodecService - org.elasticsearch.index.codec中的类
-
Since Lucene 4.0 low level index segments are read and written through a
codec layer that allows to use use-case specific file formats &
data-structures per field.
- CodecService(MapperService, Logger) - 类 的构造器org.elasticsearch.index.codec.CodecService
-
- coerce(boolean) - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper.Builder
-
- coerce(Mapper.BuilderContext) - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper.Builder
-
- coerce - 类 中的变量org.elasticsearch.index.mapper.GeoShapeFieldMapper
-
- coerce() - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper
-
- COERCE - 类 中的静态变量org.elasticsearch.index.mapper.GeoShapeFieldMapper.Defaults
-
- COERCE - 类 中的静态变量org.elasticsearch.index.mapper.GeoShapeFieldMapper.Names
-
- coerce(boolean) - 类 中的方法org.elasticsearch.index.mapper.NumberFieldMapper.Builder
-
- coerce(Mapper.BuilderContext) - 类 中的方法org.elasticsearch.index.mapper.NumberFieldMapper.Builder
-
- COERCE - 类 中的静态变量org.elasticsearch.index.mapper.NumberFieldMapper.Defaults
-
- COERCE_SETTING - 类 中的静态变量org.elasticsearch.index.mapper.FieldMapper
-
- COERCE_SETTING - 类 中的静态变量org.elasticsearch.index.mapper.NumberFieldMapper
-
- COLLAPSE - 类 中的静态变量org.elasticsearch.search.builder.SearchSourceBuilder
-
- collapse() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
- collapse(CollapseBuilder) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
- collapse(CollapseContext) - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- collapse() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- collapse(CollapseContext) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- collapse() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- collapse() - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- CollapseBuilder - org.elasticsearch.search.collapse中的类
-
A builder that enables field collapsing on search request.
- CollapseBuilder(String) - 类 的构造器org.elasticsearch.search.collapse.CollapseBuilder
-
Public constructor
- CollapseBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.collapse.CollapseBuilder
-
- CollapseContext - org.elasticsearch.search.collapse中的类
-
Context used for field collapsing
- CollapseContext(MappedFieldType, InnerHitBuilder) - 类 的构造器org.elasticsearch.search.collapse.CollapseContext
-
- CollapseContext(MappedFieldType, List<InnerHitBuilder>) - 类 的构造器org.elasticsearch.search.collapse.CollapseContext
-
- collapseField - 类 中的变量org.apache.lucene.search.grouping.CollapsingTopDocsCollector
-
- CollapseTopFieldDocs - org.apache.lucene.search.grouping中的类
-
- CollapseTopFieldDocs(String, long, ScoreDoc[], SortField[], Object[], float) - 类 的构造器org.apache.lucene.search.grouping.CollapseTopFieldDocs
-
- collapseValues - 类 中的变量org.apache.lucene.search.grouping.CollapseTopFieldDocs
-
The collapse value for each top doc
- CollapsingTopDocsCollector<T> - org.apache.lucene.search.grouping中的类
-
- COLLATE_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- COLLATE_MATCH - 类 中的静态变量org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
-
- COLLATE_QUERY_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- COLLATE_QUERY_PARAMS - 类 中的静态变量org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- COLLATE_QUERY_PRUNE - 类 中的静态变量org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- collateMatch() - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
-
- collateParams(Map<String, Object>) - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
Adds additional parameters for collate scripts.
- collateParams() - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
gets additional params for collate script
- collatePrune(boolean) - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
Sets whether to prune suggestions after collation
- collatePrune() - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
Gets whether to prune suggestions after collation
- collateQuery(String) - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
Sets a query used for filtering out suggested phrases (collation).
- collateQuery(Script) - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
Sets a query used for filtering out suggested phrases (collation).
- collateQuery() - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
gets the query used for filtering out suggested phrases (collation).
- collect(int) - 类 中的方法org.apache.lucene.search.grouping.CollapsingTopDocsCollector
-
- collect(int) - 类 中的方法org.elasticsearch.common.lucene.MinimumScoreCollector
-
- collect(int, long) - 类 中的方法org.elasticsearch.search.aggregations.LeafBucketCollector
-
Collect the given doc in the given bucket.
- collect(int) - 类 中的方法org.elasticsearch.search.aggregations.LeafBucketCollector
-
- collect(int, long) - 类 中的方法org.elasticsearch.search.aggregations.LeafBucketCollectorBase
-
- collect(long, long) - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
-
- collect(int, long) - 类 中的方法org.elasticsearch.search.profile.aggregation.ProfilingLeafBucketCollector
-
- collectableSubAggregators - 类 中的变量org.elasticsearch.search.aggregations.AggregatorBase
-
- collectBucket(LeafBucketCollector, int, long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.BucketsAggregator
-
Utility method to collect the given doc in the given bucket (identified by the bucket ordinal)
- collectBucketValue(String, Double) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregator
-
- collectBucketValue(String, Double) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregator
-
Called for each bucket with a value so the state can be modified based on
the key and metric value for this bucket
- collectBucketValue(String, Double) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregator
-
- collectBucketValue(String, Double) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregator
-
- collectBucketValue(String, Double) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregator
-
- collectBucketValue(String, Double) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregator
-
- collectBucketValue(String, Double) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregator
-
- collectBucketValue(String, Double) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregator
-
- collectExistingBucket(LeafBucketCollector, int, long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.BucketsAggregator
-
- collectionStatistics(String) - 类 中的方法org.elasticsearch.search.internal.ContextIndexSearcher
-
- collectionToCommaDelimitedString(Iterable<?>) - 类 中的静态方法org.elasticsearch.common.Strings
-
Convenience method to return a Collection as a CSV String.
- collectionToDelimitedString(Iterable<?>, String, String, String) - 类 中的静态方法org.elasticsearch.common.Strings
-
Convenience method to return a Collection as a delimited (e.g.
- collectionToDelimitedString(Iterable<?>, String, String, String, StringBuilder) - 类 中的静态方法org.elasticsearch.common.Strings
-
- collectionToDelimitedString(Iterable<?>, String) - 类 中的静态方法org.elasticsearch.common.Strings
-
Convenience method to return a Collection as a delimited (e.g.
- CollectionUtils - org.elasticsearch.common.util中的类
-
Collections-related utility methods.
- CollectionUtils() - 类 的构造器org.elasticsearch.common.util.CollectionUtils
-
- collectMode(Aggregator.SubAggCollectionMode) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
-
Expert: set the collection mode.
- collectMode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
-
Expert: get the collection mode.
- collectMode - 类 中的变量org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator
-
- collectNodes(Set<String>, ActionListener<BiFunction<String, String, DiscoveryNode>>) - 类 中的方法org.elasticsearch.transport.RemoteClusterService
-
Collects all nodes of the given clusters and returns / passes a (clusterAlias, nodeId) to
DiscoveryNode
function on success.
- COLLECTOR - 类 中的静态变量org.elasticsearch.search.profile.query.QueryProfileShardResult
-
- CollectorResult - org.elasticsearch.search.profile.query中的类
-
Public interface and serialization container for profiled timings of the
Collectors used in the search.
- CollectorResult(String, String, Long, List<CollectorResult>) - 类 的构造器org.elasticsearch.search.profile.query.CollectorResult
-
- CollectorResult(StreamInput) - 类 的构造器org.elasticsearch.search.profile.query.CollectorResult
-
Read from a stream.
- collectSearchShards(IndicesOptions, String, String, Map<String, OriginalIndices>, ActionListener<Map<String, ClusterSearchShardsResponse>>) - 类 中的方法org.elasticsearch.transport.RemoteClusterService
-
- columnNumber - 类 中的变量org.elasticsearch.common.xcontent.XContentLocation
-
- combine(Module...) - 类 中的静态方法org.elasticsearch.common.inject.util.Modules
-
Returns a new module that installs all of modules.
- combine(Iterable<? extends Module>) - 类 中的静态方法org.elasticsearch.common.inject.util.Modules
-
Returns a new module that installs all of modules.
- combine(double, double, double) - 枚举 中的方法org.elasticsearch.common.lucene.search.function.CombineFunction
-
- combine(float, float) - 枚举 中的方法org.elasticsearch.search.rescore.QueryRescoreMode
-
- CombineFunction - org.elasticsearch.common.lucene.search.function中的枚举
-
- combineFunction - 类 中的变量org.elasticsearch.common.lucene.search.function.FunctionScoreQuery
-
- combineScript(Script) - 类 中的方法org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
-
Set the combine script.
- combineScript() - 类 中的方法org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
-
Get the combine script.
- commaDelimitedListToSet(String) - 类 中的静态方法org.elasticsearch.common.Strings
-
Convenience method to convert a CSV string list to a set.
- commaDelimitedListToStringArray(String) - 类 中的静态方法org.elasticsearch.common.Strings
-
Convert a CSV list into an array of Strings.
- command() - 类 中的方法org.elasticsearch.cluster.routing.allocation.RerouteExplanation
-
- COMMAND_NAME_FIELD - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.command.AllocateEmptyPrimaryAllocationCommand
-
- COMMAND_NAME_FIELD - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.command.AllocateReplicaAllocationCommand
-
- COMMAND_NAME_FIELD - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.command.AllocateStalePrimaryAllocationCommand
-
- COMMAND_NAME_FIELD - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
-
- COMMAND_NAME_FIELD - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
-
- commands(AllocationCommands) - 类 中的方法org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
-
Set the allocation commands to execute.
- commands() - 类 中的方法org.elasticsearch.cluster.routing.allocation.command.AllocationCommands
-
Get the commands wrapped by this instance
- COMMIT_ACTION_NAME - 类 中的静态变量org.elasticsearch.discovery.zen.PublishClusterStateAction
-
- COMMIT_TIMEOUT_SETTING - 类 中的静态变量org.elasticsearch.discovery.DiscoverySettings
-
sets the timeout for receiving enough acks for a specific cluster state and committing it. failing
to receive responses within this window will cause the cluster state change to be rejected.
- CommitClusterStateRequest() - 类 的构造器org.elasticsearch.discovery.zen.PublishClusterStateAction.CommitClusterStateRequest
-
- CommitClusterStateRequest(String) - 类 的构造器org.elasticsearch.discovery.zen.PublishClusterStateAction.CommitClusterStateRequest
-
- CommitId(byte[]) - 类 的构造器org.elasticsearch.index.engine.Engine.CommitId
-
- CommitId(StreamInput) - 类 的构造器org.elasticsearch.index.engine.Engine.CommitId
-
Read from a stream.
- commitIndexWriter(IndexWriter, Translog, String) - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
Commits the specified index writer.
- CommitPoint - org.elasticsearch.index.shard中的类
-
- CommitPoint(long, String, CommitPoint.Type, List<CommitPoint.FileInfo>, List<CommitPoint.FileInfo>) - 类 的构造器org.elasticsearch.index.shard.CommitPoint
-
- CommitPoint.FileInfo - org.elasticsearch.index.shard中的类
-
- CommitPoint.Type - org.elasticsearch.index.shard中的枚举
-
- CommitPoints - org.elasticsearch.index.shard中的类
-
- CommitPoints(List<CommitPoint>) - 类 的构造器org.elasticsearch.index.shard.CommitPoints
-
- commits() - 类 中的方法org.elasticsearch.index.shard.CommitPoints
-
- CommitStats - org.elasticsearch.index.engine中的类
-
a class the returns dynamic information with respect to the last commit point of this shard
- CommitStats(SegmentInfos) - 类 的构造器org.elasticsearch.index.engine.CommitStats
-
- commitStats() - 类 中的方法org.elasticsearch.index.engine.Engine
-
get commits stats for the last commit
- commitStats() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- committed - 类 中的变量org.elasticsearch.index.engine.Segment
-
- CommonFields() - 类 的构造器org.elasticsearch.common.ParseField.CommonFields
-
- CommonFields() - 类 的构造器org.elasticsearch.search.aggregations.Aggregation.CommonFields
-
- CommonFields() - 类 的构造器org.elasticsearch.search.aggregations.AggregationBuilder.CommonFields
-
- CommonSettings() - 类 的构造器org.elasticsearch.index.fielddata.IndexFieldData.CommonSettings
-
- CommonStats - org.elasticsearch.action.admin.indices.stats中的类
-
- CommonStats() - 类 的构造器org.elasticsearch.action.admin.indices.stats.CommonStats
-
- CommonStats(CommonStatsFlags) - 类 的构造器org.elasticsearch.action.admin.indices.stats.CommonStats
-
- CommonStats(IndicesQueryCache, IndexShard, CommonStatsFlags) - 类 的构造器org.elasticsearch.action.admin.indices.stats.CommonStats
-
- CommonStats(StreamInput) - 类 的构造器org.elasticsearch.action.admin.indices.stats.CommonStats
-
- CommonStatsFlags - org.elasticsearch.action.admin.indices.stats中的类
-
- CommonStatsFlags(CommonStatsFlags.Flag...) - 类 的构造器org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
- CommonStatsFlags(StreamInput) - 类 的构造器org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
- CommonStatsFlags.Flag - org.elasticsearch.action.admin.indices.stats中的枚举
-
- commonTermsBlendedQuery(Term[], float[], float) - 类 中的静态方法org.apache.lucene.queries.BlendedTermQuery
-
- commonTermsCutoff - 类 中的变量org.elasticsearch.index.search.MatchQuery
-
- commonTermsQuery(String, Object) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
Creates a common query for the provided field name and text.
- CommonTermsQueryBuilder - org.elasticsearch.index.query中的类
-
CommonTermsQuery query is a query that executes high-frequency terms in a
optional sub-query to prevent slow queries due to "common" terms like
stopwords.
- CommonTermsQueryBuilder(String, Object) - 类 的构造器org.elasticsearch.index.query.CommonTermsQueryBuilder
-
Constructs a new common terms query.
- CommonTermsQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.CommonTermsQueryBuilder
-
Read from a stream.
- comparator(Aggregator) - 类 中的方法org.elasticsearch.search.aggregations.BucketOrder
-
- comparator(Aggregator) - 类 中的方法org.elasticsearch.search.aggregations.InternalOrder.Aggregation
-
- comparator - 类 中的变量org.elasticsearch.search.aggregations.InternalOrder
-
- comparator(Aggregator) - 类 中的方法org.elasticsearch.search.aggregations.InternalOrder
-
- comparator(Aggregator) - 类 中的方法org.elasticsearch.search.aggregations.InternalOrder.CompoundOrder
-
- COMPARATOR - 类 中的静态变量org.elasticsearch.search.suggest.Suggest
-
- Comparators - org.elasticsearch.common.util中的枚举
-
Comparator-related utility methods.
- compare(ElectMasterService.MasterCandidate, ElectMasterService.MasterCandidate) - 类 中的静态方法org.elasticsearch.discovery.zen.ElectMasterService.MasterCandidate
-
compares two candidates to indicate which the a better master.
- compare(ShardRouting, ShardRouting) - 类 中的方法org.elasticsearch.gateway.PriorityComparator
-
- compare(Suggest.Suggestion.Entry.Option, Suggest.Suggestion.Entry.Option) - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestion.Frequency
-
- compare(Suggest.Suggestion.Entry.Option, Suggest.Suggestion.Entry.Option) - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestion.Score
-
- compareDiscardNaN(double, double, boolean) - 枚举 中的静态方法org.elasticsearch.common.util.Comparators
-
Compare d1 against d2, pushing at the bottom.
- compareKey(InternalDateHistogram.Bucket) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram.Bucket
-
- compareKey(InternalHistogram.Bucket) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
-
- compareKey(LongTerms.Bucket) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.LongTerms.Bucket
-
- compareKey(StringTerms.Bucket) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.StringTerms.Bucket
-
- compareKey(T) - 接口 中的方法org.elasticsearch.search.aggregations.KeyComparable
-
- compareTo(IndicesShardStoresResponse.StoreStatus) - 类 中的方法org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus
-
- compareTo(JavaVersion) - 类 中的方法org.elasticsearch.bootstrap.JavaVersion
-
- compareTo(NodeAllocationResult) - 类 中的方法org.elasticsearch.cluster.routing.allocation.NodeAllocationResult
-
- compareTo(ShardIterator) - 类 中的方法org.elasticsearch.cluster.routing.PlainShardIterator
-
- compareTo(BytesReference) - 类 中的方法org.elasticsearch.common.bytes.BytesReference
-
- compareTo(Text) - 类 中的方法org.elasticsearch.common.text.Text
-
- compareTo(ByteSizeValue) - 类 中的方法org.elasticsearch.common.unit.ByteSizeValue
-
- compareTo(DistanceUnit.Distance) - 类 中的方法org.elasticsearch.common.unit.DistanceUnit.Distance
-
- compareTo(SizeValue) - 类 中的方法org.elasticsearch.common.unit.SizeValue
-
- compareTo(TimeValue) - 类 中的方法org.elasticsearch.common.unit.TimeValue
-
- compareTo(PrioritizedCallable) - 类 中的方法org.elasticsearch.common.util.concurrent.PrioritizedCallable
-
- compareTo(PrioritizedRunnable) - 类 中的方法org.elasticsearch.common.util.concurrent.PrioritizedRunnable
-
- compareTo(ShardId) - 类 中的方法org.elasticsearch.index.shard.ShardId
-
- compareTo(BaseTranslogReader) - 类 中的方法org.elasticsearch.index.translog.BaseTranslogReader
-
- compareTo(Translog.Location) - 类 中的方法org.elasticsearch.index.translog.Translog.Location
-
- compareTo(ProcessorInfo) - 类 中的方法org.elasticsearch.ingest.ProcessorInfo
-
- compareTo(Number) - 类 中的方法org.elasticsearch.script.ScoreAccessor
-
- compareTo(SearchShardTarget) - 类 中的方法org.elasticsearch.search.SearchShardTarget
-
- compareTo(Correction) - 类 中的方法org.elasticsearch.search.suggest.phrase.Correction
-
Lower scores sorts first; if scores are equal,
than later terms (zzz) sort first .
- compareTo(DirectCandidateGenerator.Candidate) - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.Candidate
-
Lower scores sort first; if scores are equal, then later (zzz) terms sort first
- compareTo(SnapshotId) - 类 中的方法org.elasticsearch.snapshots.SnapshotId
-
- compareTo(SnapshotInfo) - 类 中的方法org.elasticsearch.snapshots.SnapshotInfo
-
Compares two snapshots by their start time; if the start times are the same, then
compares the two snapshots by their snapshot ids.
- compareTo(ThreadPoolStats.Stats) - 类 中的方法org.elasticsearch.threadpool.ThreadPoolStats.Stats
-
- compareTo(Version) - 类 中的方法org.elasticsearch.Version
-
- COMPATIBILITY_VERSION - 类 中的静态变量org.elasticsearch.action.admin.indices.shrink.ResizeAction
-
- compatibleWith(IndexFieldData) - 枚举 中的方法org.elasticsearch.search.aggregations.support.ValueType
-
- compile(String, String) - 类 中的静态方法org.elasticsearch.common.regex.Regex
-
- compile(Set<String>) - 类 中的静态方法org.elasticsearch.common.xcontent.support.filtering.FilterPath
-
- compile(String, String, ScriptContext<FactoryType>, Map<String, String>) - 接口 中的方法org.elasticsearch.script.ScriptEngine
-
Compiles a script.
- compile(Script, ScriptContext<FactoryType>) - 类 中的方法org.elasticsearch.script.ScriptService
-
Compiles a script using the given context.
- compileTemplate(String, String, String, String, ScriptService) - 类 中的静态方法org.elasticsearch.ingest.ConfigurationUtils
-
- completed() - 枚举 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStage
-
Returns true if snapshot completed (successfully or not)
- completed() - 枚举 中的方法org.elasticsearch.cluster.RestoreInProgress.State
-
Returns true if restore process completed (either successfully or with failure)
- completed(ObjectContainer<SnapshotsInProgress.ShardSnapshotStatus>) - 类 中的静态方法org.elasticsearch.cluster.SnapshotsInProgress
-
Checks if all shards in the list have completed
- completed() - 枚举 中的方法org.elasticsearch.cluster.SnapshotsInProgress.State
-
- completed(ImmutableOpenMap<ShardId, RestoreInProgress.ShardRestoreStatus>) - 类 中的静态方法org.elasticsearch.snapshots.RestoreService
-
- completed() - 枚举 中的方法org.elasticsearch.snapshots.SnapshotState
-
Returns true if snapshot completed (successfully or not)
- completeRelocationHandoff() - 类 中的方法org.elasticsearch.index.seqno.GlobalCheckpointTracker
-
Marks a relocation handoff attempt as successful.
- completeRelocationHandoff() - 类 中的方法org.elasticsearch.index.seqno.SequenceNumbersService
-
Marks a relocation handoff attempt as successful.
- completion - 类 中的变量org.elasticsearch.action.admin.indices.stats.CommonStats
-
- completion(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- completion() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- completionDataFields(String...) - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
- completionDataFields() - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
- CompletionFieldMapper - org.elasticsearch.index.mapper中的类
-
Mapper for completion field.
- CompletionFieldMapper(String, MappedFieldType, Settings, FieldMapper.MultiFields, FieldMapper.CopyTo, int) - 类 的构造器org.elasticsearch.index.mapper.CompletionFieldMapper
-
- CompletionFieldMapper.Builder - org.elasticsearch.index.mapper中的类
-
- CompletionFieldMapper.CompletionFieldType - org.elasticsearch.index.mapper中的类
-
- CompletionFieldMapper.Defaults - org.elasticsearch.index.mapper中的类
-
- CompletionFieldMapper.Fields - org.elasticsearch.index.mapper中的类
-
- CompletionFieldMapper.TypeParser - org.elasticsearch.index.mapper中的类
-
- completionFields(String...) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- completionFields() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- CompletionFieldStats - org.elasticsearch.search.suggest.completion中的类
-
- CompletionFieldStats() - 类 的构造器org.elasticsearch.search.suggest.completion.CompletionFieldStats
-
- CompletionFieldType() - 类 的构造器org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
-
- completionStats(String...) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- completionStats(IndexReader, String...) - 类 中的静态方法org.elasticsearch.search.suggest.completion.CompletionFieldStats
-
Returns total in-heap bytes used by all suggesters.
- CompletionStats - org.elasticsearch.search.suggest.completion中的类
-
- CompletionStats() - 类 的构造器org.elasticsearch.search.suggest.completion.CompletionStats
-
- CompletionStats(long, FieldMemoryStats) - 类 的构造器org.elasticsearch.search.suggest.completion.CompletionStats
-
- CompletionSuggester - org.elasticsearch.search.suggest.completion中的类
-
- CompletionSuggestion - org.elasticsearch.search.suggest.completion中的类
-
Suggestion response for
CompletionSuggester results
Response format for each entry:
{
"text" : STRING
"score" : FLOAT
"contexts" : CONTEXTS
}
CONTEXTS : {
"CONTEXT_NAME" : ARRAY,
..
}
- CompletionSuggestion() - 类 的构造器org.elasticsearch.search.suggest.completion.CompletionSuggestion
-
- CompletionSuggestion(String, int, boolean) - 类 的构造器org.elasticsearch.search.suggest.completion.CompletionSuggestion
-
Ctr
- completionSuggestion(String) - 类 中的静态方法org.elasticsearch.search.suggest.SuggestBuilders
-
Creates a completion suggestion lookup query with the provided field
- CompletionSuggestion.Entry - org.elasticsearch.search.suggest.completion中的类
-
- CompletionSuggestion.Entry.Option - org.elasticsearch.search.suggest.completion中的类
-
- CompletionSuggestionBuilder - org.elasticsearch.search.suggest.completion中的类
-
Defines a suggest command based on a prefix, typically to provide "auto-complete" functionality
for users as they type search terms.
- CompletionSuggestionBuilder(String) - 类 的构造器org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
-
- CompletionSuggestionBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
-
Read from a stream.
- CompletionSuggestionContext - org.elasticsearch.search.suggest.completion中的类
-
- CompletionSuggestionContext(QueryShardContext) - 类 的构造器org.elasticsearch.search.suggest.completion.CompletionSuggestionContext
-
- CompositeAggregation - org.elasticsearch.search.aggregations.bucket.composite中的接口
-
- CompositeAggregation.Bucket - org.elasticsearch.search.aggregations.bucket.composite中的接口
-
- CompositeAggregationBuilder - org.elasticsearch.search.aggregations.bucket.composite中的类
-
- CompositeAggregationBuilder(String, List<CompositeValuesSourceBuilder<?>>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationBuilder
-
- CompositeAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationBuilder
-
- CompositeAggregationPlugin - org.elasticsearch.search.aggregations.bucket.composite中的类
-
- CompositeAggregationPlugin() - 类 的构造器org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationPlugin
-
- CompositeBytesReference - org.elasticsearch.common.bytes中的类
-
A composite
BytesReference that allows joining multiple bytes references
into one without copying.
- CompositeBytesReference(BytesReference...) - 类 的构造器org.elasticsearch.common.bytes.CompositeBytesReference
-
- CompositeIndicesRequest - org.elasticsearch.action中的接口
-
Marker interface that needs to be implemented by all
ActionRequest subclasses that are composed of
multiple sub-requests which relate to one or more indices.
- CompositeListener(List<IndexingOperationListener>, Logger) - 类 的构造器org.elasticsearch.index.shard.IndexingOperationListener.CompositeListener
-
- CompositeListener(List<SearchOperationListener>, Logger) - 类 的构造器org.elasticsearch.index.shard.SearchOperationListener.CompositeListener
-
- CompositeValuesSourceBuilder<AB extends CompositeValuesSourceBuilder<AB>> - org.elasticsearch.search.aggregations.bucket.composite中的类
-
- compound - 类 中的变量org.elasticsearch.index.engine.Segment
-
- compound(List<BucketOrder>) - 类 中的静态方法org.elasticsearch.search.aggregations.BucketOrder
-
Creates a bucket ordering strategy which sorts buckets based on multiple criteria.
- compound(BucketOrder...) - 类 中的静态方法org.elasticsearch.search.aggregations.BucketOrder
-
Creates a bucket ordering strategy which sorts buckets based on multiple criteria.
- CompoundProcessor - org.elasticsearch.ingest中的类
-
A Processor that executes a list of other "processors".
- CompoundProcessor(Processor...) - 类 的构造器org.elasticsearch.ingest.CompoundProcessor
-
- CompoundProcessor(boolean, List<Processor>, List<Processor>) - 类 的构造器org.elasticsearch.ingest.CompoundProcessor
-
- compress - 类 中的变量org.elasticsearch.repositories.blobstore.ChecksumBlobStoreFormat
-
- compress - 类 中的变量org.elasticsearch.transport.TcpTransport
-
- compress() - 类 中的方法org.elasticsearch.transport.TransportRequestOptions
-
- compress() - 类 中的方法org.elasticsearch.transport.TransportResponseOptions
-
- COMPRESS_SETTING - 类 中的静态变量org.elasticsearch.repositories.fs.FsRepository
-
- compressed() - 类 中的方法org.elasticsearch.common.compress.CompressedXContent
-
Return the compressed bytes.
- compressedReference() - 类 中的方法org.elasticsearch.common.compress.CompressedXContent
-
- CompressedXContent - org.elasticsearch.common.compress中的类
-
Similar class to the String class except that it internally stores
data using a compressed representation in order to require less permanent
memory.
- CompressedXContent(ToXContent, XContentType, ToXContent.Params) - 类 的构造器org.elasticsearch.common.compress.CompressedXContent
-
- CompressedXContent(BytesReference) - 类 的构造器org.elasticsearch.common.compress.CompressedXContent
-
- CompressedXContent(byte[]) - 类 的构造器org.elasticsearch.common.compress.CompressedXContent
-
- CompressedXContent(String) - 类 的构造器org.elasticsearch.common.compress.CompressedXContent
-
- compression(double) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
-
Expert: set the compression.
- compression() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
-
Expert: get the compression.
- compression(double) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
-
Expert: set the compression.
- compression() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
-
Expert: get the compression.
- compression - 类 中的变量org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.AbstractTDigestPercentilesAggregator
-
- compression() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestState
-
- COMPRESSION_FIELD - 类 中的静态变量org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
-
- Compressor - org.elasticsearch.common.compress中的接口
-
- COMPRESSOR - 类 中的静态变量org.elasticsearch.common.compress.CompressorFactory
-
- compressor(BytesReference) - 类 中的静态方法org.elasticsearch.common.compress.CompressorFactory
-
- CompressorFactory - org.elasticsearch.common.compress中的类
-
- CompressorFactory() - 类 的构造器org.elasticsearch.common.compress.CompressorFactory
-
- ComputationException - org.elasticsearch.common.inject.internal中的异常错误
-
Wraps an exception that occurred during a computation.
- ComputationException(Throwable) - 异常错误 的构造器org.elasticsearch.common.inject.internal.ComputationException
-
- ComputedNodeStats(String, int, int, double, double) - 类 的构造器org.elasticsearch.node.ResponseCollectorService.ComputedNodeStats
-
- computeIfAbsent(K, CacheLoader<K, V>) - 类 中的方法org.elasticsearch.common.cache.Cache
-
If the specified key is not already associated with a value (or is mapped to null), attempts to compute its
value using the given mapping function and enters it into this map unless null.
- computeNorm(FieldInvertState) - 类 中的方法org.elasticsearch.index.similarity.ScriptedSimilarity
-
- computeNxys(long, long, long, long, String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic
-
- computeWeight(float, CollectionStatistics, TermStatistics...) - 类 中的方法org.elasticsearch.index.similarity.ScriptedSimilarity
-
- concat(Iterator<? extends T>...) - 类 中的静态方法org.elasticsearch.common.collect.Iterators
-
- concat(String[], String[]) - 类 中的静态方法org.elasticsearch.common.util.ArrayUtils
-
Concatenates 2 arrays
- concat(T[], T[], Class<T>) - 类 中的静态方法org.elasticsearch.common.util.ArrayUtils
-
Concatenates 2 arrays
- concat(Iterable<T>...) - 类 中的静态方法org.elasticsearch.common.util.iterable.Iterables
-
- concreteIndex() - 类 中的方法org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
-
- concreteIndex() - 类 中的方法org.elasticsearch.action.support.single.shard.TransportSingleShardAction.InternalRequest
-
- concreteIndexNames(ClusterState, IndicesRequest) - 类 中的方法org.elasticsearch.cluster.metadata.IndexNameExpressionResolver
-
- concreteIndexNames(ClusterState, IndicesOptions, String...) - 类 中的方法org.elasticsearch.cluster.metadata.IndexNameExpressionResolver
-
Translates the provided index expression into actual concrete indices, properly deduplicated.
- concreteIndices(ClusterState, IndicesRequest) - 类 中的方法org.elasticsearch.cluster.metadata.IndexNameExpressionResolver
-
- concreteIndices(ClusterState, IndicesOptions, String...) - 类 中的方法org.elasticsearch.cluster.metadata.IndexNameExpressionResolver
-
Translates the provided index expression into actual concrete indices, properly deduplicated.
- concreteIndices(ClusterState, IndicesOptions, long, String...) - 类 中的方法org.elasticsearch.cluster.metadata.IndexNameExpressionResolver
-
Translates the provided index expression into actual concrete indices, properly deduplicated.
- concreteNodes() - 类 中的方法org.elasticsearch.action.support.nodes.BaseNodesRequest
-
- ConcreteReplicaRequest(Supplier<R>) - 类 的构造器org.elasticsearch.action.support.replication.TransportReplicationAction.ConcreteReplicaRequest
-
- ConcreteReplicaRequest(R, String, long, long) - 类 的构造器org.elasticsearch.action.support.replication.TransportReplicationAction.ConcreteReplicaRequest
-
- ConcreteShardRequest(Supplier<R>) - 类 的构造器org.elasticsearch.action.support.replication.TransportReplicationAction.ConcreteShardRequest
-
- ConcreteShardRequest(R, String, long) - 类 的构造器org.elasticsearch.action.support.replication.TransportReplicationAction.ConcreteShardRequest
-
- concreteSingleIndex(ClusterState, IndicesRequest) - 类 中的方法org.elasticsearch.cluster.metadata.IndexNameExpressionResolver
-
Utility method that allows to resolve an index expression to its corresponding single concrete index.
- concurrent(Recycler.Factory<T>, int) - 枚举 中的静态方法org.elasticsearch.common.recycler.Recyclers
-
Create a concurrent implementation that can support concurrent access from concurrencyLevel threads with little contention.
- concurrent(Recycler.Factory<T>) - 枚举 中的静态方法org.elasticsearch.common.recycler.Recyclers
-
- ConcurrentCollections - org.elasticsearch.common.util.concurrent中的类
-
- concurrentDeque(Recycler.C<T>, int) - 枚举 中的静态方法org.elasticsearch.common.recycler.Recyclers
-
Return a concurrent recycler based on a deque.
- ConcurrentDequeRecycler<T> - org.elasticsearch.common.recycler中的类
-
A
Recycler implementation based on a concurrent
Deque.
- ConcurrentDequeRecycler(Recycler.C<T>, int) - 类 的构造器org.elasticsearch.common.recycler.ConcurrentDequeRecycler
-
- ConcurrentHashMapLong<T> - org.elasticsearch.common.util.concurrent中的类
-
- ConcurrentHashMapLong(ConcurrentMap<Long, T>) - 类 的构造器org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- ConcurrentMapLong<T> - org.elasticsearch.common.util.concurrent中的接口
-
- ConcurrentRebalanceAllocationDecider - org.elasticsearch.cluster.routing.allocation.decider中的类
-
- ConcurrentRebalanceAllocationDecider(Settings, ClusterSettings) - 类 的构造器org.elasticsearch.cluster.routing.allocation.decider.ConcurrentRebalanceAllocationDecider
-
- ConcurrentSnapshotExecutionException - org.elasticsearch.snapshots中的异常错误
-
Thrown when a user tries to multiple conflicting snapshot/restore operations at the same time.
- ConcurrentSnapshotExecutionException(String, String, String) - 异常错误 的构造器org.elasticsearch.snapshots.ConcurrentSnapshotExecutionException
-
- ConcurrentSnapshotExecutionException(Snapshot, String) - 异常错误 的构造器org.elasticsearch.snapshots.ConcurrentSnapshotExecutionException
-
- ConcurrentSnapshotExecutionException(StreamInput) - 异常错误 的构造器org.elasticsearch.snapshots.ConcurrentSnapshotExecutionException
-
- Condition<T> - org.elasticsearch.action.admin.indices.rollover中的类
-
Base class for rollover request conditions
- Condition(String) - 类 的构造器org.elasticsearch.action.admin.indices.rollover.Condition
-
- condition - 类 中的变量org.elasticsearch.action.admin.indices.rollover.Condition.Result
-
- Condition.Result - org.elasticsearch.action.admin.indices.rollover中的类
-
Holder for evaluated condition result
- Condition.Stats - org.elasticsearch.action.admin.indices.rollover中的类
-
Holder for index stats used to evaluate conditions
- confidence(float) - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
Sets the confidence level for this suggester.
- confidence() - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- CONFIDENCE_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- config() - 类 中的方法org.elasticsearch.index.engine.Engine
-
- config - 类 中的变量org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
-
- config - 类 中的变量org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory
-
- configFile() - 类 中的方法org.elasticsearch.env.Environment
-
The config directory.
- ConfigurationException - org.elasticsearch.common.inject中的异常错误
-
Thrown when a programming error such as a misplaced annotation, illegal binding, or unsupported
scope is found.
- ConfigurationException(Iterable<Message>) - 异常错误 的构造器org.elasticsearch.common.inject.ConfigurationException
-
Creates a ConfigurationException containing messages.
- ConfigurationUtils - org.elasticsearch.ingest中的类
-
- configure() - 类 中的方法org.elasticsearch.action.ActionModule
-
- configure() - 类 中的方法org.elasticsearch.cluster.ClusterModule
-
- configure(Binder) - 类 中的方法org.elasticsearch.common.inject.AbstractModule
-
- configure() - 类 中的方法org.elasticsearch.common.inject.AbstractModule
-
Configures a
Binder via the exposed methods.
- configure(Binder) - 类 中的方法org.elasticsearch.common.inject.internal.ProviderMethod
-
- configure(Binder) - 类 中的方法org.elasticsearch.common.inject.internal.ProviderMethodsModule
-
- configure(Binder) - 接口 中的方法org.elasticsearch.common.inject.Module
-
Contributes bindings and other configurations for this module to binder.
- configure(Binder) - 类 中的方法org.elasticsearch.common.inject.multibindings.MapBinder.RealMapBinder
-
- configure(Binder) - 类 中的方法org.elasticsearch.common.inject.multibindings.Multibinder.RealMultibinder
-
- configure(Binder) - 类 中的方法org.elasticsearch.common.inject.PrivateModule
-
- configure() - 类 中的方法org.elasticsearch.common.inject.PrivateModule
-
Creates bindings and other configurations private to this module.
- configure(Environment) - 类 中的静态方法org.elasticsearch.common.logging.LogConfigurator
-
Configure logging reading from any log4j2.properties found in the config directory and its
subdirectories from the specified environment.
- configure(Binder) - 类 中的方法org.elasticsearch.common.settings.SettingsModule
-
- configure() - 类 中的方法org.elasticsearch.gateway.GatewayModule
-
- configure() - 类 中的方法org.elasticsearch.indices.IndicesModule
-
- configure() - 类 中的方法org.elasticsearch.repositories.RepositoriesModule
-
- configureWithoutConfig(Settings) - 类 中的静态方法org.elasticsearch.common.logging.LogConfigurator
-
Configure logging without reading a log4j2.properties file, effectively configuring the
status logger and all loggers to the console.
- CONNECT_ON_NETWORK_DISCONNECT_SETTING - 类 中的静态变量org.elasticsearch.discovery.zen.FaultDetection
-
- connectedNodes() - 类 中的方法org.elasticsearch.client.transport.TransportClient
-
Returns the current connected transport nodes that this client will use.
- connectedNodes - 类 中的变量org.elasticsearch.transport.TcpTransport
-
- connectionListener - 类 中的变量org.elasticsearch.discovery.zen.FaultDetection
-
- connectionLock - 类 中的变量org.elasticsearch.transport.TcpTransport
-
- ConnectionProfile - org.elasticsearch.transport中的类
-
A connection profile describes how many connection are established to specific node for each of the available request types.
- ConnectionProfile.Builder - org.elasticsearch.transport中的类
-
- CONNECTIONS_PER_NODE_BULK - 类 中的静态变量org.elasticsearch.transport.TcpTransport
-
- CONNECTIONS_PER_NODE_PING - 类 中的静态变量org.elasticsearch.transport.TcpTransport
-
- CONNECTIONS_PER_NODE_RECOVERY - 类 中的静态变量org.elasticsearch.transport.TcpTransport
-
- CONNECTIONS_PER_NODE_REG - 类 中的静态变量org.elasticsearch.transport.TcpTransport
-
- CONNECTIONS_PER_NODE_STATE - 类 中的静态变量org.elasticsearch.transport.TcpTransport
-
- connectOnNetworkDisconnect - 类 中的变量org.elasticsearch.discovery.zen.FaultDetection
-
- connectToNode(DiscoveryNode, ConnectionProfile, CheckedBiConsumer<Transport.Connection, ConnectionProfile, IOException>) - 类 中的方法org.elasticsearch.transport.TcpTransport
-
- connectToNode(DiscoveryNode, ConnectionProfile, CheckedBiConsumer<Transport.Connection, ConnectionProfile, IOException>) - 接口 中的方法org.elasticsearch.transport.Transport
-
Connects to a node with the given connection profile.
- connectToNode(DiscoveryNode) - 类 中的方法org.elasticsearch.transport.TransportService
-
- connectToNode(DiscoveryNode, ConnectionProfile) - 类 中的方法org.elasticsearch.transport.TransportService
-
Connect to the specified node with the given connection profile
- connectToNodes(DiscoveryNodes) - 类 中的方法org.elasticsearch.cluster.NodeConnectionsService
-
- ConnectTransportException - org.elasticsearch.transport中的异常错误
-
- ConnectTransportException(DiscoveryNode, String) - 异常错误 的构造器org.elasticsearch.transport.ConnectTransportException
-
- ConnectTransportException(DiscoveryNode, String, String) - 异常错误 的构造器org.elasticsearch.transport.ConnectTransportException
-
- ConnectTransportException(DiscoveryNode, String, Throwable) - 异常错误 的构造器org.elasticsearch.transport.ConnectTransportException
-
- ConnectTransportException(DiscoveryNode, String, String, Throwable) - 异常错误 的构造器org.elasticsearch.transport.ConnectTransportException
-
- ConnectTransportException(StreamInput) - 异常错误 的构造器org.elasticsearch.transport.ConnectTransportException
-
- ConsoleCtrlHandler - org.elasticsearch.bootstrap中的接口
-
- CONSTANT_SCORE - 类 中的静态变量org.elasticsearch.index.query.support.QueryParsers
-
- CONSTANT_SCORE_BOOLEAN - 类 中的静态变量org.elasticsearch.index.query.support.QueryParsers
-
- CONSTANT_VALUE_ALREADY_SET - 类 中的静态变量org.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
- constantBackoff(TimeValue, int) - 类 中的静态方法org.elasticsearch.action.bulk.BackoffPolicy
-
Creates an new constant backoff policy with the provided configuration.
- ConstantBindingBuilder - org.elasticsearch.common.inject.binder中的接口
-
Binds to a constant value.
- ConstantBindingBuilderImpl<T> - org.elasticsearch.common.inject.internal中的类
-
Bind a constant.
- ConstantBindingBuilderImpl(Binder, List<Element>, Object) - 类 的构造器org.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
-
- ConstantIndexFieldData - org.elasticsearch.index.fielddata.plain中的类
-
- ConstantIndexFieldData.Builder - org.elasticsearch.index.fielddata.plain中的类
-
- constantScoreQuery(QueryBuilder) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A query that wraps another query and simply returns a constant score equal to the
query boost for every document in the query.
- ConstantScoreQueryBuilder - org.elasticsearch.index.query中的类
-
A query that wraps a filter and simply returns a constant score equal to the
query boost for every document in the filter.
- ConstantScoreQueryBuilder(QueryBuilder) - 类 的构造器org.elasticsearch.index.query.ConstantScoreQueryBuilder
-
A query that wraps another query and simply returns a constant score equal to the
query boost for every document in the query.
- ConstantScoreQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.ConstantScoreQueryBuilder
-
Read from a stream.
- ConstructingObjectParser<Value,Context> - org.elasticsearch.common.xcontent中的类
-
Like
ObjectParser but works with objects that have constructors whose arguments are mixed in with its other settings.
- ConstructingObjectParser(String, Function<Object[], Value>) - 类 的构造器org.elasticsearch.common.xcontent.ConstructingObjectParser
-
Build the parser.
- ConstructingObjectParser(String, boolean, Function<Object[], Value>) - 类 的构造器org.elasticsearch.common.xcontent.ConstructingObjectParser
-
Build the parser.
- ConstructingObjectParser(String, boolean, BiFunction<Object[], Context, Value>) - 类 的构造器org.elasticsearch.common.xcontent.ConstructingObjectParser
-
Build the parser.
- ConstructionContext<T> - org.elasticsearch.common.inject.internal中的类
-
Context of a dependency construction.
- ConstructionContext() - 类 的构造器org.elasticsearch.common.inject.internal.ConstructionContext
-
- constructorArg() - 类 中的静态方法org.elasticsearch.common.xcontent.ConstructingObjectParser
-
Pass the BiConsumer this returns the declare methods to declare a required constructor argument.
- ConstructorBinding<T> - org.elasticsearch.common.inject.spi中的接口
-
A binding to the constructor of a concrete clss.
- consumeAggs() - 类 中的方法org.elasticsearch.search.query.QuerySearchResult
-
Returns and nulls out the aggregation for this search results.
- consumeProfileResult() - 类 中的方法org.elasticsearch.search.query.QuerySearchResult
-
Returns and nulls out the profiled results for this search, or potentially null if result was empty.
- consumeTopDocs() - 类 中的方法org.elasticsearch.search.query.QuerySearchResult
-
Returns and nulls out the top docs for this search results.
- containPhysicalIndexFile(String) - 类 中的方法org.elasticsearch.index.shard.CommitPoint
-
- containPhysicalIndexFile(String) - 类 中的方法org.elasticsearch.index.snapshots.blobstore.SnapshotFiles
-
Returns true if this snapshot contains a file with a given original name
- contains(ClusterBlockLevel) - 类 中的方法org.elasticsearch.cluster.block.ClusterBlock
-
- contains(Object) - 类 中的方法org.elasticsearch.common.collect.EvictingQueue
-
- contains(Object) - 类 中的方法org.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- contains(String) - 类 中的方法org.elasticsearch.index.store.Store.MetadataSnapshot
-
Returns true iff this metadata contains the given file.
- contains(long) - 类 中的方法org.elasticsearch.search.slice.SliceQuery
-
- containsAll(Collection<?>) - 类 中的方法org.elasticsearch.common.collect.EvictingQueue
-
- containsAll(Collection<?>) - 类 中的方法org.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- containsField(String) - 类 中的方法org.elasticsearch.common.FieldMemoryStats
-
Returns true iff the given field is in the stats
- containsIndex(Index) - 类 中的方法org.elasticsearch.cluster.metadata.IndexGraveyard
-
Returns true if the graveyard contains a tombstone for the given index.
- containsKey(Object) - 类 中的方法org.elasticsearch.common.collect.CopyOnWriteHashMap
-
- containsKey(int) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- containsKey(int) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap
-
Returns true if this container has an association to a value for
the given key.
- containsKey(KType) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- containsKey(KType) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap
-
Returns true if this container has an association to a value for
the given key.
- containsKey(K) - 类 中的方法org.elasticsearch.common.collect.MapBuilder
-
- containsKey(Object) - 类 中的方法org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- containsKey(Object) - 类 中的方法org.elasticsearch.search.lookup.LeafDocLookup
-
- containsKey(Object) - 类 中的方法org.elasticsearch.search.lookup.LeafFieldsLookup
-
- containsKey(Object) - 类 中的方法org.elasticsearch.search.lookup.SourceLookup
-
- containsProcessor(String) - 类 中的方法org.elasticsearch.ingest.IngestInfo
-
- containsValue(Object) - 类 中的方法org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- containsValue(Object) - 类 中的方法org.elasticsearch.search.lookup.LeafDocLookup
-
- containsValue(Object) - 类 中的方法org.elasticsearch.search.lookup.LeafFieldsLookup
-
- containsValue(Object) - 类 中的方法org.elasticsearch.search.lookup.SourceLookup
-
- content() - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequest
-
- content(BytesReference, XContentType) - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequest
-
Set the script source and the content type of the bytes.
- content() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryFileChunkRequest
-
- content() - 类 中的方法org.elasticsearch.rest.BytesRestResponse
-
- content() - 类 中的方法org.elasticsearch.rest.RestRequest
-
- content() - 类 中的方法org.elasticsearch.rest.RestResponse
-
The response content.
- CONTENT_FIELD_NAME_CONTEXTS - 类 中的静态变量org.elasticsearch.index.mapper.CompletionFieldMapper.Fields
-
- CONTENT_FIELD_NAME_INPUT - 类 中的静态变量org.elasticsearch.index.mapper.CompletionFieldMapper.Fields
-
- CONTENT_FIELD_NAME_WEIGHT - 类 中的静态变量org.elasticsearch.index.mapper.CompletionFieldMapper.Fields
-
- CONTENT_TYPE - 类 中的静态变量org.elasticsearch.client.Requests
-
The content type used to generate request builders (query / search).
- CONTENT_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.AllFieldMapper
-
- CONTENT_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.BinaryFieldMapper
-
- CONTENT_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.BooleanFieldMapper
-
- CONTENT_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.CompletionFieldMapper
-
- CONTENT_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.DateFieldMapper
-
- CONTENT_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.FieldNamesFieldMapper
-
- CONTENT_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.GeoPointFieldMapper
-
- CONTENT_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.GeoShapeFieldMapper
-
- CONTENT_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.IdFieldMapper
-
- CONTENT_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.IndexFieldMapper
-
- CONTENT_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.IpFieldMapper
-
- CONTENT_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.KeywordFieldMapper
-
- CONTENT_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.ObjectMapper
-
- CONTENT_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.ParentFieldMapper
-
- CONTENT_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.RoutingFieldMapper
-
- CONTENT_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.SeqNoFieldMapper
-
- CONTENT_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.SourceFieldMapper
-
- CONTENT_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.TextFieldMapper
-
- CONTENT_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.TypeFieldMapper
-
- CONTENT_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.UidFieldMapper
-
- CONTENT_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.VersionFieldMapper
-
- CONTENT_TYPE_OPTION - 类 中的静态变量org.elasticsearch.script.Script
-
- contentBuilder() - 类 中的静态方法org.elasticsearch.common.xcontent.cbor.CborXContent
-
- contentBuilder() - 类 中的静态方法org.elasticsearch.common.xcontent.json.JsonXContent
-
- contentBuilder() - 类 中的静态方法org.elasticsearch.common.xcontent.smile.SmileXContent
-
- contentBuilder(XContentType, OutputStream) - 类 中的静态方法org.elasticsearch.common.xcontent.XContentFactory
-
Constructs a xcontent builder that will output the result into the provided output stream.
- contentBuilder(XContentType) - 类 中的静态方法org.elasticsearch.common.xcontent.XContentFactory
-
Returns a binary content builder for the provided content type.
- contentBuilder() - 类 中的静态方法org.elasticsearch.common.xcontent.yaml.YamlXContent
-
- contentOrSourceParam() - 类 中的方法org.elasticsearch.rest.RestRequest
-
Get the content of the request or the contents of the source param or throw an exception if both are missing.
- contentOrSourceParamParser() - 类 中的方法org.elasticsearch.rest.RestRequest
-
A parser for the contents of this request if it has contents, otherwise a parser for the
source parameter if there is one,
otherwise throws an
ElasticsearchParseException.
- contentParser() - 类 中的方法org.elasticsearch.rest.RestRequest
-
- ContentPath - org.elasticsearch.index.mapper中的类
-
- ContentPath() - 类 的构造器org.elasticsearch.index.mapper.ContentPath
-
- ContentPath(int) - 类 的构造器org.elasticsearch.index.mapper.ContentPath
-
Constructs a json path with an offset.
- contentType() - 类 中的方法org.elasticsearch.common.xcontent.cbor.CborXContentGenerator
-
- contentType() - 类 中的方法org.elasticsearch.common.xcontent.cbor.CborXContentParser
-
- contentType() - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContentGenerator
-
- contentType() - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContentParser
-
- contentType() - 类 中的方法org.elasticsearch.common.xcontent.smile.SmileXContentGenerator
-
- contentType() - 类 中的方法org.elasticsearch.common.xcontent.smile.SmileXContentParser
-
- contentType() - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- contentType() - 接口 中的方法org.elasticsearch.common.xcontent.XContentGenerator
-
- contentType() - 接口 中的方法org.elasticsearch.common.xcontent.XContentParser
-
- contentType() - 类 中的方法org.elasticsearch.common.xcontent.yaml.YamlXContentGenerator
-
- contentType() - 类 中的方法org.elasticsearch.common.xcontent.yaml.YamlXContentParser
-
- contentType() - 类 中的方法org.elasticsearch.index.mapper.AllFieldMapper
-
- contentType() - 类 中的方法org.elasticsearch.index.mapper.BinaryFieldMapper
-
- contentType() - 类 中的方法org.elasticsearch.index.mapper.BooleanFieldMapper
-
- contentType() - 类 中的方法org.elasticsearch.index.mapper.CompletionFieldMapper
-
- contentType() - 类 中的方法org.elasticsearch.index.mapper.DateFieldMapper
-
- contentType() - 类 中的方法org.elasticsearch.index.mapper.FieldMapper
-
- contentType() - 类 中的方法org.elasticsearch.index.mapper.FieldNamesFieldMapper
-
- contentType() - 类 中的方法org.elasticsearch.index.mapper.GeoPointFieldMapper
-
- contentType() - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper
-
- contentType() - 类 中的方法org.elasticsearch.index.mapper.IdFieldMapper
-
- contentType() - 类 中的方法org.elasticsearch.index.mapper.IndexFieldMapper
-
- contentType() - 类 中的方法org.elasticsearch.index.mapper.IpFieldMapper
-
- contentType() - 类 中的方法org.elasticsearch.index.mapper.KeywordFieldMapper
-
- contentType() - 类 中的方法org.elasticsearch.index.mapper.NumberFieldMapper
-
- contentType() - 类 中的方法org.elasticsearch.index.mapper.ParentFieldMapper
-
- contentType() - 类 中的方法org.elasticsearch.index.mapper.RoutingFieldMapper
-
- contentType() - 类 中的方法org.elasticsearch.index.mapper.SeqNoFieldMapper
-
- contentType() - 类 中的方法org.elasticsearch.index.mapper.SourceFieldMapper
-
- contentType() - 类 中的方法org.elasticsearch.index.mapper.TextFieldMapper
-
- contentType() - 类 中的方法org.elasticsearch.index.mapper.TypeFieldMapper
-
- contentType() - 类 中的方法org.elasticsearch.index.mapper.UidFieldMapper
-
- contentType() - 类 中的方法org.elasticsearch.index.mapper.VersionFieldMapper
-
- contentType() - 类 中的方法org.elasticsearch.rest.BytesRestResponse
-
- contentType() - 类 中的方法org.elasticsearch.rest.RestResponse
-
The response content type.
- context() - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequest
-
- context(String) - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequest
-
- context() - 类 中的方法org.elasticsearch.cluster.metadata.IndexGraveyard
-
- context() - 接口 中的方法org.elasticsearch.cluster.metadata.MetaData.Custom
-
- context() - 类 中的方法org.elasticsearch.cluster.metadata.RepositoriesMetaData
-
- context - 类 中的变量org.elasticsearch.common.lucene.uid.VersionsAndSeqNoResolver.DocIdAndSeqNo
-
- context - 类 中的变量org.elasticsearch.common.lucene.uid.VersionsAndSeqNoResolver.DocIdAndVersion
-
- context - 类 中的变量org.elasticsearch.index.search.MatchQuery
-
- context() - 类 中的方法org.elasticsearch.ingest.IngestMetadata
-
- CONTEXT - 接口 中的静态变量org.elasticsearch.script.ExecutableScript
-
- CONTEXT - 类 中的静态变量org.elasticsearch.script.FilterScript
-
- context() - 类 中的方法org.elasticsearch.script.ScriptMetaData
-
- CONTEXT - 类 中的静态变量org.elasticsearch.script.SearchScript
-
- CONTEXT - 类 中的静态变量org.elasticsearch.script.SimilarityScript
-
- CONTEXT - 类 中的静态变量org.elasticsearch.script.SimilarityWeightScript
-
- CONTEXT - 类 中的静态变量org.elasticsearch.script.TemplateScript
-
- context() - 类 中的方法org.elasticsearch.search.aggregations.Aggregator
-
- context - 类 中的变量org.elasticsearch.search.aggregations.AggregatorBase
-
- context() - 类 中的方法org.elasticsearch.search.aggregations.AggregatorBase
-
- context - 类 中的变量org.elasticsearch.search.aggregations.AggregatorFactory
-
- context() - 类 中的方法org.elasticsearch.search.aggregations.AggregatorFactory.MultiBucketAggregatorWrapper
-
- context() - 类 中的方法org.elasticsearch.search.aggregations.bucket.DeferringBucketCollector.WrappedAggregator
-
- context - 类 中的变量org.elasticsearch.search.fetch.subphase.highlight.HighlighterContext
-
- context - 类 中的变量org.elasticsearch.search.fetch.subphase.InnerHitsContext.InnerHitSubContext
-
- context() - 类 中的方法org.elasticsearch.search.profile.aggregation.ProfilingAggregator
-
- context - 类 中的变量org.elasticsearch.search.suggest.completion.context.ContextMapping.InternalQueryContext
-
- CONTEXT_MODE_GATEWAY - 类 中的静态变量org.elasticsearch.cluster.metadata.MetaData
-
- CONTEXT_MODE_PARAM - 类 中的静态变量org.elasticsearch.cluster.metadata.MetaData
-
- CONTEXT_MODE_PARAM - 类 中的静态变量org.elasticsearch.snapshots.SnapshotInfo
-
- CONTEXT_MODE_SNAPSHOT - 类 中的静态变量org.elasticsearch.cluster.metadata.MetaData
-
- CONTEXT_MODE_SNAPSHOT - 类 中的静态变量org.elasticsearch.snapshots.SnapshotInfo
-
- ContextBuilder<E extends ContextMapping> - org.elasticsearch.search.suggest.completion.context中的类
-
- ContextBuilder(String) - 类 的构造器org.elasticsearch.search.suggest.completion.context.ContextBuilder
-
- contextBytes - 类 中的变量org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
-
- ContextFields() - 类 的构造器org.elasticsearch.action.update.UpdateHelper.ContextFields
-
- ContextIndexSearcher - org.elasticsearch.search.internal中的类
-
Context-aware extension of IndexSearcher.
- ContextIndexSearcher(Engine.Searcher, QueryCache, QueryCachingPolicy) - 类 的构造器org.elasticsearch.search.internal.ContextIndexSearcher
-
- ContextMapping<T extends ToXContent> - org.elasticsearch.search.suggest.completion.context中的类
-
- ContextMapping(ContextMapping.Type, String) - 类 的构造器org.elasticsearch.search.suggest.completion.context.ContextMapping
-
Define a new context mapping of a specific type
- ContextMapping.InternalQueryContext - org.elasticsearch.search.suggest.completion.context中的类
-
- ContextMapping.Type - org.elasticsearch.search.suggest.completion.context中的枚举
-
- contextMappings(ContextMappings) - 类 中的方法org.elasticsearch.index.mapper.CompletionFieldMapper.Builder
-
Add context mapping to this field
- ContextMappings - org.elasticsearch.search.suggest.completion.context中的类
-
- ContextMappings(List<ContextMapping>) - 类 的构造器org.elasticsearch.search.suggest.completion.context.ContextMappings
-
- ContextParser<Context,T> - org.elasticsearch.common.xcontent中的接口
-
Reads an object from a parser using some context.
- ContextPreservingActionListener<R> - org.elasticsearch.action.support中的类
-
- ContextPreservingActionListener(Supplier<ThreadContext.StoredContext>, ActionListener<R>) - 类 的构造器org.elasticsearch.action.support.ContextPreservingActionListener
-
- ContextRestoreResponseHandler(Supplier<ThreadContext.StoredContext>, TransportResponseHandler<T>) - 类 的构造器org.elasticsearch.transport.TransportService.ContextRestoreResponseHandler
-
- CONTEXTS - 类 中的静态变量org.elasticsearch.index.mapper.CompletionFieldMapper.Fields
-
- CONTEXTS - 类 中的静态变量org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
-
- contexts(Map<String, List<? extends ToXContent>>) - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
-
Sets query contexts for completion
- CONTEXTS_ALLOWED_SETTING - 类 中的静态变量org.elasticsearch.script.ScriptService
-
- conversionError(String, Object, TypeLiteral<?>, MatcherAndConverter, RuntimeException) - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- conversionTypeError(String, Object, TypeLiteral<?>, MatcherAndConverter, Object) - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- convert(L) - 类 中的方法org.elasticsearch.action.support.AdapterActionFuture
-
- convert(T) - 类 中的方法org.elasticsearch.action.support.PlainActionFuture
-
- convert(T) - 类 中的方法org.elasticsearch.action.support.PlainListenableActionFuture
-
- convert(Object) - 类 中的静态方法org.elasticsearch.common.inject.internal.Errors
-
- convert(String, TypeLiteral<?>) - 接口 中的方法org.elasticsearch.common.inject.spi.TypeConverter
-
Converts a string value.
- convert(double, DistanceUnit) - 枚举 中的方法org.elasticsearch.common.unit.DistanceUnit
-
Convert a given value into another unit
- convert(double, DistanceUnit, DistanceUnit) - 枚举 中的静态方法org.elasticsearch.common.unit.DistanceUnit
-
Converts the given distance from the given DistanceUnit, to the given DistanceUnit
- convert(DistanceUnit) - 类 中的方法org.elasticsearch.common.unit.DistanceUnit.Distance
-
- convertAutomaton(Automaton) - 类 中的方法org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
-
- convertAutomaton(Automaton) - 类 中的方法org.apache.lucene.search.suggest.analyzing.XFuzzySuggester
-
- ConvertedConstantBinding<T> - org.elasticsearch.common.inject.spi中的接口
-
A binding created from converting a bound instance to a new type.
- converterReturnedNull(String, Object, TypeLiteral<?>, MatcherAndConverter) - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- convertFromStringArray(String[]) - 类 中的静态方法org.elasticsearch.common.text.Text
-
- convertToDoubleFilter() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude
-
- convertToElastic(Exception) - 类 中的静态方法org.elasticsearch.ExceptionsHelper
-
- convertToFeatures(String...) - 枚举 中的静态方法org.elasticsearch.action.admin.indices.get.GetIndexRequest.Feature
-
- convertToJson(BytesReference, boolean) - 类 中的静态方法org.elasticsearch.common.xcontent.XContentHelper
-
已过时。
- convertToJson(BytesReference, boolean, boolean) - 类 中的静态方法org.elasticsearch.common.xcontent.XContentHelper
-
已过时。
- convertToJson(BytesReference, boolean, XContentType) - 类 中的静态方法org.elasticsearch.common.xcontent.XContentHelper
-
- convertToJson(BytesReference, boolean, boolean, XContentType) - 类 中的静态方法org.elasticsearch.common.xcontent.XContentHelper
-
- convertToLongFilter(DocValueFormat) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude
-
- convertToMap(BytesReference, boolean) - 类 中的静态方法org.elasticsearch.common.xcontent.XContentHelper
-
- convertToMap(BytesReference, boolean, XContentType) - 类 中的静态方法org.elasticsearch.common.xcontent.XContentHelper
-
Converts the given bytes into a map that is optionally ordered.
- convertToMap(XContent, String, boolean) - 类 中的静态方法org.elasticsearch.common.xcontent.XContentHelper
-
Convert a string in some
XContent format to a
Map.
- convertToMap(XContent, InputStream, boolean) - 类 中的静态方法org.elasticsearch.common.xcontent.XContentHelper
-
Convert a string in some
XContent format to a
Map.
- convertToOrdinalsFilter(DocValueFormat) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude
-
- convertToRuntime(Exception) - 类 中的静态方法org.elasticsearch.ExceptionsHelper
-
- convertToShardContext() - 类 中的方法org.elasticsearch.index.query.QueryRewriteContext
-
- convertToShardContext() - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
- convertToStringFilter(DocValueFormat) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude
-
- convertToTypes(Matcher<? super TypeLiteral<?>>, TypeConverter) - 类 中的方法org.elasticsearch.common.inject.AbstractModule
-
- convertToTypes(Matcher<? super TypeLiteral<?>>, TypeConverter) - 接口 中的方法org.elasticsearch.common.inject.Binder
-
Binds a type converter.
- coordinate(double, double) - 类 中的方法org.elasticsearch.common.geo.builders.CoordinateCollection
-
Add a new coordinate to the collection
- coordinate(Coordinate) - 类 中的方法org.elasticsearch.common.geo.builders.CoordinateCollection
-
Add a new coordinate to the collection
- coordinate(Coordinate) - 类 中的方法org.elasticsearch.common.geo.builders.CoordinatesBuilder
-
Add a new coordinate to the collection
- coordinate(double, double) - 类 中的方法org.elasticsearch.common.geo.builders.CoordinatesBuilder
-
Add a new coordinate to the collection
- coordinate(Coordinate) - 类 中的方法org.elasticsearch.common.geo.builders.PointBuilder
-
- coordinate - 类 中的变量org.elasticsearch.common.geo.builders.ShapeBuilder.CoordinateNode
-
- CoordinateCollection<E extends CoordinateCollection<E>> - org.elasticsearch.common.geo.builders中的类
-
- CoordinateCollection(List<Coordinate>) - 类 的构造器org.elasticsearch.common.geo.builders.CoordinateCollection
-
Construct a new collection of coordinates.
- CoordinateCollection(StreamInput) - 类 的构造器org.elasticsearch.common.geo.builders.CoordinateCollection
-
Read from a stream.
- CoordinateNode(Coordinate) - 类 的构造器org.elasticsearch.common.geo.builders.ShapeBuilder.CoordinateNode
-
Creates a new leaf CoordinateNode
- CoordinateNode(List<ShapeBuilder.CoordinateNode>) - 类 的构造器org.elasticsearch.common.geo.builders.ShapeBuilder.CoordinateNode
-
Creates a new parent CoordinateNode
- coordinates - 类 中的变量org.elasticsearch.common.geo.builders.CoordinateCollection
-
- coordinates(Coordinate...) - 类 中的方法org.elasticsearch.common.geo.builders.CoordinateCollection
-
Add a array of coordinates to the collection
- coordinates(Collection<? extends Coordinate>) - 类 中的方法org.elasticsearch.common.geo.builders.CoordinateCollection
-
Add a collection of coordinates to the collection
- coordinates(boolean) - 类 中的方法org.elasticsearch.common.geo.builders.CoordinateCollection
-
Copy all coordinate to a new Array
- coordinates(Coordinate...) - 类 中的方法org.elasticsearch.common.geo.builders.CoordinatesBuilder
-
Add an array of coordinates to the current coordinates
- coordinates(Collection<? extends Coordinate>) - 类 中的方法org.elasticsearch.common.geo.builders.CoordinatesBuilder
-
Add a collection of coordinates to the current coordinates
- coordinates() - 类 中的方法org.elasticsearch.common.geo.builders.MultiLineStringBuilder
-
- coordinates() - 类 中的方法org.elasticsearch.common.geo.builders.PolygonBuilder
-
The coordinates setup by the builder will be assembled to a polygon.
- coordinatesArray(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.common.geo.builders.PolygonBuilder
-
- CoordinatesBuilder - org.elasticsearch.common.geo.builders中的类
-
A builder for a list of coordinates.
- CoordinatesBuilder() - 类 的构造器org.elasticsearch.common.geo.builders.CoordinatesBuilder
-
- coordinatesToXcontent(XContentBuilder, boolean) - 类 中的方法org.elasticsearch.common.geo.builders.CoordinateCollection
-
- copy() - 类 中的方法org.elasticsearch.common.FieldMemoryStats
-
Creates a deep copy of this stats instance
- copy(InputStream, OutputStream) - 类 中的静态方法org.elasticsearch.common.io.Streams
-
- copy(InputStream, OutputStream, byte[]) - 类 中的静态方法org.elasticsearch.common.io.Streams
-
Copy the contents of the given InputStream to the given OutputStream.
- copy(byte[], OutputStream) - 类 中的静态方法org.elasticsearch.common.io.Streams
-
Copy the contents of the given byte array to the given OutputStream.
- copy(Reader, Writer) - 类 中的静态方法org.elasticsearch.common.io.Streams
-
Copy the contents of the given Reader to the given Writer.
- copy(String, Writer) - 类 中的静态方法org.elasticsearch.common.io.Streams
-
Copy the contents of the given String to the given output Writer.
- copy(Settings, IndexMetaData) - 类 中的方法org.elasticsearch.common.settings.IndexScopedSettings
-
- copy(String, Settings) - 类 中的方法org.elasticsearch.common.settings.Settings.Builder
-
- copy(String, String, Settings) - 类 中的方法org.elasticsearch.common.settings.Settings.Builder
-
- copy() - 类 中的方法org.elasticsearch.index.seqno.GlobalCheckpointTracker.CheckpointState
-
Returns a full copy of this object
- copy() - 类 中的方法org.elasticsearch.repositories.RepositoryData
-
- copy(BytesRef, BytesRef) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator
-
- copyAndPut(K, V) - 类 中的方法org.elasticsearch.common.collect.CopyOnWriteHashMap
-
Associate key with value and return a new copy
of the hash table.
- copyAndPutAll(Map<? extends K, ? extends V>) - 类 中的方法org.elasticsearch.common.collect.CopyOnWriteHashMap
-
- copyAndPutAll(Iterable<Map.Entry<K1, V1>>) - 类 中的方法org.elasticsearch.common.collect.CopyOnWriteHashMap
-
- copyAndPutAll(Stream<Map.Entry<K1, V1>>) - 类 中的方法org.elasticsearch.common.collect.CopyOnWriteHashMap
-
- copyAndRemove(Object) - 类 中的方法org.elasticsearch.common.collect.CopyOnWriteHashMap
-
Remove the given key from this map.
- copyAndRemoveAll(Collection<?>) - 类 中的方法org.elasticsearch.common.collect.CopyOnWriteHashMap
-
- copyAndResolve(Map<String, Object>) - 类 中的方法org.elasticsearch.ingest.ValueSource.ByteValue
-
- copyAndResolve(Map<String, Object>) - 接口 中的方法org.elasticsearch.ingest.ValueSource
-
Returns a copy of the value this ValueSource holds and resolves templates if there're any.
- copyAndResolve(Map<String, Object>) - 类 中的方法org.elasticsearch.ingest.ValueSource.ListValue
-
- copyAndResolve(Map<String, Object>) - 类 中的方法org.elasticsearch.ingest.ValueSource.MapValue
-
- copyAndResolve(Map<String, Object>) - 类 中的方法org.elasticsearch.ingest.ValueSource.ObjectValue
-
- copyAndResolve(Map<String, Object>) - 类 中的方法org.elasticsearch.ingest.ValueSource.TemplatedValue
-
- copyCurrentEvent(XContentGenerator, XContentParser) - 类 中的静态方法org.elasticsearch.common.xcontent.XContentHelper
-
- copyCurrentStructure(XContentParser) - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContentGenerator
-
- copyCurrentStructure(XContentParser) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- copyCurrentStructure(XContentParser) - 接口 中的方法org.elasticsearch.common.xcontent.XContentGenerator
-
- copyCurrentStructure(XContentGenerator, XContentParser) - 类 中的静态方法org.elasticsearch.common.xcontent.XContentHelper
-
- copyHeaders(Iterable<Map.Entry<String, String>>) - 类 中的方法org.elasticsearch.common.util.concurrent.ThreadContext
-
Copies all header key, value pairs into the current context
- copyHeaders(ElasticsearchException) - 类 中的方法org.elasticsearch.rest.RestResponse
-
- copyNamedQueries() - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
- copyOf(Map<? extends K, ? extends V>) - 类 中的静态方法org.elasticsearch.common.collect.CopyOnWriteHashMap
-
Return a copy of the provided map.
- copyOf(ObjectObjectMap<KType, VType>) - 类 中的静态方法org.elasticsearch.common.collect.ImmutableOpenMap
-
- CopyOnWriteHashMap<K,V> - org.elasticsearch.common.collect中的类
-
An immutable map whose writes result in a new copy of the map to be created.
- CopyOnWriteHashMap() - 类 的构造器org.elasticsearch.common.collect.CopyOnWriteHashMap
-
Create a new empty map.
- copyRawValue(BytesReference, XContent) - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContentGenerator
-
- copyShards() - 类 中的方法org.elasticsearch.cluster.routing.RoutingNode
-
- copyTo(AttributeImpl) - 类 中的方法org.apache.lucene.analysis.miscellaneous.DisableGraphAttributeImpl
-
- copyTo(AttributeImpl) - 类 中的方法org.apache.lucene.analysis.miscellaneous.DuplicateSequenceAttributeImpl
-
- copyTo - 类 中的变量org.elasticsearch.index.mapper.FieldMapper.Builder
-
- copyTo(FieldMapper.CopyTo) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper.Builder
-
- copyTo - 类 中的变量org.elasticsearch.index.mapper.FieldMapper
-
- copyTo() - 类 中的方法org.elasticsearch.index.mapper.FieldMapper
-
List of fields where this field should be copied to
- copyToFields() - 类 中的方法org.elasticsearch.index.mapper.FieldMapper.CopyTo
-
- copyToString(Reader) - 类 中的静态方法org.elasticsearch.common.io.Streams
-
Copy the contents of the given Reader into a String.
- copyWithNewSlice(SliceBuilder) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Create a shallow copy of this builder with a new slice configuration.
- CORE_CONTEXTS - 类 中的静态变量org.elasticsearch.script.ScriptModule
-
- Correction - org.elasticsearch.search.suggest.phrase中的类
-
- Correction(double, DirectCandidateGenerator.Candidate[]) - 类 的构造器org.elasticsearch.search.suggest.phrase.Correction
-
- corrections - 类 中的变量org.elasticsearch.search.suggest.phrase.NoisyChannelSpellChecker.Result
-
- CorruptStateException - org.elasticsearch.gateway中的异常错误
-
This exception is thrown when Elasticsearch detects
an inconsistency in one of it's persistent states.
- CorruptStateException(String) - 异常错误 的构造器org.elasticsearch.gateway.CorruptStateException
-
- CorruptStateException(Throwable) - 异常错误 的构造器org.elasticsearch.gateway.CorruptStateException
-
- corsSettingAsArray(String) - 类 中的静态方法org.elasticsearch.rest.RestUtils
-
Return the CORS setting as an array of origins.
- cost() - 类 中的方法org.apache.lucene.search.XFilteredDocIdSetIterator
-
- cost() - 类 中的方法org.elasticsearch.index.fielddata.AbstractBinaryDocValues
-
- cost() - 类 中的方法org.elasticsearch.index.fielddata.AbstractNumericDocValues
-
- cost() - 类 中的方法org.elasticsearch.index.fielddata.AbstractSortedDocValues
-
- cost() - 类 中的方法org.elasticsearch.index.fielddata.AbstractSortedNumericDocValues
-
- cost() - 类 中的方法org.elasticsearch.index.fielddata.AbstractSortedSetDocValues
-
- cost() - 类 中的方法org.elasticsearch.index.fielddata.AbstractSortingNumericDocValues
-
- cost() - 类 中的方法org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalMapping
-
- count() - 类 中的方法org.elasticsearch.common.cache.Cache
-
The number of entries in the cache.
- count - 类 中的变量org.elasticsearch.common.io.FastCharArrayReader
-
The index of the end of this buffer.
- count - 类 中的变量org.elasticsearch.common.io.FastCharArrayWriter
-
The number of chars in the buffer.
- count - 类 中的变量org.elasticsearch.common.io.stream.BytesStreamOutput
-
- count() - 类 中的方法org.elasticsearch.common.metrics.CounterMetric
-
- count() - 类 中的方法org.elasticsearch.common.metrics.MeanMetric
-
- count - 类 中的变量org.elasticsearch.index.cache.query.QueryCache.EntriesStats
-
- count - 类 中的变量org.elasticsearch.index.fielddata.SortingBinaryDocValues
-
- count(String) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
ValueCount aggregation with the given name.
- count() - 类 中的方法org.elasticsearch.search.aggregations.AggregatorFactories.Builder
-
- count(boolean) - 类 中的静态方法org.elasticsearch.search.aggregations.BucketOrder
-
Creates a bucket ordering strategy that sorts buckets by their document counts (ascending or descending).
- count() - 接口 中的方法org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroid
-
- count() - 类 中的方法org.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
-
- count() - 类 中的方法org.elasticsearch.search.aggregations.metrics.geocentroid.ParsedGeoCentroid
-
- count - 类 中的变量org.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- count - 类 中的变量org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
-
- countAggregators() - 类 中的方法org.elasticsearch.search.aggregations.AggregatorFactories
-
- countBatch() - 类 中的方法org.elasticsearch.index.reindex.WorkerBulkByScrollTaskState
-
- countBulkRetry() - 类 中的方法org.elasticsearch.index.reindex.WorkerBulkByScrollTaskState
-
- countCreated() - 类 中的方法org.elasticsearch.index.reindex.WorkerBulkByScrollTaskState
-
- countDeleted() - 类 中的方法org.elasticsearch.index.reindex.WorkerBulkByScrollTaskState
-
- CountDown - org.elasticsearch.common.util.concurrent中的类
-
A simple thread safe count-down class that in contrast to a CountDownLatch
never blocks.
- CountDown(int) - 类 的构造器org.elasticsearch.common.util.concurrent.CountDown
-
- countDown() - 类 中的方法org.elasticsearch.common.util.concurrent.CountDown
-
Decrements the count-down and returns true iff this call
reached zero otherwise false
- COUNTER_CLOCKWISE - 枚举 中的静态变量org.elasticsearch.common.geo.builders.ShapeBuilder.Orientation
-
- counterGetAndIncrement() - 类 中的方法org.elasticsearch.search.fetch.FetchSearchResult
-
- CounterMetric - org.elasticsearch.common.metrics中的类
-
- CounterMetric() - 类 的构造器org.elasticsearch.common.metrics.CounterMetric
-
- countMasterNodes(Iterable<DiscoveryNode>) - 类 中的方法org.elasticsearch.discovery.zen.ElectMasterService
-
- countNoop() - 类 中的方法org.elasticsearch.index.reindex.WorkerBulkByScrollTaskState
-
- countPipelineAggregators() - 类 中的方法org.elasticsearch.search.aggregations.AggregatorFactories
-
- countSearchRetry - 类 中的变量org.elasticsearch.index.reindex.ScrollableHitSource
-
- countSearchRetry() - 类 中的方法org.elasticsearch.index.reindex.WorkerBulkByScrollTaskState
-
- countUpdated() - 类 中的方法org.elasticsearch.index.reindex.WorkerBulkByScrollTaskState
-
- countVersionConflict() - 类 中的方法org.elasticsearch.index.reindex.WorkerBulkByScrollTaskState
-
- Cpu(short, double[]) - 类 的构造器org.elasticsearch.monitor.os.OsStats.Cpu
-
- Cpu(StreamInput) - 类 的构造器org.elasticsearch.monitor.os.OsStats.Cpu
-
- Cpu(short, long) - 类 的构造器org.elasticsearch.monitor.process.ProcessStats.Cpu
-
- Cpu(StreamInput) - 类 的构造器org.elasticsearch.monitor.process.ProcessStats.Cpu
-
- CpuStat(long, long, long) - 类 的构造器org.elasticsearch.monitor.os.OsStats.Cgroup.CpuStat
-
- create(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
Set to true to force only creation, not an update of an index template.
- create() - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
- create(boolean) - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
Set to true to force this index to use OpType#CREATE.
- create(CreateIndexRequest) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Creates an index using an explicit request allowing to specify the settings of the index.
- create(CreateIndexRequest, ActionListener<CreateIndexResponse>) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Creates an index using an explicit request allowing to specify the settings of the index.
- create(boolean) - 类 中的方法org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutRequest
-
- create(K, Errors) - 类 中的方法org.elasticsearch.common.inject.internal.FailableCache
-
- create() - 类 中的静态方法org.elasticsearch.common.inject.internal.UniqueAnnotations
-
Returns an annotation instance that is not equal to any other annotation
instances, for use in creating distinct
Keys.
- create(Path, boolean) - 类 中的静态方法org.elasticsearch.common.PidFile
-
Creates a new PidFile and writes the current process ID into the provided path
- create(char[]) - 类 中的静态方法org.elasticsearch.common.settings.KeyStoreWrapper
-
Constructs a new keystore with the given password.
- create(Reader) - 接口 中的方法org.elasticsearch.index.analysis.CharFilterFactory
-
- create() - 类 中的方法org.elasticsearch.index.analysis.ClassicTokenizerFactory
-
- create() - 类 中的方法org.elasticsearch.index.analysis.EdgeNGramTokenizerFactory
-
- create(TokenStream) - 类 中的方法org.elasticsearch.index.analysis.HunspellTokenFilterFactory
-
- create() - 类 中的方法org.elasticsearch.index.analysis.KeywordTokenizerFactory
-
- create() - 类 中的方法org.elasticsearch.index.analysis.LetterTokenizerFactory
-
- create() - 类 中的方法org.elasticsearch.index.analysis.LowerCaseTokenizerFactory
-
- create() - 类 中的方法org.elasticsearch.index.analysis.NGramTokenizerFactory
-
- create() - 类 中的方法org.elasticsearch.index.analysis.PathHierarchyTokenizerFactory
-
- create() - 类 中的方法org.elasticsearch.index.analysis.PatternTokenizerFactory
-
- create(String, Settings) - 类 中的方法org.elasticsearch.index.analysis.PreBuiltAnalyzerProviderFactory
-
- create(Version) - 类 中的方法org.elasticsearch.index.analysis.PreConfiguredAnalysisComponent
-
- create(Version) - 类 中的方法org.elasticsearch.index.analysis.PreConfiguredCharFilter
-
- create(Version) - 类 中的方法org.elasticsearch.index.analysis.PreConfiguredTokenFilter
-
- create(Version) - 类 中的方法org.elasticsearch.index.analysis.PreConfiguredTokenizer
-
- create(TokenStream) - 类 中的方法org.elasticsearch.index.analysis.ShingleTokenFilterFactory
-
- create(TokenStream) - 类 中的方法org.elasticsearch.index.analysis.ShingleTokenFilterFactory.Factory
-
- create(TokenStream) - 类 中的方法org.elasticsearch.index.analysis.SoraniNormalizationFilterFactory
-
- create(TokenStream) - 类 中的方法org.elasticsearch.index.analysis.StandardTokenFilterFactory
-
- create() - 类 中的方法org.elasticsearch.index.analysis.StandardTokenizerFactory
-
- create(TokenStream) - 类 中的方法org.elasticsearch.index.analysis.StopTokenFilterFactory
-
- create(TokenStream) - 类 中的方法org.elasticsearch.index.analysis.SynonymGraphTokenFilterFactory
-
- create(TokenStream) - 类 中的方法org.elasticsearch.index.analysis.SynonymGraphTokenFilterFactory.Factory
-
- create(TokenStream) - 类 中的方法org.elasticsearch.index.analysis.SynonymTokenFilterFactory
-
- create(TokenStream) - 类 中的方法org.elasticsearch.index.analysis.SynonymTokenFilterFactory.Factory
-
- create() - 类 中的方法org.elasticsearch.index.analysis.ThaiTokenizerFactory
-
- create(TokenStream) - 接口 中的方法org.elasticsearch.index.analysis.TokenFilterFactory
-
- create() - 接口 中的方法org.elasticsearch.index.analysis.TokenizerFactory
-
- create() - 类 中的方法org.elasticsearch.index.analysis.UAX29URLEmailTokenizerFactory
-
- create() - 类 中的方法org.elasticsearch.index.analysis.WhitespaceTokenizerFactory
-
- create(String, Settings, Settings, ScriptService) - 接口 中的方法org.elasticsearch.index.similarity.SimilarityProvider.Factory
-
- create(ShardId, String, long, Path, ChannelFactory, ByteSizeValue, LongSupplier, long, LongSupplier) - 类 中的静态方法org.elasticsearch.index.translog.TranslogWriter
-
- create(Version) - 枚举 中的方法org.elasticsearch.indices.analysis.PreBuiltAnalyzers
-
- create(TokenStream, Version) - 枚举 中的方法org.elasticsearch.indices.analysis.PreBuiltTokenFilters
-
- create(Version) - 枚举 中的方法org.elasticsearch.indices.analysis.PreBuiltTokenizers
-
- create(String, Map<String, Object>, Map<String, Processor.Factory>) - 类 中的方法org.elasticsearch.ingest.Pipeline.Factory
-
- create(Map<String, Processor.Factory>, String, Map<String, Object>) - 接口 中的方法org.elasticsearch.ingest.Processor.Factory
-
Creates a processor based on the specified map of maps config.
- create(RepositoryMetaData) - 接口 中的方法org.elasticsearch.repositories.Repository.Factory
-
Constructs a repository.
- create(Aggregator, boolean) - 类 中的方法org.elasticsearch.search.aggregations.AggregatorFactory
-
Creates the aggregator
- create(List<InternalAdjacencyMatrix.InternalBucket>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix
-
- create(List<InternalComposite.InternalBucket>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.InternalComposite
-
- create(List<InternalFilters.InternalBucket>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.InternalFilters
-
- create(List<InternalGeoHashGrid.Bucket>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid
-
- create(List<InternalDateHistogram.Bucket>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram
-
- create(List<InternalHistogram.Bucket>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
-
- create(InternalAggregations) - 类 中的方法org.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation
-
Create a new copy of this
Aggregation with the same settings as
this
Aggregation and contains the provided sub-aggregations.
- create(List<InternalBinaryRange.Bucket>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange
-
- create(String, List<InternalDateRange.Bucket>, DocValueFormat, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalDateRange.Factory
-
- create(List<InternalDateRange.Bucket>, InternalDateRange) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalDateRange.Factory
-
- create(String, List<InternalGeoDistance.Bucket>, DocValueFormat, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalGeoDistance.Factory
-
- create(List<InternalGeoDistance.Bucket>, InternalGeoDistance) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalGeoDistance.Factory
-
- create(List<B>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalRange
-
- create(String, List<B>, DocValueFormat, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalRange.Factory
-
- create(List<B>, R) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalRange.Factory
-
- create(long, long, List<B>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
-
- create(List<SignificantLongTerms.Bucket>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms
-
- create(long, long, List<SignificantLongTerms.Bucket>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms
-
- create(List<SignificantStringTerms.Bucket>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms
-
- create(long, long, List<SignificantStringTerms.Bucket>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms
-
- create(List<UnmappedSignificantTerms.Bucket>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
-
- create(long, long, List<UnmappedSignificantTerms.Bucket>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
-
- create(List<DoubleTerms.Bucket>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms
-
- create(String, List<DoubleTerms.Bucket>, long, long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms
-
- create(String, List<B>, long, long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
-
- create(List<LongTerms.Bucket>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.LongTerms
-
- create(String, List<LongTerms.Bucket>, long, long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.LongTerms
-
- create(List<StringTerms.Bucket>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.StringTerms
-
- create(String, List<StringTerms.Bucket>, long, long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.StringTerms
-
- create(List<UnmappedTerms.Bucket>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
-
- create(String, List<UnmappedTerms.Bucket>, long, long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
-
- create(List<B>) - 类 中的方法org.elasticsearch.search.aggregations.InternalMultiBucketAggregation
-
Create a new copy of this
Aggregation with the same settings as
this
Aggregation and contains the provided buckets.
- create() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
-
Creates the pipeline aggregator
- create() - 类 中的方法org.elasticsearch.search.aggregations.PipelineAggregationBuilder
-
Creates the pipeline aggregator
- createAggregation(List<MultiBucketsAggregation.Bucket>) - 接口 中的方法org.elasticsearch.search.aggregations.bucket.histogram.HistogramFactory
-
- createAggregation(List<MultiBucketsAggregation.Bucket>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram
-
- createAggregation(List<MultiBucketsAggregation.Bucket>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
-
- createAllocateParser(String) - 类 中的静态方法org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
-
- createAllocatePrimaryParser(String) - 类 中的静态方法org.elasticsearch.cluster.routing.allocation.command.BasePrimaryAllocationCommand
-
- createAllocationDeciders(Settings, ClusterSettings, List<ClusterPlugin>) - 类 中的静态方法org.elasticsearch.cluster.ClusterModule
-
Return a new
AllocationDecider instance with builtin deciders as well as those from plugins.
- createAllocationDeciders(Settings, ClusterSettings) - 接口 中的方法org.elasticsearch.plugins.ClusterPlugin
-
Return deciders used to customize where shards are allocated.
- createBucket(InternalAggregations, InternalAdjacencyMatrix.InternalBucket) - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix
-
- createBucket(InternalAggregations, InternalComposite.InternalBucket) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.InternalComposite
-
- createBucket(InternalAggregations, InternalFilters.InternalBucket) - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.InternalFilters
-
- createBucket(InternalAggregations, InternalGeoHashGrid.Bucket) - 类 中的方法org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid
-
- createBucket(Number, long, InternalAggregations) - 接口 中的方法org.elasticsearch.search.aggregations.bucket.histogram.HistogramFactory
-
Create a MultiBucketsAggregation.Bucket object that wraps the
given key, document count and aggregations.
- createBucket(InternalAggregations, InternalDateHistogram.Bucket) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram
-
- createBucket(Number, long, InternalAggregations) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram
-
- createBucket(InternalAggregations, InternalHistogram.Bucket) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
-
- createBucket(Number, long, InternalAggregations) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
-
- createBucket(InternalAggregations, InternalBinaryRange.Bucket) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange
-
- createBucket(String, double, double, long, InternalAggregations, boolean, DocValueFormat) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalDateRange.Factory
-
- createBucket(InternalAggregations, InternalDateRange.Bucket) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalDateRange.Factory
-
- createBucket(String, double, double, long, InternalAggregations, boolean, DocValueFormat) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalGeoDistance.Factory
-
- createBucket(InternalAggregations, InternalGeoDistance.Bucket) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalGeoDistance.Factory
-
- createBucket(InternalAggregations, B) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalRange
-
- createBucket(String, double, double, long, InternalAggregations, boolean, DocValueFormat) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalRange.Factory
-
- createBucket(InternalAggregations, B) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalRange.Factory
-
- createBucket(InternalAggregations, SignificantLongTerms.Bucket) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms
-
- createBucket(InternalAggregations, SignificantStringTerms.Bucket) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms
-
- createBucket(InternalAggregations, UnmappedSignificantTerms.Bucket) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
-
- createBucket(InternalAggregations, DoubleTerms.Bucket) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms
-
- createBucket(InternalAggregations, LongTerms.Bucket) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.LongTerms
-
- createBucket(InternalAggregations, StringTerms.Bucket) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.StringTerms
-
- createBucket(InternalAggregations, UnmappedTerms.Bucket) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
-
- createBucket(InternalAggregations, B) - 类 中的方法org.elasticsearch.search.aggregations.InternalMultiBucketAggregation
-
- createBucketsArray(int) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
-
Create an array to hold some buckets.
- createBucketsArray(int) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms
-
- createBucketsArray(int) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms
-
- createBucketsArray(int) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
-
- createBucketsArray(int) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms
-
- createBucketsArray(int) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
-
Create an array to hold some buckets.
- createBucketsArray(int) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.LongTerms
-
- createBucketsArray(int) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.StringTerms
-
- createBucketsArray(int) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
-
- createCandidate(BytesRef, boolean) - 类 中的方法org.elasticsearch.search.suggest.phrase.CandidateGenerator
-
- createCandidate(BytesRef, long, double) - 类 中的方法org.elasticsearch.search.suggest.phrase.CandidateGenerator
-
- createCandidate(BytesRef, long, double, boolean) - 类 中的方法org.elasticsearch.search.suggest.phrase.CandidateGenerator
-
- createCandidate(BytesRef, long, double, boolean) - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
-
- createCandidate(BytesRef, long, double, boolean) - 类 中的方法org.elasticsearch.search.suggest.phrase.MultiCandidateGeneratorWrapper
-
- createCIDR(long, int) - 类 中的静态方法org.elasticsearch.common.network.Cidrs
-
- createCircuitBreakerService(Settings, ClusterSettings) - 类 中的静态方法org.elasticsearch.node.Node
-
- createComponents(String) - 类 中的方法org.elasticsearch.index.analysis.CustomAnalyzer
-
- createComponents(String) - 类 中的方法org.elasticsearch.index.analysis.FingerprintAnalyzer
-
- createComponents(String) - 类 中的方法org.elasticsearch.index.analysis.PatternAnalyzer
-
- createComponents(String) - 类 中的方法org.elasticsearch.index.analysis.SnowballAnalyzer
-
已过时。
Constructs a StandardTokenizer filtered by a StandardFilter, a LowerCaseFilter, a StopFilter,
and a SnowballFilter
- createComponents(String) - 类 中的方法org.elasticsearch.index.analysis.StandardHtmlStripAnalyzer
-
- createComponents(Client, ClusterService, ThreadPool, ResourceWatcherService, ScriptService, NamedXContentRegistry, Environment, NodeEnvironment, NamedWriteableRegistry) - 类 中的方法org.elasticsearch.plugins.Plugin
-
Returns components added by this plugin.
- createCopyToContext() - 类 中的方法org.elasticsearch.index.mapper.ParseContext
-
Return a new context that will be within a copy-to operation.
- createDirectSpellChecker() - 类 中的方法org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- createEnv(Terminal, Map<String, String>) - 类 中的方法org.elasticsearch.cli.EnvironmentAwareCommand
-
- createExternalValueContext(Object) - 类 中的方法org.elasticsearch.index.mapper.ParseContext
-
Return a new context that will have the external value set.
- createFieldNamesField(ParseContext, List<IndexableField>) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper
-
- createFields(String, Number, boolean, boolean, boolean) - 枚举 中的方法org.elasticsearch.index.mapper.NumberFieldMapper.NumberType
-
- createFromMap(Map<String, Object>) - 类 中的静态方法org.elasticsearch.search.SearchHit
-
- createGenerator(OutputStream, Set<String>, Set<String>) - 类 中的方法org.elasticsearch.common.xcontent.cbor.CborXContent
-
- createGenerator(OutputStream, Set<String>, Set<String>) - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContent
-
- createGenerator(OutputStream, Set<String>, Set<String>) - 类 中的方法org.elasticsearch.common.xcontent.smile.SmileXContent
-
- createGenerator(OutputStream) - 接口 中的方法org.elasticsearch.common.xcontent.XContent
-
Creates a new generator using the provided output stream.
- createGenerator(OutputStream, Set<String>, Set<String>) - 接口 中的方法org.elasticsearch.common.xcontent.XContent
-
Creates a new generator using the provided output stream and some inclusive and/or exclusive filters.
- createGenerator(OutputStream, Set<String>, Set<String>) - 类 中的方法org.elasticsearch.common.xcontent.yaml.YamlXContent
-
- createGuiceModules() - 类 中的方法org.elasticsearch.plugins.Plugin
-
Node level guice modules.
- createGuiceModules() - 类 中的方法org.elasticsearch.plugins.PluginsService
-
- createIndex(CreateIndexClusterStateUpdateRequest, ActionListener<CreateIndexClusterStateUpdateResponse>) - 类 中的方法org.elasticsearch.cluster.metadata.MetaDataCreateIndexService
-
- createIndex(IndexMetaData, List<IndexEventListener>) - 接口 中的方法org.elasticsearch.indices.cluster.IndicesClusterStateService.AllocatedIndices
-
- createIndex(IndexMetaData, List<IndexEventListener>) - 类 中的方法org.elasticsearch.indices.IndicesService
-
- CreateIndexAction - org.elasticsearch.action.admin.indices.create中的类
-
- CreateIndexClusterStateUpdateRequest - org.elasticsearch.action.admin.indices.create中的类
-
Cluster state update request that allows to create an index
- CreateIndexClusterStateUpdateRequest(TransportMessage, String, String, String, boolean) - 类 的构造器org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
-
- CreateIndexClusterStateUpdateResponse - org.elasticsearch.cluster.ack中的类
-
A cluster state update response with specific fields for index creation.
- CreateIndexClusterStateUpdateResponse(boolean, boolean) - 类 的构造器org.elasticsearch.cluster.ack.CreateIndexClusterStateUpdateResponse
-
- createIndexMapperService(IndexMetaData) - 类 中的方法org.elasticsearch.indices.IndicesService
-
creates a new mapper service for the given index, in order to do administrative work like mapping updates.
- CreateIndexRequest - org.elasticsearch.action.admin.indices.create中的类
-
A request to create an index.
- CreateIndexRequest() - 类 的构造器org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
- CreateIndexRequest(String) - 类 的构造器org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Constructs a new request to create an index with the specified name.
- CreateIndexRequest(String, Settings) - 类 的构造器org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Constructs a new request to create an index with the specified name and settings.
- createIndexRequest(String) - 类 中的静态方法org.elasticsearch.client.Requests
-
Creates a create index request.
- CreateIndexRequestBuilder - org.elasticsearch.action.admin.indices.create中的类
-
Builder for a create index request
- CreateIndexRequestBuilder(ElasticsearchClient, CreateIndexAction) - 类 的构造器org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
- CreateIndexRequestBuilder(ElasticsearchClient, CreateIndexAction, String) - 类 的构造器org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
- CreateIndexResponse - org.elasticsearch.action.admin.indices.create中的类
-
A response for a create index action.
- CreateIndexResponse() - 类 的构造器org.elasticsearch.action.admin.indices.create.CreateIndexResponse
-
- CreateIndexResponse(boolean, boolean, String) - 类 的构造器org.elasticsearch.action.admin.indices.create.CreateIndexResponse
-
- createInitialState(DiscoveryNode) - 类 中的方法org.elasticsearch.discovery.single.SingleNodeDiscovery
-
- createInjector(Module...) - 类 中的静态方法org.elasticsearch.common.inject.Guice
-
Creates an injector for the given set of modules.
- createInjector(Iterable<? extends Module>) - 类 中的静态方法org.elasticsearch.common.inject.Guice
-
Creates an injector for the given set of modules.
- createInjector(Stage, Module...) - 类 中的静态方法org.elasticsearch.common.inject.Guice
-
Creates an injector for the given set of modules, in a given development
stage.
- createInjector(Stage, Iterable<? extends Module>) - 类 中的静态方法org.elasticsearch.common.inject.Guice
-
Creates an injector for the given set of modules, in a given development
stage.
- createInjector() - 类 中的方法org.elasticsearch.common.inject.ModulesBuilder
-
- createInnerHitQueryWeight() - 类 中的方法org.elasticsearch.search.fetch.subphase.InnerHitsContext.InnerHitSubContext
-
- createInternal(Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.AggregatorFactory
-
- createInternal(Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregatorFactory
-
- createInternal(Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.FilterAggregatorFactory
-
- createInternal(Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.FiltersAggregatorFactory
-
- createInternal(Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.global.GlobalAggregatorFactory
-
- createInternal(Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregatorFactory
-
- createInternal(Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregatorFactory
-
- createInternal(Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregatorFactory
-
- createInternal(Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregatorFactory
-
- createInternal(Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregatorFactory
-
- createInternal(Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
-
- createInternal(Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregationBuilder
-
- createInternal(Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
-
- createInternal(Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregationBuilder
-
- createInternal(Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregationBuilder
-
- createInternal(Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregationBuilder
-
- createInternal(Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregationBuilder
-
- createInternal(Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregationBuilder
-
- createInternal(Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregationBuilder
-
- createInternal(Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregationBuilder
-
- createInternal(Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregationBuilder
-
- createInternal(Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketsort.BucketSortPipelineAggregationBuilder
-
- createInternal(Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregationBuilder
-
- createInternal(Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
-
- createInternal(Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
-
- createInternal(Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
-
- createInternal(Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory
-
- createKeyword(String, Sort, int, boolean) - 类 中的静态方法org.apache.lucene.search.grouping.CollapsingTopDocsCollector
-
Create a collapsing top docs collector on a SortedDocValues field.
- createListener(ThreadPool) - 类 中的方法org.elasticsearch.index.cache.bitset.BitsetFilterCache
-
- createLocal(Settings, TransportAddress, String) - 类 中的静态方法org.elasticsearch.cluster.node.DiscoveryNode
-
Creates a DiscoveryNode representing the local node.
- createMapper(String, String, boolean, ObjectMapper.Nested, ObjectMapper.Dynamic, Boolean, Map<String, Mapper>, Settings) - 类 中的方法org.elasticsearch.index.mapper.ObjectMapper.Builder
-
- createMapper(String, String, boolean, ObjectMapper.Nested, ObjectMapper.Dynamic, Boolean, Map<String, Mapper>, Settings) - 类 中的方法org.elasticsearch.index.mapper.RootObjectMapper.Builder
-
- createMultiFieldContext(Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
-
- createMultiFieldContext() - 类 中的方法org.elasticsearch.index.mapper.ParseContext
-
Return a new context that will be within multi-fields.
- createNestedContext(String) - 类 中的方法org.elasticsearch.index.mapper.ParseContext
-
Return a new context that will be used within a nested document.
- createNormalizedWeight(Query, boolean) - 类 中的方法org.elasticsearch.search.internal.ContextIndexSearcher
-
- createNumeric(String, Sort, int, boolean) - 类 中的静态方法org.apache.lucene.search.grouping.CollapsingTopDocsCollector
-
Create a collapsing top docs collector on a NumericDocValues field.
- createParser(NamedXContentRegistry, String) - 类 中的方法org.elasticsearch.common.xcontent.cbor.CborXContent
-
- createParser(NamedXContentRegistry, InputStream) - 类 中的方法org.elasticsearch.common.xcontent.cbor.CborXContent
-
- createParser(NamedXContentRegistry, byte[]) - 类 中的方法org.elasticsearch.common.xcontent.cbor.CborXContent
-
- createParser(NamedXContentRegistry, byte[], int, int) - 类 中的方法org.elasticsearch.common.xcontent.cbor.CborXContent
-
- createParser(NamedXContentRegistry, BytesReference) - 类 中的方法org.elasticsearch.common.xcontent.cbor.CborXContent
-
- createParser(NamedXContentRegistry, Reader) - 类 中的方法org.elasticsearch.common.xcontent.cbor.CborXContent
-
- createParser(NamedXContentRegistry, String) - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContent
-
- createParser(NamedXContentRegistry, InputStream) - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContent
-
- createParser(NamedXContentRegistry, byte[]) - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContent
-
- createParser(NamedXContentRegistry, byte[], int, int) - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContent
-
- createParser(NamedXContentRegistry, BytesReference) - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContent
-
- createParser(NamedXContentRegistry, Reader) - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContent
-
- createParser(NamedXContentRegistry, String) - 类 中的方法org.elasticsearch.common.xcontent.smile.SmileXContent
-
- createParser(NamedXContentRegistry, InputStream) - 类 中的方法org.elasticsearch.common.xcontent.smile.SmileXContent
-
- createParser(NamedXContentRegistry, byte[]) - 类 中的方法org.elasticsearch.common.xcontent.smile.SmileXContent
-
- createParser(NamedXContentRegistry, byte[], int, int) - 类 中的方法org.elasticsearch.common.xcontent.smile.SmileXContent
-
- createParser(NamedXContentRegistry, BytesReference) - 类 中的方法org.elasticsearch.common.xcontent.smile.SmileXContent
-
- createParser(NamedXContentRegistry, Reader) - 类 中的方法org.elasticsearch.common.xcontent.smile.SmileXContent
-
- createParser(NamedXContentRegistry, String) - 接口 中的方法org.elasticsearch.common.xcontent.XContent
-
Creates a parser over the provided string content.
- createParser(NamedXContentRegistry, InputStream) - 接口 中的方法org.elasticsearch.common.xcontent.XContent
-
Creates a parser over the provided input stream.
- createParser(NamedXContentRegistry, byte[]) - 接口 中的方法org.elasticsearch.common.xcontent.XContent
-
Creates a parser over the provided bytes.
- createParser(NamedXContentRegistry, byte[], int, int) - 接口 中的方法org.elasticsearch.common.xcontent.XContent
-
Creates a parser over the provided bytes.
- createParser(NamedXContentRegistry, BytesReference) - 接口 中的方法org.elasticsearch.common.xcontent.XContent
-
Creates a parser over the provided bytes.
- createParser(NamedXContentRegistry, Reader) - 接口 中的方法org.elasticsearch.common.xcontent.XContent
-
Creates a parser over the provided reader.
- createParser(NamedXContentRegistry, BytesReference) - 类 中的静态方法org.elasticsearch.common.xcontent.XContentHelper
-
- createParser(NamedXContentRegistry, BytesReference, XContentType) - 类 中的静态方法org.elasticsearch.common.xcontent.XContentHelper
-
Creates a parser for the bytes using the supplied content-type
- createParser(NamedXContentRegistry, String) - 类 中的方法org.elasticsearch.common.xcontent.yaml.YamlXContent
-
- createParser(NamedXContentRegistry, InputStream) - 类 中的方法org.elasticsearch.common.xcontent.yaml.YamlXContent
-
- createParser(NamedXContentRegistry, byte[]) - 类 中的方法org.elasticsearch.common.xcontent.yaml.YamlXContent
-
- createParser(NamedXContentRegistry, byte[], int, int) - 类 中的方法org.elasticsearch.common.xcontent.yaml.YamlXContent
-
- createParser(NamedXContentRegistry, BytesReference) - 类 中的方法org.elasticsearch.common.xcontent.yaml.YamlXContent
-
- createParser(NamedXContentRegistry, Reader) - 类 中的方法org.elasticsearch.common.xcontent.yaml.YamlXContent
-
- createPipelineAggregators() - 类 中的方法org.elasticsearch.search.aggregations.AggregatorFactories
-
- createProfileBreakdown() - 类 中的方法org.elasticsearch.search.profile.AbstractInternalProfileTree
-
- createProfileBreakdown() - 类 中的方法org.elasticsearch.search.profile.aggregation.InternalAggregationProfileTree
-
- createProxy(Errors, Class<?>) - 类 中的方法org.elasticsearch.common.inject.internal.ConstructionContext
-
- createReduced(String, double[], DoubleHistogram, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks
-
- createReduced(String, double[], DoubleHistogram, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles
-
- createReduced(String, double[], TDigestState, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks
-
- createReduced(String, double[], TDigestState, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles
-
- createRequest(RestRequest) - 类 中的静态方法org.elasticsearch.rest.action.admin.cluster.RestClusterRerouteAction
-
- createSearchContext(ShardSearchRequest, TimeValue) - 类 中的方法org.elasticsearch.search.SearchService
-
- createSecure() - 类 中的静态方法org.elasticsearch.common.Randomness
-
Provides a secure source of randomness.
- createShard(ShardRouting, Consumer<ShardId>) - 类 中的方法org.elasticsearch.index.IndexService
-
- createShard(ShardRouting, RecoveryState, PeerRecoveryTargetService, PeerRecoveryTargetService.RecoveryListener, RepositoriesService, Consumer<IndexShard.ShardFailure>, Consumer<ShardId>) - 接口 中的方法org.elasticsearch.indices.cluster.IndicesClusterStateService.AllocatedIndices
-
Creates shard for the specified shard routing and starts recovery,
- createShard(ShardRouting, RecoveryState, PeerRecoveryTargetService, PeerRecoveryTargetService.RecoveryListener, RepositoriesService, Consumer<IndexShard.ShardFailure>, Consumer<ShardId>) - 类 中的方法org.elasticsearch.indices.IndicesService
-
- createSnapshot(CreateSnapshotRequest) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Creates a new snapshot.
- createSnapshot(CreateSnapshotRequest, ActionListener<CreateSnapshotResponse>) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Creates a new snapshot.
- createSnapshot(SnapshotsService.SnapshotRequest, SnapshotsService.CreateSnapshotListener) - 类 中的方法org.elasticsearch.snapshots.SnapshotsService
-
Initializes the snapshotting process.
- CreateSnapshotAction - org.elasticsearch.action.admin.cluster.snapshots.create中的类
-
Create snapshot action
- CreateSnapshotRequest - org.elasticsearch.action.admin.cluster.snapshots.create中的类
-
Create snapshot request
The only mandatory parameter is repository name.
- CreateSnapshotRequest() - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
- CreateSnapshotRequest(String, String) - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Constructs a new put repository request with the provided snapshot and repository names
- createSnapshotRequest(String, String) - 类 中的静态方法org.elasticsearch.client.Requests
-
Creates new snapshot
- CreateSnapshotRequestBuilder - org.elasticsearch.action.admin.cluster.snapshots.create中的类
-
Create snapshot request builder
- CreateSnapshotRequestBuilder(ElasticsearchClient, CreateSnapshotAction) - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
-
Constructs a new create snapshot request builder
- CreateSnapshotRequestBuilder(ElasticsearchClient, CreateSnapshotAction, String, String) - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
-
Constructs a new create snapshot request builder with specified repository and snapshot names
- CreateSnapshotResponse - org.elasticsearch.action.admin.cluster.snapshots.create中的类
-
Create snapshot response
- createSubAggregators(Aggregator) - 类 中的方法org.elasticsearch.search.aggregations.AggregatorFactories
-
Create all aggregators so that they can be consumed with multiple
buckets.
- createTask(long, String, String, TaskId) - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
- createTask(long, String, String, TaskId) - 类 中的方法org.elasticsearch.action.search.SearchScrollRequest
-
- createTask(long, String, String, TaskId) - 类 中的方法org.elasticsearch.action.support.replication.ReplicationRequest
-
- createTask(long, String, String, TaskId) - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction.ConcreteShardRequest
-
- createTask(long, String, String, TaskId) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
- createTask(long, String, String, TaskId) - 类 中的方法org.elasticsearch.index.shard.PrimaryReplicaSyncer.ResyncRequest
-
- createTask(long, String, String, TaskId) - 类 中的方法org.elasticsearch.search.fetch.ShardFetchRequest
-
- createTask(long, String, String, TaskId) - 类 中的方法org.elasticsearch.search.internal.InternalScrollSearchRequest
-
- createTask(long, String, String, TaskId) - 类 中的方法org.elasticsearch.search.internal.ShardSearchTransportRequest
-
- createTask(long, String, String, TaskId) - 类 中的方法org.elasticsearch.search.query.QuerySearchRequest
-
- createTask(long, String, String, TaskId) - 接口 中的方法org.elasticsearch.tasks.TaskAwareRequest
-
Returns the task object that should be used to keep track of the processing of the request.
- createTaskManager() - 类 中的方法org.elasticsearch.transport.TransportService
-
- createTopDocs(Sort, int, boolean) - 类 中的方法org.elasticsearch.search.collapse.CollapseContext
-
- createTopDocsCollector(int) - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.BestDocsDeferringCollector
-
- createTopLevelAggregators() - 类 中的方法org.elasticsearch.search.aggregations.AggregatorFactories
-
- createUid(String) - 类 中的静态方法org.elasticsearch.index.mapper.Uid
-
- createUid(String, String) - 类 中的静态方法org.elasticsearch.index.mapper.Uid
-
- createUidAsBytes(String, String) - 类 中的静态方法org.elasticsearch.index.mapper.Uid
-
- createUidAsBytes(String, BytesRef) - 类 中的静态方法org.elasticsearch.index.mapper.Uid
-
- createUidAsBytes(BytesRef, BytesRef) - 类 中的静态方法org.elasticsearch.index.mapper.Uid
-
- createUidsForTypesAndId(Collection<String>, Object) - 类 中的静态方法org.elasticsearch.index.mapper.Uid
-
- createUidsForTypesAndIds(Collection<String>, Collection<?>) - 类 中的静态方法org.elasticsearch.index.mapper.Uid
-
- createUidTerm(String, String) - 类 中的方法org.elasticsearch.index.mapper.MapperService
-
Return a term that uniquely identifies the document, or null if the type is not allowed.
- createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGridAggregatorFactory
-
- createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregatorFactory
-
- createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregatorFactory
-
- createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.missing.MissingAggregatorFactory
-
- createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.AbstractRangeAggregatorFactory
-
- createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.BinaryRangeAggregatorFactory
-
- createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.GeoDistanceRangeAggregatorFactory
-
- createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregatorFactory
-
- createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory
-
- createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregatorFactory
-
- createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.avg.AvgAggregatorFactory
-
- createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregatorFactory
-
- createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregatorFactory
-
- createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.max.MaxAggregatorFactory
-
- createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.min.MinAggregatorFactory
-
- createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.hdr.HDRPercentileRanksAggregatorFactory
-
- createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.hdr.HDRPercentilesAggregatorFactory
-
- createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestPercentileRanksAggregatorFactory
-
- createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestPercentilesAggregatorFactory
-
- createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregatorFactory
-
- createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.StatsAggregatorFactory
-
- createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.sum.SumAggregatorFactory
-
- createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregatorFactory
-
- createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory
-
- createVerifyingOutput(String, StoreFileMetaData, IOContext) - 类 中的方法org.elasticsearch.index.store.Store
-
The returned IndexOutput validates the files checksum.
- createWeight(IndexSearcher, boolean, float) - 类 中的方法org.apache.lucene.queries.MinDocQuery
-
- createWeight(IndexSearcher, boolean, float) - 类 中的方法org.apache.lucene.queries.SearchAfterSortedDocQuery
-
- createWeight(IndexSearcher, boolean, float) - 类 中的方法org.elasticsearch.common.lucene.all.AllTermQuery
-
- createWeight(IndexSearcher, boolean, float) - 类 中的方法org.elasticsearch.common.lucene.search.function.FunctionScoreQuery
-
- createWeight(IndexSearcher, boolean, float) - 类 中的方法org.elasticsearch.index.search.ESToParentBlockJoinQuery
-
- createWeight(Query, boolean, float) - 类 中的方法org.elasticsearch.search.internal.ContextIndexSearcher
-
- createWeight(IndexSearcher, boolean, float) - 类 中的方法org.elasticsearch.search.slice.DocValuesSliceQuery
-
- createWeight(IndexSearcher, boolean, float) - 类 中的方法org.elasticsearch.search.slice.TermsSliceQuery
-
- creationDate(long) - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- CreationException - org.elasticsearch.common.inject中的异常错误
-
Thrown when errors occur while creating a
Injector.
- CreationException(Collection<Message>) - 异常错误 的构造器org.elasticsearch.common.inject.CreationException
-
Creates a CreationException containing messages.
- CTRL_CLOSE_EVENT - 接口 中的静态变量org.elasticsearch.bootstrap.ConsoleCtrlHandler
-
- CTRLHANDLER_SETTING - 类 中的静态变量org.elasticsearch.bootstrap.BootstrapSettings
-
- CTX - 类 中的静态变量org.elasticsearch.action.update.UpdateHelper.ContextFields
-
- cumulativeSum(String, String) - 类 中的静态方法org.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilders
-
- CumulativeSumPipelineAggregationBuilder - org.elasticsearch.search.aggregations.pipeline.cumulativesum中的类
-
- CumulativeSumPipelineAggregationBuilder(String, String) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregationBuilder
-
- CumulativeSumPipelineAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregationBuilder
-
Read from a stream.
- CumulativeSumPipelineAggregator - org.elasticsearch.search.aggregations.pipeline.cumulativesum中的类
-
- CumulativeSumPipelineAggregator(String, String[], DocValueFormat, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregator
-
- CumulativeSumPipelineAggregator(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregator
-
Read from a stream.
- current() - 类 中的方法org.apache.lucene.search.uhighlight.BoundedBreakIteratorScanner
-
- current() - 类 中的静态方法org.elasticsearch.bootstrap.JavaVersion
-
- CURRENT - 类 中的静态变量org.elasticsearch.Build
-
The current build of Elasticsearch.
- current - 类 中的变量org.elasticsearch.common.lucene.index.FilterableTermsEnum
-
- current() - 类 中的方法org.elasticsearch.index.get.GetStats
-
- current() - 类 中的方法org.elasticsearch.index.warmer.WarmerStats
-
- CURRENT - 类 中的静态变量org.elasticsearch.Version
-
- CURRENT_SNAPSHOT - 类 中的静态变量org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
-
- currentAsSource() - 类 中的方法org.elasticsearch.index.recovery.RecoveryStats
-
Number of ongoing recoveries for which a shard serves as a source
- currentAsTarget() - 类 中的方法org.elasticsearch.index.recovery.RecoveryStats
-
Number of ongoing recoveries for which a shard serves as a target
- currentDocFreq - 类 中的变量org.elasticsearch.common.lucene.index.FilterableTermsEnum
-
- currentEngineReference - 类 中的变量org.elasticsearch.index.shard.IndexShard
-
- currentFileGeneration() - 类 中的方法org.elasticsearch.index.translog.Translog
-
Returns the generation of the current transaction log.
- currentName() - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContentParser
-
- currentName() - 接口 中的方法org.elasticsearch.common.xcontent.XContentParser
-
- currentNanoTime() - 类 中的方法org.elasticsearch.cluster.routing.allocation.AllocationService
-
override this to control time based decisions during allocation
- currentNanoTime() - 类 中的方法org.elasticsearch.cluster.routing.DelayedAllocationService
-
override this to control time based decisions during delayed allocation
- currentNodeId() - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
The current node id the shard is allocated on.
- currentOrdinal() - 类 中的方法org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
-
- currentSnapshots(String) - 类 中的方法org.elasticsearch.snapshots.SnapshotsService
-
Returns a list of currently running snapshots from repository sorted by snapshot creation date
- currentSnapshots(String, List<String>) - 类 中的方法org.elasticsearch.snapshots.SnapshotsService
-
Returns status of the currently running snapshots
This method is executed on master node
- currentSnapshotShards(Snapshot) - 类 中的方法org.elasticsearch.snapshots.SnapshotShardsService
-
Returns status of shards that are snapshotted on the node and belong to the given snapshot
This method is executed on data node
- currentStage() - 类 中的方法org.elasticsearch.common.inject.AbstractModule
-
- currentStage() - 接口 中的方法org.elasticsearch.common.inject.Binder
-
Gets the current stage.
- currentState() - 异常错误 中的方法org.elasticsearch.index.shard.IllegalIndexShardStateException
-
- currentTime() - 类 中的方法org.elasticsearch.index.translog.TranslogDeletionPolicy
-
- currentTimeInNanos() - 类 中的方法org.elasticsearch.cluster.service.ClusterApplierService
-
- currentTimeInNanos() - 类 中的方法org.elasticsearch.cluster.service.MasterService
-
- currentToken() - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContentParser
-
- currentToken() - 接口 中的方法org.elasticsearch.common.xcontent.XContentParser
-
- currentTotalTermFreq - 类 中的变量org.elasticsearch.common.lucene.index.FilterableTermsEnum
-
- Cursor() - 类 的构造器org.elasticsearch.common.util.LongObjectPagedHashMap.Cursor
-
- custom(IndexMetaData.Custom) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Adds custom metadata to the index to be created.
- custom(IndexMetaData.Custom) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
- custom(String) - 类 中的方法org.elasticsearch.cluster.ClusterState
-
- custom(String) - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
- custom(String) - 类 中的方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- custom(String) - 类 中的方法org.elasticsearch.cluster.metadata.MetaData
-
- custom(String) - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
- CustomAnalyzer - org.elasticsearch.index.analysis中的类
-
- CustomAnalyzer(String, TokenizerFactory, CharFilterFactory[], TokenFilterFactory[]) - 类 的构造器org.elasticsearch.index.analysis.CustomAnalyzer
-
- CustomAnalyzer(String, TokenizerFactory, CharFilterFactory[], TokenFilterFactory[], int, int) - 类 的构造器org.elasticsearch.index.analysis.CustomAnalyzer
-
- CustomAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
A custom analyzer that is built out of a single Tokenizer and a list
of TokenFilters.
- CustomAnalyzerProvider(IndexSettings, String, Settings, Environment) - 类 的构造器org.elasticsearch.index.analysis.CustomAnalyzerProvider
-
- CustomBinaryDocValuesField(String, byte[]) - 类 的构造器org.elasticsearch.index.mapper.BinaryFieldMapper.CustomBinaryDocValuesField
-
- customDataPath() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns the customDataPath for this index, if configured.
- CustomDocValuesField - org.elasticsearch.index.mapper中的类
-
- CustomDocValuesField(String) - 类 的构造器org.elasticsearch.index.mapper.CustomDocValuesField
-
- CustomFieldQuery - org.apache.lucene.search.vectorhighlight中的类
-
- CustomFieldQuery(Query, IndexReader, FastVectorHighlighter) - 类 的构造器org.apache.lucene.search.vectorhighlight.CustomFieldQuery
-
- CustomFieldQuery(Query, IndexReader, boolean, boolean) - 类 的构造器org.apache.lucene.search.vectorhighlight.CustomFieldQuery
-
- CustomFieldsVisitor - org.elasticsearch.index.fieldvisitor中的类
-
A field visitor that allows to load a selection of the stored fields by exact name or by pattern.
- CustomFieldsVisitor(Set<String>, List<String>, boolean) - 类 的构造器org.elasticsearch.index.fieldvisitor.CustomFieldsVisitor
-
- CustomFieldsVisitor(Set<String>, boolean) - 类 的构造器org.elasticsearch.index.fieldvisitor.CustomFieldsVisitor
-
- customHeaders - 类 中的变量org.elasticsearch.rest.RestResponse
-
- customMetaDataUpgraders - 类 中的变量org.elasticsearch.plugins.MetaDataUpgrader
-
- CustomNormalizerProvider - org.elasticsearch.index.analysis中的类
-
A custom normalizer that is built out of a char and token filters.
- CustomNormalizerProvider(IndexSettings, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.CustomNormalizerProvider
-
- CustomPassageFormatter - org.apache.lucene.search.uhighlight中的类
-
Custom passage formatter that allows us to:
1) extract different snippets (instead of a single big string) together with their scores (
Snippet)
2) use the
Encoder implementations that are already used with the other highlighters
- CustomPassageFormatter(String, String, Encoder) - 类 的构造器org.apache.lucene.search.uhighlight.CustomPassageFormatter
-
- customPrototypes - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- CustomQueryScorer - org.elasticsearch.search.fetch.subphase.highlight中的类
-
- CustomQueryScorer(Query, IndexReader, String, String) - 类 的构造器org.elasticsearch.search.fetch.subphase.highlight.CustomQueryScorer
-
- CustomQueryScorer(Query, IndexReader, String) - 类 的构造器org.elasticsearch.search.fetch.subphase.highlight.CustomQueryScorer
-
- CustomQueryScorer(Query, String, String) - 类 的构造器org.elasticsearch.search.fetch.subphase.highlight.CustomQueryScorer
-
- CustomQueryScorer(Query, String) - 类 的构造器org.elasticsearch.search.fetch.subphase.highlight.CustomQueryScorer
-
- CustomQueryScorer(Query) - 类 的构造器org.elasticsearch.search.fetch.subphase.highlight.CustomQueryScorer
-
- CustomQueryScorer(WeightedSpanTerm[]) - 类 的构造器org.elasticsearch.search.fetch.subphase.highlight.CustomQueryScorer
-
- customs(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
-
- customs() - 类 中的方法org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
-
- customs(Map<String, IndexMetaData.Custom>) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
-
- customs() - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
-
- customs() - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
- customs() - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
- customs(ImmutableOpenMap<String, ClusterState.Custom>) - 类 中的方法org.elasticsearch.cluster.ClusterState.Builder
-
- customs() - 类 中的方法org.elasticsearch.cluster.ClusterState
-
- customs() - 类 中的方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- customs(ImmutableOpenMap<String, MetaData.Custom>) - 类 中的方法org.elasticsearch.cluster.metadata.MetaData.Builder
-
- customs() - 类 中的方法org.elasticsearch.cluster.metadata.MetaData
-
- customs(Map<String, IndexMetaData.Custom>) - 类 中的方法org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutRequest
-
- CustomUnifiedHighlighter - org.apache.lucene.search.uhighlight中的类
-
Subclass of the UnifiedHighlighter that works for a single field in a single document.
- CustomUnifiedHighlighter(IndexSearcher, Analyzer, UnifiedHighlighter.OffsetSource, PassageFormatter, Locale, BreakIterator, String, int) - 类 的构造器org.apache.lucene.search.uhighlight.CustomUnifiedHighlighter
-
- CUTOFF_FREQUENCY_FIELD - 类 中的静态变量org.elasticsearch.index.query.MatchQueryBuilder
-
- cutoffFrequency(float) - 类 中的方法org.elasticsearch.index.query.CommonTermsQueryBuilder
-
Sets the cutoff document frequency for high / low frequent terms.
- cutoffFrequency() - 类 中的方法org.elasticsearch.index.query.CommonTermsQueryBuilder
-
- cutoffFrequency(float) - 类 中的方法org.elasticsearch.index.query.MatchQueryBuilder
-
Set a cutoff value in [0..1] (or absolute number >=1) representing the
maximum threshold of a terms document frequency to be considered a low
frequency term.
- cutoffFrequency() - 类 中的方法org.elasticsearch.index.query.MatchQueryBuilder
-
Gets the optional cutoff value, can be null if not set previously
- cutoffFrequency(float) - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
Set a cutoff value in [0..1] (or absolute number >=1) representing the
maximum threshold of a terms document frequency to be considered a low
frequency term.
- cutoffFrequency(Float) - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
Set a cutoff value in [0..1] (or absolute number >=1) representing the
maximum threshold of a terms document frequency to be considered a low
frequency term.
- cutoffFrequency() - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- cutoffScore - 类 中的变量org.elasticsearch.search.suggest.phrase.NoisyChannelSpellChecker.Result
-
- cutoffScore - 类 中的变量org.elasticsearch.search.suggest.phrase.PhraseSuggestion.Entry
-
- CW - 枚举 中的静态变量org.elasticsearch.common.geo.builders.ShapeBuilder.Orientation
-
- CzechAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
- CzechAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.CzechAnalyzerProvider
-
- daemonThreadFactory(Settings, String) - 类 中的静态方法org.elasticsearch.common.util.concurrent.EsExecutors
-
- daemonThreadFactory(Settings, String...) - 类 中的静态方法org.elasticsearch.common.util.concurrent.EsExecutors
-
- daemonThreadFactory(String) - 类 中的静态方法org.elasticsearch.common.util.concurrent.EsExecutors
-
- DanglingIndicesState - org.elasticsearch.gateway中的类
-
The dangling indices state is responsible for finding new dangling indices (indices that have
their state written on disk, but don't exists in the metadata of the cluster), and importing
them into the cluster.
- DanglingIndicesState(Settings, NodeEnvironment, MetaStateService, LocalAllocateDangledIndices, ClusterService) - 类 的构造器org.elasticsearch.gateway.DanglingIndicesState
-
- DanishAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
- DanishAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.DanishAnalyzerProvider
-
- dataFiles() - 类 中的方法org.elasticsearch.env.Environment
-
The data location.
- DataOutputStreamOutput - org.elasticsearch.common.io.stream中的类
-
- DataOutputStreamOutput(DataOutput) - 类 的构造器org.elasticsearch.common.io.stream.DataOutputStreamOutput
-
- dataWithClusterFiles() - 类 中的方法org.elasticsearch.env.Environment
-
- date() - 类 中的方法org.elasticsearch.Build
-
- date() - 类 中的静态方法org.joda.time.format.StrictISODateTimeFormat
-
Returns a formatter for a full date as four digit year, two digit month
of year, and two digit day of month (yyyy-MM-dd).
- DATE_DETECTION - 类 中的静态变量org.elasticsearch.index.mapper.RootObjectMapper.Defaults
-
- DATE_FIELD_UNITS - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
-
- DATE_TIME_FORMATTER - 类 中的静态变量org.elasticsearch.cluster.routing.UnassignedInfo
-
- dateDetection - 类 中的变量org.elasticsearch.index.mapper.RootObjectMapper.Builder
-
- dateDetection() - 类 中的方法org.elasticsearch.index.mapper.RootObjectMapper
-
- dateElementParser() - 类 中的静态方法org.joda.time.format.StrictISODateTimeFormat
-
Returns a generic ISO date parser for parsing dates.
- dateField(String, String, long) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- DateFieldMapper - org.elasticsearch.index.mapper中的类
-
- DateFieldMapper.Builder - org.elasticsearch.index.mapper中的类
-
- DateFieldMapper.DateFieldType - org.elasticsearch.index.mapper中的类
-
- DateFieldMapper.Defaults - org.elasticsearch.index.mapper中的类
-
- DateFieldMapper.TypeParser - org.elasticsearch.index.mapper中的类
-
- dateHistogram(String) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
- DateHistogramAggregationBuilder - org.elasticsearch.search.aggregations.bucket.histogram中的类
-
A builder for histograms on date fields.
- DateHistogramAggregationBuilder(String) - 类 的构造器org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
-
Create a new builder with the given name.
- DateHistogramAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
-
Read from a stream, for internal use only.
- DateHistogramAggregatorFactory - org.elasticsearch.search.aggregations.bucket.histogram中的类
-
- DateHistogramAggregatorFactory(String, ValuesSourceConfig<ValuesSource.Numeric>, long, DateHistogramInterval, long, BucketOrder, boolean, long, Rounding, ExtendedBounds, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregatorFactory
-
- dateHistogramInterval() - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.DateHistogramValuesSourceBuilder
-
Returns the date interval that is set on this source
- dateHistogramInterval(DateHistogramInterval) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.DateHistogramValuesSourceBuilder
-
- dateHistogramInterval() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
-
Get the current date interval that is set on this builder.
- dateHistogramInterval(DateHistogramInterval) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
-
Set the interval on this builder, and return the builder so that calls can be chained.
- DateHistogramInterval - org.elasticsearch.search.aggregations.bucket.histogram中的类
-
The interval the date histogram is based on.
- DateHistogramInterval(String) - 类 的构造器org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
-
- DateHistogramInterval(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
-
Read from a stream.
- DateHistogramValuesSourceBuilder - org.elasticsearch.search.aggregations.bucket.composite中的类
-
- DateHistogramValuesSourceBuilder(String) - 类 的构造器org.elasticsearch.search.aggregations.bucket.composite.DateHistogramValuesSourceBuilder
-
- DateHistogramValuesSourceBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.composite.DateHistogramValuesSourceBuilder
-
- dateHour() - 类 中的静态方法org.joda.time.format.StrictISODateTimeFormat
-
Returns a formatter that combines a full date and two digit hour of
day.
- dateHourMinute() - 类 中的静态方法org.joda.time.format.StrictISODateTimeFormat
-
Returns a formatter that combines a full date, two digit hour of day,
and two digit minute of hour.
- dateHourMinuteSecond() - 类 中的静态方法org.joda.time.format.StrictISODateTimeFormat
-
Returns a formatter that combines a full date, two digit hour of day,
two digit minute of hour, and two digit second of
minute.
- dateHourMinuteSecondFraction() - 类 中的静态方法org.joda.time.format.StrictISODateTimeFormat
-
Returns a formatter that combines a full date, two digit hour of day,
two digit minute of hour, two digit second of minute, and three digit
fraction of second (yyyy-MM-dd'T'HH:mm:ss.SSS).
- dateHourMinuteSecondMillis() - 类 中的静态方法org.joda.time.format.StrictISODateTimeFormat
-
Returns a formatter that combines a full date, two digit hour of day,
two digit minute of hour, two digit second of minute, and three digit
fraction of second (yyyy-MM-dd'T'HH:mm:ss.SSS).
- DATELINE - 类 中的静态变量org.elasticsearch.common.geo.builders.ShapeBuilder
-
- DateMathParser - org.elasticsearch.common.joda中的类
-
A parser for date/time formatted text with optional date math.
- DateMathParser(FormatDateTimeFormatter) - 类 的构造器org.elasticsearch.common.joda.DateMathParser
-
- dateMathParser - 类 中的变量org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
-
- dateMathParser() - 类 中的方法org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
-
- dateOptionalTimeParser() - 类 中的静态方法org.joda.time.format.StrictISODateTimeFormat
-
Returns a generic ISO datetime parser where the date is mandatory and the time is optional.
- dateParser() - 类 中的静态方法org.joda.time.format.StrictISODateTimeFormat
-
Returns a generic ISO date parser for parsing dates with a possible zone.
- dateRange(String) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
- DateRangeAggregationBuilder - org.elasticsearch.search.aggregations.bucket.range中的类
-
- DateRangeAggregationBuilder(String) - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder
-
- DateRangeAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder
-
Read from a stream.
- DateRangeAggregatorFactory - org.elasticsearch.search.aggregations.bucket.range中的类
-
- DateRangeAggregatorFactory(String, ValuesSourceConfig<ValuesSource.Numeric>, RangeAggregator.Range[], boolean, InternalRange.Factory<?, ?>, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregatorFactory
-
- Dates(SortedNumericDocValues) - 类 的构造器org.elasticsearch.index.fielddata.ScriptDocValues.Dates
-
- DateTime(FormatDateTimeFormatter, DateTimeZone) - 类 的构造器org.elasticsearch.search.DocValueFormat.DateTime
-
- DateTime(StreamInput) - 类 的构造器org.elasticsearch.search.DocValueFormat.DateTime
-
- dateTime() - 类 中的静态方法org.joda.time.format.StrictISODateTimeFormat
-
Returns a formatter that combines a full date and time, separated by a 'T'
(yyyy-MM-dd'T'HH:mm:ss.SSSZZ).
- dateTimeFormatter(FormatDateTimeFormatter) - 类 中的方法org.elasticsearch.index.mapper.DateFieldMapper.Builder
-
- dateTimeFormatter - 类 中的变量org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
-
- dateTimeFormatter() - 类 中的方法org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
-
- dateTimeNoMillis() - 类 中的静态方法org.joda.time.format.StrictISODateTimeFormat
-
Returns a formatter that combines a full date and time without millis,
separated by a 'T' (yyyy-MM-dd'T'HH:mm:ssZZ).
- dateTimeParser() - 类 中的静态方法org.joda.time.format.StrictISODateTimeFormat
-
Returns a generic ISO datetime parser which parses either a date or a time or both.
- DateTimeUnit - org.elasticsearch.common.rounding中的枚举
-
- DAY - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
-
- days() - 类 中的方法org.elasticsearch.common.unit.TimeValue
-
- days(int) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
-
- daysFrac() - 类 中的方法org.elasticsearch.common.unit.TimeValue
-
- deactivate() - 类 中的方法org.elasticsearch.index.engine.Engine.IndexThrottle
-
Deactivate throttling, which switches the lock to be an always-acquirable NoOpLock
- deactivateThrottling() - 类 中的方法org.elasticsearch.index.engine.Engine
-
- deactivateThrottling() - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
- deactivateThrottling() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- deactivateThrottling(IndexShard) - 类 中的方法org.elasticsearch.indices.IndexingMemoryController
-
Asks this shard to stop throttling indexing to one thread
- Deadlock(ThreadInfo[]) - 类 的构造器org.elasticsearch.monitor.jvm.DeadlockAnalyzer.Deadlock
-
- DeadlockAnalyzer - org.elasticsearch.monitor.jvm中的类
-
- deadlockAnalyzer() - 类 中的静态方法org.elasticsearch.monitor.jvm.DeadlockAnalyzer
-
- DeadlockAnalyzer.Deadlock - org.elasticsearch.monitor.jvm中的类
-
- deassociateDeadNodes(ClusterState, boolean, String) - 类 中的方法org.elasticsearch.cluster.routing.allocation.AllocationService
-
unassigned an shards that are associated with nodes that are no longer part of the cluster, potentially promoting replicas
if needed.
- debugDecision(boolean) - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
- debugDecision() - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
- debugEnabled() - 类 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilder
-
- dec() - 类 中的方法org.elasticsearch.common.metrics.CounterMetric
-
- dec(long) - 类 中的方法org.elasticsearch.common.metrics.CounterMetric
-
- dec(long) - 类 中的方法org.elasticsearch.common.metrics.MeanMetric
-
- DECAY - 类 中的静态变量org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
-
- DecayFunction - org.elasticsearch.index.query.functionscore中的接口
-
Implement this interface to provide a decay function that is executed on a
distance.
- DecayFunctionBuilder<DFB extends DecayFunctionBuilder<DFB>> - org.elasticsearch.index.query.functionscore中的类
-
- DecayFunctionBuilder(String, Object, Object, Object) - 类 的构造器org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
-
Convenience constructor that converts its parameters into json to parse on the data nodes.
- DecayFunctionBuilder(String, Object, Object, Object, double) - 类 的构造器org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
-
Convenience constructor that converts its parameters into json to parse on the data nodes.
- DecayFunctionBuilder(String, BytesReference) - 类 的构造器org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
-
- DecayFunctionBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
-
Read from a stream.
- DecayFunctionBuilder.AbstractDistanceScoreFunction - org.elasticsearch.index.query.functionscore中的类
-
This is the base class for scoring a single field.
- DecayFunctionParser<DFB extends DecayFunctionBuilder<DFB>> - org.elasticsearch.index.query.functionscore中的类
-
Parser used for all decay functions, one instance each.
- DecayFunctionParser(BiFunction<String, BytesReference, DFB>) - 类 的构造器org.elasticsearch.index.query.functionscore.DecayFunctionParser
-
Create the parser using a method reference to a "create from bytes" constructor for the
DecayFunctionBuilder.
- decCurrentAsSource() - 类 中的方法org.elasticsearch.index.recovery.RecoveryStats
-
- decCurrentAsTarget() - 类 中的方法org.elasticsearch.index.recovery.RecoveryStats
-
- decideMove(ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator.Balancer
-
Makes a decision on whether to move a started shard to another node.
- deciders() - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
- decideShardAllocation(ShardRouting, RoutingAllocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator
-
- decideShardAllocation(ShardRouting, RoutingAllocation) - 接口 中的方法org.elasticsearch.cluster.routing.allocation.allocator.ShardsAllocator
-
Returns the decision for where a shard should reside in the cluster.
- decideUnassignedShardAllocation(ShardRouting, RoutingAllocation) - 类 中的方法org.elasticsearch.gateway.GatewayAllocator
-
Computes and returns the design for allocating a single unassigned shard.
- Decimal(String) - 类 的构造器org.elasticsearch.search.DocValueFormat.Decimal
-
- Decimal(StreamInput) - 类 的构造器org.elasticsearch.search.DocValueFormat.Decimal
-
- Decision - org.elasticsearch.cluster.routing.allocation.decider中的类
-
This abstract class defining basic
Decision used during shard
allocation process.
- Decision() - 类 的构造器org.elasticsearch.cluster.routing.allocation.decider.Decision
-
- decision(Decision, String, String, Object...) - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
Create a routing decision, including the reason if the debug flag is
turned on
- Decision.Multi - org.elasticsearch.cluster.routing.allocation.decider中的类
-
Simple class representing a list of decisions
- Decision.Single - org.elasticsearch.cluster.routing.allocation.decider中的类
-
Simple class representing a single decision
- Decision.Type - org.elasticsearch.cluster.routing.allocation.decider中的枚举
-
This enumeration defines the
possible types of decisions
- decisions() - 类 中的方法org.elasticsearch.cluster.routing.allocation.RerouteExplanation
-
- declareAcknowledgedField(ConstructingObjectParser<T, Void>) - 类 中的静态方法org.elasticsearch.action.support.master.AcknowledgedResponse
-
- declareAggregationFields(ObjectParser<? extends ParsedAggregation, Void>) - 类 中的静态方法org.elasticsearch.search.aggregations.ParsedAggregation
-
- declareAnyFields(AbstractObjectParser<? extends ValuesSourceAggregationBuilder<ValuesSource, ?>, T>, boolean, boolean) - 类 中的静态方法org.elasticsearch.search.aggregations.support.ValuesSourceParserHelper
-
- declareBoolean(BiConsumer<Value, Boolean>, ParseField) - 类 中的方法org.elasticsearch.common.xcontent.AbstractObjectParser
-
- declareBytesFields(AbstractObjectParser<? extends ValuesSourceAggregationBuilder<ValuesSource.Bytes, ?>, T>, boolean, boolean) - 类 中的静态方法org.elasticsearch.search.aggregations.support.ValuesSourceParserHelper
-
- declareCommonFields(ObjectParser<? extends Suggest.Suggestion.Entry<? extends Suggest.Suggestion.Entry.Option>, Void>) - 类 中的静态方法org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
-
- declareDouble(BiConsumer<Value, Double>, ParseField) - 类 中的方法org.elasticsearch.common.xcontent.AbstractObjectParser
-
- declareDoubleArray(BiConsumer<Value, List<Double>>, ParseField) - 类 中的方法org.elasticsearch.common.xcontent.AbstractObjectParser
-
- declareExtendedStatsFields(ObjectParser<? extends ParsedExtendedStats, Void>) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
-
- declareField(BiConsumer<Value, T>, ContextParser<Context, T>, ParseField, ObjectParser.ValueType) - 类 中的方法org.elasticsearch.common.xcontent.AbstractObjectParser
-
Declare some field.
- declareField(BiConsumer<Value, T>, CheckedFunction<XContentParser, T, IOException>, ParseField, ObjectParser.ValueType) - 类 中的方法org.elasticsearch.common.xcontent.AbstractObjectParser
-
- declareField(BiConsumer<Value, T>, ContextParser<Context, T>, ParseField, ObjectParser.ValueType) - 类 中的方法org.elasticsearch.common.xcontent.ConstructingObjectParser
-
- declareField(ObjectParser.Parser<Value, Context>, ParseField, ObjectParser.ValueType) - 类 中的方法org.elasticsearch.common.xcontent.ObjectParser
-
- declareField(BiConsumer<Value, T>, ContextParser<Context, T>, ParseField, ObjectParser.ValueType) - 类 中的方法org.elasticsearch.common.xcontent.ObjectParser
-
- declareFloat(BiConsumer<Value, Float>, ParseField) - 类 中的方法org.elasticsearch.common.xcontent.AbstractObjectParser
-
- declareFloatArray(BiConsumer<Value, List<Float>>, ParseField) - 类 中的方法org.elasticsearch.common.xcontent.AbstractObjectParser
-
- declareGeoFields(AbstractObjectParser<? extends ValuesSourceAggregationBuilder<ValuesSource.GeoPoint, ?>, T>, boolean, boolean) - 类 中的静态方法org.elasticsearch.search.aggregations.support.ValuesSourceParserHelper
-
- declareInnerHitsParseFields(ObjectParser<Map<String, Object>, Void>) - 类 中的静态方法org.elasticsearch.search.SearchHit
-
- declareInt(BiConsumer<Value, Integer>, ParseField) - 类 中的方法org.elasticsearch.common.xcontent.AbstractObjectParser
-
- declareIntArray(BiConsumer<Value, List<Integer>>, ParseField) - 类 中的方法org.elasticsearch.common.xcontent.AbstractObjectParser
-
- declareLong(BiConsumer<Value, Long>, ParseField) - 类 中的方法org.elasticsearch.common.xcontent.AbstractObjectParser
-
- declareLongArray(BiConsumer<Value, List<Long>>, ParseField) - 类 中的方法org.elasticsearch.common.xcontent.AbstractObjectParser
-
- declareMultiBucketAggregationFields(ObjectParser<? extends ParsedMultiBucketAggregation, Void>, CheckedFunction<XContentParser, ParsedMultiBucketAggregation.ParsedBucket, IOException>, CheckedFunction<XContentParser, ParsedMultiBucketAggregation.ParsedBucket, IOException>) - 类 中的静态方法org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation
-
- declareNamedObjects(BiConsumer<Value, List<T>>, ObjectParser.NamedObjectParser<T, Context>, ParseField) - 类 中的方法org.elasticsearch.common.xcontent.AbstractObjectParser
-
Declares named objects in the style of aggregations.
- declareNamedObjects(BiConsumer<Value, List<T>>, ObjectParser.NamedObjectParser<T, Context>, Consumer<Value>, ParseField) - 类 中的方法org.elasticsearch.common.xcontent.AbstractObjectParser
-
Declares named objects in the style of highlighting's field element.
- declareNamedObjects(BiConsumer<Value, List<T>>, ObjectParser.NamedObjectParser<T, Context>, ParseField) - 类 中的方法org.elasticsearch.common.xcontent.ConstructingObjectParser
-
- declareNamedObjects(BiConsumer<Value, List<T>>, ObjectParser.NamedObjectParser<T, Context>, Consumer<Value>, ParseField) - 类 中的方法org.elasticsearch.common.xcontent.ConstructingObjectParser
-
- declareNamedObjects(BiConsumer<Value, List<T>>, ObjectParser.NamedObjectParser<T, Context>, Consumer<Value>, ParseField) - 类 中的方法org.elasticsearch.common.xcontent.ObjectParser
-
- declareNamedObjects(BiConsumer<Value, List<T>>, ObjectParser.NamedObjectParser<T, Context>, ParseField) - 类 中的方法org.elasticsearch.common.xcontent.ObjectParser
-
- declareNumericFields(AbstractObjectParser<? extends ValuesSourceAggregationBuilder<ValuesSource.Numeric, ?>, T>, boolean, boolean, boolean) - 类 中的静态方法org.elasticsearch.search.aggregations.support.ValuesSourceParserHelper
-
- declareObject(BiConsumer<Value, T>, ContextParser<Context, T>, ParseField) - 类 中的方法org.elasticsearch.common.xcontent.AbstractObjectParser
-
- declareObjectArray(BiConsumer<Value, List<T>>, ContextParser<Context, T>, ParseField) - 类 中的方法org.elasticsearch.common.xcontent.AbstractObjectParser
-
- declareObjectOrDefault(BiConsumer<Value, T>, BiFunction<XContentParser, Context, T>, Supplier<T>, ParseField) - 类 中的方法org.elasticsearch.common.xcontent.ObjectParser
-
- declareParsedRangeFields(ObjectParser<? extends ParsedRange, Void>, CheckedFunction<XContentParser, ParsedRange.ParsedBucket, IOException>, CheckedFunction<XContentParser, ParsedRange.ParsedBucket, IOException>) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.range.ParsedRange
-
- declarePercentilesFields(ObjectParser<? extends ParsedPercentiles, Void>) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.percentiles.ParsedPercentiles
-
- declareRawObject(BiConsumer<Value, BytesReference>, ParseField) - 类 中的方法org.elasticsearch.common.xcontent.AbstractObjectParser
-
- declareSingleValueFields(ObjectParser<? extends ParsedSingleValueNumericMetricsAggregation, Void>, double) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.ParsedSingleValueNumericMetricsAggregation
-
- declareStatsFields(ObjectParser<? extends ParsedStats, Void>) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
-
- declareString(BiConsumer<Value, String>, ParseField) - 类 中的方法org.elasticsearch.common.xcontent.AbstractObjectParser
-
- declareStringArray(BiConsumer<Value, List<String>>, ParseField) - 类 中的方法org.elasticsearch.common.xcontent.AbstractObjectParser
-
- declareStringOrNull(BiConsumer<Value, String>, ParseField) - 类 中的方法org.elasticsearch.common.xcontent.AbstractObjectParser
-
- decode(String) - 接口 中的方法org.elasticsearch.common.path.PathTrie.Decoder
-
- decodeComponent(String) - 类 中的静态方法org.elasticsearch.rest.RestUtils
-
Decodes a bit of an URL encoded by a browser.
- decodeComponent(String, Charset) - 类 中的静态方法org.elasticsearch.rest.RestUtils
-
Decodes a bit of an URL encoded by a browser.
- decodeId(byte[]) - 类 中的静态方法org.elasticsearch.index.mapper.Uid
-
Decode an indexed id back to its original form.
- decodeId(byte[], int, int) - 类 中的静态方法org.elasticsearch.index.mapper.Uid
-
Decode an indexed id back to its original form.
- decodeLatitude(long) - 类 中的静态方法org.elasticsearch.common.geo.GeoHashUtils
-
decode latitude value from morton encoded geo point
- decodeLatitude(String) - 类 中的静态方法org.elasticsearch.common.geo.GeoHashUtils
-
returns the latitude value from the string based geohash
- decodeLatitude(long) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
-
- decodeLongitude(long) - 类 中的静态方法org.elasticsearch.common.geo.GeoHashUtils
-
decode longitude value from morton encoded geo point
- decodeLongitude(String) - 类 中的静态方法org.elasticsearch.common.geo.GeoHashUtils
-
returns the latitude value from the string based geohash
- decodeLongitude(long) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
-
- decodeQueryString(String, int, Map<String, String>) - 类 中的静态方法org.elasticsearch.rest.RestUtils
-
- decodeWeight(long) - 类 中的静态方法org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
-
cost -> weight
- decorate(CompoundProcessor, List<SimulateProcessorResult>) - 类 中的静态方法org.elasticsearch.action.ingest.TrackingResultProcessor
-
- decRef() - 类 中的方法org.elasticsearch.common.util.concurrent.AbstractRefCounted
-
- decRef() - 接口 中的方法org.elasticsearch.common.util.concurrent.RefCounted
-
Decreases the refCount of this instance.
- decRef() - 类 中的方法org.elasticsearch.index.store.Store
-
Decreases the refCount of this Store instance.
- decrementRecoveredOperations(int) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Translog
-
- decrypt(char[]) - 类 中的方法org.elasticsearch.common.settings.KeyStoreWrapper
-
Decrypts the underlying java keystore.
- dedup() - 类 中的方法org.elasticsearch.index.analysis.HunspellTokenFilterFactory
-
- DeDuplicatingTokenFilter - org.apache.lucene.analysis.miscellaneous中的类
-
Inspects token streams for duplicate sequences of tokens.
- DeDuplicatingTokenFilter(TokenStream, DuplicateByteSequenceSpotter) - 类 的构造器org.apache.lucene.analysis.miscellaneous.DeDuplicatingTokenFilter
-
- DeDuplicatingTokenFilter(TokenStream, DuplicateByteSequenceSpotter, boolean) - 类 的构造器org.apache.lucene.analysis.miscellaneous.DeDuplicatingTokenFilter
-
- DEFAULT - 枚举 中的静态变量org.elasticsearch.action.search.SearchType
-
- DEFAULT - 类 中的静态变量org.elasticsearch.action.support.ActiveShardCount
-
- DEFAULT - 类 中的静态变量org.elasticsearch.cluster.ClusterName
-
- DEFAULT - 枚举 中的静态变量org.elasticsearch.common.unit.DistanceUnit
-
- DEFAULT - 枚举 中的静态变量org.elasticsearch.index.query.GeoValidationMethod
-
- DEFAULT_ACCEPTABLE_OVERHEAD_RATIO - 类 中的静态变量org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
-
Default acceptable overhead ratio.
- DEFAULT_ACCURACY - 类 中的静态变量org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- DEFAULT_ACK_TIMEOUT - 类 中的静态变量org.elasticsearch.action.support.master.AcknowledgedRequest
-
- DEFAULT_ALPHA - 类 中的静态变量org.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel
-
- DEFAULT_ALPHA - 类 中的静态变量org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel
-
- DEFAULT_ALPHA - 类 中的静态变量org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
-
- DEFAULT_ANALYZE_WILDCARD - 类 中的静态变量org.elasticsearch.index.query.SimpleQueryStringBuilder
-
Default for wildcard analysis.
- DEFAULT_BACKOFF_DISCOUNT - 类 中的静态变量org.elasticsearch.search.suggest.phrase.StupidBackoff
-
- DEFAULT_BETA - 类 中的静态变量org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel
-
- DEFAULT_BETA - 类 中的静态变量org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
-
- DEFAULT_BOOST - 类 中的静态变量org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Boost terms in query based on score.
- DEFAULT_BOOST - 类 中的静态变量org.elasticsearch.index.query.AbstractQueryBuilder
-
Default for boost to apply to resulting Lucene query.
- DEFAULT_BOOST_MODE - 类 中的静态变量org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
- DEFAULT_BOOST_TERMS - 类 中的静态变量org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- DEFAULT_BUFFER_SIZE - 类 中的静态变量org.elasticsearch.index.translog.TranslogConfig
-
- DEFAULT_CHUNK_SIZE - 类 中的静态变量org.elasticsearch.index.shard.PrimaryReplicaSyncer
-
- DEFAULT_CHUNK_SIZE - 类 中的静态变量org.elasticsearch.indices.recovery.RecoverySettings
-
- DEFAULT_CLUSTER_ROUTING_ALLOCATION_NODE_CONCURRENT_RECOVERIES - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.decider.ThrottlingAllocationDecider
-
- DEFAULT_CLUSTER_ROUTING_ALLOCATION_NODE_INITIAL_PRIMARIES_RECOVERIES - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.decider.ThrottlingAllocationDecider
-
- DEFAULT_CODEC - 类 中的静态变量org.elasticsearch.index.codec.CodecService
-
- DEFAULT_CONNECT_TIMEOUT - 类 中的静态变量org.elasticsearch.index.reindex.RemoteInfo
-
- DEFAULT_CUTOFF_FREQ - 类 中的静态变量org.elasticsearch.index.query.CommonTermsQueryBuilder
-
- DEFAULT_DATE_PRINTER - 类 中的静态变量org.elasticsearch.common.xcontent.XContentBuilder
-
- DEFAULT_DATE_TIME_FORMATTER - 类 中的静态变量org.elasticsearch.index.mapper.DateFieldMapper
-
- DEFAULT_DECAY - 类 中的静态变量org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
-
- DEFAULT_DISABLE_COORD - 类 中的静态变量org.elasticsearch.index.query.CommonTermsQueryBuilder
-
- DEFAULT_DISTANCE_UNIT - 类 中的静态变量org.elasticsearch.index.query.GeoDistanceQueryBuilder
-
Default for distance unit computation.
- DEFAULT_ENABLE_POSITION_INCREMENTS - 类 中的静态变量org.elasticsearch.index.query.QueryStringQueryBuilder
-
- DEFAULT_ENCODER - 类 中的静态变量org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
-
the default encoder setting
- DEFAULT_ESCAPE - 类 中的静态变量org.elasticsearch.index.query.QueryStringQueryBuilder
-
- DEFAULT_EXPUNGE_DELETES_ALLOWED - 类 中的静态变量org.elasticsearch.index.MergePolicyConfig
-
- DEFAULT_FACTOR - 类 中的静态变量org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
-
- DEFAULT_FAIL_ON_UNSUPPORTED_FIELDS - 类 中的静态变量org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- DEFAULT_FIELD_NAMES - 类 中的静态变量org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Default field names.
- DEFAULT_FIELD_SETTING - 类 中的静态变量org.elasticsearch.index.IndexSettings
-
- DEFAULT_FIELD_SETTING_KEY - 类 中的静态变量org.elasticsearch.index.IndexSettings
-
- DEFAULT_FLAGS - 类 中的静态变量org.elasticsearch.index.query.SimpleQueryStringBuilder
-
Default for search flags to use.
- DEFAULT_FLAGS_VALUE - 类 中的静态变量org.elasticsearch.index.query.RegexpQueryBuilder
-
- DEFAULT_FLOOR_SEGMENT - 类 中的静态变量org.elasticsearch.index.MergePolicyConfig
-
- DEFAULT_FORCE_SOURCE - 类 中的静态变量org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
-
default for whether to highlight fields based on the source even if stored separately
- DEFAULT_FRAGMENT_CHAR_SIZE - 类 中的静态变量org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
-
the default number of fragments size in characters
- DEFAULT_FUZZINESS - 类 中的静态变量org.elasticsearch.index.query.FuzzyQueryBuilder
-
Default maximum edit distance.
- DEFAULT_FUZZINESS - 类 中的静态变量org.elasticsearch.index.query.QueryStringQueryBuilder
-
- DEFAULT_FUZZY_MAX_EXPANSIONS - 类 中的静态变量org.elasticsearch.index.query.QueryStringQueryBuilder
-
- DEFAULT_FUZZY_MAX_EXPANSIONS - 类 中的静态变量org.elasticsearch.index.query.SimpleQueryStringBuilder
-
Default number of terms fuzzy queries will expand to.
- DEFAULT_FUZZY_PREFIX_LENGTH - 类 中的静态变量org.elasticsearch.index.query.QueryStringQueryBuilder
-
- DEFAULT_FUZZY_PREFIX_LENGTH - 类 中的静态变量org.elasticsearch.index.query.SimpleQueryStringBuilder
-
Default for prefix length in fuzzy queries.
- DEFAULT_FUZZY_TRANSPOSITIONS - 类 中的静态变量org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- DEFAULT_FUZZY_TRANSPOSITIONS - 类 中的静态变量org.elasticsearch.index.query.QueryStringQueryBuilder
-
- DEFAULT_FUZZY_TRANSPOSITIONS - 类 中的静态变量org.elasticsearch.index.query.SimpleQueryStringBuilder
-
Default for using transpositions in fuzzy queries.
- DEFAULT_GAMMA - 类 中的静态变量org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
-
- DEFAULT_GC_DELETES - 类 中的静态变量org.elasticsearch.index.IndexSettings
-
Index setting to enable / disable deletes garbage collection.
- DEFAULT_GEO_DISTANCE - 类 中的静态变量org.elasticsearch.index.query.GeoDistanceQueryBuilder
-
Default for geo distance computation.
- DEFAULT_HEADERS_SETTING - 类 中的静态变量org.elasticsearch.common.util.concurrent.ThreadContext
-
- DEFAULT_HIGH_FREQ_OCCUR - 类 中的静态变量org.elasticsearch.index.query.CommonTermsQueryBuilder
-
- DEFAULT_HIGHLIGHT_FILTER - 类 中的静态变量org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
-
default for whether fvh should provide highlighting on filter clauses
- DEFAULT_IGNORE_UNMAPPED - 类 中的静态变量org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
The default value for ignore_unmapped.
- DEFAULT_IGNORE_UNMAPPED - 类 中的静态变量org.elasticsearch.index.query.GeoDistanceQueryBuilder
-
The default value for ignore_unmapped.
- DEFAULT_IGNORE_UNMAPPED - 类 中的静态变量org.elasticsearch.index.query.GeoPolygonQueryBuilder
-
The default value for ignore_unmapped.
- DEFAULT_IGNORE_UNMAPPED - 类 中的静态变量org.elasticsearch.index.query.GeoShapeQueryBuilder
-
The default value for ignore_unmapped.
- DEFAULT_IGNORE_UNMAPPED - 类 中的静态变量org.elasticsearch.index.query.NestedQueryBuilder
-
The default value for ignore_unmapped.
- DEFAULT_IN_ORDER - 类 中的静态变量org.elasticsearch.index.query.SpanNearQueryBuilder
-
Default for flag controlling whether matches are required to be in-order
- DEFAULT_INCLUDE - 类 中的静态变量org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- DEFAULT_INCLUDE_LOWER - 类 中的静态变量org.elasticsearch.index.query.RangeQueryBuilder
-
- DEFAULT_INCLUDE_UPPER - 类 中的静态变量org.elasticsearch.index.query.RangeQueryBuilder
-
- DEFAULT_INDICES_OPTIONS - 类 中的静态变量org.elasticsearch.action.search.SearchRequest
-
- DEFAULT_INNER_HIT_QUERY - 类 中的静态变量org.elasticsearch.index.query.InnerHitBuilder
-
- DEFAULT_INSTANCE - 类 中的静态变量org.elasticsearch.common.inject.internal.SourceProvider
-
- DEFAULT_KEEPALIVE_SETTING - 类 中的静态变量org.elasticsearch.search.SearchService
-
- DEFAULT_LAPLACE_ALPHA - 类 中的静态变量org.elasticsearch.search.suggest.phrase.Laplace
-
Default alpha parameter for laplace smoothing
- DEFAULT_LENIENCY - 类 中的静态变量org.elasticsearch.index.search.MatchQuery
-
the default leniency setting
- DEFAULT_LENIENT - 类 中的静态变量org.elasticsearch.index.query.SimpleQueryStringBuilder
-
Default for using lenient query parsing.
- DEFAULT_LENIENT_PARSING - 枚举 中的静态变量org.elasticsearch.index.query.GeoValidationMethod
-
- DEFAULT_LOW_FREQ_OCCUR - 类 中的静态变量org.elasticsearch.index.query.CommonTermsQueryBuilder
-
- DEFAULT_MAPPING - 类 中的静态变量org.elasticsearch.index.mapper.MapperService
-
- DEFAULT_MASTER_NODE_TIMEOUT - 类 中的静态变量org.elasticsearch.action.support.master.MasterNodeRequest
-
- DEFAULT_MAX_BOOST - 类 中的静态变量org.elasticsearch.common.lucene.search.function.FunctionScoreQuery
-
- DEFAULT_MAX_DETERMINED_STATES - 类 中的静态变量org.elasticsearch.index.query.QueryStringQueryBuilder
-
- DEFAULT_MAX_DETERMINIZED_STATES - 类 中的静态变量org.elasticsearch.index.query.RegexpQueryBuilder
-
- DEFAULT_MAX_DOC_FREQ - 类 中的静态变量org.elasticsearch.action.termvectors.TermVectorsFilter
-
- DEFAULT_MAX_DOC_FREQ - 类 中的静态变量org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Ignore words which occur in more than this many docs.
- DEFAULT_MAX_DOC_FREQ - 类 中的静态变量org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- DEFAULT_MAX_EDITS - 类 中的静态变量org.apache.lucene.search.suggest.analyzing.XFuzzySuggester
-
The default maximum number of edits for fuzzy
suggestions.
- DEFAULT_MAX_EDITS - 类 中的静态变量org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- DEFAULT_MAX_EXPANSIONS - 类 中的静态变量org.elasticsearch.index.query.FuzzyQueryBuilder
-
Default maximum number of terms that the fuzzy query will expand to.
- DEFAULT_MAX_EXPANSIONS - 类 中的静态变量org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- DEFAULT_MAX_INPUT_LENGTH - 类 中的静态变量org.elasticsearch.index.mapper.CompletionFieldMapper.Defaults
-
- DEFAULT_MAX_INSPECTIONS - 类 中的静态变量org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- DEFAULT_MAX_MERGE_AT_ONCE - 类 中的静态变量org.elasticsearch.index.MergePolicyConfig
-
- DEFAULT_MAX_MERGE_AT_ONCE_EXPLICIT - 类 中的静态变量org.elasticsearch.index.MergePolicyConfig
-
- DEFAULT_MAX_MERGED_SEGMENT - 类 中的静态变量org.elasticsearch.index.MergePolicyConfig
-
- DEFAULT_MAX_NUM_CELLS - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
-
- DEFAULT_MAX_NUM_TOKENS_PARSED - 类 中的静态变量org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Default maximum number of tokens to parse in each example doc field that is not stored with TermVector support.
- DEFAULT_MAX_OUTPUT_SIZE - 类 中的静态变量org.elasticsearch.index.analysis.FingerprintAnalyzerProvider
-
- DEFAULT_MAX_QUERY_TERMS - 类 中的静态变量org.elasticsearch.action.termvectors.TermVectorsFilter
-
- DEFAULT_MAX_QUERY_TERMS - 类 中的静态变量org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Return a Query with no more than this many terms.
- DEFAULT_MAX_QUERY_TERMS - 类 中的静态变量org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- DEFAULT_MAX_TERM_FREQ - 类 中的静态变量org.elasticsearch.action.termvectors.TermVectorsFilter
-
- DEFAULT_MAX_TERM_FREQ - 类 中的静态变量org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- DEFAULT_MAX_WORD_LENGTH - 类 中的静态变量org.elasticsearch.action.termvectors.TermVectorsFilter
-
- DEFAULT_MAX_WORD_LENGTH - 类 中的静态变量org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Ignore words greater than this length or if 0 then this has no effect.
- DEFAULT_MAX_WORD_LENGTH - 类 中的静态变量org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- DEFAULT_MIN_DOC_FREQ - 类 中的静态变量org.elasticsearch.action.termvectors.TermVectorsFilter
-
- DEFAULT_MIN_DOC_FREQ - 类 中的静态变量org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Ignore words which do not occur in at least this many docs.
- DEFAULT_MIN_DOC_FREQ - 类 中的静态变量org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- DEFAULT_MIN_DOC_FREQ - 类 中的静态变量org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- DEFAULT_MIN_FUZZY_LENGTH - 类 中的静态变量org.apache.lucene.search.suggest.analyzing.XFuzzySuggester
-
- DEFAULT_MIN_TERM_FREQ - 类 中的静态变量org.elasticsearch.action.termvectors.TermVectorsFilter
-
- DEFAULT_MIN_TERM_FREQ - 类 中的静态变量org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Ignore terms with less than this frequency in the source doc.
- DEFAULT_MIN_TERM_FREQ - 类 中的静态变量org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- DEFAULT_MIN_WORD_LENGTH - 类 中的静态变量org.elasticsearch.action.termvectors.TermVectorsFilter
-
- DEFAULT_MIN_WORD_LENGTH - 类 中的静态变量org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Ignore words less than this length or if 0 then this has no effect.
- DEFAULT_MIN_WORD_LENGTH - 类 中的静态变量org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- DEFAULT_MIN_WORD_LENGTH - 类 中的静态变量org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- DEFAULT_MINIMUM_SHOULD_MATCH - 类 中的静态变量org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- DEFAULT_MINIMUM_SHOULD_MATCH - 类 中的静态变量org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- DEFAULT_MODIFIER - 类 中的静态变量org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
-
- DEFAULT_MULTI_VALUE_MODE - 类 中的静态变量org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
-
- DEFAULT_NETWORK_HOST - 类 中的静态变量org.elasticsearch.common.network.NetworkService
-
By default, we bind to loopback interfaces
- DEFAULT_NO_MATCH_SIZE - 类 中的静态变量org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
-
default for fragment size when there are no matches
- DEFAULT_NON_FUZZY_PREFIX - 类 中的静态变量org.apache.lucene.search.suggest.analyzing.XFuzzySuggester
-
The default prefix length where edits are not allowed.
- DEFAULT_NUMBER_COERCE_POLICY - 类 中的静态变量org.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- DEFAULT_NUMBER_OF_FRAGMENTS - 类 中的静态变量org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
-
the default number of fragments for highlighting
- DEFAULT_OPERATOR - 类 中的静态变量org.elasticsearch.index.query.MatchQueryBuilder
-
The default mode terms are combined in a match query
- DEFAULT_OPERATOR - 类 中的静态变量org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- DEFAULT_OPERATOR - 类 中的静态变量org.elasticsearch.index.query.QueryStringQueryBuilder
-
- DEFAULT_OPERATOR - 类 中的静态变量org.elasticsearch.index.query.SimpleQueryStringBuilder
-
Default for default operator to use for linking boolean clauses.
- DEFAULT_PAD - 类 中的静态变量org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
-
- DEFAULT_PERCENTS - 类 中的静态变量org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
-
- DEFAULT_PERIOD - 类 中的静态变量org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
-
- DEFAULT_PHRASE_LIMIT - 类 中的静态变量org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
-
default for the maximum number of phrases the fvh will consider
- DEFAULT_PHRASE_SLOP - 类 中的静态变量org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- DEFAULT_PHRASE_SLOP - 类 中的静态变量org.elasticsearch.index.query.QueryStringQueryBuilder
-
- DEFAULT_PHRASE_SLOP - 类 中的静态变量org.elasticsearch.index.search.MatchQuery
-
the default phrase slop
- DEFAULT_POSITION_INCREMENTS - 类 中的静态变量org.elasticsearch.index.mapper.CompletionFieldMapper.Defaults
-
- DEFAULT_POST - 类 中的静态变量org.elasticsearch.index.query.SpanNotQueryBuilder
-
the default post parameter size
- DEFAULT_POST_TAGS - 类 中的静态变量org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
-
the default closing tag
- DEFAULT_PRE - 类 中的静态变量org.elasticsearch.index.query.SpanNotQueryBuilder
-
the default pre parameter size
- DEFAULT_PRE_FILTER_SHARD_SIZE - 类 中的静态变量org.elasticsearch.action.search.SearchRequest
-
- DEFAULT_PRE_TAGS - 类 中的静态变量org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
-
the default opening tag
- DEFAULT_PRECISION - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
-
- DEFAULT_PRECISION - 类 中的静态变量org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
-
- DEFAULT_PRECISION - 类 中的静态变量org.elasticsearch.search.suggest.completion.context.GeoContextMapping
-
- DEFAULT_PREFIX_LENGTH - 类 中的静态变量org.elasticsearch.index.query.FuzzyQueryBuilder
-
Default number of initial characters which will not be “fuzzified”.
- DEFAULT_PREFIX_LENGTH - 类 中的静态变量org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- DEFAULT_PREFIX_LENGTH - 类 中的静态变量org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- DEFAULT_PRESERVE_SEPARATORS - 类 中的静态变量org.elasticsearch.index.mapper.CompletionFieldMapper.Defaults
-
- DEFAULT_PROFILE - 类 中的静态变量org.elasticsearch.transport.TcpTransport
-
- DEFAULT_QUERYWEIGHT - 类 中的静态变量org.elasticsearch.search.rescore.QueryRescorerBuilder
-
- DEFAULT_REASON - 类 中的静态变量org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksRequest
-
- DEFAULT_RECLAIM_DELETES_WEIGHT - 类 中的静态变量org.elasticsearch.index.MergePolicyConfig
-
- DEFAULT_RECOVER_AFTER_TIME_IF_EXPECTED_NODES_IS_SET - 类 中的静态变量org.elasticsearch.gateway.GatewayService
-
- DEFAULT_REFRESH_INTERVAL - 类 中的静态变量org.elasticsearch.index.IndexSettings
-
- DEFAULT_REQUIRE_FIELD_MATCH - 类 中的静态变量org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
-
default for whether a field should be highlighted only if a query matches that field
- DEFAULT_RESCORE_QUERYWEIGHT - 类 中的静态变量org.elasticsearch.search.rescore.QueryRescorerBuilder
-
- DEFAULT_SCOPED_SETTINGS - 类 中的静态变量org.elasticsearch.common.settings.IndexScopedSettings
-
- DEFAULT_SCORE_MODE - 类 中的静态变量org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
- DEFAULT_SCORE_MODE - 类 中的静态变量org.elasticsearch.search.rescore.QueryRescorerBuilder
-
- DEFAULT_SCORE_ORDERED - 类 中的静态变量org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
-
default for highlight fragments being ordered by score
- DEFAULT_SCRIPT_FUNCTION - 类 中的静态变量org.elasticsearch.index.fielddata.plain.AbstractAtomicOrdinalsFieldData
-
- DEFAULT_SCRIPT_LANG - 类 中的静态变量org.elasticsearch.script.Script
-
The name of the of the default scripting language.
- DEFAULT_SCRIPT_TYPE - 类 中的静态变量org.elasticsearch.script.Script
-
- DEFAULT_SEARCH_TIMEOUT_SETTING - 类 中的静态变量org.elasticsearch.search.SearchService
-
- DEFAULT_SEASONALITY_TYPE - 类 中的静态变量org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
-
- DEFAULT_SEGMENTS_PER_TIER - 类 中的静态变量org.elasticsearch.index.MergePolicyConfig
-
- DEFAULT_SEPARATOR - 类 中的静态变量org.elasticsearch.index.analysis.FingerprintAnalyzerProvider
-
- DEFAULT_SHAPE_FIELD_NAME - 类 中的静态变量org.elasticsearch.index.query.GeoShapeQueryBuilder
-
- DEFAULT_SHAPE_INDEX_NAME - 类 中的静态变量org.elasticsearch.index.query.GeoShapeQueryBuilder
-
- DEFAULT_SHAPE_RELATION - 类 中的静态变量org.elasticsearch.index.query.GeoShapeQueryBuilder
-
- DEFAULT_SHARD_SAMPLE_SIZE - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder
-
- DEFAULT_SIMILARITY - 类 中的静态变量org.elasticsearch.index.similarity.SimilarityService
-
- DEFAULT_SLOP - 类 中的静态变量org.elasticsearch.index.query.SpanNearQueryBuilder
-
Default slop value, this is the same that lucene SpanNearQuery uses if no slop is provided
- DEFAULT_SOCKET_TIMEOUT - 类 中的静态变量org.elasticsearch.index.reindex.RemoteInfo
-
- DEFAULT_SORT - 类 中的静态变量org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- DEFAULT_STOP_WORDS - 类 中的静态变量org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Default set of stopwords.
- DEFAULT_STOP_WORDS - 类 中的静态变量org.elasticsearch.index.analysis.FingerprintAnalyzerProvider
-
- DEFAULT_STRING_DISTANCE - 类 中的静态变量org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- DEFAULT_STYLED_POST_TAGS - 类 中的静态变量org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
-
the default closing tags when tag_schema = "styled"
- DEFAULT_STYLED_PRE_TAG - 类 中的静态变量org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
-
the default opening tags when tag_schema = "styled"
- DEFAULT_SUGGEST_MODE - 类 中的静态变量org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- DEFAULT_TEMPLATE_LANG - 类 中的静态变量org.elasticsearch.script.Script
-
The name of the default template language.
- DEFAULT_TERMINATE_AFTER - 类 中的静态变量org.elasticsearch.search.internal.SearchContext
-
- DEFAULT_TIE_BREAKER - 类 中的静态变量org.elasticsearch.index.query.DisMaxQueryBuilder
-
Default multiplication factor for breaking ties in document scores.
- DEFAULT_TIMEOUT - 类 中的静态变量org.elasticsearch.action.support.replication.ReplicationRequest
-
- DEFAULT_TIMEOUT - 类 中的静态变量org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
-
- DEFAULT_TOKEN_LIMIT - 类 中的静态变量org.elasticsearch.search.suggest.phrase.NoisyChannelSpellChecker
-
- DEFAULT_TRANSPOSITIONS - 类 中的静态变量org.apache.lucene.search.suggest.analyzing.XFuzzySuggester
-
The default transposition value passed to LevenshteinAutomata
- DEFAULT_TRANSPOSITIONS - 类 中的静态变量org.elasticsearch.index.query.FuzzyQueryBuilder
-
Default as to whether transpositions should be treated as a primitive edit operation,
instead of classic Levenshtein algorithm.
- DEFAULT_TYPE - 类 中的静态变量org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
Default type for executing this query (memory as of this writing).
- DEFAULT_TYPE - 类 中的静态变量org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- DEFAULT_TYPE - 类 中的静态变量org.elasticsearch.index.query.QueryStringQueryBuilder
-
- DEFAULT_UNICODE_AWARE - 类 中的静态变量org.apache.lucene.search.suggest.analyzing.XFuzzySuggester
-
Measure maxEdits, minFuzzyLength, transpositions and nonFuzzyPrefix
parameters in Unicode code points (actual letters)
instead of bytes.
- DEFAULT_VALIDATION - 类 中的静态变量org.elasticsearch.search.sort.GeoDistanceSortBuilder
-
- DEFAULT_VERBOSE_MODE - 类 中的静态变量org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
-
- DEFAULT_WEIGHT - 类 中的静态变量org.elasticsearch.search.aggregations.AggregatorBase
-
The default "weight" that a bucket takes when performing an aggregation
- DEFAULT_WINDOW_SIZE - 类 中的静态变量org.elasticsearch.search.rescore.RescorerBuilder
-
- DEFAULT_ZERO_TERMS_QUERY - 类 中的静态变量org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- DEFAULT_ZERO_TERMS_QUERY - 类 中的静态变量org.elasticsearch.index.search.MatchQuery
-
the default zero terms query
- DefaultBindingScopingVisitor<V> - org.elasticsearch.common.inject.spi中的类
-
No-op visitor for subclassing.
- DefaultBindingScopingVisitor() - 类 的构造器org.elasticsearch.common.inject.spi.DefaultBindingScopingVisitor
-
- DefaultBindingTargetVisitor<T,V> - org.elasticsearch.common.inject.spi中的类
-
No-op visitor for subclassing.
- DefaultBindingTargetVisitor() - 类 的构造器org.elasticsearch.common.inject.spi.DefaultBindingTargetVisitor
-
- defaultConnectionProfile - 类 中的变量org.elasticsearch.transport.TcpTransport
-
- defaultDocValues(Version) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper.Builder
-
- defaultDocValues(Version) - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper.Builder
-
- DefaultElementVisitor<V> - org.elasticsearch.common.inject.spi中的类
-
No-op visitor for subclassing.
- DefaultElementVisitor() - 类 的构造器org.elasticsearch.common.inject.spi.DefaultElementVisitor
-
- defaultField(String) - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
The default field to run against when no prefix field is specified.
- defaultField() - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
- defaultFields() - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
- defaultFieldType - 类 中的变量org.elasticsearch.index.mapper.FieldMapper.Builder
-
- defaultFieldType - 类 中的变量org.elasticsearch.index.mapper.FieldMapper
-
- defaultFormat() - 枚举 中的方法org.elasticsearch.search.aggregations.support.ValueType
-
- defaultMappingType() - 枚举 中的方法org.elasticsearch.index.mapper.DynamicTemplate.XContentFieldType
-
- defaultOperator(Operator) - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
Sets the boolean operator of the query parser used to parse the query string.
- defaultOperator() - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
- defaultOperator(Operator) - 类 中的方法org.elasticsearch.index.query.SimpleQueryStringBuilder
-
Specify the default operator for the query.
- defaultOperator() - 类 中的方法org.elasticsearch.index.query.SimpleQueryStringBuilder
-
Returns the default operator for the query.
- defaultReuseAddress() - 类 中的静态方法org.elasticsearch.common.network.NetworkUtils
-
Returns system default for SO_REUSEADDR
- Defaults() - 类 的构造器org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest.Defaults
-
- Defaults() - 类 的构造器org.elasticsearch.action.admin.indices.upgrade.post.UpgradeRequest.Defaults
-
- Defaults() - 类 的构造器org.elasticsearch.index.mapper.AllFieldMapper.Defaults
-
- Defaults() - 类 的构造器org.elasticsearch.index.mapper.BinaryFieldMapper.Defaults
-
- Defaults() - 类 的构造器org.elasticsearch.index.mapper.BooleanFieldMapper.Defaults
-
- Defaults() - 类 的构造器org.elasticsearch.index.mapper.CompletionFieldMapper.Defaults
-
- Defaults() - 类 的构造器org.elasticsearch.index.mapper.DateFieldMapper.Defaults
-
- Defaults() - 类 的构造器org.elasticsearch.index.mapper.FieldNamesFieldMapper.Defaults
-
- Defaults() - 类 的构造器org.elasticsearch.index.mapper.GeoPointFieldMapper.Defaults
-
- Defaults() - 类 的构造器org.elasticsearch.index.mapper.GeoShapeFieldMapper.Defaults
-
- Defaults() - 类 的构造器org.elasticsearch.index.mapper.IdFieldMapper.Defaults
-
- Defaults() - 类 的构造器org.elasticsearch.index.mapper.IndexFieldMapper.Defaults
-
- Defaults() - 类 的构造器org.elasticsearch.index.mapper.IpFieldMapper.Defaults
-
- Defaults() - 类 的构造器org.elasticsearch.index.mapper.KeywordFieldMapper.Defaults
-
- Defaults() - 类 的构造器org.elasticsearch.index.mapper.NumberFieldMapper.Defaults
-
- Defaults() - 类 的构造器org.elasticsearch.index.mapper.ObjectMapper.Defaults
-
- Defaults() - 类 的构造器org.elasticsearch.index.mapper.ParentFieldMapper.Defaults
-
- Defaults() - 类 的构造器org.elasticsearch.index.mapper.RootObjectMapper.Defaults
-
- Defaults() - 类 的构造器org.elasticsearch.index.mapper.RoutingFieldMapper.Defaults
-
- Defaults() - 类 的构造器org.elasticsearch.index.mapper.SourceFieldMapper.Defaults
-
- Defaults() - 类 的构造器org.elasticsearch.index.mapper.TextFieldMapper.Defaults
-
- Defaults() - 类 的构造器org.elasticsearch.index.mapper.TypeFieldMapper.Defaults
-
- Defaults() - 类 的构造器org.elasticsearch.index.mapper.UidFieldMapper.Defaults
-
- Defaults() - 类 的构造器org.elasticsearch.index.mapper.VersionFieldMapper.Defaults
-
- DefaultShardOperationFailedException - org.elasticsearch.action.support中的类
-
- DefaultShardOperationFailedException() - 类 的构造器org.elasticsearch.action.support.DefaultShardOperationFailedException
-
- DefaultShardOperationFailedException(ElasticsearchException) - 类 的构造器org.elasticsearch.action.support.DefaultShardOperationFailedException
-
- DefaultShardOperationFailedException(String, int, Throwable) - 类 的构造器org.elasticsearch.action.support.DefaultShardOperationFailedException
-
- defaultStrategy() - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
-
- defaultValue - 类 中的变量org.elasticsearch.common.settings.Setting
-
- DeferableBucketAggregator - org.elasticsearch.search.aggregations.bucket中的类
-
- DeferableBucketAggregator(String, AggregatorFactories, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.DeferableBucketAggregator
-
- DeferringBucketCollector - org.elasticsearch.search.aggregations.bucket中的类
-
A
BucketCollector that records collected doc IDs and buckets and
allows to replay a subset of the collected buckets.
- DeferringBucketCollector() - 类 的构造器org.elasticsearch.search.aggregations.bucket.DeferringBucketCollector
-
Sole constructor.
- DeferringBucketCollector.WrappedAggregator - org.elasticsearch.search.aggregations.bucket中的类
-
- definition - 类 中的变量org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest.NameOrDefinition
-
- DeflateCompressor - org.elasticsearch.common.compress中的类
-
Compressor implementation based on the DEFLATE compression algorithm.
- DeflateCompressor() - 类 的构造器org.elasticsearch.common.compress.DeflateCompressor
-
- delayed(long, long, List<NodeAllocationResult>) - 类 中的静态方法org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
-
Returns a NO decision for a delayed shard allocation on a replica shard, with the individual node-level
decisions that comprised the final NO decision, if in explain mode.
- DelayedAllocationService - org.elasticsearch.cluster.routing中的类
-
The
DelayedAllocationService listens to cluster state changes and checks
if there are unassigned shards with delayed allocation (unassigned shards that have
the delay marker).
- DelayedAllocationService(Settings, ThreadPool, ClusterService, AllocationService) - 类 的构造器org.elasticsearch.cluster.routing.DelayedAllocationService
-
- delayPrepareBulkRequest(ThreadPool, TimeValue, int, AbstractRunnable) - 类 中的方法org.elasticsearch.index.reindex.WorkerBulkByScrollTaskState
-
Schedule prepareBulkRequestRunnable to run after some delay.
- DelayRecoveryException - org.elasticsearch.indices.recovery中的异常错误
-
An exception marking that this recovery attempt should be ignored (since probably, we already recovered).
- DelayRecoveryException(String) - 异常错误 的构造器org.elasticsearch.indices.recovery.DelayRecoveryException
-
- DelayRecoveryException(StreamInput) - 异常错误 的构造器org.elasticsearch.indices.recovery.DelayRecoveryException
-
- delDocCount - 类 中的变量org.elasticsearch.index.engine.Segment
-
- delegate - 类 中的变量org.elasticsearch.common.io.stream.FilterStreamInput
-
- delegate - 类 中的变量org.elasticsearch.common.lucene.IndexCommitDelegate
-
- DelegatingActionListener<Instigator extends ActionResponse,Delegated extends ActionResponse> - org.elasticsearch.action.support中的类
-
- DelegatingActionListener(ActionListener<Delegated>) - 类 的构造器org.elasticsearch.action.support.DelegatingActionListener
-
- DelegatingMapParams(Map<String, String>, ToXContent.Params) - 类 的构造器org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams
-
- DelegatingRoutingChangesObserver(RoutingChangesObserver...) - 类 的构造器org.elasticsearch.cluster.routing.RoutingChangesObserver.DelegatingRoutingChangesObserver
-
- delete(DeleteRequest) - 接口 中的方法org.elasticsearch.client.Client
-
Deletes a document from the index based on the index, type and id.
- delete(DeleteRequest, ActionListener<DeleteResponse>) - 接口 中的方法org.elasticsearch.client.Client
-
Deletes a document from the index based on the index, type and id.
- delete(DeleteIndexRequest) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Deletes an index based on the index name.
- delete(DeleteIndexRequest, ActionListener<DeleteIndexResponse>) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Deletes an index based on the index name.
- delete(DeleteRequest) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- delete(DeleteRequest, ActionListener<DeleteResponse>) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- delete(BlobPath) - 接口 中的方法org.elasticsearch.common.blobstore.BlobStore
-
Delete the blob store at the given
BlobPath.
- delete(BlobPath) - 类 中的方法org.elasticsearch.common.blobstore.fs.FsBlobStore
-
- delete() - 类 中的方法org.elasticsearch.common.lucene.IndexCommitDelegate
-
- delete(String, String) - 类 中的静态方法org.elasticsearch.common.Strings
-
Delete all occurrences of the given substring.
- delete(Engine.Delete) - 类 中的方法org.elasticsearch.index.engine.Engine
-
Perform document delete operation on the engine
- Delete(String, String, Term, long, long, long, VersionType, Engine.Operation.Origin, long) - 类 的构造器org.elasticsearch.index.engine.Engine.Delete
-
- Delete(String, String, Term) - 类 的构造器org.elasticsearch.index.engine.Engine.Delete
-
- Delete(Engine.Delete, VersionType) - 类 的构造器org.elasticsearch.index.engine.Engine.Delete
-
- delete(Engine.Delete) - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
- Delete(Engine.Delete, Engine.DeleteResult) - 类 的构造器org.elasticsearch.index.translog.Translog.Delete
-
- Delete(String, String, long, Term) - 类 的构造器org.elasticsearch.index.translog.Translog.Delete
-
utility for testing
- Delete(String, String, Term, long, long, long, VersionType) - 类 的构造器org.elasticsearch.index.translog.Translog.Delete
-
- delete(ClusterService, DeletePipelineRequest, ActionListener<WritePipelineResponse>) - 类 中的方法org.elasticsearch.ingest.PipelineStore
-
Deletes the pipeline specified by id in the request.
- delete(BlobContainer, String) - 类 中的方法org.elasticsearch.repositories.blobstore.BlobStoreFormat
-
Deletes obj in the blob container
- DeleteAction - org.elasticsearch.action.delete中的类
-
- deleteAny(String, String) - 类 中的静态方法org.elasticsearch.common.Strings
-
Delete any character in a given String.
- deleteBlob(String) - 接口 中的方法org.elasticsearch.common.blobstore.BlobContainer
-
Deletes a blob with giving name, if the blob exists.
- deleteBlob(String) - 类 中的方法org.elasticsearch.common.blobstore.fs.FsBlobContainer
-
- DeleteByQueryAction - org.elasticsearch.index.reindex中的类
-
- DeleteByQueryRequest - org.elasticsearch.index.reindex中的类
-
Creates a new
DeleteByQueryRequest that uses scrolling and bulk requests to delete all documents matching
the query.
- DeleteByQueryRequest() - 类 的构造器org.elasticsearch.index.reindex.DeleteByQueryRequest
-
- DeleteByQueryRequest(SearchRequest) - 类 的构造器org.elasticsearch.index.reindex.DeleteByQueryRequest
-
- DeleteByQueryRequestBuilder - org.elasticsearch.index.reindex中的类
-
- DeleteByQueryRequestBuilder(ElasticsearchClient, Action<DeleteByQueryRequest, BulkByScrollResponse, DeleteByQueryRequestBuilder>) - 类 的构造器org.elasticsearch.index.reindex.DeleteByQueryRequestBuilder
-
- DeleteFailedEngineException - org.elasticsearch.index.engine中的异常错误
-
已过时。
- DeleteFailedEngineException(StreamInput) - 异常错误 的构造器org.elasticsearch.index.engine.DeleteFailedEngineException
-
已过时。
- DeleteIndexAction - org.elasticsearch.action.admin.indices.delete中的类
-
- DeleteIndexClusterStateUpdateRequest - org.elasticsearch.action.admin.indices.delete中的类
-
Cluster state update request that allows to close one or more indices
- deleteIndexDirectorySafe(Index, long, IndexSettings) - 类 中的方法org.elasticsearch.env.NodeEnvironment
-
Deletes an indexes data directory recursively iff all of the indexes
shards locks were successfully acquired.
- deleteIndexDirectoryUnderLock(Index, IndexSettings) - 类 中的方法org.elasticsearch.env.NodeEnvironment
-
Deletes an indexes data directory recursively.
- DeleteIndexRequest - org.elasticsearch.action.admin.indices.delete中的类
-
A request to delete an index.
- DeleteIndexRequest() - 类 的构造器org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
-
- DeleteIndexRequest(String) - 类 的构造器org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
-
Constructs a new delete index request for the specified index.
- DeleteIndexRequest(String...) - 类 的构造器org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
-
Constructs a new delete index request for the specified indices.
- deleteIndexRequest(String) - 类 中的静态方法org.elasticsearch.client.Requests
-
Creates a delete index request.
- DeleteIndexRequestBuilder - org.elasticsearch.action.admin.indices.delete中的类
-
- DeleteIndexRequestBuilder(ElasticsearchClient, DeleteIndexAction, String...) - 类 的构造器org.elasticsearch.action.admin.indices.delete.DeleteIndexRequestBuilder
-
- DeleteIndexResponse - org.elasticsearch.action.admin.indices.delete中的类
-
A response for a delete index action.
- DeleteIndexTemplateAction - org.elasticsearch.action.admin.indices.template.delete中的类
-
- DeleteIndexTemplateRequest - org.elasticsearch.action.admin.indices.template.delete中的类
-
A request to delete an index template.
- DeleteIndexTemplateRequest() - 类 的构造器org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateRequest
-
- DeleteIndexTemplateRequest(String) - 类 的构造器org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateRequest
-
Constructs a new delete index request for the specified name.
- DeleteIndexTemplateRequestBuilder - org.elasticsearch.action.admin.indices.template.delete中的类
-
- DeleteIndexTemplateRequestBuilder(ElasticsearchClient, DeleteIndexTemplateAction) - 类 的构造器org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateRequestBuilder
-
- DeleteIndexTemplateRequestBuilder(ElasticsearchClient, DeleteIndexTemplateAction, String) - 类 的构造器org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateRequestBuilder
-
- DeleteIndexTemplateResponse - org.elasticsearch.action.admin.indices.template.delete中的类
-
A response for a delete index template.
- DeleteIndexTemplateResponse(boolean) - 类 的构造器org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateResponse
-
- deleteIndices(DeleteIndexClusterStateUpdateRequest, ActionListener<ClusterStateUpdateResponse>) - 类 中的方法org.elasticsearch.cluster.metadata.MetaDataDeleteIndexService
-
- deleteIndices(ClusterState, Set<Index>) - 类 中的方法org.elasticsearch.cluster.metadata.MetaDataDeleteIndexService
-
Delete some indices from the cluster state.
- deleteLeftoverShardDirectory(Logger, NodeEnvironment, ShardLock, IndexSettings) - 类 中的静态方法org.elasticsearch.index.shard.ShardPath
-
This method tries to delete left-over shards where the index name has been reused but the UUID is different
to allow the new shard to be allocated.
- deleteMetaState(Path...) - 类 中的静态方法org.elasticsearch.gateway.MetaDataStateFormat
-
Deletes all meta state directories recursively for the given data locations
- deletePipeline(DeletePipelineRequest, ActionListener<WritePipelineResponse>) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Deletes a stored ingest pipeline
- deletePipeline(DeletePipelineRequest) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Deletes a stored ingest pipeline
- DeletePipelineAction - org.elasticsearch.action.ingest中的类
-
- DeletePipelineAction() - 类 的构造器org.elasticsearch.action.ingest.DeletePipelineAction
-
- DeletePipelineRequest - org.elasticsearch.action.ingest中的类
-
- DeletePipelineRequest(String) - 类 的构造器org.elasticsearch.action.ingest.DeletePipelineRequest
-
- DeletePipelineRequestBuilder - org.elasticsearch.action.ingest中的类
-
- DeletePipelineRequestBuilder(ElasticsearchClient, DeletePipelineAction) - 类 的构造器org.elasticsearch.action.ingest.DeletePipelineRequestBuilder
-
- DeletePipelineRequestBuilder(ElasticsearchClient, DeletePipelineAction, String) - 类 的构造器org.elasticsearch.action.ingest.DeletePipelineRequestBuilder
-
- DeletePipelineTransportAction - org.elasticsearch.action.ingest中的类
-
- DeletePipelineTransportAction(Settings, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, NodeService) - 类 的构造器org.elasticsearch.action.ingest.DeletePipelineTransportAction
-
- deleteQuiet(String...) - 类 中的方法org.elasticsearch.index.store.Store
-
- deleteRepository(DeleteRepositoryRequest) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Unregisters a repository.
- deleteRepository(DeleteRepositoryRequest, ActionListener<DeleteRepositoryResponse>) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Unregisters a repository.
- DeleteRepositoryAction - org.elasticsearch.action.admin.cluster.repositories.delete中的类
-
Unregister repository action
- DeleteRepositoryRequest - org.elasticsearch.action.admin.cluster.repositories.delete中的类
-
Unregister repository request.
- DeleteRepositoryRequest() - 类 的构造器org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryRequest
-
- DeleteRepositoryRequest(String) - 类 的构造器org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryRequest
-
Constructs a new unregister repository request with the provided name.
- deleteRepositoryRequest(String) - 类 中的静态方法org.elasticsearch.client.Requests
-
Deletes registration for snapshot repository
- DeleteRepositoryRequestBuilder - org.elasticsearch.action.admin.cluster.repositories.delete中的类
-
Builder for unregister repository request
- DeleteRepositoryRequestBuilder(ElasticsearchClient, DeleteRepositoryAction) - 类 的构造器org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryRequestBuilder
-
Constructs unregister repository request builder
- DeleteRepositoryRequestBuilder(ElasticsearchClient, DeleteRepositoryAction, String) - 类 的构造器org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryRequestBuilder
-
Constructs unregister repository request builder with specified repository name
- DeleteRepositoryResponse - org.elasticsearch.action.admin.cluster.repositories.delete中的类
-
Unregister repository response
- DeleteRequest - org.elasticsearch.action.delete中的类
-
A request to delete a document from an index based on its type and id.
- DeleteRequest() - 类 的构造器org.elasticsearch.action.delete.DeleteRequest
-
- DeleteRequest(String) - 类 的构造器org.elasticsearch.action.delete.DeleteRequest
-
Constructs a new delete request against the specified index.
- DeleteRequest(String, String, String) - 类 的构造器org.elasticsearch.action.delete.DeleteRequest
-
Constructs a new delete request against the specified index with the type and id.
- deleteRequest(String) - 类 中的静态方法org.elasticsearch.client.Requests
-
Creates a delete request against a specific index.
- DeleteRequestBuilder - org.elasticsearch.action.delete中的类
-
A delete document action request builder.
- DeleteRequestBuilder(ElasticsearchClient, DeleteAction) - 类 的构造器org.elasticsearch.action.delete.DeleteRequestBuilder
-
- DeleteRequestBuilder(ElasticsearchClient, DeleteAction, String) - 类 的构造器org.elasticsearch.action.delete.DeleteRequestBuilder
-
- DeleteResponse - org.elasticsearch.action.delete中的类
-
The response of the delete action.
- DeleteResponse() - 类 的构造器org.elasticsearch.action.delete.DeleteResponse
-
- DeleteResponse(ShardId, String, String, long, long, long, boolean) - 类 的构造器org.elasticsearch.action.delete.DeleteResponse
-
- DeleteResponse.Builder - org.elasticsearch.action.delete中的类
-
- DeleteResult(long, long, boolean) - 类 的构造器org.elasticsearch.index.engine.Engine.DeleteResult
-
- DeleteResult(Exception, long, long, boolean) - 类 的构造器org.elasticsearch.index.engine.Engine.DeleteResult
-
- deletes - 类 中的变量org.elasticsearch.cluster.DiffableUtils.MapDiff
-
- deleteScript(String) - 类 中的方法org.elasticsearch.script.ScriptMetaData.Builder
-
Delete a script from the existing stored scripts based on a user-specified id.
- deleteShardDirectorySafe(ShardId, IndexSettings) - 类 中的方法org.elasticsearch.env.NodeEnvironment
-
Deletes a shard data directory iff the shards locks were successfully acquired.
- deleteShardDirectoryUnderLock(ShardLock, IndexSettings) - 类 中的方法org.elasticsearch.env.NodeEnvironment
-
Deletes a shard data directory.
- deleteShardStore(String, ShardLock, IndexSettings) - 接口 中的方法org.elasticsearch.index.IndexService.ShardStoreDeleter
-
- deleteShardStore(String, ShardLock, IndexSettings) - 类 中的方法org.elasticsearch.indices.IndicesService
-
Deletes the shard with an already acquired shard lock.
- deleteShardStore(String, ShardId, ClusterState) - 类 中的方法org.elasticsearch.indices.IndicesService
-
This method deletes the shard contents on disk for the given shard ID.
- deleteSnapshot(DeleteSnapshotRequest) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Delete snapshot.
- deleteSnapshot(DeleteSnapshotRequest, ActionListener<DeleteSnapshotResponse>) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Delete snapshot.
- deleteSnapshot(SnapshotId, long) - 类 中的方法org.elasticsearch.repositories.blobstore.BlobStoreRepository
-
- deleteSnapshot(SnapshotId, long) - 接口 中的方法org.elasticsearch.repositories.Repository
-
Deletes snapshot
- deleteSnapshot(String, String, SnapshotsService.DeleteSnapshotListener, boolean) - 类 中的方法org.elasticsearch.snapshots.SnapshotsService
-
Deletes a snapshot from the repository, looking up the
Snapshot reference before deleting.
- DeleteSnapshotAction - org.elasticsearch.action.admin.cluster.snapshots.delete中的类
-
Delete snapshot action
- DeleteSnapshotRequest - org.elasticsearch.action.admin.cluster.snapshots.delete中的类
-
Delete snapshot request
Delete snapshot request removes the snapshot record from the repository and cleans up all
files that are associated with this particular snapshot.
- DeleteSnapshotRequest() - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequest
-
Constructs a new delete snapshots request
- DeleteSnapshotRequest(String, String) - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequest
-
Constructs a new delete snapshots request with repository and snapshot name
- DeleteSnapshotRequest(String) - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequest
-
Constructs a new delete snapshots request with repository name
- deleteSnapshotRequest(String, String) - 类 中的静态方法org.elasticsearch.client.Requests
-
Deletes a snapshot
- DeleteSnapshotRequestBuilder - org.elasticsearch.action.admin.cluster.snapshots.delete中的类
-
Delete snapshot request builder
- DeleteSnapshotRequestBuilder(ElasticsearchClient, DeleteSnapshotAction) - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequestBuilder
-
Constructs delete snapshot request builder
- DeleteSnapshotRequestBuilder(ElasticsearchClient, DeleteSnapshotAction, String, String) - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequestBuilder
-
Constructs delete snapshot request builder with specified repository and snapshot names
- DeleteSnapshotResponse - org.elasticsearch.action.admin.cluster.snapshots.delete中的类
-
Delete snapshot response
- deleteStoredScript(DeleteStoredScriptRequest, ActionListener<DeleteStoredScriptResponse>) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Delete a script from the cluster state
- deleteStoredScript(DeleteStoredScriptRequest) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Delete a script from the cluster state
- deleteStoredScript(ClusterService, DeleteStoredScriptRequest, ActionListener<DeleteStoredScriptResponse>) - 类 中的方法org.elasticsearch.script.ScriptService
-
- DeleteStoredScriptAction - org.elasticsearch.action.admin.cluster.storedscripts中的类
-
- DeleteStoredScriptRequest - org.elasticsearch.action.admin.cluster.storedscripts中的类
-
- DeleteStoredScriptRequest(String) - 类 的构造器org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptRequest
-
- DeleteStoredScriptRequestBuilder - org.elasticsearch.action.admin.cluster.storedscripts中的类
-
- DeleteStoredScriptRequestBuilder(ElasticsearchClient, DeleteStoredScriptAction) - 类 的构造器org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptRequestBuilder
-
- DeleteStoredScriptResponse - org.elasticsearch.action.admin.cluster.storedscripts中的类
-
- DeleteStoredScriptResponse(boolean) - 类 的构造器org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptResponse
-
- deleteSubDirectories(Path...) - 类 中的静态方法org.elasticsearch.common.io.FileSystemUtils
-
Deletes all subdirectories in the given path recursively
- deleteTemplate(DeleteIndexTemplateRequest) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Deletes index template.
- deleteTemplate(DeleteIndexTemplateRequest, ActionListener<DeleteIndexTemplateResponse>) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Deletes an index template.
- deleteUnassignedIndex(String, IndexMetaData, ClusterState) - 接口 中的方法org.elasticsearch.indices.cluster.IndicesClusterStateService.AllocatedIndices
-
Deletes an index that is not assigned to this node.
- deleteUnassignedIndex(String, IndexMetaData, ClusterState) - 类 中的方法org.elasticsearch.indices.IndicesService
-
Deletes an index that is not assigned to this node.
- delimitedListToStringArray(String, String) - 类 中的静态方法org.elasticsearch.common.Strings
-
Take a String which is a delimited list and convert it to a String array.
- delimitedListToStringArray(String, String, String) - 类 中的静态方法org.elasticsearch.common.Strings
-
Take a String which is a delimited list and convert it to a String array.
- DELIMITER - 类 中的静态变量org.elasticsearch.index.mapper.Uid
-
- DELIMITER_BYTE - 类 中的静态变量org.elasticsearch.index.mapper.Uid
-
- delta(DiscoveryNodes) - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes
-
Returns the changes comparing this nodes to the provided nodes.
- Dependency<T> - org.elasticsearch.common.inject.spi中的类
-
A variable that can be resolved by an injector.
- deprecated(String, Object...) - 类 中的方法org.elasticsearch.common.logging.DeprecationLogger
-
Logs a deprecation message, adding a formatted warning message as a response header on the thread context.
- deprecatedAndMaybeLog(String, String, Object...) - 类 中的方法org.elasticsearch.common.logging.DeprecationLogger
-
Adds a formatted warning message as a response header on the thread context, and logs a deprecation message if the associated key has
not recently been seen.
- deprecationLogger - 类 中的变量org.elasticsearch.common.component.AbstractComponent
-
- DeprecationLogger - org.elasticsearch.common.logging中的类
-
A logger that logs deprecation notices.
- DeprecationLogger(Logger) - 类 的构造器org.elasticsearch.common.logging.DeprecationLogger
-
Creates a new deprecation logger based on the parent logger.
- deprecationLogger - 类 中的变量org.elasticsearch.index.AbstractIndexComponent
-
- deprecationLogger - 类 中的静态变量org.elasticsearch.index.fielddata.ScriptDocValues.Dates
-
- deprecationLogger - 类 中的静态变量org.elasticsearch.index.fielddata.ScriptDocValues.Longs
-
- deprecationLogger - 类 中的变量org.elasticsearch.index.shard.AbstractIndexShardComponent
-
- DeprecationRestHandler - org.elasticsearch.rest中的类
-
DeprecationRestHandler provides a proxy for any existing
RestHandler so that usage of the handler can be
logged using the
DeprecationLogger.
- DeprecationRestHandler(RestHandler, String, DeprecationLogger) - 类 的构造器org.elasticsearch.rest.DeprecationRestHandler
-
Create a
DeprecationRestHandler that encapsulates the
handler using the
deprecationLogger to log
deprecation
warning.
- deque(Recycler.C<T>, int) - 枚举 中的静态方法org.elasticsearch.common.recycler.Recyclers
-
Return a recycler based on a deque.
- dequeFactory(Recycler.C<T>, int) - 枚举 中的静态方法org.elasticsearch.common.recycler.Recyclers
-
Return a recycler based on a deque.
- DequeRecycler<T> - org.elasticsearch.common.recycler中的类
-
A
Recycler implementation based on a
Deque.
- DequeRecycler(Recycler.C<T>, Deque<T>, int) - 类 的构造器org.elasticsearch.common.recycler.DequeRecycler
-
- Derivative - org.elasticsearch.search.aggregations.pipeline.derivative中的接口
-
- derivative(String, String) - 类 中的静态方法org.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilders
-
- DerivativePipelineAggregationBuilder - org.elasticsearch.search.aggregations.pipeline.derivative中的类
-
- DerivativePipelineAggregationBuilder(String, String) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
-
- DerivativePipelineAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
-
Read from a stream.
- DerivativePipelineAggregator - org.elasticsearch.search.aggregations.pipeline.derivative中的类
-
- DerivativePipelineAggregator(String, String[], DocValueFormat, BucketHelpers.GapPolicy, Long, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregator
-
- DerivativePipelineAggregator(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregator
-
Read from a stream.
- descendsFromBucketAggregator(Aggregator) - 类 中的静态方法org.elasticsearch.search.aggregations.Aggregator
-
- describeParams() - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Describe the parameters that control how the "more like this" query is formed.
- describeTasks(List<T>) - 接口 中的方法org.elasticsearch.cluster.ClusterStateTaskExecutor
-
Builds a concise description of a list of tasks (to be used in logging etc.).
- describeTasks(List<ClusterStateUpdateTask>) - 类 中的方法org.elasticsearch.cluster.ClusterStateUpdateTask
-
- describeTasks(List<LocalClusterUpdateTask>) - 类 中的方法org.elasticsearch.cluster.LocalClusterUpdateTask
-
- describeTasks(List<? extends TaskBatcher.BatchedTask>) - 类 中的方法org.elasticsearch.cluster.service.TaskBatcher.BatchedTask
-
- description() - 类 中的方法org.elasticsearch.cluster.block.ClusterBlock
-
- description() - 枚举 中的方法org.elasticsearch.search.aggregations.support.ValueType
-
- destination() - 类 中的方法org.elasticsearch.index.reindex.ReindexRequestBuilder
-
- destination(String) - 类 中的方法org.elasticsearch.index.reindex.ReindexRequestBuilder
-
Set the destination index.
- destination(String, String) - 类 中的方法org.elasticsearch.index.reindex.ReindexRequestBuilder
-
Set the destination index and type.
- destroy(T) - 类 中的方法org.elasticsearch.common.recycler.AbstractRecyclerC
-
- destroy(T) - 接口 中的方法org.elasticsearch.common.recycler.Recycler.C
-
Destroy the data.
- DestructiveOperations - org.elasticsearch.action.support中的类
-
Helper for dealing with destructive operations and wildcard usage.
- DestructiveOperations(Settings, ClusterSettings) - 类 的构造器org.elasticsearch.action.support.DestructiveOperations
-
- detail() - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse
-
- DetailAnalyzeResponse - org.elasticsearch.action.admin.indices.analyze中的类
-
- DetailAnalyzeResponse(DetailAnalyzeResponse.AnalyzeTokenList) - 类 的构造器org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
-
- DetailAnalyzeResponse(DetailAnalyzeResponse.CharFilteredText[], DetailAnalyzeResponse.AnalyzeTokenList, DetailAnalyzeResponse.AnalyzeTokenList[]) - 类 的构造器org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
-
- DetailAnalyzeResponse(boolean, DetailAnalyzeResponse.AnalyzeTokenList, DetailAnalyzeResponse.CharFilteredText[], DetailAnalyzeResponse.AnalyzeTokenList, DetailAnalyzeResponse.AnalyzeTokenList[]) - 类 的构造器org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
-
- DetailAnalyzeResponse.AnalyzeTokenList - org.elasticsearch.action.admin.indices.analyze中的类
-
- DetailAnalyzeResponse.CharFilteredText - org.elasticsearch.action.admin.indices.analyze中的类
-
- detailed() - 类 中的方法org.elasticsearch.action.admin.indices.recovery.RecoveryRequest
-
True if detailed flag is set, false otherwise.
- detailed(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.recovery.RecoveryRequest
-
Set value of the detailed flag.
- detailed() - 类 中的方法org.elasticsearch.action.admin.indices.recovery.RecoveryResponse
-
- detailed(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.recovery.RecoveryResponse
-
- detailedErrorsEnabled - 类 中的变量org.elasticsearch.rest.AbstractRestChannel
-
- detailedErrorsEnabled() - 类 中的方法org.elasticsearch.rest.AbstractRestChannel
-
- detailedErrorsEnabled() - 接口 中的方法org.elasticsearch.rest.RestChannel
-
- detailedMessage(Throwable) - 类 中的静态方法org.elasticsearch.ExceptionsHelper
-
- detect() - 类 中的方法org.elasticsearch.monitor.jvm.HotThreads
-
- detectNoop(boolean) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
Should this update attempt to detect if it is a noop?
- detectNoop() - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
Should this update attempt to detect if it is a noop?
- DeviceStats(int, int, String, long, long, long, long, FsInfo.DeviceStats) - 类 的构造器org.elasticsearch.monitor.fs.FsInfo.DeviceStats
-
- DeviceStats(StreamInput) - 类 的构造器org.elasticsearch.monitor.fs.FsInfo.DeviceStats
-
- DFISimilarityProvider - org.elasticsearch.index.similarity中的类
-
- DFISimilarityProvider(String, Settings, Settings) - 类 的构造器org.elasticsearch.index.similarity.DFISimilarityProvider
-
- DFRSimilarityProvider - org.elasticsearch.index.similarity中的类
-
- DFRSimilarityProvider(String, Settings, Settings) - 类 的构造器org.elasticsearch.index.similarity.DFRSimilarityProvider
-
- dfs() - 类 中的方法org.elasticsearch.search.query.QuerySearchRequest
-
- DFS_ACTION_NAME - 类 中的静态变量org.elasticsearch.action.search.SearchTransportService
-
- DfsPhase - org.elasticsearch.search.dfs中的类
-
Dfs phase of a search request, used to make scoring 100% accurate by collecting additional info from each shard before the query phase.
- DfsPhase() - 类 的构造器org.elasticsearch.search.dfs.DfsPhase
-
- DfsPhaseExecutionException - org.elasticsearch.search.dfs中的异常错误
-
- DfsPhaseExecutionException(SearchContext, String, Throwable) - 异常错误 的构造器org.elasticsearch.search.dfs.DfsPhaseExecutionException
-
- DfsPhaseExecutionException(SearchContext, String) - 异常错误 的构造器org.elasticsearch.search.dfs.DfsPhaseExecutionException
-
- DfsPhaseExecutionException(StreamInput) - 异常错误 的构造器org.elasticsearch.search.dfs.DfsPhaseExecutionException
-
- dfsResult() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- dfsResult() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- DfsSearchResult - org.elasticsearch.search.dfs中的类
-
- DfsSearchResult() - 类 的构造器org.elasticsearch.search.dfs.DfsSearchResult
-
- DfsSearchResult(long, SearchShardTarget) - 类 的构造器org.elasticsearch.search.dfs.DfsSearchResult
-
- diff(T) - 类 中的方法org.elasticsearch.cluster.AbstractDiffable
-
- diff(T) - 类 中的方法org.elasticsearch.cluster.AbstractNamedDiffable
-
- diff(ClusterState) - 类 中的方法org.elasticsearch.cluster.ClusterState
-
- Diff<T> - org.elasticsearch.cluster中的接口
-
Represents difference between states of cluster state parts
- diff(T) - 接口 中的方法org.elasticsearch.cluster.Diffable
-
Returns serializable object representing differences between this and previousState
- diff(ImmutableOpenMap<K, T>, ImmutableOpenMap<K, T>, DiffableUtils.KeySerializer<K>) - 类 中的静态方法org.elasticsearch.cluster.DiffableUtils
-
Calculates diff between two ImmutableOpenMaps of Diffable objects
- diff(ImmutableOpenMap<K, T>, ImmutableOpenMap<K, T>, DiffableUtils.KeySerializer<K>, DiffableUtils.ValueSerializer<K, T>) - 类 中的静态方法org.elasticsearch.cluster.DiffableUtils
-
Calculates diff between two ImmutableOpenMaps of non-diffable objects
- diff(ImmutableOpenIntMap<T>, ImmutableOpenIntMap<T>, DiffableUtils.KeySerializer<Integer>) - 类 中的静态方法org.elasticsearch.cluster.DiffableUtils
-
Calculates diff between two ImmutableOpenIntMaps of Diffable objects
- diff(ImmutableOpenIntMap<T>, ImmutableOpenIntMap<T>, DiffableUtils.KeySerializer<Integer>, DiffableUtils.ValueSerializer<Integer, T>) - 类 中的静态方法org.elasticsearch.cluster.DiffableUtils
-
Calculates diff between two ImmutableOpenIntMaps of non-diffable objects
- diff(Map<K, T>, Map<K, T>, DiffableUtils.KeySerializer<K>) - 类 中的静态方法org.elasticsearch.cluster.DiffableUtils
-
Calculates diff between two Maps of Diffable objects.
- diff(Map<K, T>, Map<K, T>, DiffableUtils.KeySerializer<K>, DiffableUtils.ValueSerializer<K, T>) - 类 中的静态方法org.elasticsearch.cluster.DiffableUtils
-
Calculates diff between two Maps of non-diffable objects
- diff(V, V) - 类 中的方法org.elasticsearch.cluster.DiffableUtils.DiffableValueSerializer
-
- diff(V, V) - 类 中的方法org.elasticsearch.cluster.DiffableUtils.NonDiffableValueSerializer
-
- diff(V, V) - 接口 中的方法org.elasticsearch.cluster.DiffableUtils.ValueSerializer
-
Computes diff if this serializer supports diffable values
- diff(MetaData.Custom) - 类 中的方法org.elasticsearch.cluster.metadata.IndexGraveyard
-
- diff(IndexMetaData) - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
- diff(MetaData) - 类 中的方法org.elasticsearch.cluster.metadata.MetaData
-
- diff(RoutingTable) - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable
-
- diff(Settings, Settings) - 类 中的方法org.elasticsearch.common.settings.AbstractScopedSettings
-
Returns a settings object that contains all settings that are not
already set in the given source.
- diff(Settings.Builder, Settings, Settings) - 类 中的方法org.elasticsearch.common.settings.SecureSetting
-
Overrides the diff operation to make this a no-op for secure settings as they shouldn't be returned in a diff
- diff(Settings.Builder, Settings, Settings) - 类 中的方法org.elasticsearch.common.settings.Setting.AffixSetting
-
- diff(Settings.Builder, Settings, Settings) - 类 中的方法org.elasticsearch.common.settings.Setting
-
Add this setting to the builder if it doesn't exists in the source settings.
- diff(MetaData.Custom) - 类 中的方法org.elasticsearch.ingest.IngestMetadata
-
- diff(MetaData.Custom) - 类 中的方法org.elasticsearch.script.ScriptMetaData
-
- diff(String, String) - 类 中的静态方法org.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilders
-
- Diffable<T> - org.elasticsearch.cluster中的接口
-
Cluster state part, changes in which can be serialized
- DiffableUtils - org.elasticsearch.cluster中的类
-
- DiffableUtils.DiffableValueReader<K,V extends Diffable<V>> - org.elasticsearch.cluster中的类
-
Implementation of the ValueSerializer that wraps value and diff readers.
- DiffableUtils.DiffableValueSerializer<K,V extends Diffable<V>> - org.elasticsearch.cluster中的类
-
Serializer for Diffable map values.
- DiffableUtils.ImmutableOpenMapDiff<K,T> - org.elasticsearch.cluster中的类
-
Represents differences between two ImmutableOpenMap of (possibly diffable) objects
- DiffableUtils.KeySerializer<K> - org.elasticsearch.cluster中的接口
-
Provides read and write operations to serialize keys of map
- DiffableUtils.MapDiff<K,T,M> - org.elasticsearch.cluster中的类
-
Represents differences between two maps of objects and is used as base class for different map implementations.
- DiffableUtils.NonDiffableValueSerializer<K,V> - org.elasticsearch.cluster中的类
-
Serializer for non-diffable map values
- DiffableUtils.StringSetValueSerializer<K> - org.elasticsearch.cluster中的类
-
Implementation of ValueSerializer that serializes immutable sets
- DiffableUtils.ValueSerializer<K,V> - org.elasticsearch.cluster中的接口
-
Provides read and write operations to serialize map values.
- DiffableValueReader(Writeable.Reader<V>, Writeable.Reader<Diff<V>>) - 类 的构造器org.elasticsearch.cluster.DiffableUtils.DiffableValueReader
-
- DiffableValueSerializer() - 类 的构造器org.elasticsearch.cluster.DiffableUtils.DiffableValueSerializer
-
- difference(Set<T>, Set<T>) - 类 中的静态方法org.elasticsearch.common.util.set.Sets
-
The relative complement, or difference, of the specified left and right set.
- different - 类 中的变量org.elasticsearch.index.store.Store.RecoveryDiff
-
Files that exist in both snapshots but their they are not identical
- diffs - 类 中的变量org.elasticsearch.cluster.DiffableUtils.MapDiff
-
- digestToString(long) - 类 中的静态方法org.elasticsearch.index.store.Store
-
Produces a string representation of the given digest value.
- DIRECT_GENERATOR_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
- DIRECT_RESPONSE_PROFILE - 类 中的静态变量org.elasticsearch.transport.TransportService
-
- DirectCandidateGenerator - org.elasticsearch.search.suggest.phrase中的类
-
- DirectCandidateGenerator(DirectSpellChecker, String, SuggestMode, IndexReader, double, int) - 类 的构造器org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
-
- DirectCandidateGenerator(DirectSpellChecker, String, SuggestMode, IndexReader, double, int, Analyzer, Analyzer, Terms) - 类 的构造器org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
-
- DirectCandidateGenerator.Candidate - org.elasticsearch.search.suggest.phrase中的类
-
- DirectCandidateGenerator.CandidateSet - org.elasticsearch.search.suggest.phrase中的类
-
- DirectCandidateGenerator.TokenConsumer - org.elasticsearch.search.suggest.phrase中的类
-
- DirectCandidateGeneratorBuilder - org.elasticsearch.search.suggest.phrase中的类
-
- DirectCandidateGeneratorBuilder(String) - 类 的构造器org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
- DirectCandidateGeneratorBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
Read from a stream.
- directory() - 类 中的方法org.elasticsearch.index.store.Store
-
- DirectoryService - org.elasticsearch.index.store中的类
-
- DirectoryService(ShardId, IndexSettings) - 类 的构造器org.elasticsearch.index.store.DirectoryService
-
- DirectoryUtils - org.elasticsearch.index.store中的类
-
Utils for working with Directory classes.
- DirectSpellcheckerSettings - org.elasticsearch.search.suggest中的类
-
- DirectSpellcheckerSettings() - 类 的构造器org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- DisabledQueryCache - org.elasticsearch.index.cache.query中的类
-
- DisabledQueryCache(IndexSettings) - 类 的构造器org.elasticsearch.index.cache.query.DisabledQueryCache
-
- DisableGraphAttribute - org.apache.lucene.analysis.miscellaneous中的接口
-
This attribute can be used to indicate that the PositionLengthAttribute
should not be taken in account in this TokenStream.
- DisableGraphAttributeImpl - org.apache.lucene.analysis.miscellaneous中的类
-
- DisableGraphAttributeImpl() - 类 的构造器org.apache.lucene.analysis.miscellaneous.DisableGraphAttributeImpl
-
- disableStatePersistence() - 类 中的方法org.elasticsearch.cluster.block.ClusterBlock
-
Should global state persistence be disabled when this block is present.
- disableStatePersistence() - 类 中的方法org.elasticsearch.cluster.block.ClusterBlocks
-
Returns true if one of the global blocks as its disable state persistence flag set.
- disconnectFromNode(DiscoveryNode) - 类 中的方法org.elasticsearch.transport.TcpTransport
-
- disconnectFromNode(DiscoveryNode) - 接口 中的方法org.elasticsearch.transport.Transport
-
Disconnected from the given node, if not connected, will do nothing.
- disconnectFromNode(DiscoveryNode) - 类 中的方法org.elasticsearch.transport.TransportService
-
- disconnectFromNodesExcept(DiscoveryNodes) - 类 中的方法org.elasticsearch.cluster.NodeConnectionsService
-
Disconnects from all nodes except the ones provided as parameter
- discovery() - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
- discovery(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
Should the node's discovery stats be returned.
- Discovery - org.elasticsearch.discovery中的接口
-
A pluggable module allowing to implement discovery of other nodes, publishing of the cluster
state to all nodes, electing a master of the cluster that raises cluster state change
events.
- Discovery.AckListener - org.elasticsearch.discovery中的接口
-
- Discovery.FailedToCommitClusterStateException - org.elasticsearch.discovery中的异常错误
-
- DISCOVERY_HOSTS_PROVIDER_SETTING - 类 中的静态变量org.elasticsearch.discovery.DiscoveryModule
-
- DISCOVERY_JOIN_ACTION_NAME - 类 中的静态变量org.elasticsearch.discovery.zen.MembershipAction
-
- DISCOVERY_JOIN_VALIDATE_ACTION_NAME - 类 中的静态变量org.elasticsearch.discovery.zen.MembershipAction
-
- DISCOVERY_LEAVE_ACTION_NAME - 类 中的静态变量org.elasticsearch.discovery.zen.MembershipAction
-
- DISCOVERY_REJOIN_ACTION_NAME - 类 中的静态变量org.elasticsearch.discovery.zen.ZenDiscovery
-
- DISCOVERY_TYPE_SETTING - 类 中的静态变量org.elasticsearch.discovery.DiscoveryModule
-
- DISCOVERY_ZEN_MINIMUM_MASTER_NODES_SETTING - 类 中的静态变量org.elasticsearch.discovery.zen.ElectMasterService
-
- DISCOVERY_ZEN_PING_UNICAST_CONCURRENT_CONNECTS_SETTING - 类 中的静态变量org.elasticsearch.discovery.zen.UnicastZenPing
-
- DISCOVERY_ZEN_PING_UNICAST_HOSTS_RESOLVE_TIMEOUT - 类 中的静态变量org.elasticsearch.discovery.zen.UnicastZenPing
-
- DISCOVERY_ZEN_PING_UNICAST_HOSTS_SETTING - 类 中的静态变量org.elasticsearch.discovery.zen.UnicastZenPing
-
- DiscoveryModule - org.elasticsearch.discovery中的类
-
A module for loading classes for node discovery.
- DiscoveryModule(Settings, ThreadPool, TransportService, NamedWriteableRegistry, NetworkService, MasterService, ClusterApplier, ClusterSettings, List<DiscoveryPlugin>, AllocationService) - 类 的构造器org.elasticsearch.discovery.DiscoveryModule
-
- DiscoveryNode - org.elasticsearch.cluster.node中的类
-
A discovery node represents a node that is part of the cluster.
- DiscoveryNode(String, TransportAddress, Version) - 类 的构造器org.elasticsearch.cluster.node.DiscoveryNode
-
- DiscoveryNode(String, TransportAddress, Map<String, String>, Set<DiscoveryNode.Role>, Version) - 类 的构造器org.elasticsearch.cluster.node.DiscoveryNode
-
- DiscoveryNode(String, String, TransportAddress, Map<String, String>, Set<DiscoveryNode.Role>, Version) - 类 的构造器org.elasticsearch.cluster.node.DiscoveryNode
-
- DiscoveryNode(String, String, String, String, String, TransportAddress, Map<String, String>, Set<DiscoveryNode.Role>, Version) - 类 的构造器org.elasticsearch.cluster.node.DiscoveryNode
-
- DiscoveryNode(StreamInput) - 类 的构造器org.elasticsearch.cluster.node.DiscoveryNode
-
Creates a new
DiscoveryNode by reading from the stream provided as argument
- DiscoveryNode.Role - org.elasticsearch.cluster.node中的枚举
-
Enum that holds all the possible roles that that a node can fulfill in a cluster.
- DiscoveryNodeFilters - org.elasticsearch.cluster.node中的类
-
- DiscoveryNodeFilters.OpType - org.elasticsearch.cluster.node中的枚举
-
- DiscoveryNodes - org.elasticsearch.cluster.node中的类
-
This class holds all
DiscoveryNode in the cluster and provides convenience methods to
access, modify merge / diff discovery nodes.
- DiscoveryNodes.Builder - org.elasticsearch.cluster.node中的类
-
- DiscoveryNodes.Delta - org.elasticsearch.cluster.node中的类
-
- discoveryNodeToXContent(DiscoveryNode, boolean, XContentBuilder) - 类 中的静态方法org.elasticsearch.cluster.routing.allocation.AbstractAllocationDecision
-
Generates X-Content for a
DiscoveryNode that leaves off some of the non-critical fields.
- DiscoveryPlugin - org.elasticsearch.plugins中的接口
-
An additional extension point for
Plugins that extends Elasticsearch's discovery functionality.
- DiscoverySettings - org.elasticsearch.discovery中的类
-
Exposes common discovery settings that may be supported by all the different discovery implementations
- DiscoverySettings(Settings, ClusterSettings) - 类 的构造器org.elasticsearch.discovery.DiscoverySettings
-
- DiscoveryStats - org.elasticsearch.discovery中的类
-
- DiscoveryStats(PendingClusterStateStats, PublishClusterStateStats) - 类 的构造器org.elasticsearch.discovery.DiscoveryStats
-
- DiscoveryStats(StreamInput) - 类 的构造器org.elasticsearch.discovery.DiscoveryStats
-
- DiskThresholdDecider - org.elasticsearch.cluster.routing.allocation.decider中的类
-
The
DiskThresholdDecider checks that the node a shard is potentially
being allocated to has enough disk space.
- DiskThresholdDecider(Settings, ClusterSettings) - 类 的构造器org.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDecider
-
- DiskThresholdMonitor - org.elasticsearch.cluster.routing.allocation中的类
-
Listens for a node to go over the high watermark and kicks off an empty
reroute if it does.
- DiskThresholdMonitor(Settings, Supplier<ClusterState>, ClusterSettings, Client) - 类 的构造器org.elasticsearch.cluster.routing.allocation.DiskThresholdMonitor
-
- DiskThresholdSettings - org.elasticsearch.cluster.routing.allocation中的类
-
A container to keep settings for disk thresholds up to date with cluster setting changes.
- DiskThresholdSettings(Settings, ClusterSettings) - 类 的构造器org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
-
- DiskUsage - org.elasticsearch.cluster中的类
-
Encapsulation class used to represent the amount of disk used on a node.
- DiskUsage(String, String, String, long, long) - 类 的构造器org.elasticsearch.cluster.DiskUsage
-
- DiskUsage(StreamInput) - 类 的构造器org.elasticsearch.cluster.DiskUsage
-
- dismaxBlendedQuery(Term[], float) - 类 中的静态方法org.apache.lucene.queries.BlendedTermQuery
-
- dismaxBlendedQuery(Term[], float[], float) - 类 中的静态方法org.apache.lucene.queries.BlendedTermQuery
-
- disMaxQuery() - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A query that generates the union of documents produced by its sub-queries, and that scores each document
with the maximum score for that document as produced by any sub-query, plus a tie breaking increment for any
additional matching sub-queries.
- DisMaxQueryBuilder - org.elasticsearch.index.query中的类
-
A query that generates the union of documents produced by its sub-queries, and that scores each document
with the maximum score for that document as produced by any sub-query, plus a tie breaking increment for any
additional matching sub-queries.
- DisMaxQueryBuilder() - 类 的构造器org.elasticsearch.index.query.DisMaxQueryBuilder
-
- DisMaxQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.DisMaxQueryBuilder
-
Read from a stream.
- dispatchBadRequest(RestRequest, RestChannel, ThreadContext, Throwable) - 接口 中的方法org.elasticsearch.http.HttpServerTransport.Dispatcher
-
Dispatches a bad request.
- dispatchBadRequest(RestRequest, RestChannel, ThreadContext, Throwable) - 类 中的方法org.elasticsearch.rest.RestController
-
- dispatchRequest(RestRequest, RestChannel, ThreadContext) - 接口 中的方法org.elasticsearch.http.HttpServerTransport.Dispatcher
-
Dispatches the
RestRequest to the relevant request handler or responds to the given rest channel directly if
the request can't be handled by any request handler.
- dispatchRequest(RestRequest, RestChannel, ThreadContext) - 类 中的方法org.elasticsearch.rest.RestController
-
- displayVersion(Version, boolean) - 类 中的静态方法org.elasticsearch.Version
-
- dist(int) - 类 中的方法org.elasticsearch.index.query.SpanNotQueryBuilder
-
- Distance(double, DistanceUnit) - 类 的构造器org.elasticsearch.common.unit.DistanceUnit.Distance
-
- distance(LeafReaderContext) - 类 中的方法org.elasticsearch.index.query.functionscore.DecayFunctionBuilder.AbstractDistanceScoreFunction
-
This function computes the distance from a defined origin.
- distance(String) - 类 中的方法org.elasticsearch.index.query.GeoDistanceQueryBuilder
-
Sets the distance from the center using the default distance unit.
- distance(String, DistanceUnit) - 类 中的方法org.elasticsearch.index.query.GeoDistanceQueryBuilder
-
Sets the distance from the center for this query.
- distance(double, DistanceUnit) - 类 中的方法org.elasticsearch.index.query.GeoDistanceQueryBuilder
-
Sets the distance from the center for this query.
- distance() - 类 中的方法org.elasticsearch.index.query.GeoDistanceQueryBuilder
-
Returns the distance configured as radius.
- DISTANCE_ERROR_PCT - 类 中的静态变量org.elasticsearch.index.mapper.GeoShapeFieldMapper.Names
-
- distanceErrorPct() - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
-
- distanceType(GeoDistance) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.GeoDistanceAggregationBuilder
-
- distanceType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.GeoDistanceAggregationBuilder
-
- DistanceUnit - org.elasticsearch.common.unit中的枚举
-
The DistanceUnit enumerates several units for measuring distances.
- DistanceUnit.Distance - org.elasticsearch.common.unit中的类
-
This class implements a value+unit tuple.
- distanceValues(GeoDistance, DistanceUnit, MultiGeoPointValues, GeoPoint...) - 类 中的静态方法org.elasticsearch.common.geo.GeoUtils
-
- DiversifiedAggregationBuilder - org.elasticsearch.search.aggregations.bucket.sampler中的类
-
- DiversifiedAggregationBuilder(String) - 类 的构造器org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
-
- DiversifiedAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
-
Read from a stream.
- DiversifiedAggregatorFactory - org.elasticsearch.search.aggregations.bucket.sampler中的类
-
- DiversifiedBytesHashSamplerAggregator - org.elasticsearch.search.aggregations.bucket.sampler中的类
-
Alternative, faster implementation for converting String keys to longs but
with the potential for hash collisions.
- DiversifiedMapSamplerAggregator - org.elasticsearch.search.aggregations.bucket.sampler中的类
-
- DiversifiedNumericSamplerAggregator - org.elasticsearch.search.aggregations.bucket.sampler中的类
-
- DiversifiedOrdinalsSamplerAggregator - org.elasticsearch.search.aggregations.bucket.sampler中的类
-
- diversifiedSampler(String) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
Sampler aggregation with the given name.
- DO_NOT_FETCH_SOURCE - 类 中的静态变量org.elasticsearch.search.fetch.subphase.FetchSourceContext
-
- doBooleanValue() - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContentParser
-
- doBooleanValue() - 类 中的方法org.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- doBuild(SearchContext, InnerHitsContext) - 类 中的方法org.elasticsearch.index.query.InnerHitContextBuilder
-
- doBuild(SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.AbstractAggregationBuilder
-
- doBuild(SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
-
- doBuild(SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationBuilder
-
- doBuild(SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder
-
- doBuild(SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.FiltersAggregationBuilder
-
- doBuild(SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.bucket.global.GlobalAggregationBuilder
-
- doBuild(SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.bucket.nested.NestedAggregationBuilder
-
- doBuild(SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder
-
- doBuild(SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder
-
- doBuild(SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregationBuilder
-
- doBuild(SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
-
- doBuild(SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
- doBuild(SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
-
- doc() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
Returns the artificial document from which term vectors are requested for.
- doc(XContentBuilder) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
Sets an artificial document from which term vectors are requested for.
- doc(BytesReference, boolean) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
- doc(BytesReference, boolean, XContentType) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
Sets an artificial document from which term vectors are requested for.
- doc(IndexRequest) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
Sets the doc to use for updates when a script is not specified.
- doc(XContentBuilder) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
Sets the doc to use for updates when a script is not specified.
- doc(Map) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
Sets the doc to use for updates when a script is not specified.
- doc(Map, XContentType) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
Sets the doc to use for updates when a script is not specified.
- doc(String, XContentType) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
Sets the doc to use for updates when a script is not specified.
- doc(byte[], XContentType) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
Sets the doc to use for updates when a script is not specified.
- doc(byte[], int, int, XContentType) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
Sets the doc to use for updates when a script is not specified.
- doc(Object...) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
Sets the doc to use for updates when a script is not specified, the doc provided
is a field and value pairs.
- doc(XContentType, Object...) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
Sets the doc to use for updates when a script is not specified, the doc provided
is a field and value pairs.
- doc() - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- doc() - 类 中的方法org.elasticsearch.index.mapper.ParseContext
-
- doc() - 类 中的方法org.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- DOC - 类 中的静态变量org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- doc() - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- doc() - 类 中的方法org.elasticsearch.search.lookup.LeafSearchLookup
-
- doc() - 类 中的方法org.elasticsearch.search.lookup.SearchLookup
-
- DOC_COUNT - 类 中的静态变量org.elasticsearch.search.aggregations.Aggregation.CommonFields
-
- DOC_COUNT_ERROR_UPPER_BOUND_FIELD_NAME - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
-
- DOC_FIELD_NAME - 类 中的静态变量org.elasticsearch.search.sort.FieldSortBuilder
-
special field name to sort by index order
- DOC_VALUES - 类 中的静态变量org.elasticsearch.index.mapper.TypeParsers
-
- doCache(Weight, QueryCachingPolicy) - 类 中的方法org.elasticsearch.index.cache.query.DisabledQueryCache
-
- doCache(Weight, QueryCachingPolicy) - 类 中的方法org.elasticsearch.index.cache.query.IndexQueryCache
-
- doCache(Weight, QueryCachingPolicy) - 类 中的方法org.elasticsearch.indices.IndicesQueryCache
-
- docAsUpsert() - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- docAsUpsert(boolean) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- doCatRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.cat.AbstractCatAction
-
- doCatRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.cat.RestAliasAction
-
- doCatRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.cat.RestAllocationAction
-
- doCatRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.cat.RestCountAction
-
- doCatRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.cat.RestFielddataAction
-
- doCatRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.cat.RestHealthAction
-
- doCatRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.cat.RestIndicesAction
-
- doCatRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.cat.RestMasterAction
-
- doCatRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.cat.RestNodeAttrsAction
-
- doCatRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.cat.RestNodesAction
-
- doCatRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.cat.RestPendingClusterTasksAction
-
- doCatRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.cat.RestPluginsAction
-
- doCatRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.cat.RestRecoveryAction
-
- doCatRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.cat.RestRepositoriesAction
-
- doCatRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.cat.RestSegmentsAction
-
- doCatRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.cat.RestShardsAction
-
- doCatRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.cat.RestSnapshotAction
-
- doCatRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.cat.RestTasksAction
-
- doCatRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.cat.RestTemplatesAction
-
- doCatRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.cat.RestThreadPoolAction
-
- docCount - 类 中的变量org.elasticsearch.index.engine.Segment
-
- docCount - 类 中的变量org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
-
- docCountError - 类 中的变量org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
-
- docCountError - 类 中的变量org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
-
- docCountError - 类 中的变量org.elasticsearch.search.aggregations.bucket.terms.ParsedTerms.ParsedBucket
-
- docCountErrorUpperBound - 类 中的变量org.elasticsearch.search.aggregations.bucket.terms.ParsedTerms
-
- docFreq() - 类 中的方法org.elasticsearch.common.lucene.index.FilterableTermsEnum
-
- doCheckAndNotify() - 类 中的方法org.elasticsearch.watcher.AbstractResourceWatcher
-
- doCheckAndNotify() - 类 中的方法org.elasticsearch.watcher.FileWatcher
-
- docID() - 类 中的方法org.apache.lucene.search.XFilteredDocIdSetIterator
-
- docId - 类 中的变量org.elasticsearch.common.lucene.uid.VersionsAndSeqNoResolver.DocIdAndSeqNo
-
- docId - 类 中的变量org.elasticsearch.common.lucene.uid.VersionsAndSeqNoResolver.DocIdAndVersion
-
- docID() - 类 中的方法org.elasticsearch.index.fielddata.AbstractBinaryDocValues
-
- docID() - 类 中的方法org.elasticsearch.index.fielddata.AbstractSortedNumericDocValues
-
- docID() - 类 中的方法org.elasticsearch.index.fielddata.AbstractSortedSetDocValues
-
- docID() - 类 中的方法org.elasticsearch.index.fielddata.AbstractSortingNumericDocValues
-
- docID() - 类 中的方法org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalMapping
-
- docId() - 类 中的方法org.elasticsearch.search.fetch.FetchSubPhase.HitContext
-
- docId() - 类 中的方法org.elasticsearch.search.SearchHit
-
- docIdAndVersion() - 类 中的方法org.elasticsearch.index.engine.Engine.GetResult
-
- docIds() - 类 中的方法org.elasticsearch.search.fetch.ShardFetchRequest
-
- docIdsSize() - 类 中的方法org.elasticsearch.search.fetch.ShardFetchRequest
-
- docIdsToLoad() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- docIdsToLoad(int[], int, int) - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- docIdsToLoad() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- docIdsToLoad(int[], int, int) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- docIdsToLoad() - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- docIdsToLoad(int[], int, int) - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- docIdsToLoadFrom() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- docIdsToLoadFrom() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- docIdsToLoadFrom() - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- docIdsToLoadSize() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- docIdsToLoadSize() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- docIdsToLoadSize() - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- DocLookup - org.elasticsearch.search.lookup中的类
-
- doClose() - 类 中的方法org.elasticsearch.cluster.NodeConnectionsService
-
- doClose() - 类 中的方法org.elasticsearch.cluster.routing.DelayedAllocationService
-
- doClose() - 类 中的方法org.elasticsearch.cluster.routing.RoutingService
-
- doClose() - 类 中的方法org.elasticsearch.cluster.service.ClusterApplierService
-
- doClose() - 类 中的方法org.elasticsearch.cluster.service.ClusterService
-
- doClose() - 类 中的方法org.elasticsearch.cluster.service.MasterService
-
- doClose() - 类 中的方法org.elasticsearch.common.component.AbstractLifecycleComponent
-
- doClose() - 类 中的方法org.elasticsearch.discovery.single.SingleNodeDiscovery
-
- doClose() - 类 中的方法org.elasticsearch.discovery.zen.ZenDiscovery
-
- doClose() - 类 中的方法org.elasticsearch.gateway.GatewayService
-
- doClose() - 类 中的方法org.elasticsearch.indices.breaker.CircuitBreakerService
-
- doClose() - 类 中的方法org.elasticsearch.indices.cluster.IndicesClusterStateService
-
- doClose() - 类 中的方法org.elasticsearch.indices.IndicesService
-
- doClose() - 类 中的方法org.elasticsearch.monitor.jvm.JvmGcMonitorService
-
- doClose() - 类 中的方法org.elasticsearch.monitor.MonitorService
-
- doClose() - 类 中的方法org.elasticsearch.repositories.blobstore.BlobStoreRepository
-
- doClose() - 类 中的方法org.elasticsearch.search.aggregations.AggregatorBase
-
Release instance-specific data.
- doClose() - 类 中的方法org.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGridAggregator
-
- doClose() - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedMapSamplerAggregator
-
- doClose() - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator
-
- doClose() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.GlobalOrdinalsSignificantTermsAggregator
-
- doClose() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTermsAggregator
-
- doClose() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTermsAggregator
-
- doClose() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregator
-
- doClose() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator
-
- doClose() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.LongTermsAggregator
-
- doClose() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.StringTermsAggregator
-
- doClose() - 类 中的方法org.elasticsearch.search.aggregations.metrics.avg.AvgAggregator
-
- doClose() - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregator
-
- doClose() - 类 中的方法org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregator
-
- doClose() - 类 中的方法org.elasticsearch.search.aggregations.metrics.max.MaxAggregator
-
- doClose() - 类 中的方法org.elasticsearch.search.aggregations.metrics.min.MinAggregator
-
- doClose() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.hdr.AbstractHDRPercentilesAggregator
-
- doClose() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.AbstractTDigestPercentilesAggregator
-
- doClose() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregator
-
- doClose() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.StatsAggregator
-
- doClose() - 类 中的方法org.elasticsearch.search.aggregations.metrics.sum.SumAggregator
-
- doClose() - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregator
-
- doClose() - 类 中的方法org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregator
-
- doClose() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- doClose() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- doClose() - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- doClose() - 类 中的方法org.elasticsearch.search.SearchService
-
- doClose() - 类 中的方法org.elasticsearch.snapshots.SnapshotShardsService
-
- doClose() - 类 中的方法org.elasticsearch.snapshots.SnapshotsService
-
- doClose() - 类 中的方法org.elasticsearch.transport.TcpTransport
-
- doClose() - 类 中的方法org.elasticsearch.transport.TransportService
-
- doClose() - 类 中的方法org.elasticsearch.watcher.ResourceWatcherService
-
- docMapper() - 类 中的方法org.elasticsearch.index.mapper.ParseContext
-
- docMapper() - 类 中的方法org.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- docMapperParser() - 类 中的方法org.elasticsearch.index.mapper.ParseContext
-
- docMapperParser() - 类 中的方法org.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- docMappers(boolean) - 类 中的方法org.elasticsearch.index.mapper.MapperService
-
returns an immutable iterator over current document mappers.
- docOrds(int) - 类 中的方法org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
-
Returns a shared LongsRef instance for the given doc ID holding all ordinals associated with it.
- doCreateInternal(ValuesSource.GeoPoint, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGridAggregatorFactory
-
- doCreateInternal(ValuesSource.Numeric, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregatorFactory
-
- doCreateInternal(ValuesSource.Numeric, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregatorFactory
-
- doCreateInternal(ValuesSource, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.missing.MissingAggregatorFactory
-
- doCreateInternal(ValuesSource.Numeric, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.AbstractRangeAggregatorFactory
-
- doCreateInternal(ValuesSource.Bytes, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.BinaryRangeAggregatorFactory
-
- doCreateInternal(ValuesSource.GeoPoint, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.GeoDistanceRangeAggregatorFactory
-
- doCreateInternal(ValuesSource, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregatorFactory
-
- doCreateInternal(ValuesSource, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory
-
- doCreateInternal(ValuesSource, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregatorFactory
-
- doCreateInternal(ValuesSource.Numeric, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.avg.AvgAggregatorFactory
-
- doCreateInternal(ValuesSource, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregatorFactory
-
- doCreateInternal(ValuesSource.GeoPoint, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregatorFactory
-
- doCreateInternal(ValuesSource.Numeric, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.max.MaxAggregatorFactory
-
- doCreateInternal(ValuesSource.Numeric, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.min.MinAggregatorFactory
-
- doCreateInternal(ValuesSource.Numeric, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.hdr.HDRPercentileRanksAggregatorFactory
-
- doCreateInternal(ValuesSource.Numeric, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.hdr.HDRPercentilesAggregatorFactory
-
- doCreateInternal(ValuesSource.Numeric, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestPercentileRanksAggregatorFactory
-
- doCreateInternal(ValuesSource.Numeric, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestPercentilesAggregatorFactory
-
- doCreateInternal(ValuesSource.Numeric, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregatorFactory
-
- doCreateInternal(ValuesSource.Numeric, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.StatsAggregatorFactory
-
- doCreateInternal(ValuesSource.Numeric, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.sum.SumAggregatorFactory
-
- doCreateInternal(ValuesSource, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregatorFactory
-
- doCreateInternal(VS, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory
-
- docs - 类 中的变量org.elasticsearch.action.admin.indices.stats.CommonStats
-
- docs(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- docs() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- docs() - 类 中的方法org.elasticsearch.index.engine.Engine.Index
-
- docs() - 类 中的方法org.elasticsearch.index.mapper.ParseContext
-
- docs() - 类 中的方法org.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- docs() - 类 中的方法org.elasticsearch.index.mapper.ParsedDocument
-
- docsEnumFlag - 类 中的变量org.elasticsearch.common.lucene.index.FilterableTermsEnum
-
- DocsStats - org.elasticsearch.index.shard中的类
-
- DocsStats() - 类 的构造器org.elasticsearch.index.shard.DocsStats
-
- DocsStats(long, long, long) - 类 的构造器org.elasticsearch.index.shard.DocsStats
-
- docStats() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- docsWithValue(SortedBinaryDocValues, int) - 枚举 中的静态方法org.elasticsearch.index.fielddata.FieldData
-
Returns a Bits representing all documents from dv that have a value.
- docsWithValue(SortedSetDocValues, int) - 枚举 中的静态方法org.elasticsearch.index.fielddata.FieldData
-
Returns a Bits representing all documents from dv
that have a value.
- docsWithValue(MultiGeoPointValues, int) - 枚举 中的静态方法org.elasticsearch.index.fielddata.FieldData
-
Returns a Bits representing all documents from dv that have
a value.
- docsWithValue(SortedNumericDoubleValues, int) - 枚举 中的静态方法org.elasticsearch.index.fielddata.FieldData
-
Returns a Bits representing all documents from dv that have a value.
- docsWithValue(SortedNumericDocValues, int) - 枚举 中的静态方法org.elasticsearch.index.fielddata.FieldData
-
Returns a Bits representing all documents from dv that have
a value.
- docsWithValue(LeafReaderContext) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSource.Bytes
-
- docsWithValue(LeafReaderContext) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSource.Bytes.WithOrdinals
-
- docsWithValue(LeafReaderContext) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSource
-
- docsWithValue(LeafReaderContext) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint
-
- docsWithValue(LeafReaderContext) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSource.Numeric
-
- Document() - 类 的构造器org.elasticsearch.index.mapper.ParseContext.Document
-
- documentation(StringBuilder) - 类 中的方法org.elasticsearch.rest.action.cat.AbstractCatAction
-
- documentation(StringBuilder) - 类 中的方法org.elasticsearch.rest.action.cat.RestAliasAction
-
- documentation(StringBuilder) - 类 中的方法org.elasticsearch.rest.action.cat.RestAllocationAction
-
- documentation(StringBuilder) - 类 中的方法org.elasticsearch.rest.action.cat.RestCountAction
-
- documentation(StringBuilder) - 类 中的方法org.elasticsearch.rest.action.cat.RestFielddataAction
-
- documentation(StringBuilder) - 类 中的方法org.elasticsearch.rest.action.cat.RestHealthAction
-
- documentation(StringBuilder) - 类 中的方法org.elasticsearch.rest.action.cat.RestIndicesAction
-
- documentation(StringBuilder) - 类 中的方法org.elasticsearch.rest.action.cat.RestMasterAction
-
- documentation(StringBuilder) - 类 中的方法org.elasticsearch.rest.action.cat.RestNodeAttrsAction
-
- documentation(StringBuilder) - 类 中的方法org.elasticsearch.rest.action.cat.RestNodesAction
-
- documentation(StringBuilder) - 类 中的方法org.elasticsearch.rest.action.cat.RestPendingClusterTasksAction
-
- documentation(StringBuilder) - 类 中的方法org.elasticsearch.rest.action.cat.RestPluginsAction
-
- documentation(StringBuilder) - 类 中的方法org.elasticsearch.rest.action.cat.RestRecoveryAction
-
- documentation(StringBuilder) - 类 中的方法org.elasticsearch.rest.action.cat.RestRepositoriesAction
-
- documentation(StringBuilder) - 类 中的方法org.elasticsearch.rest.action.cat.RestSegmentsAction
-
- documentation(StringBuilder) - 类 中的方法org.elasticsearch.rest.action.cat.RestShardsAction
-
- documentation(StringBuilder) - 类 中的方法org.elasticsearch.rest.action.cat.RestSnapshotAction
-
- documentation(StringBuilder) - 类 中的方法org.elasticsearch.rest.action.cat.RestTasksAction
-
- documentation(StringBuilder) - 类 中的方法org.elasticsearch.rest.action.cat.RestTemplatesAction
-
- documentation(StringBuilder) - 类 中的方法org.elasticsearch.rest.action.cat.RestThreadPoolAction
-
- DocumentField - org.elasticsearch.common.document中的类
-
- DocumentField(String, List<Object>) - 类 的构造器org.elasticsearch.common.document.DocumentField
-
- DocumentFieldMappers - org.elasticsearch.index.mapper中的类
-
- DocumentFieldMappers(Collection<FieldMapper>, Analyzer, Analyzer, Analyzer) - 类 的构造器org.elasticsearch.index.mapper.DocumentFieldMappers
-
- DocumentMapper - org.elasticsearch.index.mapper中的类
-
- DocumentMapper(MapperService, Mapping) - 类 的构造器org.elasticsearch.index.mapper.DocumentMapper
-
- documentMapper(String) - 类 中的方法org.elasticsearch.index.mapper.MapperService
-
- documentMapper(String) - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
- DocumentMapper.Builder - org.elasticsearch.index.mapper中的类
-
- DocumentMapperForType - org.elasticsearch.index.mapper中的类
-
- DocumentMapperForType(DocumentMapper, Mapping) - 类 的构造器org.elasticsearch.index.mapper.DocumentMapperForType
-
- DocumentMapperParser - org.elasticsearch.index.mapper中的类
-
- DocumentMapperParser(IndexSettings, MapperService, IndexAnalyzers, NamedXContentRegistry, SimilarityService, MapperRegistry, Supplier<QueryShardContext>) - 类 的构造器org.elasticsearch.index.mapper.DocumentMapperParser
-
- documentMapperParser() - 类 中的方法org.elasticsearch.index.mapper.MapperService
-
- documentMapperWithAutoCreate(String) - 类 中的方法org.elasticsearch.index.mapper.MapperService
-
Returns the document mapper created, including a mapping update if the
type has been dynamically created.
- DocumentMissingException - org.elasticsearch.index.engine中的异常错误
-
- DocumentMissingException(ShardId, String, String) - 异常错误 的构造器org.elasticsearch.index.engine.DocumentMissingException
-
- DocumentMissingException(StreamInput) - 异常错误 的构造器org.elasticsearch.index.engine.DocumentMissingException
-
- DocumentSourceMissingException - org.elasticsearch.index.engine中的异常错误
-
- DocumentSourceMissingException(ShardId, String, String) - 异常错误 的构造器org.elasticsearch.index.engine.DocumentSourceMissingException
-
- DocumentSourceMissingException(StreamInput) - 异常错误 的构造器org.elasticsearch.index.engine.DocumentSourceMissingException
-
- DOCVALUE_FIELDS_FIELD - 类 中的静态变量org.elasticsearch.search.builder.SearchSourceBuilder
-
- docValueCount() - 类 中的方法org.elasticsearch.index.fielddata.MultiGeoPointValues
-
Return the number of geo points the current document has.
- docValueCount() - 类 中的方法org.elasticsearch.index.fielddata.SortedBinaryDocValues
-
Retrieves the number of values for the current document.
- docValueCount() - 类 中的方法org.elasticsearch.index.fielddata.SortedNumericDoubleValues
-
Retrieves the number of values for the current document.
- docValueCount() - 类 中的方法org.elasticsearch.index.fielddata.SortingBinaryDocValues
-
- docValueCount() - 类 中的方法org.elasticsearch.index.fielddata.SortingNumericDocValues
-
- docValueCount() - 类 中的方法org.elasticsearch.index.fielddata.SortingNumericDoubleValues
-
- docValueField(String) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Adds a field to load from the docvalue and return as part of the
search request.
- docValueFields() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Gets the docvalue fields.
- DocValueFieldsContext - org.elasticsearch.search.fetch.subphase中的类
-
All the required context to pull a field from the doc values.
- DocValueFieldsContext(List<String>) - 类 的构造器org.elasticsearch.search.fetch.subphase.DocValueFieldsContext
-
- docValueFieldsContext() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- docValueFieldsContext(DocValueFieldsContext) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- docValueFieldsContext() - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- docValueFieldsContext(DocValueFieldsContext) - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- DocValueFieldsFetchSubPhase - org.elasticsearch.search.fetch.subphase中的类
-
Query sub phase which pulls data from doc values
Specifying "docvalue_fields": ["field1", "field2"]
- DocValueFieldsFetchSubPhase() - 类 的构造器org.elasticsearch.search.fetch.subphase.DocValueFieldsFetchSubPhase
-
- docValueFormat(String, DateTimeZone) - 类 中的方法org.elasticsearch.index.mapper.BooleanFieldMapper.BooleanFieldType
-
- docValueFormat(String, DateTimeZone) - 类 中的方法org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
-
- docValueFormat(String, DateTimeZone) - 类 中的方法org.elasticsearch.index.mapper.IpFieldMapper.IpFieldType
-
- docValueFormat(String, DateTimeZone) - 类 中的方法org.elasticsearch.index.mapper.MappedFieldType
-
Return a
DocValueFormat that can be used to display and parse
values as returned by the fielddata API.
- docValueFormat(String, DateTimeZone) - 类 中的方法org.elasticsearch.index.mapper.NumberFieldMapper.NumberFieldType
-
- DocValueFormat - org.elasticsearch.search中的接口
-
A formatter for values as returned by the fielddata/doc-values APIs.
- DocValueFormat.DateTime - org.elasticsearch.search中的类
-
- DocValueFormat.Decimal - org.elasticsearch.search中的类
-
- docValues(boolean) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper.Builder
-
- docValues(boolean) - 类 中的方法org.elasticsearch.index.mapper.TextFieldMapper.Builder
-
- DocValuesIndexFieldData - org.elasticsearch.index.fielddata.plain中的类
-
- DocValuesIndexFieldData(Index, String) - 类 的构造器org.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData
-
- DocValuesIndexFieldData.Builder - org.elasticsearch.index.fielddata.plain中的类
-
- docValuesSet - 类 中的变量org.elasticsearch.index.mapper.FieldMapper.Builder
-
- DocValuesSliceQuery - org.elasticsearch.search.slice中的类
-
A
SliceQuery that uses the numeric doc values of a field to do the slicing.
- DocValuesSliceQuery(String, int, int) - 类 的构造器org.elasticsearch.search.slice.DocValuesSliceQuery
-
- DocWriteRequest<T> - org.elasticsearch.action中的接口
-
Generic interface to group ActionRequest, which perform writes to a single document
Action requests implementing this can be part of
BulkRequest
- DocWriteRequest.OpType - org.elasticsearch.action中的枚举
-
Requested operation type to perform on the document
- DocWriteResponse - org.elasticsearch.action中的类
-
A base class for the response of a write operation that involves a single doc
- DocWriteResponse(ShardId, String, String, long, long, long, DocWriteResponse.Result) - 类 的构造器org.elasticsearch.action.DocWriteResponse
-
- DocWriteResponse() - 类 的构造器org.elasticsearch.action.DocWriteResponse
-
- DocWriteResponse.Builder - org.elasticsearch.action中的类
-
- DocWriteResponse.Result - org.elasticsearch.action中的枚举
-
An enum that represents the results of CRUD operations, primarily used to communicate the type of
operation that occurred.
- doDoubleValue() - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContentParser
-
- doDoubleValue() - 类 中的方法org.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- doEquals(ScoreFunction) - 类 中的方法org.elasticsearch.common.lucene.search.function.FieldValueFactorFunction
-
- doEquals(ScoreFunction) - 类 中的方法org.elasticsearch.common.lucene.search.function.FunctionScoreQuery.FilterScoreFunction
-
- doEquals(ScoreFunction) - 类 中的方法org.elasticsearch.common.lucene.search.function.RandomScoreFunction
-
- doEquals(ScoreFunction) - 类 中的方法org.elasticsearch.common.lucene.search.function.ScoreFunction
-
Indicates whether some other
ScoreFunction object of the same type is "equal to" this one.
- doEquals(ScoreFunction) - 类 中的方法org.elasticsearch.common.lucene.search.function.ScriptScoreFunction
-
- doEquals(ScoreFunction) - 类 中的方法org.elasticsearch.common.lucene.search.function.WeightFactorFunction
-
- doEquals(QB) - 类 中的方法org.elasticsearch.index.query.AbstractQueryBuilder
-
Indicates whether some other
QueryBuilder object of the same type is "equal to" this one.
- doEquals(BaseTermQueryBuilder) - 类 中的方法org.elasticsearch.index.query.BaseTermQueryBuilder
-
- doEquals(BoolQueryBuilder) - 类 中的方法org.elasticsearch.index.query.BoolQueryBuilder
-
- doEquals(BoostingQueryBuilder) - 类 中的方法org.elasticsearch.index.query.BoostingQueryBuilder
-
- doEquals(CommonTermsQueryBuilder) - 类 中的方法org.elasticsearch.index.query.CommonTermsQueryBuilder
-
- doEquals(ConstantScoreQueryBuilder) - 类 中的方法org.elasticsearch.index.query.ConstantScoreQueryBuilder
-
- doEquals(DisMaxQueryBuilder) - 类 中的方法org.elasticsearch.index.query.DisMaxQueryBuilder
-
- doEquals(ExistsQueryBuilder) - 类 中的方法org.elasticsearch.index.query.ExistsQueryBuilder
-
- doEquals(FieldMaskingSpanQueryBuilder) - 类 中的方法org.elasticsearch.index.query.FieldMaskingSpanQueryBuilder
-
- doEquals(ScoreFunction) - 类 中的方法org.elasticsearch.index.query.functionscore.DecayFunctionBuilder.AbstractDistanceScoreFunction
-
- doEquals(DFB) - 类 中的方法org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
-
- doEquals(FieldValueFactorFunctionBuilder) - 类 中的方法org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
-
- doEquals(FunctionScoreQueryBuilder) - 类 中的方法org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
- doEquals(RandomScoreFunctionBuilder) - 类 中的方法org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
-
- doEquals(FB) - 类 中的方法org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
-
Check that two instances of the same subclass of ScoreFunctionBuilder are equal.
- doEquals(ScriptScoreFunctionBuilder) - 类 中的方法org.elasticsearch.index.query.functionscore.ScriptScoreFunctionBuilder
-
- doEquals(WeightBuilder) - 类 中的方法org.elasticsearch.index.query.functionscore.WeightBuilder
-
- doEquals(FuzzyQueryBuilder) - 类 中的方法org.elasticsearch.index.query.FuzzyQueryBuilder
-
- doEquals(GeoBoundingBoxQueryBuilder) - 类 中的方法org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
- doEquals(GeoDistanceQueryBuilder) - 类 中的方法org.elasticsearch.index.query.GeoDistanceQueryBuilder
-
- doEquals(GeoPolygonQueryBuilder) - 类 中的方法org.elasticsearch.index.query.GeoPolygonQueryBuilder
-
- doEquals(GeoShapeQueryBuilder) - 类 中的方法org.elasticsearch.index.query.GeoShapeQueryBuilder
-
- doEquals(IdsQueryBuilder) - 类 中的方法org.elasticsearch.index.query.IdsQueryBuilder
-
- doEquals(MatchAllQueryBuilder) - 类 中的方法org.elasticsearch.index.query.MatchAllQueryBuilder
-
- doEquals(MatchNoneQueryBuilder) - 类 中的方法org.elasticsearch.index.query.MatchNoneQueryBuilder
-
- doEquals(MatchPhrasePrefixQueryBuilder) - 类 中的方法org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
-
- doEquals(MatchPhraseQueryBuilder) - 类 中的方法org.elasticsearch.index.query.MatchPhraseQueryBuilder
-
- doEquals(MatchQueryBuilder) - 类 中的方法org.elasticsearch.index.query.MatchQueryBuilder
-
- doEquals(MoreLikeThisQueryBuilder) - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- doEquals(MultiMatchQueryBuilder) - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- doEquals(NestedQueryBuilder) - 类 中的方法org.elasticsearch.index.query.NestedQueryBuilder
-
- doEquals(PrefixQueryBuilder) - 类 中的方法org.elasticsearch.index.query.PrefixQueryBuilder
-
- doEquals(QueryStringQueryBuilder) - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
- doEquals(RangeQueryBuilder) - 类 中的方法org.elasticsearch.index.query.RangeQueryBuilder
-
- doEquals(RegexpQueryBuilder) - 类 中的方法org.elasticsearch.index.query.RegexpQueryBuilder
-
- doEquals(ScriptQueryBuilder) - 类 中的方法org.elasticsearch.index.query.ScriptQueryBuilder
-
- doEquals(SimpleQueryStringBuilder) - 类 中的方法org.elasticsearch.index.query.SimpleQueryStringBuilder
-
- doEquals(SpanContainingQueryBuilder) - 类 中的方法org.elasticsearch.index.query.SpanContainingQueryBuilder
-
- doEquals(SpanFirstQueryBuilder) - 类 中的方法org.elasticsearch.index.query.SpanFirstQueryBuilder
-
- doEquals(SpanMultiTermQueryBuilder) - 类 中的方法org.elasticsearch.index.query.SpanMultiTermQueryBuilder
-
- doEquals(SpanNearQueryBuilder) - 类 中的方法org.elasticsearch.index.query.SpanNearQueryBuilder
-
- doEquals(SpanNotQueryBuilder) - 类 中的方法org.elasticsearch.index.query.SpanNotQueryBuilder
-
- doEquals(SpanOrQueryBuilder) - 类 中的方法org.elasticsearch.index.query.SpanOrQueryBuilder
-
- doEquals(SpanWithinQueryBuilder) - 类 中的方法org.elasticsearch.index.query.SpanWithinQueryBuilder
-
- doEquals(TermsQueryBuilder) - 类 中的方法org.elasticsearch.index.query.TermsQueryBuilder
-
- doEquals(TermsSetQueryBuilder) - 类 中的方法org.elasticsearch.index.query.TermsSetQueryBuilder
-
- doEquals(TypeQueryBuilder) - 类 中的方法org.elasticsearch.index.query.TypeQueryBuilder
-
- doEquals(WildcardQueryBuilder) - 类 中的方法org.elasticsearch.index.query.WildcardQueryBuilder
-
- doEquals(WrapperQueryBuilder) - 类 中的方法org.elasticsearch.index.query.WrapperQueryBuilder
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.AbstractAggregationBuilder
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationBuilder
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.InternalComposite
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.FiltersAggregationBuilder
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.InternalFilters
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.global.GlobalAggregationBuilder
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.nested.NestedAggregationBuilder
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalRange
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregationBuilder
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.InternalAggregation
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.metrics.avg.InternalAvg
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.InternalCardinality
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.metrics.geobounds.InternalGeoBounds
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.metrics.max.InternalMax
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.metrics.min.InternalMin
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.metrics.scripted.InternalScriptedMetric
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.metrics.sum.InternalSum
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.InternalTopHits
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.metrics.valuecount.InternalValueCount
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.InternalBucketMetricValue
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregationBuilder
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregationBuilder
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketsort.BucketSortPipelineAggregationBuilder
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregationBuilder
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.derivative.InternalDerivative
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.InternalSimpleValue
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
-
- doEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
-
- doEquals(HB) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
fields only present in subclass should be checked for equality in the implementation
- doEquals(HighlightBuilder) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
-
- doEquals(HighlightBuilder.Field) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.Field
-
- doEquals(CompletionSuggestionBuilder) - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
-
- doEquals(SmoothingModel) - 类 中的方法org.elasticsearch.search.suggest.phrase.Laplace
-
- doEquals(SmoothingModel) - 类 中的方法org.elasticsearch.search.suggest.phrase.LinearInterpolation
-
- doEquals(PhraseSuggestionBuilder) - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- doEquals(SmoothingModel) - 类 中的方法org.elasticsearch.search.suggest.phrase.SmoothingModel
-
subtype specific implementation of "equals".
- doEquals(SmoothingModel) - 类 中的方法org.elasticsearch.search.suggest.phrase.StupidBackoff
-
- doEquals(T) - 类 中的方法org.elasticsearch.search.suggest.SuggestionBuilder
-
Indicates whether some other
SuggestionBuilder of the same type is "equal to" this one.
- doEquals(TermSuggestionBuilder) - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
- doExecute(GetTaskRequest, ActionListener<GetTaskResponse>) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.get.TransportGetTaskAction
-
- doExecute(Task, GetTaskRequest, ActionListener<GetTaskResponse>) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.get.TransportGetTaskAction
-
- doExecute(RemoteInfoRequest, ActionListener<RemoteInfoResponse>) - 类 中的方法org.elasticsearch.action.admin.cluster.remote.TransportRemoteInfoAction
-
- doExecute(Task, CloseIndexRequest, ActionListener<CloseIndexResponse>) - 类 中的方法org.elasticsearch.action.admin.indices.close.TransportCloseIndexAction
-
- doExecute(Task, DeleteIndexRequest, ActionListener<DeleteIndexResponse>) - 类 中的方法org.elasticsearch.action.admin.indices.delete.TransportDeleteIndexAction
-
- doExecute(SyncedFlushRequest, ActionListener<SyncedFlushResponse>) - 类 中的方法org.elasticsearch.action.admin.indices.flush.TransportSyncedFlushAction
-
- doExecute(GetFieldMappingsRequest, ActionListener<GetFieldMappingsResponse>) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.TransportGetFieldMappingsAction
-
- doExecute(Task, OpenIndexRequest, ActionListener<OpenIndexResponse>) - 类 中的方法org.elasticsearch.action.admin.indices.open.TransportOpenIndexAction
-
- doExecute(Task, UpgradeRequest, ActionListener<UpgradeResponse>) - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeAction
-
- doExecute(Task, ValidateQueryRequest, ActionListener<ValidateQueryResponse>) - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.TransportValidateQueryAction
-
- doExecute(BulkRequest, ActionListener<BulkResponse>) - 类 中的方法org.elasticsearch.action.bulk.TransportBulkAction
-
- doExecute(Task, BulkRequest, ActionListener<BulkResponse>) - 类 中的方法org.elasticsearch.action.bulk.TransportBulkAction
-
- doExecute(Task, Request, ActionListener<Response>) - 类 中的方法org.elasticsearch.action.bulk.TransportSingleItemBulkWriteAction
-
已过时。
- doExecute(ExplainRequest, ActionListener<ExplainResponse>) - 类 中的方法org.elasticsearch.action.explain.TransportExplainAction
-
- doExecute(FieldCapabilitiesRequest, ActionListener<FieldCapabilitiesResponse>) - 类 中的方法org.elasticsearch.action.fieldcaps.TransportFieldCapabilitiesAction
-
- doExecute(MultiGetRequest, ActionListener<MultiGetResponse>) - 类 中的方法org.elasticsearch.action.get.TransportMultiGetAction
-
- doExecute(SimulatePipelineRequest, ActionListener<SimulatePipelineResponse>) - 类 中的方法org.elasticsearch.action.ingest.SimulatePipelineTransportAction
-
- doExecute(MainRequest, ActionListener<MainResponse>) - 类 中的方法org.elasticsearch.action.main.TransportMainAction
-
- doExecute(ClearScrollRequest, ActionListener<ClearScrollResponse>) - 类 中的方法org.elasticsearch.action.search.TransportClearScrollAction
-
- doExecute(MultiSearchRequest, ActionListener<MultiSearchResponse>) - 类 中的方法org.elasticsearch.action.search.TransportMultiSearchAction
-
- doExecute(Task, SearchRequest, ActionListener<SearchResponse>) - 类 中的方法org.elasticsearch.action.search.TransportSearchAction
-
- doExecute(SearchRequest, ActionListener<SearchResponse>) - 类 中的方法org.elasticsearch.action.search.TransportSearchAction
-
- doExecute(SearchScrollRequest, ActionListener<SearchResponse>) - 类 中的方法org.elasticsearch.action.search.TransportSearchScrollAction
-
- doExecute(Task, SearchScrollRequest, ActionListener<SearchResponse>) - 类 中的方法org.elasticsearch.action.search.TransportSearchScrollAction
-
- doExecute(Request, ActionListener<Response>) - 类 中的方法org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction
-
- doExecute(Task, Request, ActionListener<Response>) - 类 中的方法org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction
-
- doExecute(Task, Request, ActionListener<Response>) - 类 中的方法org.elasticsearch.action.support.broadcast.TransportBroadcastAction
-
- doExecute(Request, ActionListener<Response>) - 类 中的方法org.elasticsearch.action.support.broadcast.TransportBroadcastAction
-
- doExecute(Request, ActionListener<Response>) - 类 中的方法org.elasticsearch.action.support.master.TransportMasterNodeAction
-
- doExecute(Task, Request, ActionListener<Response>) - 类 中的方法org.elasticsearch.action.support.master.TransportMasterNodeAction
-
- doExecute(NodesRequest, ActionListener<NodesResponse>) - 类 中的方法org.elasticsearch.action.support.nodes.TransportNodesAction
-
- doExecute(Task, NodesRequest, ActionListener<NodesResponse>) - 类 中的方法org.elasticsearch.action.support.nodes.TransportNodesAction
-
- doExecute(Request, ActionListener<Response>) - 类 中的方法org.elasticsearch.action.support.replication.TransportBroadcastReplicationAction
-
- doExecute(Task, Request, ActionListener<Response>) - 类 中的方法org.elasticsearch.action.support.replication.TransportBroadcastReplicationAction
-
- doExecute(Request, ActionListener<Response>) - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction
-
- doExecute(Task, Request, ActionListener<Response>) - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction
-
- doExecute(Request, ActionListener<Response>) - 类 中的方法org.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
-
- doExecute(Request, ActionListener<Response>) - 类 中的方法org.elasticsearch.action.support.single.shard.TransportSingleShardAction
-
- doExecute(TasksRequest, ActionListener<TasksResponse>) - 类 中的方法org.elasticsearch.action.support.tasks.TransportTasksAction
-
- doExecute(Task, TasksRequest, ActionListener<TasksResponse>) - 类 中的方法org.elasticsearch.action.support.tasks.TransportTasksAction
-
- doExecute(Task, Request, ActionListener<Response>) - 类 中的方法org.elasticsearch.action.support.TransportAction
-
- doExecute(Request, ActionListener<Response>) - 类 中的方法org.elasticsearch.action.support.TransportAction
-
- doExecute(MultiTermVectorsRequest, ActionListener<MultiTermVectorsResponse>) - 类 中的方法org.elasticsearch.action.termvectors.TransportMultiTermVectorsAction
-
- doExecute(UpdateRequest, ActionListener<UpdateResponse>) - 类 中的方法org.elasticsearch.action.update.TransportUpdateAction
-
- doExecute(Action<Request, Response, RequestBuilder>, Request, ActionListener<Response>) - 类 中的方法org.elasticsearch.client.FilterClient
-
- doExecute(Action<Request, Response, RequestBuilder>, Request, ActionListener<Response>) - 类 中的方法org.elasticsearch.client.node.NodeClient
-
- doExecute(Action<Request, Response, RequestBuilder>, Request, ActionListener<Response>) - 类 中的方法org.elasticsearch.client.ParentTaskAssigningClient
-
- doExecute(Action<Request, Response, RequestBuilder>, Request, ActionListener<Response>) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- doExecute(Action<Request, Response, RequestBuilder>, Request, ActionListener<Response>) - 类 中的方法org.elasticsearch.client.transport.TransportClient
-
- doExecute(Runnable) - 类 中的方法org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor
-
- doExecute(Runnable) - 类 中的方法org.elasticsearch.common.util.concurrent.QueueResizingEsThreadPoolExecutor
-
- doFloatValue() - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContentParser
-
- doFloatValue() - 类 中的方法org.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- doForSlice(Self, TaskId, int) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
Setup a clone of this request with the information needed to process a slice of it.
- doForSlice(Self, TaskId, int) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequest
-
- doGenerateSeqNoForOperation(Engine.Operation) - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
Generate the sequence number for the specified operation.
- doHashCode() - 类 中的方法org.elasticsearch.common.lucene.search.function.FieldValueFactorFunction
-
- doHashCode() - 类 中的方法org.elasticsearch.common.lucene.search.function.FunctionScoreQuery.FilterScoreFunction
-
- doHashCode() - 类 中的方法org.elasticsearch.common.lucene.search.function.RandomScoreFunction
-
- doHashCode() - 类 中的方法org.elasticsearch.common.lucene.search.function.ScoreFunction
-
- doHashCode() - 类 中的方法org.elasticsearch.common.lucene.search.function.ScriptScoreFunction
-
- doHashCode() - 类 中的方法org.elasticsearch.common.lucene.search.function.WeightFactorFunction
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.AbstractQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.BaseTermQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.BoolQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.BoostingQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.CommonTermsQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.ConstantScoreQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.DisMaxQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.ExistsQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.FieldMaskingSpanQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.functionscore.DecayFunctionBuilder.AbstractDistanceScoreFunction
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
-
Hashcode for fields defined in this subclass of ScoreFunctionBuilder.
- doHashCode() - 类 中的方法org.elasticsearch.index.query.functionscore.ScriptScoreFunctionBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.functionscore.WeightBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.FuzzyQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.GeoDistanceQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.GeoPolygonQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.GeoShapeQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.IdsQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.MatchAllQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.MatchNoneQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.MatchPhraseQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.MatchQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.NestedQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.PrefixQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.RangeQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.RegexpQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.ScriptQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.SimpleQueryStringBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.SpanContainingQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.SpanFirstQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.SpanMultiTermQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.SpanNearQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.SpanNotQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.SpanOrQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.SpanWithinQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.TermsQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.TermsSetQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.TypeQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.WildcardQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.index.query.WrapperQueryBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.AbstractAggregationBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.InternalComposite
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.FiltersAggregationBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.InternalFilters
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.global.GlobalAggregationBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.nested.NestedAggregationBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalRange
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregationBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.InternalAggregation
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.metrics.avg.InternalAvg
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.InternalCardinality
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.metrics.geobounds.InternalGeoBounds
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.metrics.max.InternalMax
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.metrics.min.InternalMin
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.metrics.scripted.InternalScriptedMetric
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.metrics.sum.InternalSum
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.InternalTopHits
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.metrics.valuecount.InternalValueCount
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.InternalBucketMetricValue
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregationBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregationBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketsort.BucketSortPipelineAggregationBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregationBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.derivative.InternalDerivative
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.InternalSimpleValue
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
fields only present in subclass should contribute to hashCode in the implementation
- doHashCode() - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.Field
-
- doHashCode() - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.search.suggest.phrase.Laplace
-
- doHashCode() - 类 中的方法org.elasticsearch.search.suggest.phrase.LinearInterpolation
-
- doHashCode() - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.search.suggest.phrase.SmoothingModel
-
- doHashCode() - 类 中的方法org.elasticsearch.search.suggest.phrase.StupidBackoff
-
- doHashCode() - 类 中的方法org.elasticsearch.search.suggest.SuggestionBuilder
-
- doHashCode() - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
- doInit() - 类 中的方法org.elasticsearch.watcher.AbstractResourceWatcher
-
Will be called once on initialization
- doInit() - 类 中的方法org.elasticsearch.watcher.FileWatcher
-
- doIntValue() - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContentParser
-
- doIntValue() - 类 中的方法org.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- doLongValue() - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContentParser
-
- doLongValue() - 类 中的方法org.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- doMasterOperation(GetIndexRequest, String[], ClusterState, ActionListener<GetIndexResponse>) - 类 中的方法org.elasticsearch.action.admin.indices.get.TransportGetIndexAction
-
- doMasterOperation(GetMappingsRequest, String[], ClusterState, ActionListener<GetMappingsResponse>) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.TransportGetMappingsAction
-
- doMasterOperation(Request, String[], ClusterState, ActionListener<Response>) - 类 中的方法org.elasticsearch.action.support.master.info.TransportClusterInfoAction
-
- doMerge(Mapper, boolean) - 类 中的方法org.elasticsearch.index.mapper.AllFieldMapper
-
- doMerge(Mapper, boolean) - 类 中的方法org.elasticsearch.index.mapper.CompletionFieldMapper
-
- doMerge(Mapper, boolean) - 类 中的方法org.elasticsearch.index.mapper.DateFieldMapper
-
- doMerge(Mapper, boolean) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper
-
Merge changes coming from mergeWith in place.
- doMerge(Mapper, boolean) - 类 中的方法org.elasticsearch.index.mapper.GeoPointFieldMapper
-
- doMerge(Mapper, boolean) - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper
-
- doMerge(Mapper, boolean) - 类 中的方法org.elasticsearch.index.mapper.IdFieldMapper
-
- doMerge(Mapper, boolean) - 类 中的方法org.elasticsearch.index.mapper.IndexFieldMapper
-
- doMerge(Mapper, boolean) - 类 中的方法org.elasticsearch.index.mapper.IpFieldMapper
-
- doMerge(Mapper, boolean) - 类 中的方法org.elasticsearch.index.mapper.KeywordFieldMapper
-
- doMerge(Mapper, boolean) - 类 中的方法org.elasticsearch.index.mapper.NumberFieldMapper
-
- doMerge(ObjectMapper, boolean) - 类 中的方法org.elasticsearch.index.mapper.ObjectMapper
-
- doMerge(Mapper, boolean) - 类 中的方法org.elasticsearch.index.mapper.ParentFieldMapper
-
- doMerge(ObjectMapper, boolean) - 类 中的方法org.elasticsearch.index.mapper.RootObjectMapper
-
- doMerge(Mapper, boolean) - 类 中的方法org.elasticsearch.index.mapper.RoutingFieldMapper
-
- doMerge(Mapper, boolean) - 类 中的方法org.elasticsearch.index.mapper.SeqNoFieldMapper
-
- doMerge(Mapper, boolean) - 类 中的方法org.elasticsearch.index.mapper.SourceFieldMapper
-
- doMerge(Mapper, boolean) - 类 中的方法org.elasticsearch.index.mapper.TextFieldMapper
-
- doMerge(Mapper, boolean) - 类 中的方法org.elasticsearch.index.mapper.TypeFieldMapper
-
- doMerge(Mapper, boolean) - 类 中的方法org.elasticsearch.index.mapper.UidFieldMapper
-
- doMerge(Mapper, boolean) - 类 中的方法org.elasticsearch.index.mapper.VersionFieldMapper
-
- done() - 类 中的方法org.elasticsearch.action.support.PlainListenableActionFuture
-
- done() - 类 中的方法org.elasticsearch.common.util.concurrent.BaseFuture
-
- doPostCollection() - 类 中的方法org.elasticsearch.search.aggregations.AggregatorBase
-
Can be overridden by aggregator implementation to be called back when the collection phase ends.
- doPostCollection() - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregator
-
- doPreCollection() - 类 中的方法org.elasticsearch.search.aggregations.AggregatorBase
-
Can be overridden by aggregator implementation to be called back when the collection phase starts.
- doPreCollection() - 类 中的方法org.elasticsearch.search.aggregations.bucket.DeferableBucketAggregator
-
- doPredict(Collection<T>, int) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel
-
- doPredict(Collection<T>, int) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel
-
Predicts the next `n` values in the series, using the smoothing model to generate new values.
- doPredict(Collection<T>, int) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
-
Predicts the next `n` values in the series, using the smoothing model to generate new values.
- doPredict(Collection<T>, int) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.LinearModel
-
- doPredict(Collection<T>, int) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel
-
Calls to the model-specific implementation which actually generates the predictions
- doPredict(Collection<T>, int) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.InternalComposite
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.InternalFilters
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalRange
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.UnmappedSampler
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.LongTerms
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.InternalAggregation
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.metrics.avg.InternalAvg
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.InternalCardinality
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.metrics.geobounds.InternalGeoBounds
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.metrics.max.InternalMax
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.metrics.min.InternalMin
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.metrics.scripted.InternalScriptedMetric
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.metrics.sum.InternalSum
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.InternalTopHits
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.metrics.valuecount.InternalValueCount
-
- doReduce(Aggregations, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregator
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.InternalBucketMetricValue
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.InternalExtendedStatsBucket
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.InternalStatsBucket
-
- doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.InternalSimpleValue
-
- doReduce(Aggregations, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.SiblingPipelineAggregator
-
- doRewrite(QueryRewriteContext) - 类 中的方法org.elasticsearch.index.query.AbstractQueryBuilder
-
- doRewrite(QueryRewriteContext) - 类 中的方法org.elasticsearch.index.query.BoolQueryBuilder
-
- doRewrite(QueryRewriteContext) - 类 中的方法org.elasticsearch.index.query.BoostingQueryBuilder
-
- doRewrite(QueryRewriteContext) - 类 中的方法org.elasticsearch.index.query.ConstantScoreQueryBuilder
-
- doRewrite(QueryRewriteContext) - 类 中的方法org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
- doRewrite(QueryRewriteContext) - 类 中的方法org.elasticsearch.index.query.GeoShapeQueryBuilder
-
- doRewrite(QueryRewriteContext) - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- doRewrite(QueryRewriteContext) - 类 中的方法org.elasticsearch.index.query.NestedQueryBuilder
-
- doRewrite(QueryRewriteContext) - 类 中的方法org.elasticsearch.index.query.RangeQueryBuilder
-
- doRewrite(QueryRewriteContext) - 类 中的方法org.elasticsearch.index.query.TermsQueryBuilder
-
- doRewrite(QueryRewriteContext) - 类 中的方法org.elasticsearch.index.query.WrapperQueryBuilder
-
- doRewrite(QueryRewriteContext) - 类 中的方法org.elasticsearch.search.aggregations.AggregationBuilder
-
Rewrites this aggregation builder into its primitive form.
- doRewrite(QueryRewriteContext) - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder
-
- doRewrite(QueryRewriteContext) - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.FiltersAggregationBuilder
-
- doRun() - 类 中的方法org.elasticsearch.common.util.concurrent.AbstractLifecycleRunnable
-
This method has the same semantics as Runnable.run()
- doRun() - 类 中的方法org.elasticsearch.common.util.concurrent.AbstractRunnable
-
This method has the same semantics as Runnable.run()
- doRun() - 类 中的方法org.elasticsearch.threadpool.Scheduler.ReschedulingRunnable
-
- doRunInLifecycle() - 类 中的方法org.elasticsearch.common.util.concurrent.AbstractLifecycleRunnable
-
- doRunInLifecycle() - 类 中的方法org.elasticsearch.transport.TcpTransport.ScheduledPing
-
- doSetNextReader(LeafReaderContext) - 类 中的方法org.elasticsearch.common.lucene.MinimumScoreCollector
-
- doShortValue() - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContentParser
-
- doShortValue() - 类 中的方法org.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- doStart() - 类 中的方法org.elasticsearch.cluster.NodeConnectionsService
-
- doStart() - 类 中的方法org.elasticsearch.cluster.routing.DelayedAllocationService
-
- doStart() - 类 中的方法org.elasticsearch.cluster.routing.RoutingService
-
- doStart() - 类 中的方法org.elasticsearch.cluster.service.ClusterApplierService
-
- doStart() - 类 中的方法org.elasticsearch.cluster.service.ClusterService
-
- doStart() - 类 中的方法org.elasticsearch.cluster.service.MasterService
-
- doStart() - 类 中的方法org.elasticsearch.common.component.AbstractLifecycleComponent
-
- doStart() - 类 中的方法org.elasticsearch.discovery.single.SingleNodeDiscovery
-
- doStart() - 类 中的方法org.elasticsearch.discovery.zen.ZenDiscovery
-
- doStart() - 类 中的方法org.elasticsearch.gateway.GatewayService
-
- doStart(Consumer<? super ScrollableHitSource.Response>) - 类 中的方法org.elasticsearch.index.reindex.ClientScrollableHitSource
-
- doStart(Consumer<? super ScrollableHitSource.Response>) - 类 中的方法org.elasticsearch.index.reindex.ScrollableHitSource
-
- doStart() - 类 中的方法org.elasticsearch.indices.breaker.CircuitBreakerService
-
- doStart() - 类 中的方法org.elasticsearch.indices.cluster.IndicesClusterStateService
-
- doStart() - 类 中的方法org.elasticsearch.indices.IndicesService
-
- doStart() - 类 中的方法org.elasticsearch.monitor.jvm.JvmGcMonitorService
-
- doStart() - 类 中的方法org.elasticsearch.monitor.MonitorService
-
- doStart() - 类 中的方法org.elasticsearch.repositories.blobstore.BlobStoreRepository
-
- doStart() - 类 中的方法org.elasticsearch.search.SearchService
-
- doStart() - 类 中的方法org.elasticsearch.snapshots.SnapshotShardsService
-
- doStart() - 类 中的方法org.elasticsearch.snapshots.SnapshotsService
-
- doStart() - 类 中的方法org.elasticsearch.transport.TcpTransport
-
- doStart() - 类 中的方法org.elasticsearch.transport.TransportService
-
- doStart() - 类 中的方法org.elasticsearch.watcher.ResourceWatcherService
-
- doStartNextScroll(String, TimeValue, Consumer<? super ScrollableHitSource.Response>) - 类 中的方法org.elasticsearch.index.reindex.ClientScrollableHitSource
-
- doStartNextScroll(String, TimeValue, Consumer<? super ScrollableHitSource.Response>) - 类 中的方法org.elasticsearch.index.reindex.ScrollableHitSource
-
- doStop() - 类 中的方法org.elasticsearch.cluster.NodeConnectionsService
-
- doStop() - 类 中的方法org.elasticsearch.cluster.routing.DelayedAllocationService
-
- doStop() - 类 中的方法org.elasticsearch.cluster.routing.RoutingService
-
- doStop() - 类 中的方法org.elasticsearch.cluster.service.ClusterApplierService
-
- doStop() - 类 中的方法org.elasticsearch.cluster.service.ClusterService
-
- doStop() - 类 中的方法org.elasticsearch.cluster.service.MasterService
-
- doStop() - 类 中的方法org.elasticsearch.common.component.AbstractLifecycleComponent
-
- doStop() - 类 中的方法org.elasticsearch.discovery.single.SingleNodeDiscovery
-
- doStop() - 类 中的方法org.elasticsearch.discovery.zen.ZenDiscovery
-
- doStop() - 类 中的方法org.elasticsearch.gateway.GatewayService
-
- doStop() - 类 中的方法org.elasticsearch.indices.breaker.CircuitBreakerService
-
- doStop() - 类 中的方法org.elasticsearch.indices.cluster.IndicesClusterStateService
-
- doStop() - 类 中的方法org.elasticsearch.indices.IndicesService
-
- doStop() - 类 中的方法org.elasticsearch.monitor.jvm.JvmGcMonitorService
-
- doStop() - 类 中的方法org.elasticsearch.monitor.MonitorService
-
- doStop() - 类 中的方法org.elasticsearch.repositories.blobstore.BlobStoreRepository
-
- doStop() - 类 中的方法org.elasticsearch.search.SearchService
-
- doStop() - 类 中的方法org.elasticsearch.snapshots.SnapshotShardsService
-
- doStop() - 类 中的方法org.elasticsearch.snapshots.SnapshotsService
-
- doStop() - 类 中的方法org.elasticsearch.transport.TcpTransport
-
- doStop() - 类 中的方法org.elasticsearch.transport.TransportService
-
- doStop() - 类 中的方法org.elasticsearch.watcher.ResourceWatcherService
-
- doToFunction(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
-
- doToFunction(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
-
- doToFunction(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
-
- doToFunction(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
-
Build the Lucene ScoreFunction for this builder.
- doToFunction(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.functionscore.ScriptScoreFunctionBuilder
-
- doToFunction(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.functionscore.WeightBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.AbstractQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.BoolQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.BoostingQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.CommonTermsQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.ConstantScoreQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.DisMaxQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.ExistsQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.FieldMaskingSpanQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.FuzzyQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.GeoDistanceQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.GeoPolygonQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.GeoShapeQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.IdsQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.MatchAllQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.MatchNoneQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.MatchPhraseQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.MatchQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.NestedQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.PrefixQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.RangeQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.RegexpQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.ScriptQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.SimpleQueryStringBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.SpanContainingQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.SpanFirstQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.SpanMultiTermQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.SpanNearQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.SpanNotQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.SpanOrQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.SpanTermQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.SpanWithinQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.TermQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.TermsQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.TermsSetQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.TypeQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.WildcardQueryBuilder
-
- doToQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.WrapperQueryBuilder
-
- DoubleArray - org.elasticsearch.common.util中的接口
-
Abstraction of an array of double values.
- doubleField(FieldInfo, double) - 类 中的方法org.elasticsearch.index.fieldvisitor.FieldsVisitor
-
- Doubles(SortedNumericDoubleValues) - 类 的构造器org.elasticsearch.index.fielddata.ScriptDocValues.Doubles
-
- doubleSetting(String, double, double, Setting.Property...) - 类 中的静态方法org.elasticsearch.common.settings.Setting
-
- DoubleTerms - org.elasticsearch.search.aggregations.bucket.terms中的类
-
Result of the
TermsAggregator when the field is some kind of decimal number like a float, double, or distance.
- DoubleTerms(String, BucketOrder, int, long, List<PipelineAggregator>, Map<String, Object>, DocValueFormat, int, boolean, long, List<DoubleTerms.Bucket>, long) - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms
-
- DoubleTerms(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms
-
Read from a stream.
- DoubleTermsAggregator - org.elasticsearch.search.aggregations.bucket.terms中的类
-
- doubleToBytes(double) - 类 中的静态方法org.elasticsearch.common.Numbers
-
Converts a double to a byte array.
- doubleValue() - 类 中的方法org.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- doubleValue(boolean) - 类 中的方法org.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- doubleValue(boolean) - 接口 中的方法org.elasticsearch.common.xcontent.XContentParser
-
- doubleValue() - 接口 中的方法org.elasticsearch.common.xcontent.XContentParser
-
- doubleValue() - 类 中的方法org.elasticsearch.script.ScoreAccessor
-
- doubleValue() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic.LongAccessor
-
- doubleValues(LeafReaderContext) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSource.Numeric
-
- doubleValues(LeafReaderContext) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSource.Numeric.FieldData
-
- doubleValues(LeafReaderContext) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSource.Numeric.Script
-
- doubleValues(LeafReaderContext) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSource.Numeric.WithScript
-
- DoubleValuesComparatorSource - org.elasticsearch.index.fielddata.fieldcomparator中的类
-
Comparator source for double values.
- DoubleValuesComparatorSource(IndexNumericFieldData, Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested) - 类 的构造器org.elasticsearch.index.fielddata.fieldcomparator.DoubleValuesComparatorSource
-
- doValidate() - 类 中的方法org.elasticsearch.search.aggregations.AggregatorFactory
-
- doValidate(AggregatorFactory<?>, List<AggregationBuilder>, List<PipelineAggregationBuilder>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
-
- doValidate(AggregatorFactory<?>, List<AggregationBuilder>, List<PipelineAggregationBuilder>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
-
- doValidate(AggregatorFactory<?>, List<AggregationBuilder>, List<PipelineAggregationBuilder>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregationBuilder
-
- doValidate(AggregatorFactory<?>, List<AggregationBuilder>, List<PipelineAggregationBuilder>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregationBuilder
-
- doValidate(AggregatorFactory<?>, List<AggregationBuilder>, List<PipelineAggregationBuilder>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketsort.BucketSortPipelineAggregationBuilder
-
- doValidate(AggregatorFactory<?>, List<AggregationBuilder>, List<PipelineAggregationBuilder>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregationBuilder
-
- doValidate(AggregatorFactory<?>, List<AggregationBuilder>, List<PipelineAggregationBuilder>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
-
- doValidate(AggregatorFactory<?>, List<AggregationBuilder>, List<PipelineAggregationBuilder>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
-
- doWrapDirectoryReader(DirectoryReader) - 类 中的方法org.elasticsearch.common.lucene.index.ElasticsearchDirectoryReader
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.AbstractQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.BaseTermQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.BoolQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.BoostingQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.CommonTermsQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.ConstantScoreQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.DisMaxQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.ExistsQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.FieldMaskingSpanQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
-
Write the subclass's components into the stream.
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.functionscore.ScriptScoreFunctionBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.functionscore.WeightBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.FuzzyQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.GeoDistanceQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.GeoPolygonQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.GeoShapeQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.IdsQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.MatchAllQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.MatchNoneQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.MatchPhraseQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.MatchQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.NestedQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.PrefixQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.RangeQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.RegexpQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.ScriptQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.SimpleQueryStringBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.SpanContainingQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.SpanFirstQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.SpanMultiTermQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.SpanNearQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.SpanNotQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.SpanOrQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.SpanWithinQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.TermsQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.TermsSetQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.TypeQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.WildcardQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.index.query.WrapperQueryBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.AbstractAggregationBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.InternalComposite
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.FiltersAggregationBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.InternalFilters
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.global.GlobalAggregationBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.nested.NestedAggregationBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalRange
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregationBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.InternalAggregation
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.metrics.avg.InternalAvg
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.InternalCardinality
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.metrics.geobounds.InternalGeoBounds
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.metrics.max.InternalMax
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.metrics.min.InternalMin
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.metrics.scripted.InternalScriptedMetric
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.metrics.sum.InternalSum
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.InternalTopHits
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.metrics.valuecount.InternalValueCount
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregator
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.InternalBucketMetricValue
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregationBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregator
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregationBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregator
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketsort.BucketSortPipelineAggregationBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketsort.BucketSortPipelineAggregator
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregationBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregator
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregator
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.derivative.InternalDerivative
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.InternalSimpleValue
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregator
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.PipelineAggregator
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregator
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.Field
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.rescore.QueryRescorerBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.rescore.RescorerBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.suggest.SuggestionBuilder
-
- doWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.mapper.ObjectMapper
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.mapper.RootObjectMapper
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.AbstractQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.BaseTermQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.BoolQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.BoostingQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.CommonTermsQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.ConstantScoreQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.DisMaxQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.ExistsQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.FieldMaskingSpanQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
-
Convert this subclass's data into XContent.
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.functionscore.ScriptScoreFunctionBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.functionscore.WeightBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.FuzzyQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.GeoDistanceQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.GeoPolygonQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.GeoShapeQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.IdsQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.MatchAllQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.MatchNoneQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.MatchPhraseQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.MatchQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.NestedQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.PrefixQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.RangeQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.RegexpQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.ScriptQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.SimpleQueryStringBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.SpanContainingQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.SpanFirstQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.SpanMultiTermQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.SpanNearQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.SpanNotQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.SpanOrQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.SpanWithinQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.TermsQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.TermsSetQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.TypeQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.WildcardQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.WrapperQueryBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.rescore.QueryRescorerBuilder
-
- doXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.rescore.RescorerBuilder
-
- doXContentAnalyzers(XContentBuilder, boolean) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper
-
- doXContentBody(XContentBuilder, boolean, ToXContent.Params) - 类 中的方法org.elasticsearch.index.mapper.BooleanFieldMapper
-
- doXContentBody(XContentBuilder, boolean, ToXContent.Params) - 类 中的方法org.elasticsearch.index.mapper.DateFieldMapper
-
- doXContentBody(XContentBuilder, boolean, ToXContent.Params) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper
-
- doXContentBody(XContentBuilder, boolean, ToXContent.Params) - 类 中的方法org.elasticsearch.index.mapper.GeoPointFieldMapper
-
- doXContentBody(XContentBuilder, boolean, ToXContent.Params) - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper
-
- doXContentBody(XContentBuilder, boolean, ToXContent.Params) - 类 中的方法org.elasticsearch.index.mapper.IpFieldMapper
-
- doXContentBody(XContentBuilder, boolean, ToXContent.Params) - 类 中的方法org.elasticsearch.index.mapper.KeywordFieldMapper
-
- doXContentBody(XContentBuilder, boolean, ToXContent.Params) - 类 中的方法org.elasticsearch.index.mapper.NumberFieldMapper
-
- doXContentBody(XContentBuilder, boolean, ToXContent.Params) - 类 中的方法org.elasticsearch.index.mapper.TextFieldMapper
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.DateHistogramValuesSourceBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.HistogramValuesSourceBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.InternalComposite
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.ParsedComposite
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.TermsValuesSourceBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.InternalFilters
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.missing.MissingAggregationBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.ParsedSingleBucketAggregation
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.AbstractRangeBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.GeoDistanceAggregationBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalRange
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.IpRangeAggregationBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.UnmappedSampler
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.ParsedTerms
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.InternalAggregation
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.avg.AvgAggregationBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.avg.InternalAvg
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.avg.ParsedAvg
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregationBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.InternalCardinality
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.ParsedCardinality
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregationBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.geobounds.InternalGeoBounds
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.geobounds.ParsedGeoBounds
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregationBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.geocentroid.ParsedGeoCentroid
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.max.InternalMax
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.max.MaxAggregationBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.max.ParsedMax
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.min.InternalMin
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.min.MinAggregationBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.min.ParsedMin
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.ParsedPercentiles
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.scripted.InternalScriptedMetric
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.scripted.ParsedScriptedMetric
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregationBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.StatsAggregationBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.sum.InternalSum
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.sum.ParsedSum
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.sum.SumAggregationBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.InternalTopHits
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.ParsedTopHits
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.valuecount.InternalValueCount
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.valuecount.ParsedValueCount
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregationBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.ParsedAggregation
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregationBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.InternalBucketMetricValue
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregationBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregationBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.ParsedBucketMetricValue
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.ParsedPercentilesBucket
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregationBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregationBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregationBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregationBuilder
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.derivative.InternalDerivative
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.derivative.ParsedDerivative
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.InternalSimpleValue
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.ParsedSimpleValue
-
- doXContentBody(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
-
- doXContentCommon(XContentBuilder, ToXContent.Params, long, long, List<? extends InternalTerms.Bucket>) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
-
- doXContentDocValues(XContentBuilder, boolean) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper
-
- drain() - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
-
Drains all unassigned shards and returns it.
- drainTo(Collection<? super E>) - 类 中的方法org.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- drainTo(Collection<? super E>, int) - 类 中的方法org.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- drawCandidates(BytesRef) - 类 中的方法org.elasticsearch.search.suggest.phrase.CandidateGenerator
-
- drawCandidates(DirectCandidateGenerator.CandidateSet) - 类 中的方法org.elasticsearch.search.suggest.phrase.CandidateGenerator
-
- drawCandidates(DirectCandidateGenerator.CandidateSet) - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
-
- drawCandidates(DirectCandidateGenerator.CandidateSet) - 类 中的方法org.elasticsearch.search.suggest.phrase.MultiCandidateGeneratorWrapper
-
- dryRun(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
-
Sets a dry run flag (defaults to false) allowing to run the commands without
actually applying them to the cluster state, and getting the resulting cluster state back.
- dryRun() - 类 中的方法org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
-
Returns the current dry run flag which allows to run the commands without actually applying them,
just to get back the resulting cluster state back.
- dryRun(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverRequest
-
Sets if the rollover should not be executed when conditions are met
- dryRun(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverRequestBuilder
-
- DummyOsInfo - org.elasticsearch.monitor.os中的类
-
- DummyPluginInfo - org.elasticsearch.plugins中的类
-
- duplicateBindingAnnotations(Member, Class<? extends Annotation>, Class<? extends Annotation>) - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- DuplicateByteSequenceSpotter - org.apache.lucene.analysis.miscellaneous中的类
-
A Trie structure for analysing byte streams for duplicate sequences.
- DuplicateByteSequenceSpotter() - 类 的构造器org.apache.lucene.analysis.miscellaneous.DuplicateByteSequenceSpotter
-
- duplicateScopeAnnotations(Class<? extends Annotation>, Class<? extends Annotation>) - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- duplicateScopes(Scope, Class<? extends Annotation>, Scope) - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- DuplicateSequenceAttribute - org.apache.lucene.analysis.miscellaneous中的接口
-
Provides statistics useful for detecting duplicate sections of text
- DuplicateSequenceAttributeImpl - org.apache.lucene.analysis.miscellaneous中的类
-
- DuplicateSequenceAttributeImpl() - 类 的构造器org.apache.lucene.analysis.miscellaneous.DuplicateSequenceAttributeImpl
-
- DutchAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
- DutchAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.DutchAnalyzerProvider
-
- dynamic - 类 中的变量org.elasticsearch.index.mapper.ObjectMapper.Builder
-
- dynamic(ObjectMapper.Dynamic) - 类 中的方法org.elasticsearch.index.mapper.ObjectMapper.Builder
-
- DYNAMIC - 类 中的静态变量org.elasticsearch.index.mapper.ObjectMapper.Defaults
-
- dynamic() - 类 中的方法org.elasticsearch.index.mapper.ObjectMapper
-
- DYNAMIC_DATE_TIME_FORMATTERS - 类 中的静态变量org.elasticsearch.index.mapper.RootObjectMapper.Defaults
-
- dynamicDateTimeFormatter(Collection<FormatDateTimeFormatter>) - 类 中的方法org.elasticsearch.index.mapper.RootObjectMapper.Builder
-
- dynamicDateTimeFormatters - 类 中的变量org.elasticsearch.index.mapper.RootObjectMapper.Builder
-
- dynamicDateTimeFormatters() - 类 中的方法org.elasticsearch.index.mapper.RootObjectMapper
-
- dynamicMappingsUpdate() - 类 中的方法org.elasticsearch.index.mapper.ParsedDocument
-
Return dynamic updates to mappings or null if there were no
updates to the mappings.
- DynamicTemplate - org.elasticsearch.index.mapper中的类
-
- DynamicTemplate.MatchType - org.elasticsearch.index.mapper中的枚举
-
- DynamicTemplate.XContentFieldType - org.elasticsearch.index.mapper中的枚举
-
The type of a field as detected while parsing a json document.
- dynamicTemplates - 类 中的变量org.elasticsearch.index.mapper.RootObjectMapper.Builder
-
- dynamicTemplates(Collection<DynamicTemplate>) - 类 中的方法org.elasticsearch.index.mapper.RootObjectMapper.Builder
-
- factor(float) - 类 中的方法org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
-
- factor() - 类 中的方法org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
-
- factories - 类 中的变量org.elasticsearch.search.aggregations.AggregatorFactory
-
- factories() - 类 中的方法org.elasticsearch.search.aggregations.SearchContextAggregations
-
- factoriesBuilder - 类 中的变量org.elasticsearch.search.aggregations.AggregationBuilder
-
- FACTORY - 类 中的静态变量org.elasticsearch.common.geo.builders.ShapeBuilder
-
- Factory(String) - 类 的构造器org.elasticsearch.index.analysis.ShingleTokenFilterFactory.Factory
-
- Factory(String, Analyzer, Reader) - 类 的构造器org.elasticsearch.index.analysis.SynonymGraphTokenFilterFactory.Factory
-
- Factory(String, Analyzer, Reader) - 类 的构造器org.elasticsearch.index.analysis.SynonymTokenFilterFactory.Factory
-
- Factory() - 类 的构造器org.elasticsearch.ingest.Pipeline.Factory
-
- FACTORY - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.range.InternalDateRange
-
- Factory() - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.InternalDateRange.Factory
-
- FACTORY - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.range.InternalGeoDistance
-
- Factory() - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.InternalGeoDistance.Factory
-
- Factory() - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.InternalRange.Factory
-
- factoryClazz - 类 中的变量org.elasticsearch.script.ScriptContext
-
A factory class for constructing script or stateful factory instances.
- FactoryProvider<F> - org.elasticsearch.common.inject.assistedinject中的类
-
Provides a factory that combines the caller's arguments with injector-supplied values to
construct objects.
- fail - 类 中的变量org.elasticsearch.index.reindex.ScrollableHitSource
-
- fail(RecoveryFailedException, boolean) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryTarget
-
fail the recovery and call listener
- FailableCache<K,V> - org.elasticsearch.common.inject.internal中的类
-
Lazily creates (and caches) values for keys.
- FailableCache() - 类 的构造器org.elasticsearch.common.inject.internal.FailableCache
-
- failAllStatesAndClear(Exception) - 类 中的方法org.elasticsearch.discovery.zen.PendingClusterStatesQueue
-
clear the incoming queue. any committed state will be failed
- failDestructive(String[]) - 类 中的方法org.elasticsearch.action.support.DestructiveOperations
-
Fail if there is wildcard usage in indices and the named is required for destructive operations.
- failed() - 枚举 中的方法org.elasticsearch.cluster.SnapshotsInProgress.State
-
- failed() - 类 中的方法org.elasticsearch.indices.flush.ShardsSyncedFlushResult
-
- failed() - 类 中的方法org.elasticsearch.repositories.RepositoriesService.VerifyResponse
-
- FAILED_FIELD - 类 中的静态变量org.elasticsearch.rest.action.RestActions
-
- failedEngine - 类 中的变量org.elasticsearch.index.engine.Engine
-
- FailedNodeException - org.elasticsearch.action中的异常错误
-
- FailedNodeException(String, String, Throwable) - 异常错误 的构造器org.elasticsearch.action.FailedNodeException
-
- FailedNodeException(StreamInput) - 异常错误 的构造器org.elasticsearch.action.FailedNodeException
-
- FailedShard - org.elasticsearch.cluster.routing.allocation中的类
-
A class representing a failed shard.
- FailedShard(ShardRouting, String, Exception) - 类 的构造器org.elasticsearch.cluster.routing.allocation.FailedShard
-
- failedShards() - 类 中的方法org.elasticsearch.action.admin.indices.flush.SyncedFlushResponse
-
total number of shards for which the operation failed
- failedShards() - 类 中的方法org.elasticsearch.indices.flush.ShardsSyncedFlushResult
-
- failedShards() - 类 中的方法org.elasticsearch.snapshots.RestoreInfo
-
Number of failed shards
- failedShards(ImmutableOpenMap<ShardId, RestoreInProgress.ShardRestoreStatus>) - 类 中的静态方法org.elasticsearch.snapshots.RestoreService
-
- failedShards() - 类 中的方法org.elasticsearch.snapshots.SnapshotInfo
-
Number of failed shards; a value of
0 will be returned if there were no
failed shards, or if
SnapshotInfo.state() returns
null.
- FailedToCommitClusterStateException(StreamInput) - 异常错误 的构造器org.elasticsearch.discovery.Discovery.FailedToCommitClusterStateException
-
- FailedToCommitClusterStateException(String, Object...) - 异常错误 的构造器org.elasticsearch.discovery.Discovery.FailedToCommitClusterStateException
-
- FailedToCommitClusterStateException(String, Throwable, Object...) - 异常错误 的构造器org.elasticsearch.discovery.Discovery.FailedToCommitClusterStateException
-
- failEngine(String, Exception) - 类 中的方法org.elasticsearch.index.engine.Engine
-
fail engine due to some error. the engine will also be closed.
- failEngine(IOException) - 类 中的方法org.elasticsearch.indices.recovery.RecoverySourceHandler
-
- failEngineLock - 类 中的变量org.elasticsearch.index.engine.Engine
-
- failIfCorrupted() - 类 中的方法org.elasticsearch.index.store.Store
-
- failIfFrozen() - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
- failIfNoDocValues() - 类 中的方法org.elasticsearch.index.mapper.MappedFieldType
-
- failIfNotIndexed() - 类 中的方法org.elasticsearch.index.mapper.MappedFieldType
-
- failOnUnsupportedField(boolean) - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
Whether to fail or return no result when this query is run against a field which is not supported such as binary/numeric fields.
- failOnUnsupportedField() - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- failRecovery(long, RecoveryFailedException, boolean) - 类 中的方法org.elasticsearch.indices.recovery.RecoveriesCollection
-
fail the recovery with the given id (if found) and remove it from the recovery collection
- failShard(String, Exception) - 接口 中的方法org.elasticsearch.action.support.replication.ReplicationOperation.Primary
-
Fail the primary shard.
- failShard(Logger, ShardRouting, UnassignedInfo, IndexMetaData, RoutingChangesObserver) - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes
-
Applies the relevant logic to handle a cancelled or failed shard.
- failShard(String, Exception) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
Fails the shard and marks the shard store as corrupted if
e is caused by index corruption
- failShardIfNeeded(ShardRouting, String, Exception, Runnable, Consumer<Exception>, Consumer<Exception>) - 接口 中的方法org.elasticsearch.action.support.replication.ReplicationOperation.Replicas
-
Fail the specified shard if needed, removing it from the current set
of active shards.
- failShardIfNeeded(ShardRouting, String, Exception, Runnable, Consumer<Exception>, Consumer<Exception>) - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction.ReplicasProxy
-
- Failure(String, String, int, Throwable) - 类 的构造器org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.Failure
-
- Failure(String, String, String, Exception) - 类 的构造器org.elasticsearch.action.bulk.BulkItemResponse.Failure
-
For write failures before operation was assigned a sequence number.
- Failure(String, String, String, Exception, boolean) - 类 的构造器org.elasticsearch.action.bulk.BulkItemResponse.Failure
-
- Failure(String, String, String, Exception, RestStatus) - 类 的构造器org.elasticsearch.action.bulk.BulkItemResponse.Failure
-
- Failure(String, String, String, Exception, long) - 类 的构造器org.elasticsearch.action.bulk.BulkItemResponse.Failure
-
For write failures after operation was assigned a sequence number.
- Failure(String, String, String, Exception, RestStatus, long, boolean) - 类 的构造器org.elasticsearch.action.bulk.BulkItemResponse.Failure
-
- Failure(StreamInput) - 类 的构造器org.elasticsearch.action.bulk.BulkItemResponse.Failure
-
Read from a stream.
- Failure(String, String, String, Exception) - 类 的构造器org.elasticsearch.action.get.MultiGetResponse.Failure
-
- Failure(ShardId, String, Exception, RestStatus, boolean) - 类 的构造器org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo.Failure
-
- Failure(String, String, String, Exception) - 类 的构造器org.elasticsearch.action.termvectors.MultiTermVectorsResponse.Failure
-
- failure(String) - 类 中的静态方法org.elasticsearch.bootstrap.BootstrapCheck.BootstrapCheckResult
-
- failure(T, Exception) - 类 中的方法org.elasticsearch.cluster.ClusterStateTaskExecutor.ClusterTasksResult.Builder
-
- failure(Exception) - 类 中的静态方法org.elasticsearch.cluster.ClusterStateTaskExecutor.TaskResult
-
- failure(String) - 类 中的方法org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
- failure() - 类 中的方法org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
- failureDescription() - 类 中的方法org.elasticsearch.repositories.RepositoriesService.VerifyResponse
-
- failureFromXContent(XContentParser) - 异常错误 中的静态方法org.elasticsearch.ElasticsearchException
-
Parses the output of #generateFailureXContent(XContentBuilder, Params, Exception, boolean)
- failureReason() - 类 中的方法org.elasticsearch.indices.flush.ShardsSyncedFlushResult
-
- failureReason() - 类 中的方法org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushResponse
-
- failures() - 类 中的方法org.elasticsearch.action.support.nodes.BaseNodesResponse
-
Get the failed node exceptions.
- failures(Iterable<T>, Exception) - 类 中的方法org.elasticsearch.cluster.ClusterStateTaskExecutor.ClusterTasksResult.Builder
-
- failures() - 类 中的方法org.elasticsearch.repositories.RepositoriesService.VerifyResponse
-
- FAILURES_FIELD - 类 中的静态变量org.elasticsearch.rest.action.RestActions
-
- FALSE - 类 中的静态变量org.elasticsearch.index.mapper.BooleanFieldMapper.Values
-
- FastCharArrayReader - org.elasticsearch.common.io中的类
-
- FastCharArrayReader(char[]) - 类 的构造器org.elasticsearch.common.io.FastCharArrayReader
-
Creates a CharArrayReader from the specified array of chars.
- FastCharArrayReader(char[], int, int) - 类 的构造器org.elasticsearch.common.io.FastCharArrayReader
-
Creates a CharArrayReader from the specified array of chars.
- FastCharArrayWriter - org.elasticsearch.common.io中的类
-
A similar class to CharArrayWriter allowing to get the underlying char[] buffer.
- FastCharArrayWriter() - 类 的构造器org.elasticsearch.common.io.FastCharArrayWriter
-
Creates a new CharArrayWriter.
- FastCharArrayWriter(int) - 类 的构造器org.elasticsearch.common.io.FastCharArrayWriter
-
Creates a new CharArrayWriter with the specified initial size.
- fastForward() - 类 中的方法org.elasticsearch.common.util.concurrent.CountDown
-
Fast forwards the count-down to zero and returns true iff
the count down reached zero with this fast forward call otherwise
false
- FastStringReader - org.elasticsearch.common.io中的类
-
A character stream whose source is a string that is not thread safe
(shay.banon
)
- FastStringReader(String) - 类 的构造器org.elasticsearch.common.io.FastStringReader
-
Creates a new string reader.
- FastVectorHighlighter - org.elasticsearch.search.fetch.subphase.highlight中的类
-
- FastVectorHighlighter(Settings) - 类 的构造器org.elasticsearch.search.fetch.subphase.highlight.FastVectorHighlighter
-
- FaultDetection - org.elasticsearch.discovery.zen中的类
-
- FaultDetection(Settings, ThreadPool, TransportService, ClusterName) - 类 的构造器org.elasticsearch.discovery.zen.FaultDetection
-
- features(GetIndexRequest.Feature...) - 类 中的方法org.elasticsearch.action.admin.indices.get.GetIndexRequest
-
- features() - 类 中的方法org.elasticsearch.action.admin.indices.get.GetIndexRequest
-
- FETCH_ID_ACTION_NAME - 类 中的静态变量org.elasticsearch.action.search.SearchTransportService
-
- FETCH_ID_SCROLL_ACTION_NAME - 类 中的静态变量org.elasticsearch.action.search.SearchTransportService
-
- FETCH_SHARD_STARTED - 类 中的静态变量org.elasticsearch.threadpool.ThreadPool.Names
-
- FETCH_SHARD_STORE - 类 中的静态变量org.elasticsearch.threadpool.ThreadPool.Names
-
- FETCH_SOURCE - 类 中的静态变量org.elasticsearch.search.fetch.subphase.FetchSourceContext
-
- fetchData(DiscoveryNodes, Set<String>) - 类 中的方法org.elasticsearch.gateway.AsyncShardFetch
-
Fetches the data for the relevant shard.
- fetchData(ShardRouting, RoutingAllocation) - 类 中的方法org.elasticsearch.gateway.PrimaryShardAllocator
-
- fetchData(ShardRouting, RoutingAllocation) - 类 中的方法org.elasticsearch.gateway.ReplicaShardAllocator
-
- fetchFields() - 类 中的方法org.elasticsearch.search.fetch.StoredFieldsContext
-
Returns true if the stored fields should be fetched, false otherwise.
- FetchPhase - org.elasticsearch.search.fetch中的类
-
Fetch phase of a search request, used to fetch the actual top matching documents to be returned to the client, identified
after reducing all of the matches returned by the query phase
- FetchPhase(List<FetchSubPhase>) - 类 的构造器org.elasticsearch.search.fetch.FetchPhase
-
- fetchPhase() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- fetchPhase() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- FetchPhaseConstructionContext(Map<String, Highlighter>) - 类 的构造器org.elasticsearch.plugins.SearchPlugin.FetchPhaseConstructionContext
-
- FetchPhaseExecutionException - org.elasticsearch.search.fetch中的异常错误
-
- FetchPhaseExecutionException(SearchContext, String, Throwable) - 异常错误 的构造器org.elasticsearch.search.fetch.FetchPhaseExecutionException
-
- FetchPhaseExecutionException(SearchContext, String) - 异常错误 的构造器org.elasticsearch.search.fetch.FetchPhaseExecutionException
-
- FetchPhaseExecutionException(StreamInput) - 异常错误 的构造器org.elasticsearch.search.fetch.FetchPhaseExecutionException
-
- FetchResult(ShardId, Map<DiscoveryNode, T>, Set<String>) - 类 的构造器org.elasticsearch.gateway.AsyncShardFetch.FetchResult
-
- fetchResult() - 类 中的方法org.elasticsearch.search.fetch.FetchSearchResult
-
- fetchResult() - 类 中的方法org.elasticsearch.search.fetch.QueryFetchSearchResult
-
- fetchResult() - 类 中的方法org.elasticsearch.search.fetch.ScrollQueryFetchSearchResult
-
- fetchResult() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- fetchResult() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- fetchResult() - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- fetchResult() - 类 中的方法org.elasticsearch.search.SearchPhaseResult
-
Returns the fetch result iff it's included in this response otherwise null
- FetchSearchResult - org.elasticsearch.search.fetch中的类
-
- FetchSearchResult() - 类 的构造器org.elasticsearch.search.fetch.FetchSearchResult
-
- FetchSearchResult(long, SearchShardTarget) - 类 的构造器org.elasticsearch.search.fetch.FetchSearchResult
-
- fetchSource(String, String) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
Indicate that _source should be returned with every hit, with an
"include" and/or "exclude" set which can include simple wildcard
elements.
- fetchSource(String[], String[]) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
Indicate that _source should be returned, with an
"include" and/or "exclude" set which can include simple wildcard
elements.
- fetchSource(boolean) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
Indicates whether the response should contain the updated _source.
- fetchSource(FetchSourceContext) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
Explicitly set the fetch source context for this request
- fetchSource() - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- fetchSource(boolean) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
Indicates whether the response should contain the stored _source for
every hit
- fetchSource(String, String) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
Indicate that _source should be returned with every hit, with an
"include" and/or "exclude" set which can include simple wildcard
elements.
- fetchSource(String[], String[]) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
Indicate that _source should be returned with every hit, with an
"include" and/or "exclude" set which can include simple wildcard
elements.
- fetchSource(FetchSourceContext) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
Indicate how the _source should be fetched.
- fetchSource() - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
- fetchSource(boolean) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Indicates whether the response should contain the stored _source for
every hit
- fetchSource(String, String) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Indicate that _source should be returned with every hit, with an
"include" and/or "exclude" set which can include simple wildcard
elements.
- fetchSource(String[], String[]) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Indicate that _source should be returned with every hit, with an
"include" and/or "exclude" set which can include simple wildcard
elements.
- fetchSource(FetchSourceContext) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Indicate how the _source should be fetched.
- fetchSource() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
- fetchSource() - 类 中的方法org.elasticsearch.search.fetch.subphase.FetchSourceContext
-
- fetchSourceContext(FetchSourceContext) - 类 中的方法org.elasticsearch.action.explain.ExplainRequest
-
Allows setting the
FetchSourceContext for this request, controlling if and how _source should be returned.
- fetchSourceContext() - 类 中的方法org.elasticsearch.action.explain.ExplainRequest
-
- fetchSourceContext(FetchSourceContext) - 类 中的方法org.elasticsearch.action.get.GetRequest
-
Allows setting the
FetchSourceContext for this request, controlling if and how _source should be returned.
- fetchSourceContext() - 类 中的方法org.elasticsearch.action.get.GetRequest
-
- fetchSourceContext() - 类 中的方法org.elasticsearch.action.get.MultiGetRequest.Item
-
- fetchSourceContext(FetchSourceContext) - 类 中的方法org.elasticsearch.action.get.MultiGetRequest.Item
-
Allows setting the
FetchSourceContext for this request, controlling if and how _source should be returned.
- FetchSourceContext - org.elasticsearch.search.fetch.subphase中的类
-
Context used to fetch the _source.
- FetchSourceContext(boolean, String[], String[]) - 类 的构造器org.elasticsearch.search.fetch.subphase.FetchSourceContext
-
- FetchSourceContext(boolean) - 类 的构造器org.elasticsearch.search.fetch.subphase.FetchSourceContext
-
- FetchSourceContext(StreamInput) - 类 的构造器org.elasticsearch.search.fetch.subphase.FetchSourceContext
-
- fetchSourceContext() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- fetchSourceContext(FetchSourceContext) - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- fetchSourceContext() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- fetchSourceContext(FetchSourceContext) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- fetchSourceContext() - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- fetchSourceContext(FetchSourceContext) - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- FetchSourceSubPhase - org.elasticsearch.search.fetch.subphase中的类
-
- FetchSourceSubPhase() - 类 的构造器org.elasticsearch.search.fetch.subphase.FetchSourceSubPhase
-
- FetchSubPhase - org.elasticsearch.search.fetch中的接口
-
Sub phase within the fetch phase used to fetch things *about* the documents like highlighting or matched queries.
- FetchSubPhase.HitContext - org.elasticsearch.search.fetch中的类
-
- field - 类 中的变量org.apache.lucene.search.grouping.CollapseTopFieldDocs
-
The field used for collapsing
- field(String) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- field() - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- field - 类 中的变量org.elasticsearch.action.termvectors.TermVectorsFilter.ScoreTerm
-
- FIELD - 类 中的静态变量org.elasticsearch.common.ParseField.CommonFields
-
- field(DateTimeZone) - 枚举 中的方法org.elasticsearch.common.rounding.DateTimeUnit
-
- FIELD - 类 中的静态变量org.elasticsearch.common.unit.Fuzziness
-
- field(String) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, Boolean) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, boolean) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, Byte) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, byte) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, Double) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, double) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, Float) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, float) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, Integer) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, int) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, Long) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, long) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, Short) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, short) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, String) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, byte[]) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, byte[], int, int) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, BytesRef) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
Writes the binary content of the given BytesRef.
- field(String, BytesReference) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, Text) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, ReadableInstant) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, ReadableInstant, DateTimeFormatter) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, Date) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, Date, DateTimeFormatter) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, GeoPoint) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, Object) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, ToXContent) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, ToXContent, ToXContent.Params) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, Map<String, Object>) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, Iterable<?>) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- field(String) - 类 中的方法org.elasticsearch.index.get.GetResult
-
- field(String) - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
Adds a field to run the multi match against.
- field(String, float) - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
Adds a field to run the multi match against with a specific boost.
- field(String) - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
Adds a field to run the query string against.
- field(String, float) - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
Adds a field to run the query string against with a specific boost.
- field(String) - 类 中的方法org.elasticsearch.index.query.SimpleQueryStringBuilder
-
Add a field to run the query against.
- field(String, float) - 类 中的方法org.elasticsearch.index.query.SimpleQueryStringBuilder
-
Add a field to run the query against with a specific boost.
- FIELD - 类 中的静态变量org.elasticsearch.rest.action.admin.indices.RestAnalyzeAction.Fields
-
- field(String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceBuilder
-
Sets the field to use for this source
- field() - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceBuilder
-
Gets the field to use for this source
- field() - 类 中的方法org.elasticsearch.search.aggregations.support.FieldContext
-
- field(String) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
-
Sets the field to use for this aggregation.
- field() - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
-
Gets the field to use for this aggregation.
- field(String) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
-
Adds a field to be highlighted with default fragment size of 100 characters, and
default number of fragments of 5 using the default encoder
- field(String, int) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
-
Adds a field to be highlighted with a provided fragment size (in characters), and
default number of fragments of 5.
- field(String, int, int) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
-
Adds a field to be highlighted with a provided fragment size (in characters), and
a provided (maximum) number of fragments.
- field(String, int, int, int) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
-
Adds a field to be highlighted with a provided fragment size (in characters), and
a provided (maximum) number of fragments.
- field(HighlightBuilder.Field) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
-
- Field(String) - 类 的构造器org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.Field
-
- Field(StreamInput) - 类 的构造器org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.Field
-
Read from a stream.
- field - 类 中的变量org.elasticsearch.search.fetch.subphase.highlight.HighlighterContext
-
- field() - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.Field
-
- field(String) - 类 中的方法org.elasticsearch.search.SearchHit
-
The hit field matching the given field name.
- field - 类 中的变量org.elasticsearch.search.sort.SortFieldAndFormat
-
- field(String) - 类 中的方法org.elasticsearch.search.suggest.completion.context.CategoryContextMapping.Builder
-
Set the name of the field to use
- field(String) - 类 中的方法org.elasticsearch.search.suggest.completion.context.GeoContextMapping.Builder
-
Set the name of the field containing a geolocation to use
- field - 类 中的变量org.elasticsearch.search.suggest.phrase.WordScorer
-
- field - 类 中的变量org.elasticsearch.search.suggest.SuggestionBuilder
-
- field() - 类 中的方法org.elasticsearch.search.suggest.SuggestionBuilder
-
- FIELD_COORDINATES - 类 中的静态变量org.elasticsearch.common.geo.builders.ShapeBuilder
-
- FIELD_DATA - 类 中的静态变量org.elasticsearch.rest.action.admin.indices.RestClearIndicesCacheAction.Fields
-
- FIELD_FIELD - 类 中的静态变量org.elasticsearch.index.query.ExistsQueryBuilder
-
- FIELD_FIELD - 类 中的静态变量org.elasticsearch.search.collapse.CollapseBuilder
-
- FIELD_FIELD - 类 中的静态变量org.elasticsearch.search.slice.SliceBuilder
-
- FIELD_FIELDNAME - 类 中的静态变量org.elasticsearch.search.suggest.completion.context.GeoContextMapping
-
- FIELD_GEOMETRIES - 类 中的静态变量org.elasticsearch.common.geo.builders.ShapeBuilder
-
- FIELD_NAME - 类 中的静态变量org.elasticsearch.search.suggest.completion.context.ContextMapping
-
- FIELD_ORIENTATION - 类 中的静态变量org.elasticsearch.common.geo.builders.ShapeBuilder
-
- FIELD_PRECISION - 类 中的静态变量org.elasticsearch.search.suggest.completion.context.GeoContextMapping
-
- FIELD_RADIUS - 类 中的静态变量org.elasticsearch.common.geo.builders.CircleBuilder
-
- FIELD_TYPE - 类 中的静态变量org.elasticsearch.common.geo.builders.ShapeBuilder
-
- FIELD_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.AllFieldMapper.Defaults
-
- FIELD_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.BinaryFieldMapper.Defaults
-
- FIELD_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.BooleanFieldMapper.Defaults
-
- FIELD_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.CompletionFieldMapper.Defaults
-
- FIELD_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.FieldNamesFieldMapper.Defaults
-
- FIELD_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.GeoPointFieldMapper.Defaults
-
- FIELD_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.GeoShapeFieldMapper.Defaults
-
- FIELD_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.IdFieldMapper.Defaults
-
- FIELD_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.IndexFieldMapper.Defaults
-
- FIELD_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.KeywordFieldMapper.Defaults
-
- FIELD_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.ParentFieldMapper.Defaults
-
- FIELD_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.RoutingFieldMapper.Defaults
-
- FIELD_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.SeqNoFieldMapper.SeqNoDefaults
-
- FIELD_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.SourceFieldMapper.Defaults
-
- FIELD_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.TextFieldMapper.Defaults
-
- FIELD_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.TypeFieldMapper.Defaults
-
- FIELD_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.UidFieldMapper.Defaults
-
- FIELD_TYPE - 类 中的静态变量org.elasticsearch.index.mapper.VersionFieldMapper.Defaults
-
- FIELD_TYPE - 类 中的静态变量org.elasticsearch.search.suggest.completion.context.ContextMapping
-
- FieldCapabilities - org.elasticsearch.action.fieldcaps中的类
-
Describes the capabilities of a field optionally merged across multiple indices.
- FieldCapabilitiesAction - org.elasticsearch.action.fieldcaps中的类
-
- FieldCapabilitiesIndexRequest - org.elasticsearch.action.fieldcaps中的类
-
- FieldCapabilitiesIndexResponse - org.elasticsearch.action.fieldcaps中的类
-
- FieldCapabilitiesRequest - org.elasticsearch.action.fieldcaps中的类
-
- FieldCapabilitiesRequest() - 类 的构造器org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequest
-
- FieldCapabilitiesRequestBuilder - org.elasticsearch.action.fieldcaps中的类
-
- FieldCapabilitiesRequestBuilder(ElasticsearchClient, FieldCapabilitiesAction, String...) - 类 的构造器org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequestBuilder
-
- FieldCapabilitiesResponse - org.elasticsearch.action.fieldcaps中的类
-
- fieldCaps(FieldCapabilitiesRequest) - 接口 中的方法org.elasticsearch.client.Client
-
An action that returns the field capabilities from the provided request
- fieldCaps(FieldCapabilitiesRequest, ActionListener<FieldCapabilitiesResponse>) - 接口 中的方法org.elasticsearch.client.Client
-
An action that returns the field capabilities from the provided request
- fieldCaps(FieldCapabilitiesRequest, ActionListener<FieldCapabilitiesResponse>) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- fieldCaps(FieldCapabilitiesRequest) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- FieldContext - org.elasticsearch.search.aggregations.support中的类
-
Used by all field data based aggregators.
- FieldContext(String, IndexFieldData<?>, MappedFieldType) - 类 的构造器org.elasticsearch.search.aggregations.support.FieldContext
-
Constructs a field data context for the given field and its index field data
- fieldContext() - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceConfig
-
- fieldContext(FieldContext) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceConfig
-
- fieldData - 类 中的变量org.elasticsearch.action.admin.indices.stats.CommonStats
-
- fieldData(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- fieldData() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- FIELDDATA - 接口 中的静态变量org.elasticsearch.common.breaker.CircuitBreaker
-
- FieldData - org.elasticsearch.index.fielddata中的枚举
-
Utility methods, similar to Lucene's DocValues.
- fielddata(boolean) - 类 中的方法org.elasticsearch.index.mapper.TextFieldMapper.Builder
-
- fielddata() - 类 中的方法org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
-
- fieldData() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- FieldData(IndexFieldData<?>) - 类 的构造器org.elasticsearch.search.aggregations.support.ValuesSource.Bytes.FieldData
-
- FieldData(IndexOrdinalsFieldData) - 类 的构造器org.elasticsearch.search.aggregations.support.ValuesSource.Bytes.WithOrdinals.FieldData
-
- Fielddata(IndexGeoPointFieldData) - 类 的构造器org.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint.Fielddata
-
- FieldData(IndexNumericFieldData) - 类 的构造器org.elasticsearch.search.aggregations.support.ValuesSource.Numeric.FieldData
-
- FIELDDATA_CACHE_KEY - 类 中的静态变量org.elasticsearch.index.fielddata.IndexFieldDataService
-
- FIELDDATA_CACHE_VALUE_NODE - 类 中的静态变量org.elasticsearch.index.fielddata.IndexFieldDataService
-
- FIELDDATA_CIRCUIT_BREAKER_LIMIT_SETTING - 类 中的静态变量org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
-
- FIELDDATA_CIRCUIT_BREAKER_OVERHEAD_SETTING - 类 中的静态变量org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
-
- FIELDDATA_CIRCUIT_BREAKER_TYPE_SETTING - 类 中的静态变量org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
-
- FIELDDATA_MAX_FREQUENCY - 类 中的静态变量org.elasticsearch.index.mapper.TextFieldMapper.Defaults
-
- FIELDDATA_MIN_FREQUENCY - 类 中的静态变量org.elasticsearch.index.mapper.TextFieldMapper.Defaults
-
- FIELDDATA_MIN_SEGMENT_SIZE - 类 中的静态变量org.elasticsearch.index.mapper.TextFieldMapper.Defaults
-
- fielddataBuilder(String) - 类 中的方法org.elasticsearch.index.mapper.BooleanFieldMapper.BooleanFieldType
-
- fielddataBuilder(String) - 类 中的方法org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
-
- fielddataBuilder(String) - 类 中的方法org.elasticsearch.index.mapper.GeoPointFieldMapper.GeoPointFieldType
-
- fielddataBuilder(String) - 类 中的方法org.elasticsearch.index.mapper.IpFieldMapper.IpFieldType
-
- fielddataBuilder(String) - 类 中的方法org.elasticsearch.index.mapper.KeywordFieldMapper.KeywordFieldType
-
- fielddataBuilder(String) - 类 中的方法org.elasticsearch.index.mapper.MappedFieldType
-
Return a fielddata builder for this field
- fielddataBuilder(String) - 类 中的方法org.elasticsearch.index.mapper.NumberFieldMapper.NumberFieldType
-
- fielddataBuilder(String) - 类 中的方法org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
-
- fieldDataCache() - 类 中的方法org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
-
- fieldDataCache(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
-
- fieldDataField(String) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
Adds a field to load from the field data cache and return as part of
the search request.
- fieldDataFields(String...) - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
Sets specific search group stats to retrieve the stats for.
- fieldDataFields() - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
- fieldDataFields(String...) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- fieldDataFields() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- fieldDataFields(List<String>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
Adds fields to load from the field data cache and return as part of
the search request.
- fieldDataFields() - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
Gets the field-data fields.
- fielddataFrequencyFilter(double, double, int) - 类 中的方法org.elasticsearch.index.mapper.TextFieldMapper.Builder
-
- fielddataMaxFrequency() - 类 中的方法org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
-
- fielddataMinFrequency() - 类 中的方法org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
-
- fielddataMinSegmentSize() - 类 中的方法org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
-
- FieldDataStats - org.elasticsearch.index.fielddata中的类
-
- FieldDataStats() - 类 的构造器org.elasticsearch.index.fielddata.FieldDataStats
-
- FieldDataStats(long, long, FieldMemoryStats) - 类 的构造器org.elasticsearch.index.fielddata.FieldDataStats
-
- fieldDataStats(String...) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- FieldDataWeigher() - 类 的构造器org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache.FieldDataWeigher
-
- FieldLookup - org.elasticsearch.search.lookup中的类
-
- FieldMapper - org.elasticsearch.index.mapper中的类
-
- FieldMapper(String, MappedFieldType, MappedFieldType, Settings, FieldMapper.MultiFields, FieldMapper.CopyTo) - 类 的构造器org.elasticsearch.index.mapper.FieldMapper
-
- fieldMapper(String) - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
- FieldMapper.Builder<T extends FieldMapper.Builder,Y extends FieldMapper> - org.elasticsearch.index.mapper中的类
-
- FieldMapper.CopyTo - org.elasticsearch.index.mapper中的类
-
Represents a list of fields with optional boost factor where the current field should be copied to
- FieldMapper.CopyTo.Builder - org.elasticsearch.index.mapper中的类
-
- FieldMapper.MultiFields - org.elasticsearch.index.mapper中的类
-
- FieldMapper.MultiFields.Builder - org.elasticsearch.index.mapper中的类
-
- FieldMappingMetaData(String, BytesReference) - 类 的构造器org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsResponse.FieldMappingMetaData
-
- fieldMappings(String, String, String) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsResponse
-
Returns the mappings of a specific field.
- fieldMaskingSpanQuery(SpanQueryBuilder, String) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
- FieldMaskingSpanQueryBuilder - org.elasticsearch.index.query中的类
-
- FieldMaskingSpanQueryBuilder(SpanQueryBuilder, String) - 类 的构造器org.elasticsearch.index.query.FieldMaskingSpanQueryBuilder
-
- FieldMaskingSpanQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.FieldMaskingSpanQueryBuilder
-
Read from a stream.
- FieldMemoryStats - org.elasticsearch.common中的类
-
A reusable class to encode field -> memory size mappings
- FieldMemoryStats(ObjectLongHashMap<String>) - 类 的构造器org.elasticsearch.common.FieldMemoryStats
-
Creates a new FieldMemoryStats instance
- FieldMemoryStats(StreamInput) - 类 的构造器org.elasticsearch.common.FieldMemoryStats
-
Creates a new FieldMemoryStats instance from a stream
- fieldName - 类 中的变量org.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData
-
- fieldName - 类 中的变量org.elasticsearch.index.query.BaseTermQueryBuilder
-
Name of field to match against.
- fieldName() - 类 中的方法org.elasticsearch.index.query.BaseTermQueryBuilder
-
Returns the field name used in this query.
- fieldName() - 类 中的方法org.elasticsearch.index.query.CommonTermsQueryBuilder
-
- fieldName() - 类 中的方法org.elasticsearch.index.query.ExistsQueryBuilder
-
- fieldName() - 类 中的方法org.elasticsearch.index.query.FieldMaskingSpanQueryBuilder
-
- fieldName() - 类 中的方法org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
-
- fieldName() - 类 中的方法org.elasticsearch.index.query.FuzzyQueryBuilder
-
- fieldName() - 类 中的方法org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
Returns the name of the field to base the bounding box computation on.
- fieldName() - 类 中的方法org.elasticsearch.index.query.GeoDistanceQueryBuilder
-
Name of the field this query is operating on.
- fieldName() - 类 中的方法org.elasticsearch.index.query.GeoPolygonQueryBuilder
-
- fieldName() - 类 中的方法org.elasticsearch.index.query.GeoShapeQueryBuilder
-
- fieldName() - 类 中的方法org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
-
Returns the field name used in this query.
- fieldName() - 类 中的方法org.elasticsearch.index.query.MatchPhraseQueryBuilder
-
Returns the field name used in this query.
- fieldName() - 类 中的方法org.elasticsearch.index.query.MatchQueryBuilder
-
Returns the field name used in this query.
- fieldName() - 类 中的方法org.elasticsearch.index.query.PrefixQueryBuilder
-
- fieldName() - 类 中的方法org.elasticsearch.index.query.RangeQueryBuilder
-
Get the field name for this query.
- fieldName() - 类 中的方法org.elasticsearch.index.query.RegexpQueryBuilder
-
Returns the field name used in this query.
- fieldName() - 类 中的方法org.elasticsearch.index.query.TermsQueryBuilder
-
- fieldName() - 类 中的方法org.elasticsearch.index.query.WildcardQueryBuilder
-
- fieldName(String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregationBuilder
-
Sets the name of the text field that will be the subject of this
aggregation.
- fieldName() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder.ScriptField
-
- fieldName - 类 中的变量org.elasticsearch.search.fetch.subphase.highlight.HighlighterContext
-
- fieldName() - 类 中的方法org.elasticsearch.search.sort.GeoDistanceSortBuilder
-
Returns the geo point like field the distance based sort operates on.
- FIELDNAME_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
- FIELDNAME_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.SuggestionBuilder
-
- FieldNameAnalyzer - org.elasticsearch.index.analysis中的类
-
- FieldNameAnalyzer(Map<String, Analyzer>) - 类 的构造器org.elasticsearch.index.analysis.FieldNameAnalyzer
-
- fieldNames() - 类 中的方法org.elasticsearch.search.fetch.StoredFieldsContext
-
Gets the field names to load and return as part of the search request.
- FieldNamesFieldMapper - org.elasticsearch.index.mapper中的类
-
A mapper that indexes the field names of a document under _field_names.
- FieldNamesFieldMapper.Builder - org.elasticsearch.index.mapper中的类
-
- FieldNamesFieldMapper.Defaults - org.elasticsearch.index.mapper中的类
-
- FieldNamesFieldMapper.FieldNamesFieldType - org.elasticsearch.index.mapper中的类
-
- FieldNamesFieldMapper.TypeParser - org.elasticsearch.index.mapper中的类
-
- FieldNamesFieldType() - 类 的构造器org.elasticsearch.index.mapper.FieldNamesFieldMapper.FieldNamesFieldType
-
- FieldNamesFieldType(FieldNamesFieldMapper.FieldNamesFieldType) - 类 的构造器org.elasticsearch.index.mapper.FieldNamesFieldMapper.FieldNamesFieldType
-
- fieldOptions() - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.Field
-
- FieldOptions() - 类 的构造器org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
-
- fields(String...) - 类 中的方法org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
-
- fields() - 类 中的方法org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
-
- fields() - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsIndexRequest
-
- fields(String...) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
-
- fields() - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
-
- fields() - 类 中的方法org.elasticsearch.action.fieldcaps.FieldCapabilitiesIndexRequest
-
- fields(String...) - 类 中的方法org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequest
-
The list of field names to retrieve
- fields() - 类 中的方法org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequest
-
- Fields() - 类 的构造器org.elasticsearch.action.ingest.SimulatePipelineRequest.Fields
-
- fields(String...) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
- fields(String...) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- fields() - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- FIELDS - 类 中的静态变量org.elasticsearch.common.ParseField.CommonFields
-
- fields() - 类 中的方法org.elasticsearch.index.fieldvisitor.FieldsVisitor
-
- Fields() - 类 的构造器org.elasticsearch.index.mapper.CompletionFieldMapper.Fields
-
- fields() - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- fields() - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- fields(String...) - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- fields(Map<String, Float>) - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
Add several fields to run the query against with a specific boost.
- fields() - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- fields(Map<String, Float>) - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
Add several fields to run the query against with a specific boost.
- fields() - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
Returns the fields including their respective boosts to run the query against.
- fields(Map<String, Float>) - 类 中的方法org.elasticsearch.index.query.SimpleQueryStringBuilder
-
Add several fields to run the query against with a specific boost.
- fields() - 类 中的方法org.elasticsearch.index.query.SimpleQueryStringBuilder
-
Returns the fields including their respective boosts to run the query against.
- Fields() - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestAnalyzeAction.Fields
-
- Fields() - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestClearIndicesCacheAction.Fields
-
- FIELDS - 类 中的静态变量org.elasticsearch.rest.action.admin.indices.RestClearIndicesCacheAction.Fields
-
- fields() - 类 中的方法org.elasticsearch.search.fetch.subphase.DocValueFieldsContext
-
Returns the required docvalue fields
- fields() - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
-
- fields() - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight
-
- fields() - 类 中的方法org.elasticsearch.search.fetch.subphase.ScriptFieldsContext
-
- fields() - 类 中的方法org.elasticsearch.search.lookup.FieldLookup
-
- fields(Map<String, List<Object>>) - 类 中的方法org.elasticsearch.search.lookup.FieldLookup
-
Sets the post processed values.
- fields() - 类 中的方法org.elasticsearch.search.lookup.LeafSearchLookup
-
- fields(Map<String, DocumentField>) - 类 中的方法org.elasticsearch.search.SearchHit
-
- Fields() - 类 的构造器org.elasticsearch.search.SearchHit.Fields
-
- Fields() - 类 的构造器org.elasticsearch.search.SearchHits.Fields
-
- FIELDS_FIELD - 类 中的静态变量org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequest
-
- FIELDS_FIELD - 类 中的静态变量org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- FieldsLookup - org.elasticsearch.search.lookup中的类
-
- fieldsOrNull() - 类 中的方法org.elasticsearch.search.SearchHit
-
- fieldSort(String) - 类 中的静态方法org.elasticsearch.search.sort.SortBuilders
-
Constructs a new field based sort.
- FieldSortBuilder - org.elasticsearch.search.sort中的类
-
A sort builder to sort based on a document field.
- FieldSortBuilder(FieldSortBuilder) - 类 的构造器org.elasticsearch.search.sort.FieldSortBuilder
-
Copy constructor.
- FieldSortBuilder(String) - 类 的构造器org.elasticsearch.search.sort.FieldSortBuilder
-
Constructs a new sort based on a document field.
- FieldSortBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.sort.FieldSortBuilder
-
Read from a stream.
- fieldStatistics() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
- fieldStatistics(boolean) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
Return the field statistics for each term in the shard or skip.
- fieldStatistics() - 类 中的方法org.elasticsearch.search.dfs.AggregatedDfs
-
- fieldStatistics(ObjectObjectHashMap<String, CollectionStatistics>) - 类 中的方法org.elasticsearch.search.dfs.DfsSearchResult
-
- fieldStatistics() - 类 中的方法org.elasticsearch.search.dfs.DfsSearchResult
-
- fieldsValues - 类 中的变量org.elasticsearch.index.fieldvisitor.FieldsVisitor
-
- FieldsVisitor - org.elasticsearch.index.fieldvisitor中的类
-
Base StoredFieldVisitor that retrieves all non-redundant metadata.
- FieldsVisitor(boolean) - 类 的构造器org.elasticsearch.index.fieldvisitor.FieldsVisitor
-
- fieldType() - 类 中的方法org.elasticsearch.index.mapper.BooleanFieldMapper
-
- fieldType() - 类 中的方法org.elasticsearch.index.mapper.CompletionFieldMapper
-
- fieldType() - 类 中的方法org.elasticsearch.index.mapper.CustomDocValuesField
-
- fieldType() - 类 中的方法org.elasticsearch.index.mapper.DateFieldMapper.Builder
-
- fieldType() - 类 中的方法org.elasticsearch.index.mapper.DateFieldMapper
-
- fieldType - 类 中的变量org.elasticsearch.index.mapper.FieldMapper.Builder
-
- fieldType() - 类 中的方法org.elasticsearch.index.mapper.FieldMapper.Builder
-
- fieldType - 类 中的变量org.elasticsearch.index.mapper.FieldMapper
-
- fieldType() - 类 中的方法org.elasticsearch.index.mapper.FieldMapper
-
- fieldType() - 类 中的方法org.elasticsearch.index.mapper.FieldNamesFieldMapper
-
- fieldType() - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper.Builder
-
- fieldType() - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper
-
- fieldType() - 类 中的方法org.elasticsearch.index.mapper.IpFieldMapper
-
- fieldType() - 类 中的方法org.elasticsearch.index.mapper.KeywordFieldMapper.Builder
-
- fieldType() - 类 中的方法org.elasticsearch.index.mapper.KeywordFieldMapper
-
- fieldType() - 类 中的方法org.elasticsearch.index.mapper.NumberFieldMapper
-
- fieldType() - 类 中的方法org.elasticsearch.index.mapper.TextFieldMapper.Builder
-
- fieldType() - 类 中的方法org.elasticsearch.index.mapper.TextFieldMapper
-
- fieldType() - 类 中的方法org.elasticsearch.search.aggregations.support.FieldContext
-
- fieldType() - 类 中的方法org.elasticsearch.search.lookup.FieldLookup
-
- FieldValueFactorFunction - org.elasticsearch.common.lucene.search.function中的类
-
A function_score function that multiplies the score with the value of a
field from the document, optionally multiplying the field by a factor first,
and applying a modification (log, ln, sqrt, square, etc) afterwards.
- FieldValueFactorFunction(String, float, FieldValueFactorFunction.Modifier, Double, IndexNumericFieldData) - 类 的构造器org.elasticsearch.common.lucene.search.function.FieldValueFactorFunction
-
- fieldValueFactorFunction(String) - 类 中的静态方法org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
-
- FieldValueFactorFunction.Modifier - org.elasticsearch.common.lucene.search.function中的枚举
-
The Type class encapsulates the modification types that can be applied
to the score/value product.
- FieldValueFactorFunctionBuilder - org.elasticsearch.index.query.functionscore中的类
-
Builder to construct field_value_factor functions for a function
score query.
- FieldValueFactorFunctionBuilder(String) - 类 的构造器org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
-
- FieldValueFactorFunctionBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
-
Read from a stream.
- File() - 类 的构造器org.elasticsearch.indices.recovery.RecoveryState.File
-
- File(String, long, boolean) - 类 的构造器org.elasticsearch.indices.recovery.RecoveryState.File
-
- file(String) - 类 中的方法org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.StoreFilesMetaData
-
- FILE_CHUNK - 类 中的静态变量org.elasticsearch.indices.recovery.PeerRecoveryTargetService.Actions
-
- FileChangesListener - org.elasticsearch.watcher中的接口
-
Callback interface that file changes File Watcher is using to notify listeners about changes.
- fileDetails() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Index
-
- fileExists(String) - 类 中的方法org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.StoreFilesMetaData
-
- FileInfo(String, String, long, String) - 类 的构造器org.elasticsearch.index.shard.CommitPoint.FileInfo
-
- FileInfo(String, StoreFileMetaData, ByteSizeValue) - 类 的构造器org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
-
Constructs a new instance of file info
- FilePermissionUtils - org.elasticsearch.bootstrap中的类
-
- files(Path, DirectoryStream.Filter<Path>) - 类 中的静态方法org.elasticsearch.common.io.FileSystemUtils
-
Returns an array of all files in the given directory matching.
- files(Path) - 类 中的静态方法org.elasticsearch.common.io.FileSystemUtils
-
Returns an array of all files in the given directory.
- files(Path, String) - 类 中的静态方法org.elasticsearch.common.io.FileSystemUtils
-
Returns an array of all files in the given directory matching the glob.
- files(SegmentInfos) - 类 中的静态方法org.elasticsearch.common.lucene.Lucene
-
Returns an iterable that allows to iterate over all files in this segments info
- files(int, long) - 类 中的方法org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Sets files stats
- FILES_INFO - 类 中的静态变量org.elasticsearch.indices.recovery.PeerRecoveryTargetService.Actions
-
- filesInDirectory(Path) - 类 中的静态方法org.elasticsearch.index.translog.TruncateTranslogCommand
-
Return a Set of all files in a given directory
- fileStore - 类 中的变量org.elasticsearch.env.NodeEnvironment.NodePath
-
Cached FileStore from path
- FileSystemUtils - org.elasticsearch.common.io中的类
-
Elasticsearch utils to work with Path
- FileWatcher - org.elasticsearch.watcher中的类
-
File resources watcher
The file watcher checks directory and all its subdirectories for file changes and notifies its listeners accordingly
- FileWatcher(Path) - 类 的构造器org.elasticsearch.watcher.FileWatcher
-
Creates new file watcher on the given directory
- fill(long, long, byte) - 接口 中的方法org.elasticsearch.common.util.ByteArray
-
Fill slots between fromIndex inclusive to toIndex exclusive with value.
- fill(long, long, double) - 接口 中的方法org.elasticsearch.common.util.DoubleArray
-
Fill slots between fromIndex inclusive to toIndex exclusive with value.
- fill(long, long, float) - 接口 中的方法org.elasticsearch.common.util.FloatArray
-
Fill slots between fromIndex inclusive to toIndex exclusive with value.
- fill(long, long, int) - 接口 中的方法org.elasticsearch.common.util.IntArray
-
Fill slots between fromIndex inclusive to toIndex exclusive with value.
- fill(long, long, long) - 接口 中的方法org.elasticsearch.common.util.LongArray
-
Fill slots between fromIndex inclusive to toIndex exclusive with value.
- fillBytesRef(BytesRefBuilder) - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.TokenConsumer
-
- fillDocIdsToLoad(int, ScoreDoc[]) - 类 中的方法org.elasticsearch.action.search.SearchPhaseController
-
Builds an array, with potential null elements, with docs to load.
- fillInStackTrace() - 异常错误 中的方法org.elasticsearch.cluster.NotMasterException
-
- fillInStackTrace() - 异常错误 中的方法org.elasticsearch.transport.NodeDisconnectedException
-
- fillInStackTrace() - 异常错误 中的方法org.elasticsearch.transport.NotSerializableTransportException
-
- fillInStackTrace() - 异常错误 中的方法org.elasticsearch.transport.RemoteTransportException
-
- fillInStackTrace() - 异常错误 中的方法org.elasticsearch.transport.ResponseHandlerFailureTransportException
-
- fillSeqNoGaps(long) - 类 中的方法org.elasticsearch.index.engine.Engine
-
Fills up the local checkpoints history with no-ops until the local checkpoint
and the max seen sequence ID are identical.
- fillSeqNoGaps(long) - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
- filter() - 类 中的方法org.elasticsearch.action.admin.indices.alias.Alias
-
Returns the filter associated with the alias
- filter(String) - 类 中的方法org.elasticsearch.action.admin.indices.alias.Alias
-
Associates a filter to the alias
- filter(Map<String, Object>) - 类 中的方法org.elasticsearch.action.admin.indices.alias.Alias
-
Associates a filter to the alias
- filter(QueryBuilder) - 类 中的方法org.elasticsearch.action.admin.indices.alias.Alias
-
Associates a filter to the alias
- filter() - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- filter(String) - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- filter(Map<String, Object>) - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- filter(QueryBuilder) - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- filter(CompressedXContent) - 类 中的方法org.elasticsearch.cluster.metadata.AliasMetaData.Builder
-
- filter(String) - 类 中的方法org.elasticsearch.cluster.metadata.AliasMetaData.Builder
-
- filter(Map<String, Object>) - 类 中的方法org.elasticsearch.cluster.metadata.AliasMetaData.Builder
-
- filter(XContentBuilder) - 类 中的方法org.elasticsearch.cluster.metadata.AliasMetaData.Builder
-
- filter() - 类 中的方法org.elasticsearch.cluster.metadata.AliasMetaData
-
- filter - 类 中的变量org.elasticsearch.common.lucene.search.function.FunctionScoreQuery.FilterScoreFunction
-
- filter(Predicate<String>) - 类 中的方法org.elasticsearch.common.settings.Settings
-
Returns a new settings object that contains all setting of the current one filtered by the given settings key predicate.
- filter(Settings) - 类 中的方法org.elasticsearch.common.settings.SettingsFilter
-
- filter(Map<String, ?>, String[], String[]) - 类 中的静态方法org.elasticsearch.common.xcontent.support.XContentMapValues
-
Only keep properties in map that match the includes but
not the excludes.
- filter(String[], String[]) - 类 中的静态方法org.elasticsearch.common.xcontent.support.XContentMapValues
-
Returns a function that filters a document map based on the given include and exclude rules.
- filter(Terms, TermsEnum, LeafReader) - 类 中的方法org.elasticsearch.index.fielddata.plain.AbstractIndexOrdinalsFieldData
-
- filter(QueryBuilder) - 类 中的方法org.elasticsearch.index.query.BoolQueryBuilder
-
Adds a query that must appear in the matching documents but will
not contribute to scoring.
- filter() - 类 中的方法org.elasticsearch.index.query.BoolQueryBuilder
-
Gets the queries that must appear in the matching documents but don't contribute to scoring
- filter(QueryBuilder) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
-
Set the query that will filter the source.
- filter(String, QueryBuilder) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
Filter aggregation with the given name.
- filter() - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregator.KeyedFilter
-
- Filter - org.elasticsearch.search.aggregations.bucket.filter中的接口
-
A filter aggregation.
- filter() - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.FiltersAggregator.KeyedFilter
-
- filter(FetchSourceContext) - 类 中的方法org.elasticsearch.search.lookup.SourceLookup
-
- filter(Class<T>) - 类 中的方法org.elasticsearch.search.suggest.Suggest
-
- FILTER_FIELD - 类 中的静态变量org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
- FILTER_FIELD - 类 中的静态变量org.elasticsearch.search.sort.NestedSortBuilder
-
- FilterableTermsEnum - org.elasticsearch.common.lucene.index中的类
-
A frequency TermsEnum that returns frequencies derived from a collection of
cached leaf termEnums.
- FilterableTermsEnum(IndexReader, String, int, Query) - 类 的构造器org.elasticsearch.common.lucene.index.FilterableTermsEnum
-
- FilterAggregationBuilder - org.elasticsearch.search.aggregations.bucket.filter中的类
-
- FilterAggregationBuilder(String, QueryBuilder) - 类 的构造器org.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder
-
- FilterAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder
-
Read from a stream.
- FilterAggregator - org.elasticsearch.search.aggregations.bucket.filter中的类
-
Aggregate all docs that match a filter.
- FilterAggregator(String, Supplier<Weight>, AggregatorFactories, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.filter.FilterAggregator
-
- FilterAggregatorFactory - org.elasticsearch.search.aggregations.bucket.filter中的类
-
- FilterAggregatorFactory(String, QueryBuilder, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.filter.FilterAggregatorFactory
-
- FilterAllocationDecider - org.elasticsearch.cluster.routing.allocation.decider中的类
-
This
AllocationDecider control shard allocation by include and
exclude filters via dynamic cluster and index routing settings.
- FilterAllocationDecider(Settings, ClusterSettings) - 类 的构造器org.elasticsearch.cluster.routing.allocation.decider.FilterAllocationDecider
-
- FilterClient - org.elasticsearch.client中的类
-
A
Client that contains another
Client which it
uses as its basic source, possibly transforming the requests / responses along the
way or providing additional functionality.
- FilterClient(Client) - 类 的构造器org.elasticsearch.client.FilterClient
-
Creates a new FilterClient
- FilterClient(Settings, ThreadPool, Client) - 类 的构造器org.elasticsearch.client.FilterClient
-
A Constructor that allows to pass settings and threadpool separately.
- filterDuplicateText(boolean) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregationBuilder
-
Control if duplicate paragraphs of text should try be filtered from the
statistical text analysis.
- filtered(Query, Query) - 类 中的静态方法org.elasticsearch.common.lucene.search.Queries
-
- FilteredCollector - org.elasticsearch.common.lucene.search中的类
-
- FilteredCollector(Collector, Weight) - 类 的构造器org.elasticsearch.common.lucene.search.FilteredCollector
-
- filteredNodes() - 类 中的方法org.elasticsearch.client.transport.TransportClient
-
The list of filtered nodes that were not connected to, for example, due to
mismatch in cluster name.
- FilteredSearchContext - org.elasticsearch.search.internal中的类
-
- FilteredSearchContext(SearchContext) - 类 的构造器org.elasticsearch.search.internal.FilteredSearchContext
-
- FilterFunctionBuilder(ScoreFunctionBuilder<?>) - 类 的构造器org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder.FilterFunctionBuilder
-
- FilterFunctionBuilder(QueryBuilder, ScoreFunctionBuilder<?>) - 类 的构造器org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder.FilterFunctionBuilder
-
- FilterFunctionBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder.FilterFunctionBuilder
-
Read from a stream.
- filterFunctionBuilders() - 类 中的方法org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
Returns the filters and functions
- FilterIndexOutput - org.elasticsearch.common.lucene.store中的类
-
IndexOutput that delegates all calls to another IndexOutput
- FilterIndexOutput(String, IndexOutput) - 类 的构造器org.elasticsearch.common.lucene.store.FilterIndexOutput
-
- filterIndices(List<String>, String[], IndicesOptions) - 类 中的静态方法org.elasticsearch.snapshots.SnapshotUtils
-
Filters out list of available indices based on the list of selected indices.
- filteringAlias() - 类 中的方法org.elasticsearch.action.explain.ExplainRequest
-
- filteringAlias(AliasFilter) - 类 中的方法org.elasticsearch.action.explain.ExplainRequest
-
- filteringAliases() - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.ShardValidateQueryRequest
-
- filteringAliases(ClusterState, String, String...) - 类 中的方法org.elasticsearch.cluster.metadata.IndexNameExpressionResolver
-
Iterates through the list of indices and selects the effective list of filtering aliases for the
given index.
- filteringRequired() - 类 中的方法org.elasticsearch.cluster.metadata.AliasMetaData
-
- filterNodeIds(DiscoveryNodes, String[]) - 类 中的方法org.elasticsearch.action.support.tasks.TransportTasksAction
-
- FilterPath - org.elasticsearch.common.xcontent.support.filtering中的类
-
- FilterPath(String, String, FilterPath) - 类 的构造器org.elasticsearch.common.xcontent.support.filtering.FilterPath
-
- FilterPathBasedFilter - org.elasticsearch.common.xcontent.support.filtering中的类
-
- FilterPathBasedFilter(FilterPath[], boolean) - 类 的构造器org.elasticsearch.common.xcontent.support.filtering.FilterPathBasedFilter
-
- FilterPathBasedFilter(Set<String>, boolean) - 类 的构造器org.elasticsearch.common.xcontent.support.filtering.FilterPathBasedFilter
-
- filterPlugins(Class<T>) - 类 中的方法org.elasticsearch.plugins.PluginsService
-
- filters() - 类 中的方法org.elasticsearch.action.support.ActionFilters
-
Returns the action filters that have been injected
- filters(String, FiltersAggregator.KeyedFilter...) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
Filters aggregation with the given name.
- filters(String, QueryBuilder...) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
Filters aggregation with the given name.
- filters() - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
-
Get the filters.
- Filters - org.elasticsearch.search.aggregations.bucket.filter中的接口
-
A multi bucket aggregation where the buckets are defined by a set of filters (a bucket per filter).
- filters() - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.FiltersAggregationBuilder
-
Get the filters.
- Filters.Bucket - org.elasticsearch.search.aggregations.bucket.filter中的接口
-
A bucket associated with a specific filter (identified by its key)
- FILTERS_FIELD - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregator
-
- FILTERS_FIELD - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.filter.FiltersAggregator
-
- FiltersAggregationBuilder - org.elasticsearch.search.aggregations.bucket.filter中的类
-
- FiltersAggregationBuilder(String, FiltersAggregator.KeyedFilter...) - 类 的构造器org.elasticsearch.search.aggregations.bucket.filter.FiltersAggregationBuilder
-
- FiltersAggregationBuilder(String, QueryBuilder...) - 类 的构造器org.elasticsearch.search.aggregations.bucket.filter.FiltersAggregationBuilder
-
- FiltersAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.filter.FiltersAggregationBuilder
-
Read from a stream.
- FiltersAggregator - org.elasticsearch.search.aggregations.bucket.filter中的类
-
- FiltersAggregator(String, AggregatorFactories, String[], Supplier<Weight[]>, boolean, String, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.filter.FiltersAggregator
-
- FiltersAggregator.KeyedFilter - org.elasticsearch.search.aggregations.bucket.filter中的类
-
- FiltersAggregatorFactory - org.elasticsearch.search.aggregations.bucket.filter中的类
-
- FiltersAggregatorFactory(String, List<FiltersAggregator.KeyedFilter>, boolean, boolean, String, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.filter.FiltersAggregatorFactory
-
- FilterScoreFunction(Query, ScoreFunction) - 类 的构造器org.elasticsearch.common.lucene.search.function.FunctionScoreQuery.FilterScoreFunction
-
- FilterScript - org.elasticsearch.script中的类
-
A script implementation of a query filter.
- FilterScript(Map<String, Object>, SearchLookup, LeafReaderContext) - 类 的构造器org.elasticsearch.script.FilterScript
-
- FilterScript.Factory - org.elasticsearch.script中的接口
-
A factory to construct stateful
FilterScript factories for a specific index.
- FilterScript.LeafFactory - org.elasticsearch.script中的接口
-
- filterSettings() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
Return the settings for filtering out terms.
- filterSettings(TermVectorsRequest.FilterSettings) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
Sets the settings for filtering out terms.
- FilterSettings() - 类 的构造器org.elasticsearch.action.termvectors.TermVectorsRequest.FilterSettings
-
- FilterSettings(Integer, Integer, Integer, Integer, Integer, Integer, Integer) - 类 的构造器org.elasticsearch.action.termvectors.TermVectorsRequest.FilterSettings
-
- filterSettings(ToXContent.Params, Settings) - 类 中的静态方法org.elasticsearch.common.settings.SettingsFilter
-
- FilterStreamInput - org.elasticsearch.common.io.stream中的类
-
- FilterStreamInput(StreamInput) - 类 的构造器org.elasticsearch.common.io.stream.FilterStreamInput
-
- filterWithHeader(Map<String, String>) - 接口 中的方法org.elasticsearch.client.Client
-
Returns a new lightweight Client that applies all given headers to each of the requests
issued from it.
- filterWithHeader(Map<String, String>) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- finalFailure - 类 中的变量org.elasticsearch.action.support.replication.TransportReplicationAction.PrimaryResult
-
- FINALIZE - 类 中的静态变量org.elasticsearch.indices.recovery.PeerRecoveryTargetService.Actions
-
- finalizeRecovery() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
perform the last stages of recovery once all translog operations are done.
- finalizeRecovery(long) - 类 中的方法org.elasticsearch.indices.recovery.RecoverySourceHandler
-
- finalizeRecovery(long) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryTarget
-
- finalizeRecovery(long) - 接口 中的方法org.elasticsearch.indices.recovery.RecoveryTargetHandler
-
The finalize request refreshes the engine now that new segments are available, enables garbage collection of tombstone files, and
updates the global checkpoint.
- finalizeRecovery(long) - 类 中的方法org.elasticsearch.indices.recovery.RemoteRecoveryTargetHandler
-
- finalizeSnapshot(SnapshotId, List<IndexId>, long, String, int, List<SnapshotShardFailure>, long) - 类 中的方法org.elasticsearch.repositories.blobstore.BlobStoreRepository
-
Finalizes snapshotting process
This method is called on master after all shards are snapshotted.
- finalizeSnapshot(SnapshotId, List<IndexId>, long, String, int, List<SnapshotShardFailure>, long) - 接口 中的方法org.elasticsearch.repositories.Repository
-
Finalizes snapshotting process
This method is called on master after all shards are snapshotted.
- finalResponseIfSuccessful - 类 中的变量org.elasticsearch.action.support.replication.TransportReplicationAction.PrimaryResult
-
- find(BytesRef, int) - 类 中的方法org.elasticsearch.common.util.BytesRefHash
-
Get the id associated with key
- find(BytesRef) - 类 中的方法org.elasticsearch.common.util.BytesRefHash
-
- find(long) - 类 中的方法org.elasticsearch.common.util.LongHash
-
Get the id associated with key or -1 if the key is not contained in the hash.
- findAliases(String[], String[]) - 类 中的方法org.elasticsearch.cluster.metadata.MetaData
-
Finds the specific index aliases that match with the specified aliases directly or partially via wildcards and
that point to the specified concrete indices or match partially with the indices via wildcards.
- findAllShardIds(Index) - 类 中的方法org.elasticsearch.env.NodeEnvironment
-
Tries to find all allocated shards for the given index
on the current node.
- findAppender(Logger, Class<? extends Appender>) - 类 中的静态方法org.elasticsearch.common.logging.Loggers
-
- findBindingAnnotation(Errors, Member, Annotation[]) - 类 中的静态方法org.elasticsearch.common.inject.internal.Annotations
-
Returns the binding annotation on member, or null if there isn't one.
- findBindingsByType(TypeLiteral<T>) - 接口 中的方法org.elasticsearch.common.inject.Injector
-
Returns all explicit bindings for type.
- findByAddress(TransportAddress) - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes
-
Get a node by its address
- findDeadlocks() - 类 中的方法org.elasticsearch.monitor.jvm.DeadlockAnalyzer
-
- findForcedDeletesMerges(SegmentInfos, IndexWriter) - 类 中的方法org.elasticsearch.index.shard.ElasticsearchMergePolicy
-
- findForcedMerges(SegmentInfos, int, Map<SegmentCommitInfo, Boolean>, IndexWriter) - 类 中的方法org.elasticsearch.index.shard.ElasticsearchMergePolicy
-
- findHeaderByName(String) - 类 中的方法org.elasticsearch.common.Table
-
- findMappings(String[], String[]) - 类 中的方法org.elasticsearch.cluster.metadata.MetaData
-
- findMerges(MergeTrigger, SegmentInfos, IndexWriter) - 类 中的方法org.elasticsearch.index.shard.ElasticsearchMergePolicy
-
- findNameFile(String) - 类 中的方法org.elasticsearch.index.shard.CommitPoint
-
- findNameFile(String) - 类 中的方法org.elasticsearch.index.shard.CommitPoints
-
- findNameFile(String) - 类 中的方法org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshots
-
Finds reference to a snapshotted file by its snapshot name
- findNameIndexFile(String) - 类 中的方法org.elasticsearch.index.shard.CommitPoint
-
- findNameTranslogFile(String) - 类 中的方法org.elasticsearch.index.shard.CommitPoint
-
- findNestedObjectMapper(int, SearchContext, LeafReaderContext) - 类 中的方法org.elasticsearch.index.mapper.DocumentMapper
-
Returns the best nested
ObjectMapper instances that is in the scope of the specified nested docId.
- findNextDelayedAllocation(long, ClusterState) - 类 中的静态方法org.elasticsearch.cluster.routing.UnassignedInfo
-
Finds the next (closest) delay expiration of an delayed shard in nanoseconds based on current time.
- findPhysicalIndexFile(String) - 类 中的方法org.elasticsearch.index.shard.CommitPoint
-
- findPhysicalIndexFile(String) - 类 中的方法org.elasticsearch.index.shard.CommitPoints
-
- findPhysicalIndexFile(String) - 类 中的方法org.elasticsearch.index.snapshots.blobstore.SnapshotFiles
-
Returns information about a physical file with the given name
- findPhysicalIndexFiles(String) - 类 中的方法org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshots
-
Finds reference to a snapshotted file by its original name
- findScopeAnnotation(Errors, Class<?>) - 类 中的静态方法org.elasticsearch.common.inject.internal.Annotations
-
Returns the scope annotation on type, or null if none is specified.
- findScopeAnnotation(Errors, Annotation[]) - 类 中的静态方法org.elasticsearch.common.inject.internal.Annotations
-
Returns the scoping annotation, or null if there isn't one.
- findShardToExplain(ClusterAllocationExplainRequest, RoutingAllocation) - 类 中的静态方法org.elasticsearch.action.admin.cluster.allocation.TransportClusterAllocationExplainAction
-
- findTemplate(ContentPath, String, DynamicTemplate.XContentFieldType) - 类 中的方法org.elasticsearch.index.mapper.RootObjectMapper
-
- findTemplateBuilder(ParseContext, String, DynamicTemplate.XContentFieldType) - 类 中的方法org.elasticsearch.index.mapper.RootObjectMapper
-
- findTemplateBuilder(ParseContext, String, String, DynamicTemplate.XContentFieldType) - 类 中的方法org.elasticsearch.index.mapper.RootObjectMapper
-
Find a template.
- FingerprintAnalyzer - org.elasticsearch.index.analysis中的类
-
OpenRefine Fingerprinting, which uses a Standard tokenizer and lowercase + stop + fingerprint + asciifolding filters
- FingerprintAnalyzer(CharArraySet, char, int) - 类 的构造器org.elasticsearch.index.analysis.FingerprintAnalyzer
-
- FingerprintAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
Builds an OpenRefine Fingerprint analyzer.
- FingerprintAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.FingerprintAnalyzerProvider
-
- finishConstruction() - 类 中的方法org.elasticsearch.common.inject.internal.ConstructionContext
-
- finishHim() - 类 中的方法org.elasticsearch.action.support.broadcast.TransportBroadcastAction.AsyncBroadcastAction
-
- finishPingingRound(UnicastZenPing.PingingRound) - 类 中的方法org.elasticsearch.discovery.zen.UnicastZenPing
-
- finishRelocation(AllocationId) - 类 中的静态方法org.elasticsearch.cluster.routing.AllocationId
-
Creates a new allocation id finalizing a relocation.
- finishTerm(long) - 类 中的方法org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester.XBuilder
-
- finishVerification(ActionListener<RepositoriesService.VerifyResponse>, List<DiscoveryNode>, CopyOnWriteArrayList<VerificationFailure>) - 类 中的方法org.elasticsearch.repositories.VerifyNodeRepositoryAction
-
- FinnishAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
- FinnishAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.FinnishAnalyzerProvider
-
- first() - 类 中的方法org.apache.lucene.search.uhighlight.BoundedBreakIteratorScanner
-
- firstOperationOffset - 类 中的变量org.elasticsearch.index.translog.BaseTranslogReader
-
- FixedExecutorBuilder - org.elasticsearch.threadpool中的类
-
A builder for fixed executors.
- FixedExecutorBuilder(Settings, String, int, int, String) - 类 的构造器org.elasticsearch.threadpool.FixedExecutorBuilder
-
Construct a fixed executor builder.
- fixNegativeQueryIfNeeded(Query) - 类 中的静态方法org.elasticsearch.common.lucene.search.Queries
-
- fixWeightedFragInfo(FieldMapper, Field[], FieldFragList.WeightedFragInfo) - 类 中的静态方法org.elasticsearch.search.fetch.subphase.highlight.FragmentBuilderHelper
-
Fixes problems with broken analysis chains if positions and offsets are messed up that can lead to
StringIndexOutOfBoundsException in the
FastVectorHighlighter
- flags(RegexpFlag...) - 类 中的方法org.elasticsearch.index.query.RegexpQueryBuilder
-
- flags(int) - 类 中的方法org.elasticsearch.index.query.RegexpQueryBuilder
-
- flags() - 类 中的方法org.elasticsearch.index.query.RegexpQueryBuilder
-
- flags(SimpleQueryStringFlag...) - 类 中的方法org.elasticsearch.index.query.SimpleQueryStringBuilder
-
Specify the enabled features of the SimpleQueryString.
- flagsFromString(String) - 类 中的静态方法org.elasticsearch.common.regex.Regex
-
- flagsToString(int) - 类 中的静态方法org.elasticsearch.common.regex.Regex
-
- flatten(Iterable<? extends Iterable<T>>) - 类 中的静态方法org.elasticsearch.common.util.iterable.Iterables
-
Flattens the two level Iterable into a single Iterable.
- flattenAllProcessors() - 类 中的方法org.elasticsearch.ingest.Pipeline
-
Flattens the normal and on failure processors into a single list.
- flattenProcessors() - 类 中的方法org.elasticsearch.ingest.CompoundProcessor
-
- FloatArray - org.elasticsearch.common.util中的接口
-
Abstraction of an array of double values.
- floatField(FieldInfo, float) - 类 中的方法org.elasticsearch.index.fieldvisitor.FieldsVisitor
-
- floatSetting(String, float, Setting.Property...) - 类 中的静态方法org.elasticsearch.common.settings.Setting
-
- floatSetting(String, float, float, Setting.Property...) - 类 中的静态方法org.elasticsearch.common.settings.Setting
-
- floatToBytes(float) - 类 中的静态方法org.elasticsearch.common.Numbers
-
Converts a float to a byte array.
- floatValue() - 类 中的方法org.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- floatValue(boolean) - 类 中的方法org.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- floatValue(boolean) - 接口 中的方法org.elasticsearch.common.xcontent.XContentParser
-
- floatValue() - 接口 中的方法org.elasticsearch.common.xcontent.XContentParser
-
- floatValue() - 类 中的方法org.elasticsearch.script.ScoreAccessor
-
- floatValue() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic.LongAccessor
-
- FloatValuesComparatorSource - org.elasticsearch.index.fielddata.fieldcomparator中的类
-
Comparator source for float values.
- FloatValuesComparatorSource(IndexNumericFieldData, Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested) - 类 的构造器org.elasticsearch.index.fielddata.fieldcomparator.FloatValuesComparatorSource
-
- FLUSH - 类 中的静态变量org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest.Defaults
-
- flush() - 类 中的方法org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest
-
Should flush be performed after the merge.
- flush(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest
-
Should flush be performed after the merge.
- flush - 类 中的变量org.elasticsearch.action.admin.indices.stats.CommonStats
-
- flush(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- flush() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- flush() - 类 中的方法org.elasticsearch.action.bulk.BulkProcessor
-
Flush pending delete or index requests.
- flush(FlushRequest) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Explicitly flush one or more indices (releasing memory from the node).
- flush(FlushRequest, ActionListener<FlushResponse>) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Explicitly flush one or more indices (releasing memory from the node).
- flush() - 类 中的方法org.elasticsearch.common.io.FastCharArrayWriter
-
Flush the stream.
- flush() - 类 中的方法org.elasticsearch.common.io.stream.BytesStreamOutput
-
- flush() - 类 中的方法org.elasticsearch.common.io.stream.DataOutputStreamOutput
-
- flush() - 类 中的方法org.elasticsearch.common.io.stream.OutputStreamStreamOutput
-
- flush() - 类 中的方法org.elasticsearch.common.io.stream.StreamOutput
-
Forces any buffered output to be written.
- flush() - 类 中的方法org.elasticsearch.common.io.UTF8StreamWriter
-
Flushes the stream.
- flush() - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContentGenerator
-
- flush() - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- flush(boolean, boolean) - 类 中的方法org.elasticsearch.index.engine.Engine
-
Flushes the state of the engine including the transaction log, clearing memory.
- flush() - 类 中的方法org.elasticsearch.index.engine.Engine
-
Flushes the state of the engine including the transaction log, clearing memory and persisting
documents in the lucene index to disk including a potentially heavy and durable fsync operation.
- flush() - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
- flush(boolean, boolean) - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
- flush() - 类 中的方法org.elasticsearch.index.fielddata.RamAccountingTermsEnum
-
Flush the flushBuffer to the breaker, incrementing the total
bytes and resetting the buffer.
- flush(FlushRequest) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
Executes the given flush request against the engine.
- flush() - 类 中的方法org.elasticsearch.index.translog.BufferedChecksumStreamOutput
-
- FLUSH - 类 中的静态变量org.elasticsearch.threadpool.ThreadPool.Names
-
- FlushAction - org.elasticsearch.action.admin.indices.flush中的类
-
- flushAndClose() - 类 中的方法org.elasticsearch.index.engine.Engine
-
Flush the engine (committing segments to disk and truncating the
translog) and close it.
- flushAndCloseEngine() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- FlushFailedEngineException - org.elasticsearch.index.engine中的异常错误
-
- FlushFailedEngineException(ShardId, Throwable) - 异常错误 的构造器org.elasticsearch.index.engine.FlushFailedEngineException
-
- FlushFailedEngineException(StreamInput) - 异常错误 的构造器org.elasticsearch.index.engine.FlushFailedEngineException
-
- flushOnCloseStream(BytesStream) - 类 中的静态方法org.elasticsearch.common.io.Streams
-
- FlushRequest - org.elasticsearch.action.admin.indices.flush中的类
-
A flush request to flush one or more indices.
- FlushRequest(String...) - 类 的构造器org.elasticsearch.action.admin.indices.flush.FlushRequest
-
Constructs a new flush request against one or more indices.
- flushRequest(String...) - 类 中的静态方法org.elasticsearch.client.Requests
-
Creates a flush indices request.
- FlushRequestBuilder - org.elasticsearch.action.admin.indices.flush中的类
-
- FlushRequestBuilder(ElasticsearchClient, FlushAction) - 类 的构造器org.elasticsearch.action.admin.indices.flush.FlushRequestBuilder
-
- FlushResponse - org.elasticsearch.action.admin.indices.flush中的类
-
A response to flush action.
- FlushStats - org.elasticsearch.index.flush中的类
-
- FlushStats() - 类 的构造器org.elasticsearch.index.flush.FlushStats
-
- FlushStats(long, long) - 类 的构造器org.elasticsearch.index.flush.FlushStats
-
- flushStats() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- fmix(long) - 枚举 中的静态方法org.elasticsearch.common.hash.MurmurHash3
-
- following(int) - 类 中的方法org.apache.lucene.search.uhighlight.BoundedBreakIteratorScanner
-
Can be invoked only after a call to preceding(offset+1).
- forAnnotation(Class<? extends Annotation>) - 类 中的静态方法org.elasticsearch.common.inject.internal.Scoping
-
- forbidClosedIndices() - 类 中的方法org.elasticsearch.action.support.IndicesOptions
-
- force() - 类 中的方法org.elasticsearch.action.admin.indices.flush.FlushRequest
-
Force flushing, even if one is possibly not needed.
- force(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.flush.FlushRequest
-
Force flushing, even if one is possibly not needed.
- FORCE_LOCAL_SETTING - 类 中的静态变量org.elasticsearch.action.support.master.TransportMasterNodeReadAction
-
- FORCE_MERGE - 类 中的静态变量org.elasticsearch.threadpool.ThreadPool.Names
-
- FORCE_MULTI_ORDINALS - 类 中的静态变量org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
-
Whether to for the use of
MultiOrdinals to store the ordinals for testing purposes.
- FORCE_SOURCE_FIELD - 类 中的静态变量org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- FORCE_UNIGRAM_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- forcedRefresh - 类 中的变量org.elasticsearch.action.DocWriteResponse.Builder
-
- forcedRefresh() - 类 中的方法org.elasticsearch.action.DocWriteResponse
-
Did this request force a refresh?
- forceMerge(ForceMergeRequest) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Explicitly force merge one or more indices into a the number of segments.
- forceMerge(ForceMergeRequest, ActionListener<ForceMergeResponse>) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Explicitly force merge one or more indices into a the number of segments.
- forceMerge(boolean) - 类 中的方法org.elasticsearch.index.engine.Engine
-
Force merges to 1 segment
- forceMerge(boolean, int, boolean, boolean, boolean) - 类 中的方法org.elasticsearch.index.engine.Engine
-
Triggers a forced merge on this engine
- forceMerge(boolean, int, boolean, boolean, boolean) - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
- forceMerge(ForceMergeRequest) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- ForceMergeAction - org.elasticsearch.action.admin.indices.forcemerge中的类
-
- ForceMergeRequest - org.elasticsearch.action.admin.indices.forcemerge中的类
-
A request to force merging the segments of one or more indices.
- ForceMergeRequest(String...) - 类 的构造器org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest
-
Constructs a merge request over one or more indices.
- ForceMergeRequest() - 类 的构造器org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest
-
- forceMergeRequest(String...) - 类 中的静态方法org.elasticsearch.client.Requests
-
Creates a force merge request.
- ForceMergeRequest.Defaults - org.elasticsearch.action.admin.indices.forcemerge中的类
-
- ForceMergeRequestBuilder - org.elasticsearch.action.admin.indices.forcemerge中的类
-
A request to force merge one or more indices.
- ForceMergeRequestBuilder(ElasticsearchClient, ForceMergeAction) - 类 的构造器org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequestBuilder
-
- ForceMergeResponse - org.elasticsearch.action.admin.indices.forcemerge中的类
-
A response for force merge action.
- forceMove() - 类 中的方法org.elasticsearch.cluster.routing.allocation.MoveDecision
-
Returns true if the shard cannot remain on its current node and can be moved,
returns false otherwise.
- forcePut(E) - 类 中的方法org.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
Forces adding an element to the queue, without doing size checks.
- forceQueryCacheProvider(BiFunction<IndexSettings, IndicesQueryCache, QueryCache>) - 类 中的方法org.elasticsearch.index.IndexModule
-
Forces a certain query cache to use instead of the default one.
- forceSource - 类 中的变量org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- forceSource(Boolean) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
Forces the highlighting to highlight fields based on the source even if fields are stored separately.
- forceSource() - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- forceSource(SearchContextHighlight.Field) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight
-
- forceUnigrams(boolean) - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
If set to true the phrase suggester will fail if the analyzer only
produces ngrams. the default it true.
- forceUnigrams() - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- forConstructorOf(TypeLiteral<?>) - 类 中的静态方法org.elasticsearch.common.inject.spi.InjectionPoint
-
Returns a new injection point for the injectable constructor of type.
- forConstructorOf(Class<?>) - 类 中的静态方法org.elasticsearch.common.inject.spi.InjectionPoint
-
Returns a new injection point for the injectable constructor of type.
- forEach(T) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- forEach(T) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- forEach(T) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- forEach(T) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- forFields(Collection<DateTimeFieldType>, boolean, boolean) - 类 中的静态方法org.joda.time.format.StrictISODateTimeFormat
-
Returns a formatter that outputs only those fields specified.
- forInjectionPoints(Set<InjectionPoint>) - 类 中的静态方法org.elasticsearch.common.inject.spi.Dependency
-
Returns the dependencies from the given injection points.
- forInstance(Scope) - 类 中的静态方法org.elasticsearch.common.inject.internal.Scoping
-
- forInstanceMethodsAndFields(TypeLiteral<?>) - 类 中的静态方法org.elasticsearch.common.inject.spi.InjectionPoint
-
Returns all instance method and field injection points on type.
- forInstanceMethodsAndFields(Class<?>) - 类 中的静态方法org.elasticsearch.common.inject.spi.InjectionPoint
-
Returns all instance method and field injection points on type.
- format(Passage[], String) - 类 中的方法org.apache.lucene.search.uhighlight.CustomPassageFormatter
-
- FORMAT - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- FORMAT - 类 中的静态变量org.elasticsearch.cluster.metadata.MetaData
-
State format for
MetaData to write to and load from disk
- format(String, Object...) - 类 中的静态方法org.elasticsearch.common.inject.internal.Errors
-
- format(String, Collection<Message>) - 类 中的静态方法org.elasticsearch.common.inject.internal.Errors
-
Returns the formatted message for an exception with the specified messages.
- format() - 类 中的方法org.elasticsearch.common.joda.FormatDateTimeFormatter
-
- format(String, Object...) - 类 中的静态方法org.elasticsearch.common.logging.LoggerMessageFormat
-
- format(String, String, Object...) - 类 中的静态方法org.elasticsearch.common.logging.LoggerMessageFormat
-
- format(InetAddress) - 类 中的静态方法org.elasticsearch.common.network.NetworkAddress
-
Formats a network address for display purposes.
- format(InetSocketAddress) - 类 中的静态方法org.elasticsearch.common.network.NetworkAddress
-
Formats a network address and port for display purposes.
- FORMAT - 类 中的静态变量org.elasticsearch.common.ParseField.CommonFields
-
- format() - 类 中的方法org.elasticsearch.common.unit.TimeValue
-
- format(PeriodType) - 类 中的方法org.elasticsearch.common.unit.TimeValue
-
- FORMAT - 类 中的静态变量org.elasticsearch.env.NodeMetaData
-
- format() - 类 中的方法org.elasticsearch.gateway.MetaDataStateFormat
-
Returns the
XContentType used to serialize xcontent on write.
- format - 类 中的变量org.elasticsearch.index.analysis.SynonymTokenFilterFactory
-
- format(String) - 类 中的方法org.elasticsearch.index.query.RangeQueryBuilder
-
In case of format field, we can parse the from/to fields using this time format
- format() - 类 中的方法org.elasticsearch.index.query.RangeQueryBuilder
-
Gets the format field to parse the from/to fields
- FORMAT - 类 中的静态变量org.elasticsearch.index.shard.ShardStateMetaData
-
- format - 类 中的变量org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram.Bucket
-
- format - 类 中的变量org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
-
- format - 类 中的变量org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange
-
- format - 类 中的变量org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- format - 类 中的变量org.elasticsearch.search.aggregations.bucket.range.InternalRange
-
- format - 类 中的变量org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
-
- format - 类 中的变量org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
-
- format - 类 中的变量org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
-
- format - 类 中的变量org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator
-
- format - 类 中的变量org.elasticsearch.search.aggregations.metrics.InternalNumericMetricsAggregation
-
- format - 类 中的变量org.elasticsearch.search.aggregations.metrics.percentiles.hdr.AbstractHDRPercentilesAggregator
-
- FORMAT - 类 中的静态变量org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsParser
-
- format(String) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
-
Sets the format to use on the output of this aggregation.
- format() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
-
Gets the format to use on the output of this aggregation.
- format - 类 中的变量org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregator
-
- format(String) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregationBuilder
-
Sets the format to use on the output of this aggregation.
- format() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregationBuilder
-
Gets the format to use on the output of this aggregation.
- format(String) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregationBuilder
-
Sets the format to use on the output of this aggregation.
- format() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregationBuilder
-
Gets the format to use on the output of this aggregation.
- format(String) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
-
- format() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
-
- format(String) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
-
Sets the format to use on the output of this aggregation.
- format() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
-
Gets the format to use on the output of this aggregation.
- FORMAT - 接口 中的静态变量org.elasticsearch.search.aggregations.pipeline.PipelineAggregator.Parser
-
- format(String) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
-
Sets the format to use on the output of this aggregation.
- format() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
-
Gets the format to use on the output of this aggregation.
- format(String) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
-
Sets the format to use for the output of the aggregation.
- format() - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
-
Gets the format to use for the output of the aggregation.
- format(DocValueFormat) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceConfig
-
- format() - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceConfig
-
- format(long) - 类 中的方法org.elasticsearch.search.DocValueFormat.DateTime
-
- format(double) - 类 中的方法org.elasticsearch.search.DocValueFormat.DateTime
-
- format(BytesRef) - 类 中的方法org.elasticsearch.search.DocValueFormat.DateTime
-
- format(long) - 类 中的方法org.elasticsearch.search.DocValueFormat.Decimal
-
- format(double) - 类 中的方法org.elasticsearch.search.DocValueFormat.Decimal
-
- format(BytesRef) - 类 中的方法org.elasticsearch.search.DocValueFormat.Decimal
-
- format(long) - 接口 中的方法org.elasticsearch.search.DocValueFormat
-
Format a long value.
- format(double) - 接口 中的方法org.elasticsearch.search.DocValueFormat
-
Format a double value.
- format(BytesRef) - 接口 中的方法org.elasticsearch.search.DocValueFormat
-
Format a double value.
- format - 类 中的变量org.elasticsearch.search.sort.SortFieldAndFormat
-
- format1Decimals(double, String) - 类 中的静态方法org.elasticsearch.common.Strings
-
Format the double value with a single decimal points, trimming trailing '.0'.
- FORMAT_2_X - 类 中的静态变量org.elasticsearch.index.translog.Translog.Index
-
- FORMAT_5_0 - 类 中的静态变量org.elasticsearch.index.translog.Translog.Delete
-
- FORMAT_AUTO_GENERATED_IDS - 类 中的静态变量org.elasticsearch.index.translog.Translog.Index
-
- FORMAT_PARAMS - 类 中的静态变量org.elasticsearch.common.settings.Settings
-
- FORMAT_SEQ_NO - 类 中的静态变量org.elasticsearch.index.translog.Translog.Index
-
- FormatDateTimeFormatter - org.elasticsearch.common.joda中的类
-
A simple wrapper around DateTimeFormatter that retains the
format that was used to create it.
- FormatDateTimeFormatter(String, DateTimeFormatter, Locale) - 类 的构造器org.elasticsearch.common.joda.FormatDateTimeFormatter
-
- FormatDateTimeFormatter(String, DateTimeFormatter, DateTimeFormatter, Locale) - 类 的构造器org.elasticsearch.common.joda.FormatDateTimeFormatter
-
- formatInjectionPoint(Formatter, Dependency<?>, InjectionPoint) - 类 中的静态方法org.elasticsearch.common.inject.internal.Errors
-
- formats - 类 中的变量org.elasticsearch.search.sort.SortAndFormats
-
- formatSource(Formatter, Object) - 类 中的静态方法org.elasticsearch.common.inject.internal.Errors
-
- formatter - 类 中的变量org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.AbstractTDigestPercentilesAggregator
-
- formatter() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
-
- formatter() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregationBuilder
-
- formatter() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregationBuilder
-
- formatter() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
-
- formatter() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
-
- formatWarning(String) - 类 中的静态方法org.elasticsearch.common.logging.DeprecationLogger
-
Format a warning string in the proper warning format by prepending a warn code, warn agent, wrapping the warning string in quotes,
and appending the RFC 7231 date.
- forMember(Member) - 类 中的静态方法org.elasticsearch.common.inject.internal.StackTraceElements
-
- forModule(Module) - 类 中的静态方法org.elasticsearch.common.inject.internal.ProviderMethodsModule
-
Returns a module which creates bindings for provider methods from the given module.
- forName(String) - 枚举 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
- forObject(Object) - 类 中的静态方法org.elasticsearch.common.inject.internal.ProviderMethodsModule
-
Returns a module which creates bindings for provider methods from the given object.
- forPattern(String) - 类 中的静态方法org.elasticsearch.common.joda.Joda
-
- forPattern(String, Locale) - 类 中的静态方法org.elasticsearch.common.joda.Joda
-
Parses a joda based pattern, including some named ones (similar to the built in Joda ISO ones).
- forSlice(TaskId, SearchRequest, int) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
Build a new request for a slice of the parent request.
- forSlice(TaskId, SearchRequest, int) - 类 中的方法org.elasticsearch.index.reindex.DeleteByQueryRequest
-
- forSlice(TaskId, SearchRequest, int) - 类 中的方法org.elasticsearch.index.reindex.ReindexRequest
-
- forSlice(TaskId, SearchRequest, int) - 类 中的方法org.elasticsearch.index.reindex.UpdateByQueryRequest
-
- forStaticMethodsAndFields(TypeLiteral) - 类 中的静态方法org.elasticsearch.common.inject.spi.InjectionPoint
-
Returns all static method and field injection points on type.
- forStaticMethodsAndFields(Class<?>) - 类 中的静态方法org.elasticsearch.common.inject.spi.InjectionPoint
-
Returns all static method and field injection points on type.
- forString(String) - 类 中的静态方法org.elasticsearch.common.network.InetAddresses
-
Returns the InetAddress having the given string representation.
- forType(Class<?>) - 类 中的静态方法org.elasticsearch.common.inject.internal.StackTraceElements
-
- forwardIngestRequest(Action<?, ?, ?>, ActionRequest, ActionListener<?>) - 类 中的方法org.elasticsearch.action.ingest.IngestActionForwarder
-
- FOUND_PARSE_FIELD - 类 中的静态变量org.elasticsearch.rest.action.admin.cluster.RestGetStoredScriptAction
-
- fPut(int, VType) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
A put operation that can be used in the fluent pattern.
- fPut(KType, VType) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
A put operation that can be used in the fluent pattern.
- FRAGMENT_OFFSET_FIELD - 类 中的静态变量org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- FRAGMENT_SIZE_FIELD - 类 中的静态变量org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- FragmentBuilderHelper - org.elasticsearch.search.fetch.subphase.highlight中的类
-
- fragmentCharSize() - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
-
- fragmenter - 类 中的变量org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- fragmenter(String) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
Sets what fragmenter to use to break up text that is eligible for highlighting.
- fragmenter() - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- fragmenter() - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
-
- FRAGMENTER_FIELD - 类 中的静态变量org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- fragmentOffset(int) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.Field
-
- fragmentOffset() - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
-
- fragments() - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.HighlightField
-
The highlighted fragments.
- fragmentSize - 类 中的变量org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- fragmentSize(Integer) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- fragmentSize() - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- FREE_CONTEXT_ACTION_NAME - 类 中的静态变量org.elasticsearch.action.search.SearchTransportService
-
- FREE_CONTEXT_SCROLL_ACTION_NAME - 类 中的静态变量org.elasticsearch.action.search.SearchTransportService
-
- freeAllScrollContexts() - 类 中的方法org.elasticsearch.search.SearchService
-
- freeContext(long) - 类 中的方法org.elasticsearch.search.SearchService
-
- freeze() - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
-
- freezeContext() - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
if this method is called the query context will throw exception if methods are accessed
that could yield different results across executions like
QueryShardContext.getClient()
- fRemove(int) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
Remove that can be used in the fluent pattern.
- fRemove(KType) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
Remove that can be used in the fluent pattern.
- FrenchAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
- FrenchAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.FrenchAnalyzerProvider
-
- FREQ - 类 中的静态变量org.elasticsearch.search.suggest.term.TermSuggestion.Entry.Option
-
- FreqTermsEnum - org.elasticsearch.common.lucene.index中的类
-
A frequency terms enum that maintains a cache of docFreq, totalTermFreq, or both for repeated term lookup.
- FreqTermsEnum(IndexReader, String, boolean, boolean, Query, BigArrays) - 类 的构造器org.elasticsearch.common.lucene.index.FreqTermsEnum
-
- Frequencies() - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic.Frequencies
-
- frequency(BytesRef) - 类 中的方法org.elasticsearch.search.suggest.phrase.CandidateGenerator
-
- frequency - 类 中的变量org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.Candidate
-
- frequency(BytesRef) - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
-
- frequency(BytesRef) - 类 中的方法org.elasticsearch.search.suggest.phrase.MultiCandidateGeneratorWrapper
-
- frequency(BytesRef) - 类 中的方法org.elasticsearch.search.suggest.phrase.WordScorer
-
- FREQUENCY - 类 中的静态变量org.elasticsearch.search.suggest.term.TermSuggestion
-
- Frequency() - 类 的构造器org.elasticsearch.search.suggest.term.TermSuggestion.Frequency
-
- frequency() - 类 中的方法org.elasticsearch.watcher.WatcherHandle
-
- from(int) - 类 中的静态方法org.elasticsearch.action.support.ActiveShardCount
-
Get an ActiveShardCount instance for the given value.
- from(Object, boolean) - 类 中的方法org.elasticsearch.index.query.RangeQueryBuilder
-
The from part of the range query.
- from(Object) - 类 中的方法org.elasticsearch.index.query.RangeQueryBuilder
-
The from part of the range query.
- from() - 类 中的方法org.elasticsearch.index.query.RangeQueryBuilder
-
Gets the lower range value for this query.
- FROM - 类 中的静态变量org.elasticsearch.search.aggregations.Aggregation.CommonFields
-
- from - 类 中的变量org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- from - 类 中的变量org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
-
- from - 类 中的变量org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
-
- from(int) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
From index to start the search from.
- from() - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
Gets the from index to start the search from.
- from(int) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketsort.BucketSortPipelineAggregationBuilder
-
- from(int) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
From index to start the search from.
- from() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Gets the from index to start the search from.
- from() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- from(int) - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- from() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- from(int) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- from() - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- from(int) - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- from() - 类 中的方法org.elasticsearch.search.query.QuerySearchResult
-
- from(int) - 类 中的方法org.elasticsearch.search.query.QuerySearchResult
-
- FROM_AS_STRING - 类 中的静态变量org.elasticsearch.search.aggregations.Aggregation.CommonFields
-
- FROM_FIELD - 类 中的静态变量org.elasticsearch.index.query.RangeQueryBuilder
-
- FROM_FIELD - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
-
- FROM_FIELD - 类 中的静态变量org.elasticsearch.search.builder.SearchSourceBuilder
-
- fromAllocationStatus(UnassignedInfo.AllocationStatus) - 枚举 中的静态方法org.elasticsearch.cluster.routing.allocation.AllocationDecision
-
- fromAsStr - 类 中的变量org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
-
- fromAsString - 类 中的变量org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
-
- fromByte(byte) - 枚举 中的静态方法org.elasticsearch.common.Priority
-
- fromBytes(byte[], DiscoveryNode, NamedWriteableRegistry) - 类 中的静态方法org.elasticsearch.cluster.ClusterState.Builder
-
- fromCode(int) - 枚举 中的静态方法org.elasticsearch.rest.RestStatus
-
Turn a status code into a
RestStatus, returning null if we don't know that status.
- fromDecision(Decision, DiscoveryNode, List<NodeAllocationResult>) - 类 中的静态方法org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
-
- fromDecision(Decision.Type) - 枚举 中的静态方法org.elasticsearch.cluster.routing.UnassignedInfo.AllocationStatus
-
- fromDecisionType(Decision.Type) - 枚举 中的静态方法org.elasticsearch.cluster.routing.allocation.AllocationDecision
-
- fromDiff(boolean) - 类 中的方法org.elasticsearch.cluster.ClusterState.Builder
-
- fromEdits(int) - 类 中的静态方法org.elasticsearch.common.unit.Fuzziness
-
Creates a
Fuzziness instance from an edit distance.
- fromGeohash(String) - 类 中的静态方法org.elasticsearch.common.geo.GeoPoint
-
- fromGeohash(long) - 类 中的静态方法org.elasticsearch.common.geo.GeoPoint
-
- fromId(byte) - 枚举 中的静态方法org.elasticsearch.action.admin.indices.get.GetIndexRequest.Feature
-
- fromId(byte) - 枚举 中的静态方法org.elasticsearch.action.DocWriteRequest.OpType
-
- fromId(byte) - 枚举 中的静态方法org.elasticsearch.action.search.SearchType
-
Constructs search type based on the internal id.
- fromId(byte) - 枚举 中的静态方法org.elasticsearch.action.ThreadingModel
-
- fromId(byte) - 枚举 中的静态方法org.elasticsearch.cluster.metadata.IndexMetaData.State
-
- fromId(int) - 枚举 中的静态方法org.elasticsearch.common.unit.ByteSizeUnit
-
- fromId(byte) - 枚举 中的静态方法org.elasticsearch.index.shard.IndexShardState
-
- fromId(byte) - 枚举 中的静态方法org.elasticsearch.index.translog.Translog.Operation.Type
-
- fromId(byte) - 枚举 中的静态方法org.elasticsearch.indices.recovery.RecoveryState.Stage
-
- fromId(int) - 类 中的静态方法org.elasticsearch.Version
-
- fromList(Class<ElementValue>, BiConsumer<Value, ElementValue[]>) - 类 中的静态方法org.elasticsearch.common.xcontent.ObjectParser
-
Adapts an array (or varags) setter into a list setter.
- fromList(List<String>) - 类 中的静态方法org.elasticsearch.search.fetch.StoredFieldsContext
-
- fromMap(Map<String, Object>, IndicesOptions) - 类 中的静态方法org.elasticsearch.action.support.IndicesOptions
-
- fromMap(Map<String, Object>) - 接口 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.Custom
-
已过时。
- fromMediaType(String) - 枚举 中的静态方法org.elasticsearch.common.xcontent.XContentType
-
Attempts to match the given media type with the known
XContentType values.
- fromMediaTypeOrFormat(String) - 枚举 中的静态方法org.elasticsearch.common.xcontent.XContentType
-
- fromMeters(double) - 枚举 中的方法org.elasticsearch.common.unit.DistanceUnit
-
Convert a value given in meters to a value of this unit
- fromMorton(long, int) - 类 中的静态方法org.elasticsearch.common.geo.GeoHashUtils
-
Convert from a morton encoded long from a geohash encoded long
- fromName(String) - 枚举 中的静态方法org.elasticsearch.action.admin.indices.get.GetIndexRequest.Feature
-
- fromNode() - 类 中的方法org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
-
- fromOptions(boolean, boolean, boolean, boolean) - 类 中的静态方法org.elasticsearch.action.support.IndicesOptions
-
- fromOptions(boolean, boolean, boolean, boolean, IndicesOptions) - 类 中的静态方法org.elasticsearch.action.support.IndicesOptions
-
- fromOptions(boolean, boolean, boolean, boolean, boolean, boolean, boolean) - 类 中的静态方法org.elasticsearch.action.support.IndicesOptions
-
- fromParameters(Object, Object, Object, IndicesOptions) - 类 中的静态方法org.elasticsearch.action.support.IndicesOptions
-
- fromRequest(RestRequest, IndicesOptions) - 类 中的静态方法org.elasticsearch.action.support.IndicesOptions
-
- fromRequest(RestRequest, ClearIndicesCacheRequest) - 类 中的静态方法org.elasticsearch.rest.action.admin.indices.RestClearIndicesCacheAction
-
- fromRestRequest(String, RestRequest) - 类 中的静态方法org.elasticsearch.search.fetch.StoredFieldsContext
-
- fromString(String) - 枚举 中的静态方法org.elasticsearch.action.DocWriteRequest.OpType
-
- fromString(String) - 枚举 中的静态方法org.elasticsearch.action.search.SearchType
-
- fromString(String) - 枚举 中的静态方法org.elasticsearch.cluster.health.ClusterHealthStatus
-
- fromString(String) - 枚举 中的静态方法org.elasticsearch.cluster.metadata.IndexMetaData.State
-
- fromString(String) - 枚举 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilder.Orientation
-
- fromString(String) - 枚举 中的静态方法org.elasticsearch.common.geo.GeoDistance
-
- fromString(String) - 枚举 中的静态方法org.elasticsearch.common.geo.SpatialStrategy
-
- fromString(String) - 枚举 中的静态方法org.elasticsearch.common.lucene.search.function.CombineFunction
-
- fromString(String) - 枚举 中的静态方法org.elasticsearch.common.lucene.search.function.FieldValueFactorFunction.Modifier
-
- fromString(String) - 枚举 中的静态方法org.elasticsearch.common.lucene.search.function.FunctionScoreQuery.ScoreMode
-
- fromString(String) - 枚举 中的静态方法org.elasticsearch.common.unit.DistanceUnit
-
- fromString(String) - 枚举 中的静态方法org.elasticsearch.index.fielddata.IndexFieldData.CommonSettings.MemoryStorageFormat
-
- fromString(String) - 枚举 中的静态方法org.elasticsearch.index.mapper.DynamicTemplate.MatchType
-
- fromString(String) - 枚举 中的静态方法org.elasticsearch.index.mapper.DynamicTemplate.XContentFieldType
-
- fromString(String) - 枚举 中的静态方法org.elasticsearch.index.query.GeoExecType
-
- fromString(String) - 枚举 中的静态方法org.elasticsearch.index.query.GeoValidationMethod
-
- fromString(String) - 枚举 中的静态方法org.elasticsearch.index.query.Operator
-
- fromString(String) - 类 中的静态方法org.elasticsearch.index.shard.ShardId
-
Parse the string representation of this shardId back to an object.
- fromString(String) - 枚举 中的静态方法org.elasticsearch.index.VersionType
-
- fromString(String, VersionType) - 枚举 中的静态方法org.elasticsearch.index.VersionType
-
- fromString(String) - 枚举 中的静态方法org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator.ExecutionMode
-
- fromString(String, DeprecationLogger) - 枚举 中的静态方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory.ExecutionMode
-
- fromString(String, DeprecationLogger) - 枚举 中的静态方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregatorFactory.ExecutionMode
-
- fromString(String) - 枚举 中的静态方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.BoundaryScannerType
-
- fromString(String) - 枚举 中的静态方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.Order
-
- fromString(String) - 枚举 中的静态方法org.elasticsearch.search.MultiValueMode
-
- fromString(String) - 枚举 中的静态方法org.elasticsearch.search.rescore.QueryRescoreMode
-
- fromString(String) - 枚举 中的静态方法org.elasticsearch.search.sort.ScriptSortBuilder.ScriptSortType
-
- fromString(String) - 枚举 中的静态方法org.elasticsearch.search.sort.SortMode
-
- fromString(String) - 枚举 中的静态方法org.elasticsearch.search.sort.SortOrder
-
- fromString(String) - 枚举 中的静态方法org.elasticsearch.search.suggest.completion.context.ContextMapping.Type
-
- fromString(String) - 类 中的静态方法org.elasticsearch.Version
-
Returns the version given its string representation, current version if the argument is null or empty
- fromType(String) - 枚举 中的静态方法org.elasticsearch.threadpool.ThreadPool.ThreadPoolType
-
- fromValue(byte) - 枚举 中的静态方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStage
-
Generate snapshot state from code
- fromValue(byte) - 枚举 中的静态方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions.Type
-
- fromValue(byte) - 枚举 中的静态方法org.elasticsearch.cluster.health.ClusterHealthStatus
-
- fromValue(byte) - 枚举 中的静态方法org.elasticsearch.cluster.RestoreInProgress.State
-
Returns state corresponding to state code
- fromValue(byte) - 枚举 中的静态方法org.elasticsearch.cluster.routing.ShardRoutingState
-
- fromValue(byte) - 枚举 中的静态方法org.elasticsearch.cluster.SnapshotsInProgress.State
-
- fromValue(byte) - 枚举 中的静态方法org.elasticsearch.index.VersionType
-
- fromValue(byte) - 枚举 中的静态方法org.elasticsearch.snapshots.SnapshotState
-
Generate snapshot state from code
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.action.admin.indices.alias.Alias
-
Parses an alias and returns its parsed representation
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.action.admin.indices.create.CreateIndexResponse
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.action.admin.indices.delete.DeleteIndexResponse
-
- fromXContent(XContentParser, int) - 类 中的静态方法org.elasticsearch.action.bulk.BulkItemResponse
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.action.bulk.BulkResponse
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.action.delete.DeleteResponse
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.action.get.GetResponse
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.action.index.IndexResponse
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.action.main.MainResponse
-
- fromXContent(XContentParser) - 类 中的方法org.elasticsearch.action.search.ClearScrollRequest
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.action.search.ClearScrollResponse
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.action.search.SearchResponse
-
- fromXContent(XContentParser) - 类 中的方法org.elasticsearch.action.search.SearchScrollRequest
-
Parse a search scroll request from a request body provided through the REST layer.
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.action.search.ShardSearchFailure
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo.Failure
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo
-
- fromXContent(XContentParser) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.action.update.UpdateResponse
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.cluster.metadata.AliasMetaData.Builder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.cluster.metadata.IndexGraveyard
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.cluster.metadata.IndexGraveyard.Tombstone
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- fromXContent(XContentParser) - 接口 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.Custom
-
已过时。
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.cluster.metadata.IndexMetaData
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.cluster.metadata.MetaData.Builder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.cluster.metadata.MetaData
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.cluster.metadata.RepositoriesMetaData
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.cluster.routing.allocation.command.AllocateEmptyPrimaryAllocationCommand
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.cluster.routing.allocation.command.AllocateReplicaAllocationCommand
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.cluster.routing.allocation.command.AllocateStalePrimaryAllocationCommand
-
- fromXContent(XContentParser) - 接口 中的方法org.elasticsearch.cluster.routing.allocation.command.AllocationCommand.Parser
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.cluster.routing.allocation.command.AllocationCommands
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.cluster.routing.AllocationId
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.common.document.DocumentField
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.common.settings.Settings
-
- fromXContent(XContentParser) - 异常错误 中的静态方法org.elasticsearch.ElasticsearchException
-
- fromXContent(XContentParser) - 类 中的方法org.elasticsearch.gateway.MetaDataStateFormat
-
Reads a new instance of the state from the given XContentParser
Subclasses need to implement this class for theirs specific state.
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.get.GetResult
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.Index
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.BoolQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.BoostingQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.CommonTermsQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.ConstantScoreQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.DisMaxQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.ExistsQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.FieldMaskingSpanQueryBuilder
-
- fromXContent(XContentParser) - 类 中的方法org.elasticsearch.index.query.functionscore.DecayFunctionParser
-
Parses bodies of the kind
{
"fieldname1" : {
"origin" : "someValue",
"scale" : "someValue"
},
"multi_value_mode" : "min"
}
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
-
- fromXContent(XContentParser) - 接口 中的方法org.elasticsearch.index.query.functionscore.ScoreFunctionParser
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.functionscore.ScriptScoreFunctionBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.FuzzyQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.GeoDistanceQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.GeoPolygonQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.GeoShapeQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.IdsQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.InnerHitBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.MatchAllQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.MatchNoneQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.MatchPhraseQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.MatchQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.NestedQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.PrefixQueryBuilder
-
- fromXContent(XContentParser) - 接口 中的方法org.elasticsearch.index.query.QueryParser
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.RangeQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.RegexpQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.ScriptQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.SimpleQueryStringBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.SpanContainingQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.SpanFirstQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.SpanMultiTermQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.SpanNearQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.SpanNotQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.SpanOrQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.SpanTermQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.SpanWithinQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.TermQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.TermsQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.TermsSetQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.TypeQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.WildcardQueryBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.WrapperQueryBuilder
-
- fromXContent(byte[]) - 类 中的静态方法org.elasticsearch.index.shard.CommitPoints
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
-
Parses JSON that represents file info
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot
-
Parses shard snapshot metadata
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshots
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.ingest.IngestMetadata
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.script.ScriptMetaData
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.script.StoredScriptSource
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.Aggregations
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.adjacency.ParsedAdjacencyMatrix
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.composite.ParsedComposite
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.filter.ParsedFilter
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.filter.ParsedFilters
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoHashGrid
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.global.ParsedGlobal
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.histogram.ParsedDateHistogram
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.histogram.ParsedHistogram
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.missing.ParsedMissing
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.nested.ParsedNested
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.nested.ParsedReverseNested
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.range.ParsedBinaryRange
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.range.ParsedDateRange
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.range.ParsedGeoDistance
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.range.ParsedRange
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.sampler.ParsedSampler
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantLongTerms
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantStringTerms
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.terms.ParsedDoubleTerms
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.terms.ParsedLongTerms
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.terms.ParsedStringTerms
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.avg.ParsedAvg
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.cardinality.ParsedCardinality
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.geobounds.ParsedGeoBounds
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.geocentroid.ParsedGeoCentroid
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.max.ParsedMax
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.min.ParsedMin
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.percentiles.hdr.ParsedHDRPercentileRanks
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.percentiles.hdr.ParsedHDRPercentiles
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.ParsedTDigestPercentileRanks
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.ParsedTDigestPercentiles
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.scripted.ParsedScriptedMetric
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.sum.ParsedSum
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.tophits.ParsedTopHits
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.valuecount.ParsedValueCount
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.ParsedBucketMetricValue
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.ParsedPercentilesBucket
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ParsedExtendedStatsBucket
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.ParsedStatsBucket
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.pipeline.derivative.ParsedDerivative
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.aggregations.pipeline.ParsedSimpleValue
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.builder.SearchSourceBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.collapse.CollapseBuilder
-
- fromXContent(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.fetch.StoredFieldsContext
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.fetch.subphase.FetchSourceContext
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.fetch.subphase.highlight.HighlightField
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.profile.aggregation.AggregationProfileShardResult
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.profile.ProfileResult
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.profile.query.CollectorResult
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.profile.query.QueryProfileShardResult
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.profile.SearchProfileShardResults
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.rescore.QueryRescorerBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.searchafter.SearchAfterBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.SearchHit
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.SearchHit.NestedIdentity
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.SearchHits
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.SearchSortValues
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.slice.SliceBuilder
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.sort.FieldSortBuilder
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.sort.GeoDistanceSortBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.sort.NestedSortBuilder
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.sort.ScoreSortBuilder
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.sort.ScriptSortBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.sort.SortBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.suggest.completion.CompletionSuggestion
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
-
- fromXContent(XContentParser) - 类 中的方法org.elasticsearch.search.suggest.completion.context.CategoryContextMapping
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.suggest.completion.context.CategoryQueryContext
-
- fromXContent(XContentParser) - 类 中的方法org.elasticsearch.search.suggest.completion.context.ContextMapping
-
Prototype for the query context
- fromXContent(XContentParser) - 类 中的方法org.elasticsearch.search.suggest.completion.context.GeoContextMapping
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.suggest.completion.context.GeoQueryContext
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.suggest.phrase.Laplace
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.suggest.phrase.LinearInterpolation
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.suggest.phrase.PhraseSuggestion.Entry
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.suggest.phrase.PhraseSuggestion
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.suggest.phrase.SmoothingModel
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.suggest.phrase.StupidBackoff
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.suggest.Suggest
-
this parsing method assumes that the leading "suggest" field name has already been parsed by the caller
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.suggest.Suggest.Suggestion
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.suggest.SuggestBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.suggest.term.TermSuggestion.Entry
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.suggest.term.TermSuggestion.Entry.Option
-
- fromXContent(XContentParser, String) - 类 中的静态方法org.elasticsearch.search.suggest.term.TermSuggestion
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.snapshots.SnapshotId
-
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.snapshots.SnapshotInfo
-
This method creates a SnapshotInfo from internal x-content.
- fromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.snapshots.SnapshotShardFailure
-
Deserializes snapshot failure information from JSON
- fromXContentEmbedded(XContentParser) - 类 中的静态方法org.elasticsearch.index.get.GetResult
-
- fs() - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
Should the node file system stats be returned.
- fs(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
Should the node file system stats be returned.
- FsBlobContainer - org.elasticsearch.common.blobstore.fs中的类
-
- FsBlobContainer(FsBlobStore, BlobPath, Path) - 类 的构造器org.elasticsearch.common.blobstore.fs.FsBlobContainer
-
- FsBlobStore - org.elasticsearch.common.blobstore.fs中的类
-
- FsBlobStore(Settings, Path) - 类 的构造器org.elasticsearch.common.blobstore.fs.FsBlobStore
-
- FsDirectoryService - org.elasticsearch.index.store中的类
-
- FsDirectoryService(IndexSettings, IndexStore, ShardPath) - 类 的构造器org.elasticsearch.index.store.FsDirectoryService
-
- FsInfo - org.elasticsearch.monitor.fs中的类
-
- FsInfo(long, FsInfo.IoStats, FsInfo.Path[]) - 类 的构造器org.elasticsearch.monitor.fs.FsInfo
-
- FsInfo(long, FsInfo.IoStats, FsInfo.Path[], DiskUsage, DiskUsage) - 类 的构造器org.elasticsearch.monitor.fs.FsInfo
-
- FsInfo(StreamInput) - 类 的构造器org.elasticsearch.monitor.fs.FsInfo
-
Read from a stream.
- FsInfo.DeviceStats - org.elasticsearch.monitor.fs中的类
-
- FsInfo.IoStats - org.elasticsearch.monitor.fs中的类
-
- FsInfo.Path - org.elasticsearch.monitor.fs中的类
-
- FsProbe - org.elasticsearch.monitor.fs中的类
-
- FsProbe(Settings, NodeEnvironment) - 类 的构造器org.elasticsearch.monitor.fs.FsProbe
-
- FsRepository - org.elasticsearch.repositories.fs中的类
-
Shared file system implementation of the BlobStoreRepository
Shared file system repository supports the following settings
locationPath to the root of repository.
- FsRepository(RepositoryMetaData, Environment, NamedXContentRegistry) - 类 的构造器org.elasticsearch.repositories.fs.FsRepository
-
Constructs a shared file system repository.
- FsService - org.elasticsearch.monitor.fs中的类
-
- FsService(Settings, NodeEnvironment, ClusterInfoService) - 类 的构造器org.elasticsearch.monitor.fs.FsService
-
- fsService() - 类 中的方法org.elasticsearch.monitor.MonitorService
-
- fullName() - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsResponse.FieldMappingMetaData
-
- fullName(String) - 类 中的方法org.elasticsearch.index.mapper.MapperService
-
- fullPath() - 类 中的方法org.elasticsearch.index.mapper.ObjectMapper
-
- fullShardId() - 类 中的方法org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo.Failure
-
- function - 类 中的变量org.elasticsearch.common.lucene.search.function.FunctionScoreQuery.FilterScoreFunction
-
- FUNCTION_NAME_FIELD - 类 中的静态变量org.elasticsearch.index.query.functionscore.GaussDecayFunctionBuilder
-
- FUNCTIONS_FIELD - 类 中的静态变量org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
- FunctionScoreQuery - org.elasticsearch.common.lucene.search.function中的类
-
A query that allows for a pluggable boost function / filter.
- FunctionScoreQuery(Query, Float, float) - 类 的构造器org.elasticsearch.common.lucene.search.function.FunctionScoreQuery
-
Creates a FunctionScoreQuery without function.
- FunctionScoreQuery(Query, ScoreFunction) - 类 的构造器org.elasticsearch.common.lucene.search.function.FunctionScoreQuery
-
- FunctionScoreQuery(Query, ScoreFunction, CombineFunction, Float, float) - 类 的构造器org.elasticsearch.common.lucene.search.function.FunctionScoreQuery
-
Creates a FunctionScoreQuery with a single function
- FunctionScoreQuery(Query, FunctionScoreQuery.ScoreMode, ScoreFunction[], CombineFunction, Float, float) - 类 的构造器org.elasticsearch.common.lucene.search.function.FunctionScoreQuery
-
Creates a FunctionScoreQuery with multiple score functions
- functionScoreQuery(QueryBuilder) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A function_score query with no functions.
- functionScoreQuery(QueryBuilder, FunctionScoreQueryBuilder.FilterFunctionBuilder[]) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A query that allows to define a custom scoring function
- functionScoreQuery(FunctionScoreQueryBuilder.FilterFunctionBuilder[]) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A query that allows to define a custom scoring function
- functionScoreQuery(ScoreFunctionBuilder) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A query that allows to define a custom scoring function.
- functionScoreQuery(QueryBuilder, ScoreFunctionBuilder) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A query that allows to define a custom scoring function.
- FunctionScoreQuery.FilterScoreFunction - org.elasticsearch.common.lucene.search.function中的类
-
- FunctionScoreQuery.ScoreMode - org.elasticsearch.common.lucene.search.function中的枚举
-
- FunctionScoreQueryBuilder - org.elasticsearch.index.query.functionscore中的类
-
A query that uses a filters with a script associated with them to compute the
score.
- FunctionScoreQueryBuilder(QueryBuilder) - 类 的构造器org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
Creates a function_score query without functions
- FunctionScoreQueryBuilder(FunctionScoreQueryBuilder.FilterFunctionBuilder[]) - 类 的构造器org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
Creates a function_score query that executes the provided filters and functions on all documents
- FunctionScoreQueryBuilder(ScoreFunctionBuilder<?>) - 类 的构造器org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
Creates a function_score query that will execute the function provided on all documents
- FunctionScoreQueryBuilder(QueryBuilder, ScoreFunctionBuilder<?>) - 类 的构造器org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
Creates a function_score query that will execute the function provided in the context of the provided query
- FunctionScoreQueryBuilder(QueryBuilder, FunctionScoreQueryBuilder.FilterFunctionBuilder[]) - 类 的构造器org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
Creates a function_score query that executes the provided filters and functions on documents that match a query.
- FunctionScoreQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
Read from a stream.
- FunctionScoreQueryBuilder.FilterFunctionBuilder - org.elasticsearch.index.query.functionscore中的类
-
Function to be associated with an optional filter, meaning it will be executed only for the documents
that match the given filter.
- FutureTransportResponseHandler<T extends TransportResponse> - org.elasticsearch.transport中的类
-
A response handler to be used when all interaction will be done through the
TransportFuture.
- FutureTransportResponseHandler() - 类 的构造器org.elasticsearch.transport.FutureTransportResponseHandler
-
- FutureUtils - org.elasticsearch.common.util.concurrent中的类
-
- FutureUtils() - 类 的构造器org.elasticsearch.common.util.concurrent.FutureUtils
-
- Fuzziness - org.elasticsearch.common.unit中的类
-
A unit class that encapsulates all in-exact search
parsing and conversion from similarities to edit distances
etc.
- Fuzziness(StreamInput) - 类 的构造器org.elasticsearch.common.unit.Fuzziness
-
Read from a stream.
- fuzziness(Fuzziness) - 类 中的方法org.elasticsearch.index.query.FuzzyQueryBuilder
-
- fuzziness() - 类 中的方法org.elasticsearch.index.query.FuzzyQueryBuilder
-
- fuzziness(Object) - 类 中的方法org.elasticsearch.index.query.MatchQueryBuilder
-
Sets the fuzziness used when evaluated to a fuzzy query type.
- fuzziness() - 类 中的方法org.elasticsearch.index.query.MatchQueryBuilder
-
Gets the fuzziness used when evaluated to a fuzzy query type.
- fuzziness(Object) - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
Sets the fuzziness used when evaluated to a fuzzy query type.
- fuzziness() - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- fuzziness(Fuzziness) - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
Set the edit distance for fuzzy queries.
- fuzziness() - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
- fuzziness - 类 中的变量org.elasticsearch.index.search.MatchQuery
-
- FUZZY_REWRITE_FIELD - 类 中的静态变量org.elasticsearch.index.query.MatchQueryBuilder
-
- FUZZY_TRANSPOSITIONS_FIELD - 类 中的静态变量org.elasticsearch.index.query.MatchQueryBuilder
-
- fuzzyMaxExpansions(int) - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
- fuzzyMaxExpansions() - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
- fuzzyMaxExpansions(int) - 类 中的方法org.elasticsearch.index.query.SimpleQueryStringBuilder
-
- fuzzyMaxExpansions() - 类 中的方法org.elasticsearch.index.query.SimpleQueryStringBuilder
-
- fuzzyMaxExpansions() - 类 中的方法org.elasticsearch.index.search.SimpleQueryStringQueryParser.Settings
-
- fuzzyMaxExpansions(int) - 类 中的方法org.elasticsearch.index.search.SimpleQueryStringQueryParser.Settings
-
- fuzzyOptions - 类 中的变量org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
-
- FuzzyOptions - org.elasticsearch.search.suggest.completion中的类
-
Fuzzy options for completion suggester
- FuzzyOptions.Builder - org.elasticsearch.search.suggest.completion中的类
-
Options for fuzzy queries
- fuzzyPrefixLength(int) - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
Set the minimum prefix length for fuzzy queries.
- fuzzyPrefixLength() - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
- fuzzyPrefixLength(int) - 类 中的方法org.elasticsearch.index.query.SimpleQueryStringBuilder
-
- fuzzyPrefixLength() - 类 中的方法org.elasticsearch.index.query.SimpleQueryStringBuilder
-
- fuzzyPrefixLength - 类 中的变量org.elasticsearch.index.search.MatchQuery
-
- fuzzyPrefixLength() - 类 中的方法org.elasticsearch.index.search.SimpleQueryStringQueryParser.Settings
-
- fuzzyPrefixLength(int) - 类 中的方法org.elasticsearch.index.search.SimpleQueryStringQueryParser.Settings
-
- fuzzyQuery(String, Fuzziness, int, int, int, boolean, boolean) - 类 中的方法org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
-
Completion prefix fuzzy query
- fuzzyQuery(Object, Fuzziness, int, int, boolean) - 类 中的方法org.elasticsearch.index.mapper.MappedFieldType
-
- fuzzyQuery(Object, Fuzziness, int, int, boolean) - 类 中的方法org.elasticsearch.index.mapper.StringFieldType
-
- fuzzyQuery(String, String) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A Query that matches documents using fuzzy query.
- fuzzyQuery(String, Object) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A Query that matches documents using fuzzy query.
- FuzzyQueryBuilder - org.elasticsearch.index.query中的类
-
A Query that does fuzzy matching for a specific value.
- FuzzyQueryBuilder(String, String) - 类 的构造器org.elasticsearch.index.query.FuzzyQueryBuilder
-
Constructs a new fuzzy query.
- FuzzyQueryBuilder(String, int) - 类 的构造器org.elasticsearch.index.query.FuzzyQueryBuilder
-
Constructs a new fuzzy query.
- FuzzyQueryBuilder(String, long) - 类 的构造器org.elasticsearch.index.query.FuzzyQueryBuilder
-
Constructs a new fuzzy query.
- FuzzyQueryBuilder(String, float) - 类 的构造器org.elasticsearch.index.query.FuzzyQueryBuilder
-
Constructs a new fuzzy query.
- FuzzyQueryBuilder(String, double) - 类 的构造器org.elasticsearch.index.query.FuzzyQueryBuilder
-
Constructs a new fuzzy query.
- FuzzyQueryBuilder(String, boolean) - 类 的构造器org.elasticsearch.index.query.FuzzyQueryBuilder
-
Constructs a new fuzzy query.
- FuzzyQueryBuilder(String, Object) - 类 的构造器org.elasticsearch.index.query.FuzzyQueryBuilder
-
Constructs a new fuzzy query.
- FuzzyQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.FuzzyQueryBuilder
-
Read from a stream.
- fuzzyRewrite(String) - 类 中的方法org.elasticsearch.index.query.MatchQueryBuilder
-
Sets the fuzzy_rewrite parameter controlling how the fuzzy query will get rewritten
- fuzzyRewrite() - 类 中的方法org.elasticsearch.index.query.MatchQueryBuilder
-
Get the fuzzy_rewrite parameter
- fuzzyRewrite(String) - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- fuzzyRewrite() - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- fuzzyRewrite(String) - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
- fuzzyRewrite() - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
- fuzzyRewriteMethod - 类 中的变量org.elasticsearch.index.search.MatchQuery
-
- fuzzyTranspositions(boolean) - 类 中的方法org.elasticsearch.index.query.MatchQueryBuilder
-
Sets whether transpositions are supported in fuzzy queries.
- fuzzyTranspositions() - 类 中的方法org.elasticsearch.index.query.MatchQueryBuilder
-
Gets the fuzzy query transposition setting.
- fuzzyTranspositions() - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- fuzzyTranspositions(boolean) - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
Sets whether transpositions are supported in fuzzy queries.
- fuzzyTranspositions() - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
- fuzzyTranspositions(boolean) - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
Sets whether transpositions are supported in fuzzy queries.
- fuzzyTranspositions() - 类 中的方法org.elasticsearch.index.query.SimpleQueryStringBuilder
-
- fuzzyTranspositions(boolean) - 类 中的方法org.elasticsearch.index.query.SimpleQueryStringBuilder
-
Sets whether transpositions are supported in fuzzy queries.
- fuzzyTranspositions() - 类 中的方法org.elasticsearch.index.search.SimpleQueryStringQueryParser.Settings
-
- fuzzyTranspositions(boolean) - 类 中的方法org.elasticsearch.index.search.SimpleQueryStringQueryParser.Settings
-
- GalicianAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
- GalicianAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.GalicianAnalyzerProvider
-
- gamma(double) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.HoltWintersModelBuilder
-
- GAP_POLICY - 接口 中的静态变量org.elasticsearch.search.aggregations.pipeline.PipelineAggregator.Parser
-
- gapPolicy(BucketHelpers.GapPolicy) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
-
Sets the gap policy to use for this aggregation.
- gapPolicy() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
-
Gets the gap policy to use for this aggregation.
- gapPolicy - 类 中的变量org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregator
-
- gapPolicy(BucketHelpers.GapPolicy) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregationBuilder
-
Sets the gap policy to use for this aggregation.
- gapPolicy() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregationBuilder
-
Gets the gap policy to use for this aggregation.
- gapPolicy(BucketHelpers.GapPolicy) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregationBuilder
-
Sets the gap policy to use for this aggregation.
- gapPolicy() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregationBuilder
-
Gets the gap policy to use for this aggregation.
- gapPolicy(BucketHelpers.GapPolicy) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketsort.BucketSortPipelineAggregationBuilder
-
- gapPolicy(BucketHelpers.GapPolicy) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
-
- gapPolicy() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
-
- gapPolicy(BucketHelpers.GapPolicy) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
-
Sets the GapPolicy to use on the output of this aggregation.
- gapPolicy() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
-
Gets the GapPolicy to use on the output of this aggregation.
- gapPolicy(BucketHelpers.GapPolicy) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
-
Sets the GapPolicy to use on the output of this aggregation.
- gapPolicy() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
-
Gets the GapPolicy to use on the output of this aggregation.
- GarbageCollector(String, long, long) - 类 的构造器org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector
-
- GarbageCollector(StreamInput) - 类 的构造器org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector
-
- GarbageCollectors(JvmStats.GarbageCollector[]) - 类 的构造器org.elasticsearch.monitor.jvm.JvmStats.GarbageCollectors
-
- GarbageCollectors(StreamInput) - 类 的构造器org.elasticsearch.monitor.jvm.JvmStats.GarbageCollectors
-
- Gateway - org.elasticsearch.gateway中的类
-
- Gateway(Settings, ClusterService, TransportNodesListGatewayMetaState, IndicesService) - 类 的构造器org.elasticsearch.gateway.Gateway
-
- Gateway.GatewayStateRecoveredListener - org.elasticsearch.gateway中的接口
-
- GatewayAllocator - org.elasticsearch.gateway中的类
-
- GatewayAllocator(Settings, ClusterService, RoutingService, TransportNodesListGatewayStartedShards, TransportNodesListShardStoreMetaData) - 类 的构造器org.elasticsearch.gateway.GatewayAllocator
-
- GatewayAllocator(Settings) - 类 的构造器org.elasticsearch.gateway.GatewayAllocator
-
- GatewayException - org.elasticsearch.gateway中的异常错误
-
- GatewayException(String) - 异常错误 的构造器org.elasticsearch.gateway.GatewayException
-
- GatewayException(String, Throwable) - 异常错误 的构造器org.elasticsearch.gateway.GatewayException
-
- GatewayException(StreamInput) - 异常错误 的构造器org.elasticsearch.gateway.GatewayException
-
- GatewayMetaState - org.elasticsearch.gateway中的类
-
- GatewayMetaState(Settings, NodeEnvironment, MetaStateService, MetaDataIndexUpgradeService, MetaDataUpgrader) - 类 的构造器org.elasticsearch.gateway.GatewayMetaState
-
- GatewayMetaState.IndexMetaWriteInfo - org.elasticsearch.gateway中的类
-
- GatewayModule - org.elasticsearch.gateway中的类
-
- GatewayModule() - 类 的构造器org.elasticsearch.gateway.GatewayModule
-
- GatewayService - org.elasticsearch.gateway中的类
-
- GatewayService(Settings, AllocationService, ClusterService, ThreadPool, GatewayMetaState, TransportNodesListGatewayMetaState, IndicesService) - 类 的构造器org.elasticsearch.gateway.GatewayService
-
- GAUSS_DECAY_FUNCTION - 类 中的静态变量org.elasticsearch.index.query.functionscore.GaussDecayFunctionBuilder
-
- gaussDecayFunction(String, Object, Object) - 类 中的静态方法org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
-
- gaussDecayFunction(String, Object, Object, Object) - 类 中的静态方法org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
-
- gaussDecayFunction(String, Object, Object, Object, double) - 类 中的静态方法org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
-
- GaussDecayFunctionBuilder - org.elasticsearch.index.query.functionscore中的类
-
- GaussDecayFunctionBuilder(String, Object, Object, Object) - 类 的构造器org.elasticsearch.index.query.functionscore.GaussDecayFunctionBuilder
-
- GaussDecayFunctionBuilder(String, Object, Object, Object, double) - 类 的构造器org.elasticsearch.index.query.functionscore.GaussDecayFunctionBuilder
-
- GaussDecayFunctionBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.functionscore.GaussDecayFunctionBuilder
-
Read from a stream.
- GC_OVERHEAD_DEBUG_SETTING - 类 中的静态变量org.elasticsearch.monitor.jvm.JvmGcMonitorService
-
- GC_OVERHEAD_INFO_SETTING - 类 中的静态变量org.elasticsearch.monitor.jvm.JvmGcMonitorService
-
- GC_OVERHEAD_WARN_SETTING - 类 中的静态变量org.elasticsearch.monitor.jvm.JvmGcMonitorService
-
- GC_SETTING - 类 中的静态变量org.elasticsearch.monitor.jvm.JvmGcMonitorService
-
- GcNames - org.elasticsearch.monitor.jvm中的类
-
- GcNames() - 类 的构造器org.elasticsearch.monitor.jvm.GcNames
-
- GeneralScriptException - org.elasticsearch.script中的异常错误
-
- GeneralScriptException(String) - 异常错误 的构造器org.elasticsearch.script.GeneralScriptException
-
已过时。
- GeneralScriptException(String, Throwable) - 异常错误 的构造器org.elasticsearch.script.GeneralScriptException
-
已过时。
- GeneralScriptException(StreamInput) - 异常错误 的构造器org.elasticsearch.script.GeneralScriptException
-
已过时。
- GENERATE_SYNONYMS_PHRASE_QUERY - 类 中的静态变量org.elasticsearch.index.query.MatchQueryBuilder
-
- generateClusterUuidIfNeeded() - 类 中的方法org.elasticsearch.cluster.metadata.MetaData.Builder
-
- generateFailureXContent(XContentBuilder, ToXContent.Params, Exception, boolean) - 异常错误 中的静态方法org.elasticsearch.ElasticsearchException
-
Render any exception as a xcontent, encapsulated within a field or object named "error".
- generateKey(double, double, DocValueFormat) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- generateListTasksRequest(RestRequest) - 类 中的静态方法org.elasticsearch.rest.action.admin.cluster.RestListTasksAction
-
- generateNodeId(Settings) - 类 中的静态方法org.elasticsearch.env.NodeEnvironment
-
- generateSeqNo() - 类 中的方法org.elasticsearch.index.seqno.SequenceNumbersService
-
Issue the next sequence number.
- generateShardId(IndexMetaData, String, String) - 类 中的静态方法org.elasticsearch.cluster.routing.OperationRouting
-
- generateThrowableXContent(XContentBuilder, ToXContent.Params, Throwable) - 异常错误 中的静态方法org.elasticsearch.ElasticsearchException
-
- generation - 类 中的变量org.elasticsearch.index.translog.BaseTranslogReader
-
- generation - 类 中的变量org.elasticsearch.index.translog.Translog.Location
-
- generator - 类 中的变量org.elasticsearch.common.xcontent.json.JsonXContentGenerator
-
Generator used to write content
- generator() - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- generic() - 类 中的方法org.elasticsearch.threadpool.ThreadPool
-
Get the generic ExecutorService.
- GENERIC - 类 中的静态变量org.elasticsearch.threadpool.ThreadPool.Names
-
- GenericAction<Request extends ActionRequest,Response extends ActionResponse> - org.elasticsearch.action中的类
-
A generic action.
- GenericAction(String) - 类 的构造器org.elasticsearch.action.GenericAction
-
- GenericArrayTypeImpl(Type) - 类 的构造器org.elasticsearch.common.inject.internal.MoreTypes.GenericArrayTypeImpl
-
- geo(String) - 类 中的静态方法org.elasticsearch.search.suggest.completion.context.ContextBuilder
-
- geoBoundingBoxQuery(String) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A filter to filter based on a bounding box defined by top left and bottom right locations / points
- GeoBoundingBoxQueryBuilder - org.elasticsearch.index.query中的类
-
Creates a Lucene query that will filter for all documents that lie within the specified
bounding box.
- GeoBoundingBoxQueryBuilder(String) - 类 的构造器org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
Create new bounding box query.
- GeoBoundingBoxQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
Read from a stream.
- geoBounds(String) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
GeoBounds aggregation with the given name.
- GeoBounds - org.elasticsearch.search.aggregations.metrics.geobounds中的接口
-
An aggregation that computes a bounding box in which all documents of the current bucket are.
- GeoBoundsAggregationBuilder - org.elasticsearch.search.aggregations.metrics.geobounds中的类
-
- GeoBoundsAggregationBuilder(String) - 类 的构造器org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregationBuilder
-
- GeoBoundsAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregationBuilder
-
Read from a stream.
- GeoBoundsAggregator - org.elasticsearch.search.aggregations.metrics.geobounds中的类
-
- GeoBoundsAggregator(String, SearchContext, Aggregator, ValuesSource.GeoPoint, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregator
-
- GeoBoundsAggregatorFactory - org.elasticsearch.search.aggregations.metrics.geobounds中的类
-
- GeoBoundsAggregatorFactory(String, ValuesSourceConfig<ValuesSource.GeoPoint>, boolean, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregatorFactory
-
- geoCentroid(String) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
GeoCentroid aggregation with the given name.
- GeoCentroid - org.elasticsearch.search.aggregations.metrics.geocentroid中的接口
-
Interface for GeoCentroidAggregator
- GeoCentroidAggregationBuilder - org.elasticsearch.search.aggregations.metrics.geocentroid中的类
-
- GeoCentroidAggregationBuilder(String) - 类 的构造器org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregationBuilder
-
- GeoCentroidAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregationBuilder
-
Read from a stream.
- GeoContextMapping - org.elasticsearch.search.suggest.completion.context中的类
-
- GeoContextMapping.Builder - org.elasticsearch.search.suggest.completion.context中的类
-
- geoDisjointQuery(String, ShapeBuilder) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A filter to filter indexed shapes that are not intersection with the query shape
- geoDisjointQuery(String, String, String) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
- GeoDistance - org.elasticsearch.common.geo中的枚举
-
Geo distance calculation.
- geoDistance(GeoDistance) - 类 中的方法org.elasticsearch.index.query.GeoDistanceQueryBuilder
-
Which type of geo distance calculation method to use.
- geoDistance() - 类 中的方法org.elasticsearch.index.query.GeoDistanceQueryBuilder
-
Returns geo distance calculation type to use.
- geoDistance(String, GeoPoint) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
GeoDistance aggregation with the given name.
- geoDistance(GeoDistance) - 类 中的方法org.elasticsearch.search.sort.GeoDistanceSortBuilder
-
The geo distance type used to compute the distance.
- geoDistance() - 类 中的方法org.elasticsearch.search.sort.GeoDistanceSortBuilder
-
Returns the geo distance type used to compute the distance.
- GeoDistanceAggregationBuilder - org.elasticsearch.search.aggregations.bucket.range中的类
-
- GeoDistanceAggregationBuilder(String, GeoPoint) - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.GeoDistanceAggregationBuilder
-
- GeoDistanceAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.GeoDistanceAggregationBuilder
-
Read from a stream.
- GeoDistanceAggregationBuilder.Range - org.elasticsearch.search.aggregations.bucket.range中的类
-
- geoDistanceQuery(String) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A filter to filter based on a specific distance from a specific geo location / point.
- GeoDistanceQueryBuilder - org.elasticsearch.index.query中的类
-
Filter results of a query to include only those within a specific distance to some
geo point.
- GeoDistanceQueryBuilder(String) - 类 的构造器org.elasticsearch.index.query.GeoDistanceQueryBuilder
-
Construct new GeoDistanceQueryBuilder.
- GeoDistanceQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.GeoDistanceQueryBuilder
-
Read from a stream.
- GeoDistanceRangeAggregatorFactory - org.elasticsearch.search.aggregations.bucket.range中的类
-
- GeoDistanceRangeAggregatorFactory(String, ValuesSourceConfig<ValuesSource.GeoPoint>, GeoPoint, GeoDistanceAggregationBuilder.Range[], DistanceUnit, GeoDistance, boolean, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.GeoDistanceRangeAggregatorFactory
-
- geoDistanceSort(String, double, double) - 类 中的静态方法org.elasticsearch.search.sort.SortBuilders
-
A geo distance based sort.
- geoDistanceSort(String, GeoPoint...) - 类 中的静态方法org.elasticsearch.search.sort.SortBuilders
-
Constructs a new distance based sort on a geo point like field.
- geoDistanceSort(String, String...) - 类 中的静态方法org.elasticsearch.search.sort.SortBuilders
-
Constructs a new distance based sort on a geo point like field.
- GeoDistanceSortBuilder - org.elasticsearch.search.sort中的类
-
A geo distance based sorting on a geo point like field.
- GeoDistanceSortBuilder(String, GeoPoint...) - 类 的构造器org.elasticsearch.search.sort.GeoDistanceSortBuilder
-
Constructs a new distance based sort on a geo point like field.
- GeoDistanceSortBuilder(String, double, double) - 类 的构造器org.elasticsearch.search.sort.GeoDistanceSortBuilder
-
Constructs a new distance based sort on a geo point like field.
- GeoDistanceSortBuilder(String, String...) - 类 的构造器org.elasticsearch.search.sort.GeoDistanceSortBuilder
-
Constructs a new distance based sort on a geo point like field.
- GeoDistanceSortBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.sort.GeoDistanceSortBuilder
-
Read from a stream.
- GeoExecType - org.elasticsearch.index.query中的枚举
-
Specifies how a geo query should be run.
- GeoGridAggregationBuilder - org.elasticsearch.search.aggregations.bucket.geogrid中的类
-
- GeoGridAggregationBuilder(String) - 类 的构造器org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
-
- GeoGridAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
-
Read from a stream.
- geohash() - 类 中的方法org.elasticsearch.common.geo.GeoPoint
-
- GEOHASH - 类 中的静态变量org.elasticsearch.common.geo.GeoUtils
-
- geohash(String) - 类 中的方法org.elasticsearch.index.query.GeoDistanceQueryBuilder
-
Sets the center point for this query.
- GEOHASH - 接口 中的静态变量org.elasticsearch.search.DocValueFormat
-
- GEOHASH_LEVELS - 类 中的静态变量org.elasticsearch.index.mapper.GeoShapeFieldMapper.Defaults
-
- geoHashCellHeight(int) - 类 中的静态方法org.elasticsearch.common.geo.GeoUtils
-
Calculate the height (in meters) of geohash cells at a specific level
- geoHashCellSize(int) - 类 中的静态方法org.elasticsearch.common.geo.GeoUtils
-
Calculate the size (in meters) of geohash cells at a specific level
- geoHashCellWidth(int) - 类 中的静态方法org.elasticsearch.common.geo.GeoUtils
-
Calculate the width (in meters) of geohash cells at a specific level
- geohashDistance(String) - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- geohashDistanceWithDefault(String, double) - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- geohashes(String...) - 类 中的方法org.elasticsearch.search.sort.GeoDistanceSortBuilder
-
已过时。
- geohashGrid(String) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
GeoHashGrid aggregation with the given name.
- GeoHashGrid - org.elasticsearch.search.aggregations.bucket.geogrid中的接口
-
A geohash_grid aggregation.
- GeoHashGrid.Bucket - org.elasticsearch.search.aggregations.bucket.geogrid中的接口
-
A bucket that is associated with a geohash_grid cell.
- GeoHashGridAggregator - org.elasticsearch.search.aggregations.bucket.geogrid中的类
-
Aggregates data expressed as GeoHash longs (for efficiency's sake) but formats results as Geohash strings.
- GeoHashGridAggregatorFactory - org.elasticsearch.search.aggregations.bucket.geogrid中的类
-
- geoHashLevelsForPrecision(double) - 类 中的静态方法org.elasticsearch.common.geo.GeoUtils
-
Calculate the number of levels needed for a specific precision.
- geoHashLevelsForPrecision(String) - 类 中的静态方法org.elasticsearch.common.geo.GeoUtils
-
Calculate the number of levels needed for a specific precision.
- GeoHashUtils - org.elasticsearch.common.geo中的类
-
Utilities for converting to/from the GeoHash standard
The geohash long format is represented as lon/lat (x/y) interleaved with the 4 least significant bits
representing the level (1-12) [xyxy...xyxyllll]
This differs from a morton encoded value which interleaves lat/lon (y/x)
- geoIntersectionQuery(String, ShapeBuilder) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A filter to filter indexed shapes intersecting with shapes
- geoIntersectionQuery(String, String, String) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
- GeometryCollectionBuilder - org.elasticsearch.common.geo.builders中的类
-
- GeometryCollectionBuilder() - 类 的构造器org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
-
Build and empty GeometryCollectionBuilder.
- GeometryCollectionBuilder(StreamInput) - 类 的构造器org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
-
Read from a stream.
- GeoPoint - org.elasticsearch.common.geo中的类
-
- GeoPoint() - 类 的构造器org.elasticsearch.common.geo.GeoPoint
-
- GeoPoint(String) - 类 的构造器org.elasticsearch.common.geo.GeoPoint
-
Create a new Geopoint from a string.
- GeoPoint(double, double) - 类 的构造器org.elasticsearch.common.geo.GeoPoint
-
- GeoPoint(GeoPoint) - 类 的构造器org.elasticsearch.common.geo.GeoPoint
-
- GeoPoint() - 类 的构造器org.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint
-
- GeoPointFieldMapper - org.elasticsearch.index.mapper中的类
-
Field Mapper for geo_point types.
- GeoPointFieldMapper(String, MappedFieldType, MappedFieldType, Settings, FieldMapper.MultiFields, Explicit<Boolean>, FieldMapper.CopyTo) - 类 的构造器org.elasticsearch.index.mapper.GeoPointFieldMapper
-
- GeoPointFieldMapper.Builder - org.elasticsearch.index.mapper中的类
-
- GeoPointFieldMapper.Defaults - org.elasticsearch.index.mapper中的类
-
- GeoPointFieldMapper.GeoPointFieldType - org.elasticsearch.index.mapper中的类
-
- GeoPointFieldMapper.Names - org.elasticsearch.index.mapper中的类
-
- GeoPointFieldMapper.TypeParser - org.elasticsearch.index.mapper中的类
-
- GeoPointFieldType() - 类 的构造器org.elasticsearch.index.mapper.GeoPointFieldMapper.GeoPointFieldType
-
- GeoPoints(MultiGeoPointValues) - 类 的构造器org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- geoPointValue() - 类 中的方法org.elasticsearch.index.fielddata.GeoPointValues
-
Get the
GeoPoint associated with the current document.
- GeoPointValues - org.elasticsearch.index.fielddata中的类
-
Per-document geo-point values.
- GeoPointValues() - 类 的构造器org.elasticsearch.index.fielddata.GeoPointValues
-
- geoPointValues(LeafReaderContext) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint.Fielddata
-
- geoPointValues(LeafReaderContext) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint
-
- geoPolygonQuery(String, List<GeoPoint>) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A filter to filter based on a polygon defined by a set of locations / points.
- GeoPolygonQueryBuilder - org.elasticsearch.index.query中的类
-
- GeoPolygonQueryBuilder(String, List<GeoPoint>) - 类 的构造器org.elasticsearch.index.query.GeoPolygonQueryBuilder
-
- GeoPolygonQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.GeoPolygonQueryBuilder
-
Read from a stream.
- GeoQueryContext - org.elasticsearch.search.suggest.completion.context中的类
-
- GeoQueryContext.Builder - org.elasticsearch.search.suggest.completion.context中的类
-
- GeoShapeFieldMapper - org.elasticsearch.index.mapper中的类
-
FieldMapper for indexing Shapes.
- GeoShapeFieldMapper(String, MappedFieldType, Explicit<Boolean>, Explicit<Boolean>, Settings, FieldMapper.MultiFields, FieldMapper.CopyTo) - 类 的构造器org.elasticsearch.index.mapper.GeoShapeFieldMapper
-
- GeoShapeFieldMapper.Builder - org.elasticsearch.index.mapper中的类
-
- GeoShapeFieldMapper.Defaults - org.elasticsearch.index.mapper中的类
-
- GeoShapeFieldMapper.GeoShapeFieldType - org.elasticsearch.index.mapper中的类
-
- GeoShapeFieldMapper.Names - org.elasticsearch.index.mapper中的类
-
- GeoShapeFieldMapper.TypeParser - org.elasticsearch.index.mapper中的类
-
- GeoShapeFieldType() - 类 的构造器org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
-
- GeoShapeFieldType(GeoShapeFieldMapper.GeoShapeFieldType) - 类 的构造器org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
-
- geoShapeQuery(String, ShapeBuilder) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A filter based on the relationship of a shape and indexed shapes
- geoShapeQuery(String, String, String) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
- GeoShapeQueryBuilder - org.elasticsearch.index.query中的类
-
- GeoShapeQueryBuilder(String, ShapeBuilder) - 类 的构造器org.elasticsearch.index.query.GeoShapeQueryBuilder
-
Creates a new GeoShapeQueryBuilder whose Query will be against the given
field name using the given Shape
- GeoShapeQueryBuilder(String, String, String) - 类 的构造器org.elasticsearch.index.query.GeoShapeQueryBuilder
-
Creates a new GeoShapeQueryBuilder whose Query will be against the given
field name and will use the Shape found with the given ID in the given
type
- GeoShapeQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.GeoShapeQueryBuilder
-
Read from a stream.
- GeoUtils - org.elasticsearch.common.geo中的类
-
- GeoValidationMethod - org.elasticsearch.index.query中的枚举
-
This enum is used to determine how to deal with invalid geo coordinates in geo related
queries:
On STRICT validation invalid coordinates cause an exception to be thrown.
- geoWithinQuery(String, ShapeBuilder) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A filter to filter indexed shapes that are contained by a shape
- geoWithinQuery(String, String, String) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
- GermanAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
- GermanAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.GermanAnalyzerProvider
-
- get(CharSequence) - 类 中的方法org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
-
Returns the weight associated with an input string, or null if it does not exist.
- get() - 类 中的方法org.elasticsearch.action.ActionRequestBuilder
-
Short version of execute().actionGet().
- get(TimeValue) - 类 中的方法org.elasticsearch.action.ActionRequestBuilder
-
Short version of execute().actionGet().
- get(String) - 类 中的方法org.elasticsearch.action.ActionRequestBuilder
-
Short version of execute().actionGet().
- get - 类 中的变量org.elasticsearch.action.admin.indices.stats.CommonStats
-
- get(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- get() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- get() - 类 中的方法org.elasticsearch.action.fieldcaps.FieldCapabilitiesIndexResponse
-
Get the field capabilities map
- get() - 类 中的方法org.elasticsearch.action.fieldcaps.FieldCapabilitiesResponse
-
Get the field capabilities map.
- get(GetRequest) - 接口 中的方法org.elasticsearch.client.Client
-
Gets the document that was indexed from an index with a type and id.
- get(GetRequest, ActionListener<GetResponse>) - 接口 中的方法org.elasticsearch.client.Client
-
Gets the document that was indexed from an index with a type and id.
- get(GetRequest) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- get(GetRequest, ActionListener<GetResponse>) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- get() - 类 中的方法org.elasticsearch.cluster.AbstractDiffable
-
- get() - 类 中的方法org.elasticsearch.cluster.AbstractNamedDiffable
-
- get(String) - 类 中的方法org.elasticsearch.cluster.metadata.MetaData.Builder
-
- get(String) - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes.Builder
-
Get a node by its id
- get(String) - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes
-
Get a node by its id
- get(int) - 类 中的方法org.elasticsearch.cluster.routing.GroupShardsIterator
-
- get(int) - 类 中的方法org.elasticsearch.common.bytes.BytesArray
-
- get(int) - 类 中的方法org.elasticsearch.common.bytes.BytesReference
-
Returns the byte at the specified index.
- get(int) - 类 中的方法org.elasticsearch.common.bytes.CompositeBytesReference
-
- get(int) - 类 中的方法org.elasticsearch.common.bytes.PagedBytesReference
-
- get(K) - 类 中的方法org.elasticsearch.common.cache.Cache
-
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
- get() - 接口 中的方法org.elasticsearch.common.CheckedSupplier
-
- get(Object) - 类 中的方法org.elasticsearch.common.collect.CopyOnWriteHashMap
-
- get(int) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- get(int) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap
-
- get(KType) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- get(KType) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap
-
- get(K) - 类 中的方法org.elasticsearch.common.collect.MapBuilder
-
- get(String) - 类 中的方法org.elasticsearch.common.FieldMemoryStats
-
Returns the fields value in bytes or 0 if it's not present in the stats
- get() - 类 中的方法org.elasticsearch.common.inject.assistedinject.FactoryProvider
-
- get(K, Errors) - 类 中的方法org.elasticsearch.common.inject.internal.FailableCache
-
- get(Errors, InternalContext, Dependency<?>) - 接口 中的方法org.elasticsearch.common.inject.internal.InternalFactory
-
Creates an object to be injected.
- get(Errors, InternalContext, Dependency<?>) - 类 中的方法org.elasticsearch.common.inject.internal.InternalFactory.Instance
-
- get() - 类 中的方法org.elasticsearch.common.inject.internal.ProviderMethod
-
- get() - 类 中的方法org.elasticsearch.common.inject.internal.SourceProvider
-
Returns the calling line of code.
- get(Class<T>) - 类 中的静态方法org.elasticsearch.common.inject.Key
-
Gets a key for an injection type.
- get(Class<T>, Class<? extends Annotation>) - 类 中的静态方法org.elasticsearch.common.inject.Key
-
Gets a key for an injection type and an annotation type.
- get(Class<T>, Annotation) - 类 中的静态方法org.elasticsearch.common.inject.Key
-
Gets a key for an injection type and an annotation.
- get(Type) - 类 中的静态方法org.elasticsearch.common.inject.Key
-
Gets a key for an injection type.
- get(Type, Class<? extends Annotation>) - 类 中的静态方法org.elasticsearch.common.inject.Key
-
Gets a key for an injection type and an annotation type.
- get(Type, Annotation) - 类 中的静态方法org.elasticsearch.common.inject.Key
-
Gets a key for an injection type and an annotation.
- get(TypeLiteral<T>) - 类 中的静态方法org.elasticsearch.common.inject.Key
-
Gets a key for an injection type.
- get(TypeLiteral<T>, Class<? extends Annotation>) - 类 中的静态方法org.elasticsearch.common.inject.Key
-
Gets a key for an injection type and an annotation type.
- get(TypeLiteral<T>, Annotation) - 类 中的静态方法org.elasticsearch.common.inject.Key
-
Gets a key for an injection type and an annotation.
- get() - 类 中的方法org.elasticsearch.common.inject.multibindings.MapBinder.RealMapBinder.MapBinderProviderWithDependencies
-
- get() - 类 中的方法org.elasticsearch.common.inject.multibindings.Multibinder.RealMultibinder
-
- get() - 接口 中的方法org.elasticsearch.common.inject.Provider
-
Provides an instance of T.
- get(Key<T>) - 类 中的静态方法org.elasticsearch.common.inject.spi.Dependency
-
Returns a new dependency that is not attached to an injection point.
- get() - 类 中的方法org.elasticsearch.common.inject.spi.ProviderLookup.ProviderImpl
-
- get(Type) - 类 中的静态方法org.elasticsearch.common.inject.TypeLiteral
-
Gets type literal for the given Type instance.
- get(Class<T>) - 类 中的静态方法org.elasticsearch.common.inject.TypeLiteral
-
Gets type literal for the given Class instance.
- get(String, String...) - 类 中的静态方法org.elasticsearch.common.io.PathUtils
-
Returns a Path from name components.
- get(URI) - 类 中的静态方法org.elasticsearch.common.io.PathUtils
-
Returns a Path from a URI
This works just like Paths.get().
- get(Path[], String) - 类 中的静态方法org.elasticsearch.common.io.PathUtils
-
Tries to resolve the given path against the list of available roots.
- get(Path[], URI) - 类 中的静态方法org.elasticsearch.common.io.PathUtils
-
Tries to resolve the given file uri against the list of available roots.
- get(Settings, Setting<Long>) - 类 中的静态方法org.elasticsearch.common.Randomness
-
Provides a reproducible source of randomness seeded by a long
seed in the settings with the key setting.
- get() - 类 中的静态方法org.elasticsearch.common.Randomness
-
Provides a source of randomness that is reproducible when
running under the Elasticsearch test suite, and otherwise
produces a non-reproducible source of randomness.
- get(String) - 类 中的方法org.elasticsearch.common.settings.AbstractScopedSettings
-
Returns the
Setting for the given key or
null if the setting can not be found.
- get(Setting<T>) - 类 中的方法org.elasticsearch.common.settings.AbstractScopedSettings
-
Returns the value for the given setting.
- get(Settings) - 类 中的方法org.elasticsearch.common.settings.SecureSetting
-
- get(Settings) - 类 中的方法org.elasticsearch.common.settings.Setting.AffixSetting
-
- get(Settings) - 类 中的方法org.elasticsearch.common.settings.Setting
-
Returns the settings value.
- get(Settings, Settings) - 类 中的方法org.elasticsearch.common.settings.Setting
-
Returns the value for this setting but falls back to the second provided settings object
- get(String) - 类 中的方法org.elasticsearch.common.settings.Settings.Builder
-
Returns a setting value based on the setting key.
- get(String) - 类 中的方法org.elasticsearch.common.settings.Settings
-
Returns the setting value associated with the setting key.
- get(String, String) - 类 中的方法org.elasticsearch.common.settings.Settings
-
Returns the setting value associated with the setting key.
- get(long) - 接口 中的方法org.elasticsearch.common.util.ByteArray
-
Get an element given its index.
- get(long, int, BytesRef) - 接口 中的方法org.elasticsearch.common.util.ByteArray
-
Get a reference to a slice.
- get(long, BytesRef) - 类 中的方法org.elasticsearch.common.util.BytesRefHash
-
Return the key at 0 <= index <= capacity().
- get(int) - 类 中的方法org.elasticsearch.common.util.concurrent.AtomicArray
-
Gets the current value at position i.
- get(long, TimeUnit) - 类 中的方法org.elasticsearch.common.util.concurrent.BaseFuture
-
The default
BaseFuture implementation throws
InterruptedException if the current thread is interrupted before or during
the call, even if the value is already available.
- get() - 类 中的方法org.elasticsearch.common.util.concurrent.BaseFuture
-
The default
BaseFuture implementation throws
InterruptedException if the current thread is interrupted before or during
the call, even if the value is already available.
- get(long) - 类 中的方法org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- get(Object) - 类 中的方法org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- get(long) - 接口 中的方法org.elasticsearch.common.util.concurrent.ConcurrentMapLong
-
- get(long) - 接口 中的方法org.elasticsearch.common.util.DoubleArray
-
Get an element given its index.
- get(long) - 接口 中的方法org.elasticsearch.common.util.FloatArray
-
Get an element given its index.
- get(long) - 接口 中的方法org.elasticsearch.common.util.IntArray
-
Get an element given its index.
- get(Iterable<T>, int) - 类 中的静态方法org.elasticsearch.common.util.iterable.Iterables
-
- get(long) - 接口 中的方法org.elasticsearch.common.util.LongArray
-
Get an element given its index.
- get(long) - 类 中的方法org.elasticsearch.common.util.LongHash
-
Return the key at 0 <= index <= capacity().
- get(long) - 类 中的方法org.elasticsearch.common.util.LongObjectPagedHashMap
-
Get the value that is associated with key or null if key
was not present in the hash table.
- get(long) - 接口 中的方法org.elasticsearch.common.util.ObjectArray
-
Get an element given its index.
- get() - 接口 中的方法org.elasticsearch.index.analysis.AnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.ArabicAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.ArmenianAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.BasqueAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.BengaliAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.BrazilianAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.BulgarianAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.CatalanAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.ChineseAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.CjkAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.CustomAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.CustomNormalizerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.CzechAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.DanishAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.DutchAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.EnglishAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.FingerprintAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.FinnishAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.FrenchAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.GalicianAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.GermanAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.GreekAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.HindiAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.HungarianAnalyzerProvider
-
- get(String) - 类 中的方法org.elasticsearch.index.analysis.IndexAnalyzers
-
Returns an analyzer mapped to the given name or null if not present
- get() - 类 中的方法org.elasticsearch.index.analysis.IndonesianAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.IrishAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.ItalianAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.KeywordAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.LatvianAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.LithuanianAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.NorwegianAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.PatternAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.PersianAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.PortugueseAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.PreBuiltAnalyzerProvider
-
- get(IndexSettings, Environment, String, Settings) - 类 中的方法org.elasticsearch.index.analysis.PreBuiltAnalyzerProviderFactory
-
- get(IndexSettings, Environment, String, Settings) - 类 中的方法org.elasticsearch.index.analysis.PreConfiguredAnalysisComponent
-
- get() - 类 中的方法org.elasticsearch.index.analysis.RomanianAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.RussianAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.SimpleAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.SnowballAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.SoraniAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.SpanishAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.StandardAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.StandardHtmlStripAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.StopAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.SwedishAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.ThaiAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.TurkishAnalyzerProvider
-
- get() - 类 中的方法org.elasticsearch.index.analysis.WhitespaceAnalyzerProvider
-
- get(Engine.Get, BiFunction<String, Engine.SearcherScope, Engine.Searcher>) - 类 中的方法org.elasticsearch.index.engine.Engine
-
- Get(boolean, String, String, Term) - 类 的构造器org.elasticsearch.index.engine.Engine.Get
-
- get(Engine.Get, BiFunction<String, Engine.SearcherScope, Engine.Searcher>) - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
- get() - 类 中的方法org.elasticsearch.index.engine.RecoveryCounter
-
- get(int) - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.Booleans
-
- get(int) - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.BytesRefs
-
- get(int) - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.Dates
-
- get(int) - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.Doubles
-
- get(int) - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- get(int) - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.Longs
-
- get(int) - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.Strings
-
- get(String, String, String[], boolean, long, VersionType, FetchSourceContext) - 类 中的方法org.elasticsearch.index.get.ShardGetService
-
- get(Engine.GetResult, String, String, String[], FetchSourceContext) - 类 中的方法org.elasticsearch.index.get.ShardGetService
-
- get(int) - 类 中的方法org.elasticsearch.index.mapper.IpFieldMapper.IpFieldType.IpScriptDocValues
-
- get(String) - 类 中的方法org.elasticsearch.index.mapper.ParseContext.Document
-
- get(Engine.Get) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- get() - 类 中的方法org.elasticsearch.index.similarity.BM25SimilarityProvider
-
Returns the Similarity the Provider is for
- get() - 类 中的方法org.elasticsearch.index.similarity.BooleanSimilarityProvider
-
Returns the Similarity the Provider is for
- get() - 类 中的方法org.elasticsearch.index.similarity.ClassicSimilarityProvider
-
Returns the Similarity the Provider is for
- get() - 类 中的方法org.elasticsearch.index.similarity.DFISimilarityProvider
-
- get() - 类 中的方法org.elasticsearch.index.similarity.DFRSimilarityProvider
-
Returns the Similarity the Provider is for
- get() - 类 中的方法org.elasticsearch.index.similarity.IBSimilarityProvider
-
Returns the Similarity the Provider is for
- get() - 类 中的方法org.elasticsearch.index.similarity.LMDirichletSimilarityProvider
-
Returns the Similarity the Provider is for
- get() - 类 中的方法org.elasticsearch.index.similarity.LMJelinekMercerSimilarityProvider
-
Returns the Similarity the Provider is for
- get() - 类 中的方法org.elasticsearch.index.similarity.ScriptedSimilarityProvider
-
- get() - 接口 中的方法org.elasticsearch.index.similarity.SimilarityProvider
-
Returns the Similarity the Provider is for
- get(String) - 类 中的方法org.elasticsearch.index.store.Store.MetadataSnapshot
-
- get(IndexSettings, Environment, String, Settings) - 接口 中的方法org.elasticsearch.indices.analysis.AnalysisModule.AnalysisProvider
-
Creates a new analysis provider.
- get(Environment, String) - 接口 中的方法org.elasticsearch.indices.analysis.AnalysisModule.AnalysisProvider
-
Creates a new global scope analysis provider without index specific settings not settings for the provider itself.
- get(Version) - 接口 中的方法org.elasticsearch.indices.analysis.PreBuiltCacheFactory.PreBuiltCache
-
- get(String) - 类 中的方法org.elasticsearch.ingest.PipelineStore
-
Returns the pipeline by the specified id
- get(String) - 类 中的方法org.elasticsearch.search.aggregations.Aggregations
-
Returns the aggregation that is associated with the specified name.
- get(Object) - 类 中的方法org.elasticsearch.search.lookup.LeafDocLookup
-
- get(Object) - 类 中的方法org.elasticsearch.search.lookup.LeafFieldsLookup
-
- get(Object) - 类 中的方法org.elasticsearch.search.lookup.SourceLookup
-
- get(String) - 类 中的方法org.elasticsearch.search.suggest.completion.context.ContextMappings
-
Returns a context mapping by its name
- GET - 类 中的静态变量org.elasticsearch.threadpool.ThreadPool.Names
-
- getAbbreviation() - 枚举 中的方法org.elasticsearch.cluster.node.DiscoveryNode.Role
-
- GetAction - org.elasticsearch.action.get中的类
-
- getAction() - 类 中的方法org.elasticsearch.plugins.ActionPlugin.ActionHandler
-
- getAction() - 类 中的方法org.elasticsearch.tasks.Task
-
Returns task action
- getAction() - 类 中的方法org.elasticsearch.tasks.TaskInfo
-
- getAction() - 类 中的方法org.elasticsearch.transport.RequestHandlerRegistry
-
- getActionFilters() - 类 中的方法org.elasticsearch.action.ActionModule
-
- getActionFilters() - 接口 中的方法org.elasticsearch.plugins.ActionPlugin
-
Action filters added by this plugin.
- getActions() - 类 中的方法org.elasticsearch.action.ActionModule
-
- getActions() - 类 中的方法org.elasticsearch.action.support.tasks.BaseTasksRequest
-
Return the list of action masks for the actions that should be returned
- getActions() - 接口 中的方法org.elasticsearch.plugins.ActionPlugin
-
Actions added by this plugin.
- getActive() - 类 中的方法org.elasticsearch.threadpool.ThreadPoolStats.Stats
-
- getActiveContexts() - 类 中的方法org.elasticsearch.search.SearchService
-
Returns the number of active contexts in this
SearchService
- getActiveOperationsCount() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- getActivePrimaryShards() - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- getActivePrimaryShards() - 类 中的方法org.elasticsearch.cluster.health.ClusterIndexHealth
-
- getActivePrimaryShards() - 类 中的方法org.elasticsearch.cluster.health.ClusterStateHealth
-
- getActiveShards() - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- getActiveShards() - 类 中的方法org.elasticsearch.cluster.health.ClusterIndexHealth
-
- getActiveShards() - 类 中的方法org.elasticsearch.cluster.health.ClusterShardHealth
-
- getActiveShards() - 类 中的方法org.elasticsearch.cluster.health.ClusterStateHealth
-
- getActiveShards() - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
Returns a List of active shards
- getActiveShardsPercent() - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
The percentage of active shards, should be 100% in a green system
- getActiveShardsPercent() - 类 中的方法org.elasticsearch.cluster.health.ClusterStateHealth
-
- getActualTypeArguments() - 类 中的方法org.elasticsearch.common.inject.internal.MoreTypes.ParameterizedTypeImpl
-
- getAdaptiveSelectionStats() - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
- getAdaptiveStats(Map<String, Long>) - 类 中的方法org.elasticsearch.node.ResponseCollectorService
-
- getAdded() - 类 中的方法org.elasticsearch.cluster.metadata.IndexGraveyard.IndexGraveyardDiff
-
The index tombstones that were added between two states
- getAddress() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNode
-
The address that the node can be communicated with.
- getAddress() - 类 中的方法org.elasticsearch.common.transport.TransportAddress
-
Returns a string representation of the enclosed InetSocketAddress
- getAddress() - 类 中的方法org.elasticsearch.http.HttpInfo
-
- getAddress() - 类 中的方法org.elasticsearch.transport.TransportInfo
-
- getAgeInMillis() - 类 中的方法org.elasticsearch.common.util.concurrent.PrioritizedRunnable
-
The elapsed time in milliseconds since this instance was created,
as calculated by the difference between System.nanoTime()
at the time of creation, and System.nanoTime() at the
time of invocation of this method
- getAggregationProfiler() - 类 中的方法org.elasticsearch.search.profile.Profilers
-
- getAggregationProfileResults() - 类 中的方法org.elasticsearch.search.profile.ProfileShardResult
-
- getAggregations() - 类 中的方法org.elasticsearch.action.search.SearchResponse
-
- getAggregations() - 接口 中的方法org.elasticsearch.plugins.SearchPlugin
-
- getAggregations() - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix.InternalBucket
-
- getAggregations() - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationPlugin
-
- getAggregations() - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.InternalFilters.InternalBucket
-
- getAggregations() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram.Bucket
-
- getAggregations() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
-
- getAggregations() - 类 中的方法org.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation
-
- getAggregations() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket
-
- getAggregations() - 类 中的方法org.elasticsearch.search.aggregations.bucket.ParsedSingleBucketAggregation
-
- getAggregations() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange.Bucket
-
- getAggregations() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- getAggregations() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
-
- getAggregations() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.SingleBucketAggregation
-
- getAggregations() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
-
- getAggregations() - 接口 中的方法org.elasticsearch.search.aggregations.HasAggregations
-
- getAggregations() - 类 中的方法org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
-
- getAggregatorFactories() - 类 中的方法org.elasticsearch.search.aggregations.AggregatorFactories.Builder
-
- getAggregatorPath(Aggregator) - 类 中的静态方法org.elasticsearch.search.profile.aggregation.AggregationProfiler
-
- getAggregatorReader() - 类 中的方法org.elasticsearch.plugins.SearchPlugin.PipelineAggregationSpec
-
- getAlias() - 类 中的方法org.elasticsearch.cluster.metadata.AliasAction.Add
-
Alias to add to the index.
- getAlias() - 类 中的方法org.elasticsearch.cluster.metadata.AliasAction.Remove
-
Alias to remove from the index.
- getAlias() - 类 中的方法org.elasticsearch.cluster.metadata.AliasMetaData
-
- getAliasActions() - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
-
- getAliasAndIndexLookup() - 类 中的方法org.elasticsearch.cluster.metadata.MetaData
-
- getAliases() - 类 中的方法org.elasticsearch.action.admin.indices.alias.get.GetAliasesResponse
-
- getAliases() - 类 中的方法org.elasticsearch.action.admin.indices.get.GetIndexResponse
-
- getAliases(GetAliasesRequest) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Get specific index aliases that exists in particular indices and / or by name.
- getAliases(GetAliasesRequest, ActionListener<GetAliasesResponse>) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Get specific index aliases that exists in particular indices and / or by name.
- getAliases() - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
- getAliases() - 类 中的方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- getAliases() - 类 中的方法org.elasticsearch.search.internal.AliasFilter
-
- GetAliasesAction - org.elasticsearch.action.admin.indices.alias.get中的类
-
- GetAliasesRequest - org.elasticsearch.action.admin.indices.alias.get中的类
-
- GetAliasesRequest(String[]) - 类 的构造器org.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
-
- GetAliasesRequest(String) - 类 的构造器org.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
-
- GetAliasesRequest() - 类 的构造器org.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
-
- GetAliasesRequestBuilder - org.elasticsearch.action.admin.indices.alias.get中的类
-
- GetAliasesRequestBuilder(ElasticsearchClient, GetAliasesAction, String...) - 类 的构造器org.elasticsearch.action.admin.indices.alias.get.GetAliasesRequestBuilder
-
- GetAliasesResponse - org.elasticsearch.action.admin.indices.alias.get中的类
-
- GetAliasesResponse(ImmutableOpenMap<String, List<AliasMetaData>>) - 类 的构造器org.elasticsearch.action.admin.indices.alias.get.GetAliasesResponse
-
- getAliasFilter() - 类 中的方法org.elasticsearch.search.internal.ShardSearchLocalRequest
-
- getAliasFilter() - 接口 中的方法org.elasticsearch.search.internal.ShardSearchRequest
-
- getAliasFilter() - 类 中的方法org.elasticsearch.search.internal.ShardSearchTransportRequest
-
- getAliasMap() - 类 中的方法org.elasticsearch.common.Table
-
- getAllAllocationIds() - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- getAllConcreteSettings(Settings) - 类 中的方法org.elasticsearch.common.settings.Setting.AffixSetting
-
Returns a stream of all concrete setting instances for the given settings.
- getAllHeaderValues(String) - 类 中的方法org.elasticsearch.rest.RestRequest
-
Get all values for the header or null if the header was not found
- getAllInitializingShards() - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
Returns a List of all initializing shards, including target shards of relocations
- getAllMetaFields() - 类 中的静态方法org.elasticsearch.index.mapper.MapperService
-
- getAllNamesIncludedDeprecated() - 类 中的方法org.elasticsearch.common.ParseField
-
- getAllNodeStatistics() - 类 中的方法org.elasticsearch.node.ResponseCollectorService
-
- getAllocateDecision() - 类 中的方法org.elasticsearch.cluster.routing.allocation.ShardAllocationDecision
-
Gets the unassigned allocation decision for the shard.
- getAllocatedProcessors() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.OsStats
-
- getAllocatedProcessors() - 类 中的方法org.elasticsearch.monitor.os.OsInfo
-
- getAllocationComparator(RoutingAllocation) - 类 中的静态方法org.elasticsearch.gateway.PriorityComparator
-
Returns a PriorityComparator that uses the RoutingAllocation index metadata to access the index setting per index.
- getAllocationDecision() - 类 中的方法org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
-
- getAllocationDecision() - 类 中的方法org.elasticsearch.cluster.routing.allocation.MoveDecision
-
- getAllocationId() - 类 中的方法org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus
-
AllocationStatus id of the store, used to select the store that will be
used as a primary.
- getAllocationId() - 类 中的方法org.elasticsearch.cluster.action.shard.ShardStateAction.ShardEntry
-
- getAllocationId() - 类 中的方法org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
-
Gets the allocation id for the existing shard copy that the allocator is assigning the shard to.
- getAllocationId() - 类 中的方法org.elasticsearch.cluster.routing.allocation.NodeAllocationResult.ShardStoreInfo
-
Gets the allocation id for the shard copy, if it exists.
- getAllocationId() - 类 中的方法org.elasticsearch.cluster.routing.allocation.StaleShard
-
The allocation id of the stale shard.
- getAllocationId() - 类 中的方法org.elasticsearch.index.engine.EngineConfig
-
Returns the allocation ID for the shard.
- getAllocationService() - 类 中的方法org.elasticsearch.cluster.ClusterModule
-
- getAllocationStatus() - 类 中的方法org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus
-
The allocationStatus status of the store.
- getAllocationStatus() - 类 中的方法org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
-
Returns the status of an unsuccessful allocation attempt.
- getAllReplacedWith() - 类 中的方法org.elasticsearch.common.ParseField
-
- getAllSnapshotIds() - 类 中的方法org.elasticsearch.repositories.RepositoryData
-
Returns an immutable collection of all the snapshot ids in the repository, both active and
incompatible snapshots.
- getAllStats() - 类 中的方法org.elasticsearch.indices.breaker.AllCircuitBreakerStats
-
- getAlpha() - 类 中的方法org.elasticsearch.search.suggest.phrase.Laplace
-
- getAnalysis() - 类 中的方法org.elasticsearch.indices.IndicesService
-
- getAnalysisRegistry() - 类 中的方法org.elasticsearch.indices.analysis.AnalysisModule
-
- getAnalyzer() - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- getAnalyzer() - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Returns an analyzer that will be used to parse source doc with.
- getAnalyzer(String) - 类 中的方法org.elasticsearch.index.analysis.AnalysisRegistry
-
Returns a registered Analyzer provider by name or null if the analyzer was not registered
- getAnalyzer() - 类 中的方法org.elasticsearch.index.engine.EngineConfig
-
Returns the analyzer as the default analyzer in the engines IndexWriter
- getAnalyzer(MappedFieldType, boolean) - 类 中的方法org.elasticsearch.index.search.MatchQuery
-
- getAnalyzer(Version) - 枚举 中的方法org.elasticsearch.indices.analysis.PreBuiltAnalyzers
-
- getAnalyzer() - 类 中的方法org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- getAnalyzers() - 接口 中的方法org.elasticsearch.plugins.AnalysisPlugin
-
Override to add additional Analyzers.
- getAnnotation() - 类 中的方法org.elasticsearch.common.inject.Key
-
Gets the annotation.
- getAnnotationType() - 类 中的方法org.elasticsearch.common.inject.Key
-
Gets the annotation type.
- getAnnotationType() - 类 中的方法org.elasticsearch.common.inject.spi.ScopeBinding
-
- getApproximateTiming() - 类 中的方法org.elasticsearch.search.profile.Timer
-
Return an approximation of the total time spent between consecutive calls of #start and #stop.
- getArch() - 类 中的方法org.elasticsearch.monitor.os.OsInfo
-
- getArgs(ShapeBuilder, ShapeRelation) - 类 中的静态方法org.elasticsearch.index.query.GeoShapeQueryBuilder
-
- getAsBoolean(String, Boolean) - 类 中的方法org.elasticsearch.common.settings.Settings
-
Returns the setting value (as boolean) associated with the setting key.
- getAsBooleanLenientForPreEs6Indices(Version, String, Boolean, DeprecationLogger) - 类 中的方法org.elasticsearch.common.settings.Settings
-
- getAsBytesSize(String, ByteSizeValue) - 类 中的方法org.elasticsearch.common.settings.Settings
-
Returns the setting value (as size) associated with the setting key.
- getAsDouble(String, Double) - 类 中的方法org.elasticsearch.common.settings.Settings
-
Returns the setting value (as double) associated with the setting key.
- getAsFloat(String, Float) - 类 中的方法org.elasticsearch.common.settings.Settings
-
Returns the setting value (as float) associated with the setting key.
- getAsGroups() - 类 中的方法org.elasticsearch.common.settings.Settings
-
Returns group settings for the given setting prefix.
- getAsGroups(boolean) - 类 中的方法org.elasticsearch.common.settings.Settings
-
- getAsInt(String, Integer) - 类 中的方法org.elasticsearch.common.settings.Settings
-
Returns the setting value (as int) associated with the setting key.
- getAsList(String) - 类 中的方法org.elasticsearch.common.settings.Settings
-
The values associated with a setting key as an immutable list.
- getAsList(String, List<String>) - 类 中的方法org.elasticsearch.common.settings.Settings
-
The values associated with a setting key as an immutable list.
- getAsList(String, List<String>, Boolean) - 类 中的方法org.elasticsearch.common.settings.Settings
-
The values associated with a setting key as an immutable list.
- getAsLong(String, Long) - 类 中的方法org.elasticsearch.common.settings.Settings
-
Returns the setting value (as long) associated with the setting key.
- getAsMap(Settings) - 类 中的方法org.elasticsearch.common.settings.Setting.AffixSetting
-
Returns a map of all namespaces to it's values give the provided settings
- getAsMap() - 类 中的方法org.elasticsearch.common.Table
-
- getAsMap() - 类 中的方法org.elasticsearch.search.aggregations.Aggregations
-
- getAsMemory(String, String) - 类 中的方法org.elasticsearch.common.settings.Settings
-
Returns the setting value (as size) associated with the setting key.
- getAsPercent() - 类 中的方法org.elasticsearch.common.unit.RatioValue
-
- getAsRatio(String, String) - 类 中的方法org.elasticsearch.common.settings.Settings
-
Returns the setting value (as a RatioValue) associated with the setting key.
- getAsRatio() - 类 中的方法org.elasticsearch.common.unit.RatioValue
-
- getAsSettings(String) - 类 中的方法org.elasticsearch.common.settings.Settings
-
Returns the settings mapped to the given setting name.
- getAssignedShards() - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
Returns a List of assigned shards
- getAsSize(String, SizeValue) - 类 中的方法org.elasticsearch.common.settings.Settings
-
Returns the setting value (as size) associated with the setting key.
- getAsTime(String, TimeValue) - 类 中的方法org.elasticsearch.common.settings.Settings
-
Returns the setting value (as time) associated with the setting key.
- getAsVersion(String, Version) - 类 中的方法org.elasticsearch.common.settings.Settings
-
Returns a parsed version.
- getAt(int) - 类 中的方法org.elasticsearch.action.admin.indices.segments.IndexShardSegments
-
- getAt(int) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndexShardStats
-
- getAt(int) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
-
- getAt(int) - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.get.IndexShardUpgradeStatus
-
- getAt(int) - 类 中的方法org.elasticsearch.search.SearchHits
-
Return the hit as the provided position.
- getAttributes() - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
-
- getAttributes() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNode
-
The node attributes.
- getAttributes() - 类 中的方法org.elasticsearch.index.engine.Segment
-
Return segment attributes.
- getAutoGeneratedIdTimestamp() - 类 中的方法org.elasticsearch.index.engine.Engine.Index
-
Returns a positive timestamp if the ID of this document is auto-generated by elasticsearch.
- getAutoGeneratedIdTimestamp() - 类 中的方法org.elasticsearch.index.translog.Translog.Index
-
- getAutoGeneratedTimestamp() - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
Returns the timestamp the auto generated ID was created or
-1 if the
document has no auto generated timestamp.
- getAvailable() - 类 中的方法org.elasticsearch.monitor.fs.FsInfo.Path
-
- getAvailableProcessors() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.OsStats
-
- getAvailableProcessors() - 类 中的方法org.elasticsearch.monitor.os.OsInfo
-
- getAverage() - 类 中的方法org.elasticsearch.common.ExponentiallyWeightedMovingAverage
-
- getAverageSizeInBytes() - 类 中的方法org.elasticsearch.index.shard.DocsStats
-
Returns the average size in bytes of all documents in this stats.
- getAvg() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- getAvg() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
-
- getAvg() - 接口 中的方法org.elasticsearch.search.aggregations.metrics.stats.Stats
-
- getAvgAsString() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- getAvgAsString() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
-
- getAvgAsString() - 接口 中的方法org.elasticsearch.search.aggregations.metrics.stats.Stats
-
- getAvgIndexPrimaryShards() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
the average number primary shards across the indices
- getAvgIndexReplication() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
average replication factor across the indices.
- getAvgIndexShards() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
average number of shards (primary+replicas) across the indices
- getAvgOpenFileDescriptors() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.ProcessStats
-
- getBackgroundFrequency(BytesRef) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory
-
- getBackgroundFrequency(long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory
-
- getBackgroundFrequency(BytesRef) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregatorFactory
-
- getBanCount() - 类 中的方法org.elasticsearch.tasks.TaskManager
-
Returns the number of currently banned tasks.
- getBatchedReduceSize() - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
Returns the number of shard results that should be reduced at once on the coordinating node.
- getBatches() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollResponse
-
- getBatches() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask.Status
-
Number of scan responses this request has processed.
- getBigArrays() - 类 中的方法org.elasticsearch.index.IndexService
-
- getBigArrays() - 类 中的方法org.elasticsearch.index.translog.TranslogConfig
-
Returns a BigArrays instance for this engine
- getBigramLambda() - 类 中的方法org.elasticsearch.search.suggest.phrase.LinearInterpolation
-
- getBinaryValue(String) - 类 中的方法org.elasticsearch.index.mapper.ParseContext.Document
-
- getBinding() - 类 中的方法org.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
- getBitsetMemory() - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
- getBitsetMemoryInBytes() - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
Estimation of how much the cached bit sets are taking.
- getBitSetProducer(Query) - 类 中的方法org.elasticsearch.index.cache.bitset.BitsetFilterCache
-
- getblock(byte[], int, int) - 枚举 中的静态方法org.elasticsearch.common.hash.MurmurHash3
-
- getBlocks() - 类 中的方法org.elasticsearch.cluster.ClusterState
-
- getBooleanQuery(List<BooleanClause>) - 类 中的方法org.elasticsearch.index.search.QueryStringQueryParser
-
- getBoost() - 类 中的方法org.elasticsearch.index.similarity.ScriptedSimilarity.Query
-
The boost of the query.
- getBoost() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder.IndexBoost
-
- getBoost() - 类 中的方法org.elasticsearch.search.suggest.completion.context.CategoryQueryContext
-
Returns the query-time boost of the context
- getBoost() - 类 中的方法org.elasticsearch.search.suggest.completion.context.GeoQueryContext
-
Returns the query-time boost of the context
- getBoostFactor() - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Returns the boost factor used when boosting terms
- getBoostTermsFactor() - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- getBootClassPath() - 类 中的方法org.elasticsearch.monitor.jvm.JvmInfo
-
- getBootstrapChecks() - 类 中的方法org.elasticsearch.plugins.Plugin
-
Returns a list of checks that are enforced when a node starts up once a node has the transport protocol bound to a non-loopback
interface.
- getBreaker() - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
- getBreaker(String) - 类 中的方法org.elasticsearch.indices.breaker.CircuitBreakerService
-
- getBreaker(String) - 类 中的方法org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
-
- getBreaker(String) - 类 中的方法org.elasticsearch.indices.breaker.NoneCircuitBreakerService
-
- getBreakIterator(String) - 类 中的方法org.apache.lucene.search.uhighlight.CustomUnifiedHighlighter
-
- getBucketByKey(String) - 接口 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrix
-
- getBucketByKey(String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix
-
- getBucketByKey(String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.ParsedAdjacencyMatrix
-
- getBucketByKey(String) - 接口 中的方法org.elasticsearch.search.aggregations.bucket.filter.Filters
-
- getBucketByKey(String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.InternalFilters
-
- getBucketByKey(String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.ParsedFilters
-
- getBucketByKey(String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
-
- getBucketByKey(String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms
-
- getBucketByKey(String) - 接口 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTerms
-
Get the bucket for the given term, or null if there is no such bucket.
- getBucketByKey(String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
-
- getBucketByKey(String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
-
- getBucketByKey(String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
-
- getBucketByKey(String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.ParsedTerms
-
- getBucketByKey(String) - 接口 中的方法org.elasticsearch.search.aggregations.bucket.terms.Terms
-
Get the bucket for the given term, or null if there is no such bucket.
- getBucketByKey(String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
-
- getBucketCountThresholds() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
-
- getBucketCountThresholds() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregationBuilder
-
- getBucketOrd(long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator
-
- getBuckets() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrix
-
The buckets created by this aggregation.
- getBuckets() - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix
-
- getBuckets() - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.ParsedAdjacencyMatrix
-
- getBuckets() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregation
-
- getBuckets() - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.InternalComposite
-
- getBuckets() - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.ParsedComposite
-
- getBuckets() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.filter.Filters
-
The buckets created by this aggregation.
- getBuckets() - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.InternalFilters
-
- getBuckets() - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.ParsedFilters
-
- getBuckets() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGrid
-
- getBuckets() - 类 中的方法org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid
-
- getBuckets() - 类 中的方法org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoHashGrid
-
- getBuckets() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.histogram.Histogram
-
- getBuckets() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram
-
- getBuckets() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
-
- getBuckets() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.ParsedDateHistogram
-
- getBuckets() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.ParsedHistogram
-
- getBuckets() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation
-
- getBuckets() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange
-
- getBuckets() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalRange
-
- getBuckets() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.ParsedBinaryRange
-
- getBuckets() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.ParsedRange
-
- getBuckets() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.range.Range
-
Return the buckets of this range aggregation.
- getBuckets() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
-
- getBuckets() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
-
- getBuckets() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms
-
- getBuckets() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTerms
-
- getBuckets() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
-
- getBuckets() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
-
- getBuckets() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
-
- getBuckets() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.ParsedTerms
-
- getBuckets() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.terms.Terms
-
Return the sorted list of the buckets in this terms aggregation.
- getBuckets() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
-
- getBuckets() - 类 中的方法org.elasticsearch.search.aggregations.InternalMultiBucketAggregation
-
- getBucketsPaths() - 类 中的方法org.elasticsearch.search.aggregations.PipelineAggregationBuilder
-
Return the consumed buckets paths.
- getBufferPools() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats
-
- getBufferSize() - 类 中的方法org.elasticsearch.index.translog.TranslogConfig
-
The translog buffer size.
- getBuild() - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodeInfo
-
The build version of the node.
- getBuild() - 类 中的方法org.elasticsearch.action.main.MainResponse
-
- getBulkFailures() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollResponse
-
All of the bulk failures.
- getBulkRetries() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollResponse
-
The number of times that the request had retry bulk actions.
- getBulkRetries() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask.Status
-
Number of retries that had to be attempted due to bulk actions being rejected.
- getByAllocationId(String) - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- getByAllocationId(ShardId, String) - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes
-
- getByAllocationId(ShardId, String) - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable
-
- getByGcName(String, String) - 类 中的静态方法org.elasticsearch.monitor.jvm.GcNames
-
- getByKey(Object) - 类 中的方法org.elasticsearch.index.mapper.ParseContext.Document
-
- getByMemoryPoolName(String, String) - 类 中的静态方法org.elasticsearch.monitor.jvm.GcNames
-
Resolves the GC type by its memory pool name (MemoryPoolMXBean.getName().
- getByPrefix(String) - 类 中的方法org.elasticsearch.common.settings.Settings
-
A settings that are filtered (and key is removed) with the specified prefix.
- getByShardId(ShardId) - 类 中的方法org.elasticsearch.cluster.routing.RoutingNode
-
- getByteLimit() - 异常错误 中的方法org.elasticsearch.common.breaker.CircuitBreakingException
-
- getBytes() - 类 中的方法org.elasticsearch.common.unit.ByteSizeValue
-
- getBytesValue() - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.Strings
-
- getBytesValues() - 接口 中的方法org.elasticsearch.index.fielddata.AtomicFieldData
-
Return a String representation of the values.
- getBytesValues() - 类 中的方法org.elasticsearch.index.fielddata.plain.AbstractAtomicGeoPointFieldData
-
- getBytesValues() - 类 中的方法org.elasticsearch.index.fielddata.plain.AbstractAtomicOrdinalsFieldData
-
- getBytesValues() - 类 中的方法org.elasticsearch.index.fielddata.plain.BinaryDVAtomicFieldData
-
- getBytesWanted() - 异常错误 中的方法org.elasticsearch.common.breaker.CircuitBreakingException
-
- getCache(PreBuiltCacheFactory.CachingStrategy) - 类 中的静态方法org.elasticsearch.indices.analysis.PreBuiltCacheFactory
-
- getCache() - 类 中的方法org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache
-
- getCacheCount() - 类 中的方法org.elasticsearch.index.cache.query.QueryCacheStats
-
The number of DocIdSets that have been cached.
- getCacheEvictions() - 类 中的方法org.elasticsearch.script.ScriptStats
-
- getCacheKey() - 接口 中的方法org.elasticsearch.transport.Transport.Connection
-
Returns a key that this connection can be cached on.
- getCacheSize() - 类 中的方法org.elasticsearch.index.cache.query.QueryCacheStats
-
The number of DocIdSets that are in the cache.
- getCachingStrategy() - 枚举 中的方法org.elasticsearch.indices.analysis.PreBuiltTokenFilters
-
- getCachingStrategy() - 枚举 中的方法org.elasticsearch.indices.analysis.PreBuiltTokenizers
-
- getCanAllocateDecision() - 类 中的方法org.elasticsearch.cluster.routing.allocation.NodeAllocationResult
-
The decision details for allocating to this node.
- getCancellableTask(long) - 类 中的方法org.elasticsearch.tasks.TaskManager
-
Returns a cancellable task with given id, or null if the task is not found.
- getCancellableTasks() - 类 中的方法org.elasticsearch.tasks.TaskManager
-
Returns the list of currently running tasks on the node that can be cancelled
- getCanRemainDecision() - 类 中的方法org.elasticsearch.cluster.routing.allocation.MoveDecision
-
Returns the decision for the shard being allowed to remain on its current node.
- getCategory() - 类 中的方法org.elasticsearch.search.suggest.completion.context.CategoryQueryContext
-
Returns the category of the context
- getCategoryClass() - 异常错误 中的方法org.elasticsearch.common.xcontent.NamedXContentRegistry.UnknownNamedObjectException
-
Category class that was missing a parser.
- getCause() - 类 中的方法org.elasticsearch.action.bulk.BulkItemResponse.Failure
-
The actual cause of the failure.
- getCause() - 异常错误 中的方法org.elasticsearch.action.search.SearchPhaseExecutionException
-
- getCause() - 类 中的方法org.elasticsearch.action.search.ShardSearchFailure
-
- getCause() - 接口 中的方法org.elasticsearch.action.ShardOperationFailedException
-
The cause of this failure
- getCause() - 类 中的方法org.elasticsearch.action.support.DefaultShardOperationFailedException
-
- getCause() - 类 中的方法org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo.Failure
-
- getCause() - 类 中的方法org.elasticsearch.action.TaskOperationFailure
-
- getCause() - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsResponse.Failure
-
The failure cause.
- getCause() - 类 中的方法org.elasticsearch.common.inject.spi.Message
-
Returns the throwable that caused this message, or null if this
message was not caused by a throwable.
- getCause() - 接口 中的方法org.elasticsearch.ElasticsearchWrapperException
-
- getCause() - 类 中的方法org.elasticsearch.snapshots.SnapshotShardFailure
-
- getCgroup() - 类 中的方法org.elasticsearch.monitor.os.OsStats
-
- getChannel() - 类 中的方法org.elasticsearch.transport.TaskTransportChannel
-
- getChannel() - 类 中的方法org.elasticsearch.transport.TcpTransportChannel
-
- getChannels() - 类 中的方法org.elasticsearch.transport.TcpTransport.NodeChannels
-
- getChannelType() - 类 中的方法org.elasticsearch.transport.TaskTransportChannel
-
- getChannelType() - 类 中的方法org.elasticsearch.transport.TcpTransportChannel
-
- getChannelType() - 接口 中的方法org.elasticsearch.transport.TransportChannel
-
- getCharFilterProvider(String) - 类 中的方法org.elasticsearch.index.analysis.AnalysisRegistry
-
Returns a registered
CharFilterFactory provider by name or
null if the char filter was not registered
- getCharFilterProvider(String, IndexSettings) - 类 中的方法org.elasticsearch.index.analysis.AnalysisRegistry
-
- getCharFilters() - 接口 中的方法org.elasticsearch.plugins.AnalysisPlugin
-
Override to add additional CharFilters.
- getChars() - 类 中的方法org.elasticsearch.common.settings.SecureString
-
Returns the underlying char[].
- getCheckpoint() - 类 中的方法org.elasticsearch.index.seqno.LocalCheckpointTracker
-
- getCheckpointStates() - 类 中的方法org.elasticsearch.index.seqno.GlobalCheckpointTracker.PrimaryContext
-
- getChecksum() - 类 中的方法org.elasticsearch.common.lucene.store.FilterIndexOutput
-
- getChecksum() - 类 中的方法org.elasticsearch.index.translog.BufferedChecksumStreamInput
-
- getChecksum() - 类 中的方法org.elasticsearch.index.translog.BufferedChecksumStreamOutput
-
- getChild(String) - 类 中的方法org.elasticsearch.common.path.PathTrie.TrieNode
-
- getChild() - 类 中的方法org.elasticsearch.search.SearchHit.NestedIdentity
-
Returns the next child nested level if there is any, otherwise null is returned.
- getChildQuery() - 类 中的方法org.elasticsearch.index.search.ESToParentBlockJoinQuery
-
Return the child query.
- getChildResources() - 类 中的方法org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsIndexFieldData
-
- getChildResources() - 类 中的方法org.elasticsearch.index.fielddata.ordinals.MultiOrdinals
-
- getChildResources() - 类 中的方法org.elasticsearch.index.fielddata.ordinals.SinglePackedOrdinals
-
- getChildResources() - 类 中的方法org.elasticsearch.index.fielddata.plain.BinaryDVAtomicFieldData
-
- getChildResources() - 类 中的方法org.elasticsearch.index.fielddata.plain.PagedBytesAtomicFieldData
-
- getChildResources() - 类 中的方法org.elasticsearch.index.fielddata.plain.SortedSetDVBytesAtomicFieldData
-
- getChildTasks() - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.list.TaskGroup
-
- getChunkSize() - 类 中的方法org.elasticsearch.indices.recovery.RecoverySettings
-
- getCircuitBreakerService() - 类 中的方法org.elasticsearch.indices.IndicesService
-
- getClasses() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats
-
- getClassname() - 类 中的方法org.elasticsearch.plugins.PluginInfo
-
The entry point to the plugin.
- getClassPath() - 类 中的方法org.elasticsearch.monitor.jvm.JvmInfo
-
- getClient() - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
- getClientConnections() - 类 中的方法org.elasticsearch.action.search.SearchTransportService
-
- getClusterAlias() - 类 中的方法org.elasticsearch.action.search.SearchShardIterator
-
- getClusterAlias() - 类 中的方法org.elasticsearch.search.internal.ShardSearchLocalRequest
-
- getClusterAlias() - 接口 中的方法org.elasticsearch.search.internal.ShardSearchRequest
-
Returns the cluster alias if this request is for a remote cluster or null if the request if targeted to the local
cluster.
- getClusterAlias() - 类 中的方法org.elasticsearch.search.internal.ShardSearchTransportRequest
-
- getClusterAlias() - 类 中的方法org.elasticsearch.search.SearchHit
-
Returns the cluster alias this hit comes from or null if it comes from a local cluster
- getClusterAlias() - 类 中的方法org.elasticsearch.search.SearchShardTarget
-
- getClusterApplierService() - 类 中的方法org.elasticsearch.cluster.service.ClusterService
-
- getClusterInfo() - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplanation
-
Returns the cluster disk info for the cluster, or null if none available.
- getClusterInfo() - 接口 中的方法org.elasticsearch.cluster.ClusterInfoService
-
The latest cluster information
- getClusterInfo() - 类 中的方法org.elasticsearch.cluster.EmptyClusterInfoService
-
- getClusterInfo() - 类 中的方法org.elasticsearch.cluster.InternalClusterInfoService
-
- getClusterName() - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- getClusterName() - 类 中的方法org.elasticsearch.action.admin.cluster.node.liveness.LivenessResponse
-
- getClusterName() - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryResponse
-
- getClusterName() - 类 中的方法org.elasticsearch.action.admin.cluster.state.ClusterStateResponse
-
The name of the cluster.
- getClusterName() - 类 中的方法org.elasticsearch.action.main.MainResponse
-
- getClusterName() - 类 中的方法org.elasticsearch.action.support.nodes.BaseNodesResponse
-
- getClusterName() - 类 中的方法org.elasticsearch.cluster.ClusterState
-
- getClusterName() - 类 中的方法org.elasticsearch.cluster.service.ClusterService
-
- getClusterRebalanceDecision() - 类 中的方法org.elasticsearch.cluster.routing.allocation.MoveDecision
-
Returns the decision for being allowed to rebalance the shard.
- getClusters() - 类 中的方法org.elasticsearch.action.search.SearchResponse
-
Returns info about what clusters the search was executed against.
- getClusterSettings() - 类 中的方法org.elasticsearch.cluster.service.ClusterService
-
- getClusterSettings() - 类 中的方法org.elasticsearch.common.settings.SettingsModule
-
- getClusterState() - 类 中的方法org.elasticsearch.cluster.routing.allocation.AllocationService.CommandsResult
-
the resulting cluster state, after the commands were applied
- getClusterStateCustomSuppliers(List<ClusterPlugin>) - 类 中的静态方法org.elasticsearch.cluster.ClusterModule
-
- getClusterStateVersion() - 类 中的方法org.elasticsearch.discovery.zen.ElectMasterService.MasterCandidate
-
- getClusterStateVersion() - 类 中的方法org.elasticsearch.discovery.zen.ZenPing.PingResponse
-
- getClusterUuid() - 类 中的方法org.elasticsearch.action.main.MainResponse
-
- getCodec() - 类 中的方法org.elasticsearch.index.engine.EngineConfig
-
Returns the Codec used in the engines IndexWriter
Note: this settings is only read on startup.
- getCollectionCount() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector
-
- getCollectionTime() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector
-
- getCollector() - 类 中的方法org.elasticsearch.search.profile.query.QueryProfiler
-
Return the current root Collector for this search
- getCollectorResult() - 类 中的方法org.elasticsearch.search.profile.query.QueryProfileShardResult
-
- getCollectors() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats.GarbageCollectors
-
- getCollectorTree() - 类 中的方法org.elasticsearch.search.profile.query.InternalProfileCollector
-
- getColumnNumber() - 异常错误 中的方法org.elasticsearch.common.ParsingException
-
Column number of the location of the error
- getColumnNumber() - 异常错误 中的方法org.elasticsearch.search.SearchParseException
-
Column number of the location of the error
- getCommands() - 类 中的方法org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
-
Returns the allocation commands to execute
- getCommitStats() - 类 中的方法org.elasticsearch.action.admin.indices.stats.ShardStats
-
- getCommitted() - 类 中的方法org.elasticsearch.discovery.zen.PendingClusterStateStats
-
- getCommitTimeout() - 类 中的方法org.elasticsearch.discovery.DiscoverySettings
-
- getCommitUserData() - 类 中的方法org.elasticsearch.index.store.Store.MetadataSnapshot
-
- getCompilations() - 类 中的方法org.elasticsearch.script.ScriptStats
-
- getCompleted() - 类 中的方法org.elasticsearch.threadpool.ThreadPoolStats.Stats
-
- getCompletion() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
-
- getCompletion() - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStats
-
- getCompletion() - 类 中的方法org.elasticsearch.indices.NodeIndicesStats
-
- getCompoundProcessor() - 类 中的方法org.elasticsearch.ingest.Pipeline
-
- getComputedStats() - 类 中的方法org.elasticsearch.node.AdaptiveSelectionStats
-
Returns a map of node id to the computed stats
- getConcreteAllClosedIndices() - 类 中的方法org.elasticsearch.cluster.metadata.MetaData
-
- getConcreteAllIndices() - 类 中的方法org.elasticsearch.cluster.metadata.MetaData
-
Returns all the concrete indices.
- getConcreteAllOpenIndices() - 类 中的方法org.elasticsearch.cluster.metadata.MetaData
-
- getConcreteIndex() - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
Returns a concrete index for this mapping or null if no concrete index is defined
- getConcreteIndexAndAliasMetaDatas() - 类 中的方法org.elasticsearch.cluster.metadata.AliasOrIndex.Alias
-
Returns the unique alias metadata per concrete index.
- getConcreteSetting(String) - 类 中的方法org.elasticsearch.common.settings.Setting.AffixSetting
-
- getConcreteSetting(String) - 类 中的方法org.elasticsearch.common.settings.Setting
-
- getConcreteSettingForNamespace(String) - 类 中的方法org.elasticsearch.common.settings.Setting.AffixSetting
-
Get a setting with the given namespace filled in for prefix and suffix.
- getConditionStatus() - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverResponse
-
Returns the statuses of all the request conditions
- getConfig() - 类 中的方法org.elasticsearch.index.translog.Translog
-
- getConfigAsMap() - 类 中的方法org.elasticsearch.ingest.PipelineConfiguration
-
- getConfiguredDelayInMillis() - 类 中的方法org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
-
Gets the total configured delay for allocating the replica shard when a node holding the replica left
the cluster and the deciders are waiting to see if the node returns before allocating the replica
elsewhere.
- getConfiguredInitialHeapSize() - 类 中的方法org.elasticsearch.monitor.jvm.JvmInfo
-
- getConfiguredMaxHeapSize() - 类 中的方法org.elasticsearch.monitor.jvm.JvmInfo
-
- getConnection(DiscoveryNode, String) - 类 中的方法org.elasticsearch.transport.RemoteClusterService
-
Returns a connection to the given node on the given remote cluster
- getConnection(String) - 类 中的方法org.elasticsearch.transport.RemoteClusterService
-
- getConnection(DiscoveryNode) - 类 中的方法org.elasticsearch.transport.TcpTransport
-
- getConnection(DiscoveryNode) - 接口 中的方法org.elasticsearch.transport.Transport
-
Returns a connection for the given node if the node is connected.
- getConnection(DiscoveryNode) - 类 中的方法org.elasticsearch.transport.TransportService
-
Returns either a real transport connection or a local node connection if we are using the local node optimization.
- getConnectionProfile() - 类 中的方法org.elasticsearch.discovery.zen.UnicastZenPing.PingingRound
-
- getConnectTimeout() - 类 中的方法org.elasticsearch.index.reindex.RemoteInfo
-
Time to wait to connect to the external cluster.
- getConnectTimeout() - 类 中的方法org.elasticsearch.transport.ConnectionProfile
-
Returns the connect timeout or null if no explicit timeout is set on this profile.
- getConstructionContext(Object) - 类 中的方法org.elasticsearch.common.inject.internal.InternalContext
-
- getConstructor() - 接口 中的方法org.elasticsearch.common.inject.spi.ConstructorBinding
-
Gets the constructor this binding injects.
- getContentType() - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
The content type.
- getContextMappings() - 类 中的方法org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
-
- getContexts() - 接口 中的方法org.elasticsearch.plugins.ScriptPlugin
-
Return script contexts this plugin wants to allow using.
- getContexts() - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
-
- getCoreCacheHelper() - 类 中的方法org.elasticsearch.common.lucene.index.ElasticsearchLeafReader
-
- getCoreKeysForIndex(String) - 类 中的方法org.elasticsearch.common.lucene.ShardCoreKeyMap
-
Get the set of core cache keys associated with the given index.
- getCorrections(TokenStream, CandidateGenerator, float, int, WordScorer, float, int) - 类 中的方法org.elasticsearch.search.suggest.phrase.NoisyChannelSpellChecker
-
- getCorrections(Analyzer, BytesRef, CandidateGenerator, float, int, IndexReader, String, WordScorer, float, int) - 类 中的方法org.elasticsearch.search.suggest.phrase.NoisyChannelSpellChecker
-
- getCount() - 类 中的方法org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
-
- getCount() - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
The number of segments.
- getCount() - 类 中的方法org.elasticsearch.index.get.GetStats
-
- getCount() - 类 中的方法org.elasticsearch.index.shard.DocsStats
-
- getCount() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats.BufferPool
-
- getCount() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats.Threads
-
- getCount() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- getCount() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
-
- getCount() - 接口 中的方法org.elasticsearch.search.aggregations.metrics.stats.Stats
-
- getCount() - 类 中的方法org.elasticsearch.search.profile.Timer
-
- getCounts() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes
-
- getCpu() - 类 中的方法org.elasticsearch.monitor.os.OsStats
-
- getCpu() - 类 中的方法org.elasticsearch.monitor.process.ProcessStats
-
- getCpuAcctControlGroup() - 类 中的方法org.elasticsearch.monitor.os.OsStats.Cgroup
-
The control group for the cpuacct subsystem.
- getCpuAcctUsageNanos() - 类 中的方法org.elasticsearch.monitor.os.OsStats.Cgroup
-
- getCpuCfsPeriodMicros() - 类 中的方法org.elasticsearch.monitor.os.OsStats.Cgroup
-
- getCpuCfsQuotaMicros() - 类 中的方法org.elasticsearch.monitor.os.OsStats.Cgroup
-
- getCpuControlGroup() - 类 中的方法org.elasticsearch.monitor.os.OsStats.Cgroup
-
The control group for the cpu subsystem.
- getCpuPercent() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.ProcessStats
-
Cpu usage in percentages - 100 is 1 core.
- getCpuStat() - 类 中的方法org.elasticsearch.monitor.os.OsStats.Cgroup
-
The CPU time statistics.
- getCreated() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollResponse
-
- getCreated() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask.Status
-
- getCreated() - 接口 中的方法org.elasticsearch.index.reindex.SuccessfullyProcessed
-
Count of documents created.
- getCreated() - 类 中的方法org.elasticsearch.index.reindex.WorkerBulkByScrollTaskState
-
- getCreationDate() - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
- getCreationDateInNanos() - 类 中的方法org.elasticsearch.common.util.concurrent.PrioritizedRunnable
-
- getCreationVersion() - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
Return the
Version on which this index has been created.
- getCurrent() - 类 中的方法org.elasticsearch.index.merge.MergeStats
-
The current number of merges executing.
- getCurrentCapacity() - 类 中的方法org.elasticsearch.common.util.concurrent.QueueResizingEsThreadPoolExecutor
-
Returns the current queue capacity
- getCurrentNanoTime() - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
returns the nano time captured at the beginning of the allocation. used to make sure all time based decisions are aligned
- getCurrentNode() - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
-
Returns the node holding the replica shard to be explained.
- getCurrentNode() - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplanation
-
Returns the currently assigned node, or null if the shard is unassigned.
- getCurrentNodeRanking() - 类 中的方法org.elasticsearch.cluster.routing.allocation.MoveDecision
-
- getCurrentNumDocs() - 类 中的方法org.elasticsearch.index.merge.MergeStats
-
- getCurrentQueryProfiler() - 类 中的方法org.elasticsearch.search.profile.Profilers
-
Get the current profiler.
- getCurrentQueueSize() - 类 中的方法org.elasticsearch.common.util.concurrent.QueueResizingEsThreadPoolExecutor
-
Returns the current queue size (operations that are queued)
- getCurrentReference() - 类 中的方法org.elasticsearch.common.inject.internal.ConstructionContext
-
- getCurrentSize() - 类 中的方法org.elasticsearch.index.merge.MergeStats
-
- getCurrentSizeInBytes() - 类 中的方法org.elasticsearch.index.merge.MergeStats
-
- getCurrentVersion() - 类 中的方法org.elasticsearch.transport.TcpTransport
-
- getCustom(String) - 类 中的方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
-
- getCustom(String) - 类 中的方法org.elasticsearch.cluster.metadata.MetaData.Builder
-
- getCustomMetaDataUpgrader() - 类 中的方法org.elasticsearch.plugins.Plugin
-
Provides a function to modify global custom meta data on startup.
- getCustomNameResolver(Settings) - 接口 中的方法org.elasticsearch.plugins.DiscoveryPlugin
-
Override to add additional NetworkService.CustomNameResolvers.
- getCustoms() - 类 中的方法org.elasticsearch.cluster.ClusterState
-
- getCustoms() - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
- getCustoms() - 类 中的方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- getCustoms() - 类 中的方法org.elasticsearch.cluster.metadata.MetaData
-
- getCustoms() - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
- getCutoffScore() - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestion.Entry
-
- getData() - 类 中的方法org.elasticsearch.gateway.AsyncShardFetch.FetchResult
-
- getDataNodes() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes
-
Get a Map of the discovered data nodes arranged by their ids
- getDataPath() - 类 中的方法org.elasticsearch.action.admin.indices.stats.ShardStats
-
- getDataPath(ShardRouting) - 类 中的方法org.elasticsearch.cluster.ClusterInfo
-
Returns the nodes absolute data-path the given shard is allocated on or null if the information is not available.
- getDataPath() - 类 中的方法org.elasticsearch.index.shard.ShardPath
-
- getDate() - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.Dates
-
已过时。
- getDate() - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.Longs
-
已过时。
- getDates() - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.Dates
-
已过时。
- getDates() - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.Longs
-
已过时。
- getDays() - 类 中的方法org.elasticsearch.common.unit.TimeValue
-
- getDaysFrac() - 类 中的方法org.elasticsearch.common.unit.TimeValue
-
- getDebugMode() - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
- getDecayFunction() - 类 中的方法org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
-
Override this function if you want to produce your own scorer.
- getDecayFunction() - 类 中的方法org.elasticsearch.index.query.functionscore.ExponentialDecayFunctionBuilder
-
- getDecayFunction() - 类 中的方法org.elasticsearch.index.query.functionscore.GaussDecayFunctionBuilder
-
- getDecayFunction() - 类 中的方法org.elasticsearch.index.query.functionscore.LinearDecayFunctionBuilder
-
- getDecisions() - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.Decision
-
Return the list of all decisions that make up this decision
- getDecisions() - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.Decision.Multi
-
- getDecisions() - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.Decision.Single
-
- getDeclaredVersions(Class<?>) - 类 中的静态方法org.elasticsearch.Version
-
Extracts a sorted list of declared version constants from a class.
- getDeclaringClass() - 类 中的方法org.elasticsearch.common.inject.internal.MoreTypes.MemberImpl
-
- getDefault(Settings) - 类 中的方法org.elasticsearch.common.settings.SecureSetting
-
- getDefault(Settings) - 类 中的方法org.elasticsearch.common.settings.Setting
-
Returns the default value for this setting.
- getDefault(MappedFieldType, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.AllFieldMapper.TypeParser
-
- getDefault(MappedFieldType, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.FieldNamesFieldMapper.TypeParser
-
- getDefault(MappedFieldType, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.IdFieldMapper.TypeParser
-
- getDefault(MappedFieldType, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.IndexFieldMapper.TypeParser
-
- getDefault(MappedFieldType, Mapper.TypeParser.ParserContext) - 接口 中的方法org.elasticsearch.index.mapper.MetadataFieldMapper.TypeParser
-
- getDefault(MappedFieldType, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.ParentFieldMapper.TypeParser
-
- getDefault(MappedFieldType, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.RoutingFieldMapper.TypeParser
-
- getDefault(MappedFieldType, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.SeqNoFieldMapper.TypeParser
-
- getDefault(MappedFieldType, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.SourceFieldMapper.TypeParser
-
- getDefault(MappedFieldType, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.TypeFieldMapper.TypeParser
-
- getDefault(MappedFieldType, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.UidFieldMapper.TypeParser
-
- getDefault(MappedFieldType, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.VersionFieldMapper.TypeParser
-
- getDefaultFields() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns the default search fields for this index.
- getDefaultFileSystem() - 类 中的静态方法org.elasticsearch.common.io.PathUtils
-
Returns the default FileSystem.
- getDefaultIndexAnalyzer() - 类 中的方法org.elasticsearch.index.analysis.IndexAnalyzers
-
Returns the default index analyzer for this index
- getDefaultIndexOption() - 类 中的方法org.elasticsearch.index.mapper.FieldMapper.Builder
-
- getDefaultRaw(Settings) - 类 中的方法org.elasticsearch.common.settings.SecureSetting
-
- getDefaultRaw(Settings) - 类 中的方法org.elasticsearch.common.settings.Setting
-
Returns the default value string representation for this setting.
- getDefaultScoreCombiner() - 类 中的方法org.elasticsearch.common.lucene.search.function.ScoreFunction
-
- getDefaultSearchAnalyzer() - 类 中的方法org.elasticsearch.index.analysis.IndexAnalyzers
-
Returns the default search analyzer for this index
- getDefaultSearchQuoteAnalyzer() - 类 中的方法org.elasticsearch.index.analysis.IndexAnalyzers
-
Returns the default search quote analyzer for this index
- getDeferringCollector() - 类 中的方法org.elasticsearch.search.aggregations.bucket.DeferableBucketAggregator
-
- getDeferringCollector() - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedBytesHashSamplerAggregator
-
- getDeferringCollector() - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedMapSamplerAggregator
-
- getDeferringCollector() - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedNumericSamplerAggregator
-
- getDeferringCollector() - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedOrdinalsSamplerAggregator
-
- getDeferringCollector() - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator
-
- getDelayedUnassignedShards() - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
The number of unassigned shards that are currently being delayed (for example,
due to node leaving the cluster and waiting for a timeout for the node to come
back in order to allocate the shards back to it).
- getDelegate() - 类 中的方法org.apache.lucene.search.XFilteredDocIdSetIterator
-
Return the wrapped DocIdSetIterator.
- getDelegate() - 类 中的方法org.elasticsearch.common.inject.spi.MembersInjectorLookup
-
Returns the delegate members injector, or null if it has not yet been initialized.
- getDelegate() - 类 中的方法org.elasticsearch.common.inject.spi.ProviderLookup
-
Returns the delegate provider, or null if it has not yet been initialized.
- getDelegatedFromInstigator(Instigator) - 类 中的方法org.elasticsearch.action.support.DelegatingActionListener
-
- getDeleteCount() - 类 中的方法org.elasticsearch.index.shard.IndexingStats.Stats
-
Returns the number of delete operation executed
- getDeleteCurrent() - 类 中的方法org.elasticsearch.index.shard.IndexingStats.Stats
-
Returns the currently in-flight delete operations
- getDeleted() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollResponse
-
- getDeleted() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask.Status
-
- getDeleted() - 接口 中的方法org.elasticsearch.index.reindex.SuccessfullyProcessed
-
Count of successful delete operations.
- getDeleted() - 类 中的方法org.elasticsearch.index.reindex.WorkerBulkByScrollTaskState
-
- getDeleted() - 类 中的方法org.elasticsearch.index.shard.DocsStats
-
- getDeleteDateInMillis() - 类 中的方法org.elasticsearch.cluster.metadata.IndexGraveyard.Tombstone
-
The date in milliseconds that the index deletion event occurred, used for logging/debugging.
- getDeletedDocs() - 类 中的方法org.elasticsearch.index.engine.Segment
-
- getDeletes() - 类 中的方法org.elasticsearch.cluster.DiffableUtils.MapDiff
-
The keys that, when this diff is applied to a map, should be removed from the map.
- getDeleteTime() - 类 中的方法org.elasticsearch.index.shard.IndexingStats.Stats
-
The total amount of time spend on executing delete operations.
- getDeletionPolicy() - 类 中的方法org.elasticsearch.index.translog.Translog
-
- getDependencies() - 类 中的方法org.elasticsearch.common.inject.assistedinject.FactoryProvider
-
- getDependencies() - 类 中的方法org.elasticsearch.common.inject.internal.ExposedBindingImpl
-
- getDependencies() - 类 中的方法org.elasticsearch.common.inject.internal.InstanceBindingImpl
-
- getDependencies() - 类 中的方法org.elasticsearch.common.inject.internal.ProviderInstanceBindingImpl
-
- getDependencies() - 类 中的方法org.elasticsearch.common.inject.internal.ProviderMethod
-
- getDependencies() - 类 中的方法org.elasticsearch.common.inject.multibindings.MapBinder.RealMapBinder.MapBinderProviderWithDependencies
-
- getDependencies() - 类 中的方法org.elasticsearch.common.inject.multibindings.Multibinder.RealMultibinder
-
- getDependencies() - 接口 中的方法org.elasticsearch.common.inject.spi.ConvertedConstantBinding
-
Returns a singleton set containing only the converted key.
- getDependencies() - 接口 中的方法org.elasticsearch.common.inject.spi.HasDependencies
-
Returns the known dependencies for this type.
- getDependencies() - 类 中的方法org.elasticsearch.common.inject.spi.InjectionPoint
-
Returns the dependencies for this injection point.
- getDependency() - 类 中的方法org.elasticsearch.common.inject.internal.InternalContext
-
- getDeprecatedNames() - 类 中的方法org.elasticsearch.common.ParseField
-
- getDescription() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
- getDescription() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
- getDescription() - 类 中的方法org.elasticsearch.action.bulk.BulkRequest
-
- getDescription() - 类 中的方法org.elasticsearch.action.bulk.BulkShardRequest
-
- getDescription() - 类 中的方法org.elasticsearch.action.search.SearchScrollRequest
-
- getDescription() - 类 中的方法org.elasticsearch.action.support.replication.ReplicationRequest
-
- getDescription() - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction.ConcreteShardRequest
-
- getDescription() - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
- getDescription() - 类 中的方法org.elasticsearch.index.shard.PrimaryReplicaSyncer.ResyncRequest
-
- getDescription() - 类 中的方法org.elasticsearch.ingest.Pipeline
-
An optional description of what this pipeline is doing to the data gets processed by this pipeline.
- getDescription() - 类 中的方法org.elasticsearch.plugins.PluginInfo
-
The description of the plugin.
- getDescription() - 类 中的方法org.elasticsearch.search.fetch.ShardFetchRequest
-
- getDescription() - 类 中的方法org.elasticsearch.search.internal.InternalScrollSearchRequest
-
- getDescription() - 类 中的方法org.elasticsearch.search.internal.ShardSearchTransportRequest
-
- getDescription() - 类 中的方法org.elasticsearch.search.query.QuerySearchRequest
-
- getDescription() - 类 中的方法org.elasticsearch.tasks.Task
-
Generates task description
- getDescription() - 接口 中的方法org.elasticsearch.tasks.TaskAwareRequest
-
Returns optional description of the request to be displayed by the task manager
- getDescription() - 类 中的方法org.elasticsearch.tasks.TaskInfo
-
- getDescriptionFromElement(E) - 类 中的方法org.elasticsearch.search.profile.AbstractInternalProfileTree
-
- getDescriptionFromElement(Aggregator) - 类 中的方法org.elasticsearch.search.profile.aggregation.InternalAggregationProfileTree
-
- getDestination() - 类 中的方法org.elasticsearch.index.reindex.ReindexRequest
-
- getDetailed() - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksRequest
-
Should the detailed task information be returned.
- getDetailedMessage() - 异常错误 中的方法org.elasticsearch.ElasticsearchException
-
Return the detail message, including the message from the nested exception
if there is one.
- getDetails() - 类 中的方法org.elasticsearch.cluster.routing.UnassignedInfo
-
Builds a string representation of the message and the failure if exists.
- getDevicesStats() - 类 中的方法org.elasticsearch.monitor.fs.FsInfo.IoStats
-
- getDictionary(String) - 类 中的方法org.elasticsearch.indices.analysis.HunspellService
-
Returns the hunspell dictionary for the given locale.
- getDiffs() - 类 中的方法org.elasticsearch.cluster.DiffableUtils.MapDiff
-
Map entries that, when this diff is applied to a map, should be
incrementally updated.
- getDirectMemoryMax() - 类 中的方法org.elasticsearch.monitor.jvm.JvmInfo.Mem
-
- getDirectory() - 类 中的方法org.elasticsearch.common.lucene.IndexCommitDelegate
-
- getDirectoryReader() - 类 中的方法org.elasticsearch.index.engine.Engine.Searcher
-
- getDirectoryReader() - 类 中的方法org.elasticsearch.search.internal.ContextIndexSearcher
-
- getDiscount() - 类 中的方法org.elasticsearch.search.suggest.phrase.StupidBackoff
-
- getDiscovery() - 类 中的方法org.elasticsearch.discovery.DiscoveryModule
-
- getDiscoveryNode() - 类 中的方法org.elasticsearch.action.admin.cluster.node.liveness.LivenessResponse
-
- getDiscoverySettings() - 类 中的方法org.elasticsearch.discovery.zen.ZenDiscovery
-
- getDiscoveryStats() - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
- getDiscoveryTypes(ThreadPool, TransportService, NamedWriteableRegistry, MasterService, ClusterApplier, ClusterSettings, UnicastHostsProvider, AllocationService) - 接口 中的方法org.elasticsearch.plugins.DiscoveryPlugin
-
Returns custom discovery implementations added by this plugin.
- getDistancePerDegree() - 枚举 中的方法org.elasticsearch.common.unit.DistanceUnit
-
Measures a longitude in this unit
- getDistanceString(LeafReaderContext, int) - 类 中的方法org.elasticsearch.index.query.functionscore.DecayFunctionBuilder.AbstractDistanceScoreFunction
-
- getDoc() - 类 中的方法org.elasticsearch.script.FilterScript
-
The doc lookup for the Lucene segment this script was created for.
- getDoc() - 类 中的方法org.elasticsearch.script.SearchScript
-
The doc lookup for the Lucene segment this script was created for.
- getDoc() - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
-
- getDocCount() - 类 中的方法org.elasticsearch.index.similarity.ScriptedSimilarity.Field
-
Return the number of documents that have a value for this field.
- getDocCount() - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix.InternalBucket
-
- getDocCount() - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.InternalFilters.InternalBucket
-
- getDocCount() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram.Bucket
-
- getDocCount() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
-
- getDocCount() - 类 中的方法org.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation
-
- getDocCount() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket
-
- getDocCount() - 类 中的方法org.elasticsearch.search.aggregations.bucket.ParsedSingleBucketAggregation
-
- getDocCount() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange.Bucket
-
- getDocCount() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- getDocCount(long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.BestDocsDeferringCollector
-
- getDocCount() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
-
- getDocCount() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms.ParsedBucket
-
- getDocCount() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.SingleBucketAggregation
-
- getDocCount() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
-
- getDocCount() - 类 中的方法org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
-
- getDocCountError() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
-
- getDocCountError() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
-
- getDocCountError() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.ParsedTerms
-
- getDocCountError() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.ParsedTerms.ParsedBucket
-
- getDocCountError() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.terms.Terms.Bucket
-
- getDocCountError() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.terms.Terms
-
Get an upper bound of the error on document counts in this aggregation.
- getDocCountError() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
-
- getDocCounts() - 类 中的方法org.elasticsearch.search.aggregations.bucket.BucketsAggregator
-
- getDocFreq() - 类 中的方法org.elasticsearch.index.similarity.ScriptedSimilarity.Term
-
Return the number of documents that contain this term in the index.
- getDocs() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
-
- getDocs() - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStats
-
- getDocs() - 类 中的方法org.elasticsearch.indices.NodeIndicesStats
-
- getDocumentMapper() - 类 中的方法org.elasticsearch.index.mapper.DocumentMapperForType
-
- getDocValueFields() - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
Gets the docvalue fields.
- getDocValuesMemory() - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
- getDocValuesMemoryInBytes() - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
Estimation of the doc values memory usage by a segment.
- getDoneShards() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotShardsStats
-
Number of shards with completed snapshot
- getDoubleValues() - 接口 中的方法org.elasticsearch.index.fielddata.AtomicNumericFieldData
-
Return a floating-point view of the values in this segment.
- getDynamicMappers() - 类 中的方法org.elasticsearch.index.mapper.ParseContext
-
Get dynamic mappers created while parsing.
- getDynamicMappers() - 类 中的方法org.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- getEarthCircumference() - 枚举 中的方法org.elasticsearch.common.unit.DistanceUnit
-
Measures the circumference of earth in this unit
- getEarthRadius() - 枚举 中的方法org.elasticsearch.common.unit.DistanceUnit
-
Measures the radius of earth in this unit
- getEditDistance() - 类 中的方法org.elasticsearch.search.suggest.completion.FuzzyOptions
-
Returns the maximum number of edits
- getElasticsearchDirectoryReader(DirectoryReader) - 类 中的静态方法org.elasticsearch.common.lucene.index.ElasticsearchDirectoryReader
-
- getElasticsearchLeafReader(LeafReader) - 类 中的静态方法org.elasticsearch.common.lucene.index.ElasticsearchLeafReader
-
- getElements() - 类 中的方法org.elasticsearch.common.inject.internal.PrivateElementsImpl
-
- getElements(Module...) - 类 中的静态方法org.elasticsearch.common.inject.spi.Elements
-
Records the elements executed by modules.
- getElements(Iterable<? extends Module>) - 类 中的静态方法org.elasticsearch.common.inject.spi.Elements
-
Records the elements executed by modules.
- getElements(Stage, Iterable<? extends Module>) - 类 中的静态方法org.elasticsearch.common.inject.spi.Elements
-
Records the elements executed by modules.
- getElements() - 接口 中的方法org.elasticsearch.common.inject.spi.PrivateElements
-
Returns the configuration information in this private environment.
- getElementsMutable() - 类 中的方法org.elasticsearch.common.inject.internal.PrivateElementsImpl
-
- getEndOffset() - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
-
- getEngineOrNull() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
NOTE: returns null if engine is not yet started (e.g. recovery phase 1, copying over index files, is still running), or if engine is
closed.
- getEntries() - 类 中的方法org.elasticsearch.cluster.SnapshotDeletionsInProgress
-
Returns an unmodifiable list of snapshot deletion entries.
- getEntries() - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion
-
- getEnvironment() - 类 中的方法org.elasticsearch.node.Node
-
Returns the environment of the node
- getEphemeralId() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNode
-
The unique ephemeral id of the node.
- getError() - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
-
- getError() - 类 中的方法org.elasticsearch.tasks.TaskResult
-
Get the error that finished this task.
- getErrorAsMap() - 类 中的方法org.elasticsearch.tasks.TaskResult
-
- getErrorMessages() - 异常错误 中的方法org.elasticsearch.common.inject.ConfigurationException
-
Returns messages for the errors that caused this exception.
- getErrorMessages() - 异常错误 中的方法org.elasticsearch.common.inject.CreationException
-
Returns messages for the errors that caused this exception.
- getErrorMessages() - 异常错误 中的方法org.elasticsearch.common.inject.ProvisionException
-
Returns messages for the errors that caused this exception.
- getErrors() - 异常错误 中的方法org.elasticsearch.common.inject.internal.ErrorsException
-
- getEstimated() - 类 中的方法org.elasticsearch.indices.breaker.CircuitBreakerStats
-
- getEstimatedSizeInBytes() - 类 中的方法org.apache.lucene.analysis.miscellaneous.DuplicateByteSequenceSpotter
-
- getEventListener() - 类 中的方法org.elasticsearch.index.engine.EngineConfig
-
Returns a listener that should be called on engine failure
- getEvictions() - 类 中的方法org.elasticsearch.common.cache.Cache.CacheStats
-
- getEvictions() - 类 中的方法org.elasticsearch.index.cache.query.QueryCacheStats
-
The number of DocIdSets that have been evicted from the cache.
- getEvictions() - 类 中的方法org.elasticsearch.index.cache.request.RequestCacheStats
-
- getEvictions() - 类 中的方法org.elasticsearch.index.fielddata.FieldDataStats
-
- getException() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask.StatusOrException
-
- getExceptionName() - 异常错误 中的方法org.elasticsearch.common.io.stream.NotSerializableExceptionWrapper
-
- getExceptionName() - 异常错误 中的方法org.elasticsearch.ElasticsearchException
-
- getExceptionName(Throwable) - 异常错误 中的静态方法org.elasticsearch.ElasticsearchException
-
Returns a underscore case name for the given exception.
- getExceptionTypes(Member) - 类 中的方法org.elasticsearch.common.inject.TypeLiteral
-
Returns the resolved generic exception types thrown by constructor.
- getExecutor() - 类 中的方法org.elasticsearch.transport.RequestHandlerRegistry
-
- getExecutorBuilders(Settings) - 类 中的方法org.elasticsearch.plugins.Plugin
-
Provides the list of this plugin's custom thread pools, empty if
none.
- getExecutorBuilders(Settings) - 类 中的方法org.elasticsearch.plugins.PluginsService
-
- getExecutorService() - 类 中的方法org.elasticsearch.transport.TransportService
-
The executor service for this transport service.
- getExistsCount() - 类 中的方法org.elasticsearch.index.get.GetStats
-
- getExistsTime() - 类 中的方法org.elasticsearch.index.get.GetStats
-
- getExistsTimeInMillis() - 类 中的方法org.elasticsearch.index.get.GetStats
-
- getExpectedShardSize(ShardRouting, RoutingAllocation, long) - 类 中的静态方法org.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDecider
-
Returns the expected shard size for the given shard or the default value provided if not enough information are available
to estimate the shards size.
- getExpectedShardSize() - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
- getExplanation() - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainResponse
-
Return the explanation for shard allocation in the cluster
- getExplanation() - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
-
- getExplanation() - 类 中的方法org.elasticsearch.action.explain.ExplainResponse
-
- getExplanation() - 类 中的方法org.elasticsearch.cluster.routing.allocation.AbstractAllocationDecision
-
Gets the explanation for the decision.
- getExplanation() - 类 中的方法org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
-
- getExplanation() - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.Decision
-
Get the explanation for this decision.
- getExplanation() - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.Decision.Multi
-
- getExplanation() - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.Decision.Single
-
Returns the explanation string, fully formatted.
- getExplanation() - 类 中的方法org.elasticsearch.cluster.routing.allocation.MoveDecision
-
- getExplanation() - 类 中的方法org.elasticsearch.search.SearchHit
-
If enabled, the explanation of the search hit.
- getExplanations() - 类 中的方法org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteResponse
-
- getExposedKeys() - 类 中的方法org.elasticsearch.common.inject.internal.PrivateElementsImpl
-
- getExposedKeys() - 接口 中的方法org.elasticsearch.common.inject.spi.PrivateElements
-
Returns the unique exposed keys for these private elements.
- getExposedSource(Key<?>) - 类 中的方法org.elasticsearch.common.inject.internal.PrivateElementsImpl
-
- getExposedSource(Key<?>) - 接口 中的方法org.elasticsearch.common.inject.spi.PrivateElements
-
Returns an arbitrary object containing information about the "place" where this key was
exposed.
- getExternalRefreshListener() - 类 中的方法org.elasticsearch.index.engine.EngineConfig
-
The refresh listeners to add to Lucene for externally visible refreshes
- getFactory() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalDateRange.Bucket
-
- getFactory() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalDateRange
-
- getFactory() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalGeoDistance
-
- getFactory() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- getFactory() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalRange
-
- getFailed() - 类 中的方法org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo
-
- getFailedPings() - 类 中的方法org.elasticsearch.transport.TcpTransport.ScheduledPing
-
- getFailedShards() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotShardsStats
-
Number of shards with failed snapshot
- getFailedShards() - 类 中的方法org.elasticsearch.action.search.SearchResponse
-
The failed number of shards the search was executed on.
- getFailedShards() - 类 中的方法org.elasticsearch.action.support.broadcast.BroadcastResponse
-
The failed shards this request was executed on.
- getFailure() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStatus
-
Returns reason for snapshot failure
- getFailure() - 类 中的方法org.elasticsearch.action.bulk.BulkItemResponse
-
The actual failure object if there was a failure.
- getFailure() - 类 中的方法org.elasticsearch.action.get.MultiGetItemResponse
-
The failure if relevant.
- getFailure() - 类 中的方法org.elasticsearch.action.get.MultiGetResponse.Failure
-
- getFailure() - 类 中的方法org.elasticsearch.action.ingest.SimulateDocumentBaseResult
-
- getFailure() - 类 中的方法org.elasticsearch.action.search.MultiSearchResponse.Item
-
- getFailure() - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsItemResponse
-
The failure if relevant.
- getFailure() - 类 中的方法org.elasticsearch.cluster.ClusterStateTaskExecutor.TaskResult
-
- getFailure() - 类 中的方法org.elasticsearch.cluster.routing.allocation.FailedShard
-
The exception, if present, causing the shard to fail.
- getFailure() - 类 中的方法org.elasticsearch.cluster.routing.UnassignedInfo
-
Returns additional failure exception details if exists.
- getFailure() - 类 中的方法org.elasticsearch.index.engine.Engine.Result
-
get document failure while executing the operation null in case of no failure
- getFailureMessage() - 类 中的方法org.elasticsearch.action.bulk.BulkItemResponse
-
The failure message, null if it did not fail.
- getFailureMessage() - 类 中的方法org.elasticsearch.action.search.MultiSearchResponse.Item
-
The actual failure message, null if its not a failure.
- getFailures() - 类 中的方法org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse
-
- getFailures() - 类 中的方法org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo
-
- getFailures() - 类 中的方法org.elasticsearch.index.reindex.ScrollableHitSource.Response
-
Where there any search failures?
- getFetchCount() - 类 中的方法org.elasticsearch.index.search.stats.SearchStats.Stats
-
- getFetchCurrent() - 类 中的方法org.elasticsearch.index.search.stats.SearchStats.Stats
-
- getFetchPhase() - 类 中的方法org.elasticsearch.search.SearchModule
-
- getFetchSourceContext() - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
- getFetchSubPhases(SearchPlugin.FetchPhaseConstructionContext) - 接口 中的方法org.elasticsearch.plugins.SearchPlugin
-
- getFetchTime() - 类 中的方法org.elasticsearch.index.search.stats.SearchStats.Stats
-
- getFetchTimeInMillis() - 类 中的方法org.elasticsearch.index.search.stats.SearchStats.Stats
-
- getField(String) - 类 中的方法org.elasticsearch.action.fieldcaps.FieldCapabilitiesIndexResponse
-
Get the field capabilities for the provided field
- getField(String) - 类 中的方法org.elasticsearch.action.fieldcaps.FieldCapabilitiesResponse
-
Get the field capabilities per type for the provided field.
- getField(String) - 类 中的方法org.elasticsearch.action.get.GetResponse
-
- getField() - 类 中的方法org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
-
- getField(String) - 类 中的方法org.elasticsearch.index.mapper.ParseContext.Document
-
- getField() - 类 中的方法org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
-
Get the field to use for random number generation.
- getField() - 类 中的方法org.elasticsearch.search.collapse.CollapseBuilder
-
The name of the field to collapse against
- getField() - 类 中的方法org.elasticsearch.search.SearchHit.NestedIdentity
-
Returns the nested field in the source this hit originates from
- getField() - 类 中的方法org.elasticsearch.search.slice.SliceBuilder
-
The name of the field to slice against
- getField() - 类 中的方法org.elasticsearch.search.slice.SliceQuery
-
- getField() - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
-
- getField() - 类 中的方法org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- getFieldData() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
-
- getFieldData() - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStats
-
- getFieldData() - 类 中的方法org.elasticsearch.indices.NodeIndicesStats
-
- getFieldHighlighter(String, Query, Set<Term>, int) - 类 中的方法org.apache.lucene.search.uhighlight.CustomUnifiedHighlighter
-
- getFieldMapper(MapperService, String) - 类 中的静态方法org.elasticsearch.index.search.QueryParserHelper
-
Get a
FieldMapper associated with a field name or null.
- getFieldMappings(GetFieldMappingsRequest, ActionListener<GetFieldMappingsResponse>) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Get the mappings of specific fields
- getFieldMappings(GetFieldMappingsRequest) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Get the mappings of specific fields
- GetFieldMappingsAction - org.elasticsearch.action.admin.indices.mapping.get中的类
-
- GetFieldMappingsIndexRequest - org.elasticsearch.action.admin.indices.mapping.get中的类
-
- GetFieldMappingsIndexRequest() - 类 的构造器org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsIndexRequest
-
- GetFieldMappingsRequest - org.elasticsearch.action.admin.indices.mapping.get中的类
-
Request the mappings of specific fields
- GetFieldMappingsRequest() - 类 的构造器org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
-
- GetFieldMappingsRequestBuilder - org.elasticsearch.action.admin.indices.mapping.get中的类
-
- GetFieldMappingsRequestBuilder(ElasticsearchClient, GetFieldMappingsAction, String...) - 类 的构造器org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequestBuilder
-
- GetFieldMappingsResponse - org.elasticsearch.action.admin.indices.mapping.get中的类
-
- GetFieldMappingsResponse.FieldMappingMetaData - org.elasticsearch.action.admin.indices.mapping.get中的类
-
- getFieldName() - 接口 中的方法org.elasticsearch.index.fielddata.IndexFieldData
-
The field name.
- getFieldName() - 类 中的方法org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsIndexFieldData
-
- getFieldName() - 类 中的方法org.elasticsearch.index.fielddata.plain.AbstractIndexFieldData
-
- getFieldName() - 类 中的方法org.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData
-
- getFieldName() - 类 中的方法org.elasticsearch.index.fielddata.UidIndexFieldData
-
- getFieldName() - 类 中的方法org.elasticsearch.index.query.functionscore.DecayFunctionBuilder.AbstractDistanceScoreFunction
-
- getFieldName() - 类 中的方法org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
-
- getFieldName() - 枚举 中的方法org.elasticsearch.ingest.IngestDocument.MetaData
-
- getFieldName() - 类 中的方法org.elasticsearch.search.sort.FieldSortBuilder
-
Returns the document field this sort should be based on.
- getFieldName() - 类 中的方法org.elasticsearch.search.suggest.completion.context.CategoryContextMapping
-
Name of the field to get contexts from at index-time
- getFieldName() - 类 中的方法org.elasticsearch.search.suggest.completion.context.GeoContextMapping
-
- getFieldNames() - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Returns the field names that will be used when generating the 'More Like This' query.
- getFieldNames() - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
- getFieldQuery(String, String, boolean) - 类 中的方法org.elasticsearch.index.search.QueryStringQueryParser
-
- getFieldQuery(String, String, int) - 类 中的方法org.elasticsearch.index.search.QueryStringQueryParser
-
- getFields() - 类 中的方法org.elasticsearch.action.get.GetResponse
-
- getFields() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsResponse
-
- getFields() - 类 中的方法org.elasticsearch.index.fielddata.FieldDataStats
-
- getFields() - 类 中的方法org.elasticsearch.index.get.GetResult
-
- getFields() - 类 中的方法org.elasticsearch.index.mapper.ParseContext.Document
-
- getFields(String) - 类 中的方法org.elasticsearch.index.mapper.ParseContext.Document
-
- getFields(IndexReader, int, String) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.SourceScoreOrderFragmentsBuilder
-
- getFields(IndexReader, int, String) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.SourceSimpleFragmentsBuilder
-
- getFields() - 类 中的方法org.elasticsearch.search.SearchHit
-
A map of hit fields (from field name to hit fields) if additional fields
were required to be loaded.
- getFields() - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionStats
-
- getFieldType(Field) - 类 中的方法org.elasticsearch.common.inject.TypeLiteral
-
Returns the resolved generic type of field.
- getFieldType() - 类 中的方法org.elasticsearch.search.collapse.CollapseContext
-
The field type used for collapsing
- getFieldValue(String, Class<T>) - 类 中的方法org.elasticsearch.ingest.IngestDocument
-
Returns the value contained in the document for the provided path
- getFieldValue(String, Class<T>, boolean) - 类 中的方法org.elasticsearch.ingest.IngestDocument
-
Returns the value contained in the document for the provided path
- getFieldValue(TemplateScript.Factory, Class<T>) - 类 中的方法org.elasticsearch.ingest.IngestDocument
-
Returns the value contained in the document with the provided templated path
- getFieldValueAsBytes(String) - 类 中的方法org.elasticsearch.ingest.IngestDocument
-
Returns the value contained in the document for the provided path as a byte array.
- getFieldValueAsBytes(String, boolean) - 类 中的方法org.elasticsearch.ingest.IngestDocument
-
Returns the value contained in the document for the provided path as a byte array.
- getFile(String) - 类 中的方法org.elasticsearch.common.settings.KeyStoreWrapper
-
- getFile(String) - 接口 中的方法org.elasticsearch.common.settings.SecureSettings
-
Return a file setting.
- getFileDetails(String) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Index
-
- getFilename(long) - 类 中的静态方法org.elasticsearch.index.translog.Translog
-
package private for testing
- getFileNames() - 类 中的方法org.elasticsearch.common.lucene.IndexCommitDelegate
-
- getFilePointer() - 类 中的方法org.elasticsearch.common.lucene.store.ByteArrayIndexInput
-
- getFilePointer() - 类 中的方法org.elasticsearch.common.lucene.store.FilterIndexOutput
-
- getFileSizes() - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
- getFileStore(Path) - 类 中的静态方法org.elasticsearch.env.Environment
-
- getFilter() - 类 中的方法org.elasticsearch.cluster.metadata.AliasMetaData
-
- getFilter() - 类 中的方法org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder.FilterFunctionBuilder
-
- getFilter() - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder
-
- getFilter() - 类 中的方法org.elasticsearch.search.fetch.subphase.FetchSourceContext
-
Returns a filter function that expects the source map as an input and returns
the filtered map.
- getFilter() - 类 中的方法org.elasticsearch.search.sort.NestedSortBuilder
-
- getFinalizingShards() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotShardsStats
-
Number of shards with the snapshot in the finalizing stage
- getFirst(Iterable<T>, T) - 类 中的静态方法org.elasticsearch.common.util.iterable.Iterables
-
- getFirstAliasMetaData() - 类 中的方法org.elasticsearch.cluster.metadata.AliasOrIndex.Alias
-
- getFirstOperationOffset() - 类 中的方法org.elasticsearch.index.translog.BaseTranslogReader
-
- getFirstOrdinals() - 类 中的方法org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
-
Return a PackedInts.Reader instance mapping every doc ID to its first ordinal + 1 if it exists and 0 otherwise.
- getFlags() - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
- getFlags() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
- getFlagsValue() - 类 中的方法org.elasticsearch.search.suggest.completion.RegexOptions
-
- getFloodStageRaw() - 类 中的方法org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
-
- getFlush() - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStats
-
- getFlush() - 类 中的方法org.elasticsearch.indices.NodeIndicesStats
-
- getFlushMergesAfter() - 类 中的方法org.elasticsearch.index.engine.EngineConfig
-
Returns a
TimeValue at what time interval after the last write modification to the engine finished merges
should be automatically flushed.
- getFlushThresholdSize() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns the transaction log threshold size when to forcefully flush the index and clear the transaction log.
- getForceNewHistoryUUID() - 类 中的方法org.elasticsearch.index.engine.EngineConfig
-
Returns true if a new history uuid must be generated.
- getForField(MappedFieldType) - 类 中的方法org.elasticsearch.index.fielddata.IndexFieldDataService
-
- getForField(MappedFieldType, String) - 类 中的方法org.elasticsearch.index.fielddata.IndexFieldDataService
-
- getForField(MappedFieldType) - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
- getForField(MappedFieldType) - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- getForField(MappedFieldType) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- getForField(MappedFieldType) - 类 中的方法org.elasticsearch.search.lookup.DocLookup
-
- getForField(MappedFieldType) - 类 中的方法org.elasticsearch.search.lookup.LeafDocLookup
-
- getFormat() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- getFormatter(String) - 类 中的方法org.apache.lucene.search.uhighlight.CustomUnifiedHighlighter
-
- getFormatter() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram.Bucket
-
- getFormatter() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
-
- getFragments() - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.HighlightField
-
The highlighted fragments.
- getFree() - 类 中的方法org.elasticsearch.monitor.fs.FsInfo.Path
-
- getFree() - 类 中的方法org.elasticsearch.monitor.os.OsStats.Mem
-
- getFree() - 类 中的方法org.elasticsearch.monitor.os.OsStats.Swap
-
- getFreeBytes() - 类 中的方法org.elasticsearch.cluster.DiskUsage
-
- getFreeBytesThresholdFloodStage() - 类 中的方法org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
-
- getFreeBytesThresholdHigh() - 类 中的方法org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
-
- getFreeBytesThresholdLow() - 类 中的方法org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
-
- getFreeDiskAsPercentage() - 类 中的方法org.elasticsearch.cluster.DiskUsage
-
- getFreeDiskThresholdFloodStage() - 类 中的方法org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
-
- getFreeDiskThresholdHigh() - 类 中的方法org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
-
- getFreeDiskThresholdLow() - 类 中的方法org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
-
- getFreePercent() - 类 中的方法org.elasticsearch.monitor.os.OsStats.Mem
-
- getFreePhysicalMemorySize() - 类 中的方法org.elasticsearch.monitor.os.OsProbe
-
Returns the amount of free physical memory in bytes.
- getFreeSwapSpaceSize() - 类 中的方法org.elasticsearch.monitor.os.OsProbe
-
Returns the amount of free swap space in bytes.
- getFreq() - 类 中的方法org.elasticsearch.index.similarity.ScriptedSimilarity.Doc
-
Return the number of occurrences of the term in the current document for the considered field.
- getFreq() - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestion.Entry.Option
-
- getFrom() - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
- getFrom() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange.Bucket
-
- getFrom() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalDateRange.Bucket
-
- getFrom() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- getFrom() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.IpRangeAggregationBuilder.Range
-
- getFrom() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.ParsedBinaryRange.ParsedBucket
-
- getFrom() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.ParsedDateRange.ParsedBucket
-
- getFrom() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
-
- getFrom() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.range.Range.Bucket
-
- getFrom() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
-
- getFromAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange.Bucket
-
- getFromAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- getFromAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.ParsedBinaryRange.ParsedBucket
-
- getFromAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
-
- getFromAsString() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.range.Range.Bucket
-
- getFromAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
-
- getFromContext(String) - 类 中的方法org.elasticsearch.search.internal.ScrollContext
-
Returns the object or null if the given key does not have a
value in the context
- getFromSearcher(Engine.Get, BiFunction<String, Engine.SearcherScope, Engine.Searcher>, Engine.SearcherScope) - 类 中的方法org.elasticsearch.index.engine.Engine
-
- getFs() - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
File system level stats.
- getFs() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes
-
- getFSInfo(NodeEnvironment.NodePath) - 类 中的静态方法org.elasticsearch.monitor.fs.FsProbe
-
- getFullPrefixPaths(List<FSTUtil.Path<PairOutputs.Pair<Long, BytesRef>>>, Automaton, FST<PairOutputs.Pair<Long, BytesRef>>) - 类 中的方法org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
-
Returns all completion paths to initialize the search.
- getFullPrefixPaths(List<FSTUtil.Path<PairOutputs.Pair<Long, BytesRef>>>, Automaton, FST<PairOutputs.Pair<Long, BytesRef>>) - 类 中的方法org.apache.lucene.search.suggest.analyzing.XFuzzySuggester
-
- getFullyQualifiedIndexName() - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
Returns the fully qualified index name including a remote cluster alias if applicable
- getFunctionBytes() - 类 中的方法org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
-
- getFunctions() - 类 中的方法org.elasticsearch.common.lucene.search.function.FunctionScoreQuery
-
- getFuzzyMinLength() - 类 中的方法org.elasticsearch.search.suggest.completion.FuzzyOptions
-
Returns the length of input prefix after which edits are applied
- getFuzzyOptions() - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestionContext
-
- getFuzzyPrefixLength() - 类 中的方法org.elasticsearch.search.suggest.completion.FuzzyOptions
-
Returns the minimum length of the input prefix required to apply any edits
- getFuzzyQuery(String, String, float) - 类 中的方法org.elasticsearch.index.search.QueryStringQueryParser
-
- getGb() - 类 中的方法org.elasticsearch.common.unit.ByteSizeValue
-
- getGbFrac() - 类 中的方法org.elasticsearch.common.unit.ByteSizeValue
-
- getGc() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats
-
- getGcCollectors() - 类 中的方法org.elasticsearch.monitor.jvm.JvmInfo
-
- getGcDeletesInMillis() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns the GC deletes cycle in milliseconds.
- getGeneration() - 类 中的方法org.elasticsearch.common.lucene.IndexCommitDelegate
-
- getGeneration() - 类 中的方法org.elasticsearch.index.engine.CommitStats
-
- getGeneration() - 类 中的方法org.elasticsearch.index.engine.Segment
-
- getGeneration() - 类 中的方法org.elasticsearch.index.translog.BaseTranslogReader
-
- getGeneration() - 类 中的方法org.elasticsearch.index.translog.Translog
-
Returns the current generation of this translog.
- getGenerationThresholdSize() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns the generation threshold size.
- getGenericComponentType() - 类 中的方法org.elasticsearch.common.inject.internal.MoreTypes.GenericArrayTypeImpl
-
- getGenericSupertype(Type, Class<?>, Class<?>) - 类 中的静态方法org.elasticsearch.common.inject.internal.MoreTypes
-
Returns the generic supertype for supertype.
- getGenId() - 类 中的方法org.elasticsearch.repositories.RepositoryData
-
Gets the generational index file id from which this instance was read.
- getGeohash() - 类 中的方法org.elasticsearch.common.geo.GeoPoint
-
- getGeoPoint() - 类 中的方法org.elasticsearch.search.suggest.completion.context.GeoQueryContext
-
Returns the geo point of the context
- getGeoPointValues() - 接口 中的方法org.elasticsearch.index.fielddata.AtomicGeoPointFieldData
-
Return geo-point values.
- getGet() - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStats
-
- getGet() - 类 中的方法org.elasticsearch.indices.NodeIndicesStats
-
- getGetResult() - 类 中的方法org.elasticsearch.action.explain.ExplainResponse
-
- getGetResult() - 类 中的方法org.elasticsearch.action.update.UpdateResponse
-
- getGiga() - 类 中的方法org.elasticsearch.common.unit.SizeValue
-
- getGigaFrac() - 类 中的方法org.elasticsearch.common.unit.SizeValue
-
- getGlobalCheckpoint() - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction.ConcreteReplicaRequest
-
- getGlobalCheckpoint() - 类 中的方法org.elasticsearch.index.seqno.GlobalCheckpointTracker.CheckpointState
-
- getGlobalCheckpoint() - 类 中的方法org.elasticsearch.index.seqno.GlobalCheckpointTracker
-
Returns the global checkpoint for the shard.
- getGlobalCheckpoint() - 类 中的方法org.elasticsearch.index.seqno.SeqNoStats
-
- getGlobalCheckpoint() - 类 中的方法org.elasticsearch.index.seqno.SequenceNumbersService
-
Returns the global checkpoint for the shard.
- getGlobalCheckpoint() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
Returns the global checkpoint for the shard.
- getGlobalOrd(long) - 类 中的方法org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalMapping
-
- getGlobalText() - 类 中的方法org.elasticsearch.search.suggest.SuggestBuilder
-
Gets the global suggest text
- getGroups() - 类 中的方法org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsResponse
-
- getGroups(String) - 类 中的方法org.elasticsearch.common.settings.Settings
-
Returns group settings for the given setting prefix.
- getGroups(String, boolean) - 类 中的方法org.elasticsearch.common.settings.Settings
-
Returns group settings for the given setting prefix.
- getGroupStats() - 类 中的方法org.elasticsearch.index.search.stats.SearchStats
-
- getGuiceServiceClasses() - 类 中的方法org.elasticsearch.plugins.Plugin
-
Node level services that will be automatically started/stopped/closed.
- getGuiceServiceClasses() - 类 中的方法org.elasticsearch.plugins.PluginsService
-
- getHandshakeTimeout() - 类 中的方法org.elasticsearch.transport.ConnectionProfile
-
Returns the handshake timeout or null if no explicit timeout is set on this profile.
- getHeader(String) - 类 中的方法org.elasticsearch.common.util.concurrent.ThreadContext
-
Returns the header for the given key or null if not present
- getHeader(String) - 异常错误 中的方法org.elasticsearch.ElasticsearchException
-
Returns the list of header values for the given key or null if no header for the
given key exists.
- getHeaderKeys() - 异常错误 中的方法org.elasticsearch.ElasticsearchException
-
Returns a set of all header keys on this exception
- getHeaderMap() - 类 中的方法org.elasticsearch.common.Table
-
- getHeaders() - 类 中的方法org.elasticsearch.common.Table
-
- getHeaders() - 类 中的方法org.elasticsearch.common.util.concurrent.ThreadContext
-
Returns all of the request contexts headers
- getHeaders() - 异常错误 中的方法org.elasticsearch.ElasticsearchException
-
- getHeaders() - 类 中的方法org.elasticsearch.index.reindex.RemoteInfo
-
- getHeaders() - 类 中的方法org.elasticsearch.rest.RestRequest
-
Get all of the headers and values associated with the headers.
- getHeaders() - 类 中的方法org.elasticsearch.rest.RestResponse
-
Returns custom headers that have been added, or null if none have been set.
- getHeapCommitted() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats.Mem
-
- getHeapInit() - 类 中的方法org.elasticsearch.monitor.jvm.JvmInfo.Mem
-
- getHeapMax() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.JvmStats
-
Maximum total heap available to the cluster
- getHeapMax() - 类 中的方法org.elasticsearch.monitor.jvm.JvmInfo.Mem
-
- getHeapMax() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats.Mem
-
returns the maximum heap size. 0 bytes signals unknown.
- getHeapUsed() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.JvmStats
-
Total heap used in the cluster
- getHeapUsed() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats.Mem
-
- getHeapUsedPercent() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats.Mem
-
returns the heap usage in percent. -1 signals unknown.
- getHighFreqMinimumNumberShouldMatchSpec() - 类 中的方法org.apache.lucene.queries.ExtendedCommonTermsQuery
-
- getHighlightBuilder() - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
- getHighlighted() - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
-
- getHighlighters() - 类 中的方法org.elasticsearch.plugins.SearchPlugin.FetchPhaseConstructionContext
-
- getHighlighters() - 接口 中的方法org.elasticsearch.plugins.SearchPlugin
-
- getHighlighters() - 类 中的方法org.elasticsearch.search.SearchModule
-
- getHighlightFields() - 类 中的方法org.elasticsearch.search.SearchHit
-
A map of highlighted fields.
- getHighWatermarkRaw() - 类 中的方法org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
-
Gets the raw (uninterpreted) high watermark value as found in the settings.
- getHistoryUUID() - 类 中的方法org.elasticsearch.index.engine.Engine
-
returns the history uuid for the engine
- getHistoryUUID() - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
- getHistoryUUID() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- getHistoryUUID() - 类 中的方法org.elasticsearch.index.store.Store.MetadataSnapshot
-
returns the history uuid the store points at, or null if not existant.
- getHit() - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
-
- getHitCount() - 类 中的方法org.elasticsearch.index.cache.query.QueryCacheStats
-
The number of successful lookups in the cache.
- getHitCount() - 类 中的方法org.elasticsearch.index.cache.request.RequestCacheStats
-
- getHits() - 类 中的方法org.elasticsearch.action.search.SearchResponse
-
The search hits.
- getHits() - 类 中的方法org.elasticsearch.common.cache.Cache.CacheStats
-
- getHits() - 类 中的方法org.elasticsearch.index.reindex.ScrollableHitSource.Response
-
The documents returned in this batch.
- getHits() - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.InternalTopHits
-
- getHits() - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.ParsedTopHits
-
- getHits() - 接口 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHits
-
- getHits() - 类 中的方法org.elasticsearch.search.SearchHits
-
The hits of the search request (based on the search type, and from / size provided).
- getHost() - 类 中的方法org.elasticsearch.index.reindex.RemoteInfo
-
- getHostAddress() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNode
-
- getHostname() - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodeInfo
-
System's hostname.
- getHostname() - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
- getHostName() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNode
-
- getHotThreads() - 类 中的方法org.elasticsearch.action.admin.cluster.node.hotthreads.NodeHotThreads
-
- getHours() - 类 中的方法org.elasticsearch.common.unit.TimeValue
-
- getHoursFrac() - 类 中的方法org.elasticsearch.common.unit.TimeValue
-
- getHttp() - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodeInfo
-
- getHttp() - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
- getHttpServerTransportSupplier() - 类 中的方法org.elasticsearch.common.network.NetworkModule
-
- getHttpTransports(Settings, ThreadPool, BigArrays, CircuitBreakerService, NamedWriteableRegistry, NamedXContentRegistry, NetworkService, HttpServerTransport.Dispatcher) - 接口 中的方法org.elasticsearch.plugins.NetworkPlugin
-
- getHunspellDictionaries() - 接口 中的方法org.elasticsearch.plugins.AnalysisPlugin
-
Override to add additional hunspell Dictionarys.
- getId() - 类 中的方法org.elasticsearch.action.bulk.BulkItemResponse.Failure
-
The id of the action.
- getId() - 类 中的方法org.elasticsearch.action.bulk.BulkItemResponse
-
The id of the action.
- getId() - 枚举 中的方法org.elasticsearch.action.DocWriteRequest.OpType
-
- getId() - 类 中的方法org.elasticsearch.action.DocWriteResponse.Builder
-
- getId() - 类 中的方法org.elasticsearch.action.DocWriteResponse
-
The id of the document changed.
- getId() - 类 中的方法org.elasticsearch.action.explain.ExplainResponse
-
- getId() - 类 中的方法org.elasticsearch.action.get.GetResponse
-
The id of the document.
- getId() - 类 中的方法org.elasticsearch.action.get.MultiGetItemResponse
-
The id of the document.
- getId() - 类 中的方法org.elasticsearch.action.get.MultiGetResponse.Failure
-
The id of the action.
- getId() - 类 中的方法org.elasticsearch.action.ingest.DeletePipelineRequest
-
- getId() - 类 中的方法org.elasticsearch.action.ingest.PutPipelineRequest
-
- getId() - 类 中的方法org.elasticsearch.action.ingest.SimulatePipelineRequest
-
- getId() - 异常错误 中的方法org.elasticsearch.action.RoutingMissingException
-
- getId() - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsItemResponse
-
The id of the document.
- getId() - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsResponse.Failure
-
The id of the action.
- getId() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsResponse
-
- getId() - 类 中的方法org.elasticsearch.cluster.health.ClusterShardHealth
-
- getId() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNode
-
The unique id of the node.
- getId() - 类 中的方法org.elasticsearch.cluster.routing.AllocationId
-
The allocation id uniquely identifying an allocation, note, if it is relocation
the
AllocationId.getRelocationId() need to be taken into account as well.
- getId() - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
The shard id.
- getId(Class<? extends ElasticsearchException>) - 异常错误 中的静态方法org.elasticsearch.ElasticsearchException
-
Returns the serialization id the given exception.
- getId() - 类 中的方法org.elasticsearch.index.engine.CommitStats
-
base64 version of the commit id (see SegmentInfos.getId()
- getId() - 类 中的方法org.elasticsearch.index.get.GetResult
-
The id of the document.
- getId() - 类 中的方法org.elasticsearch.index.merge.OnGoingMerge
-
A unique id for the merge.
- getId() - 类 中的方法org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
-
- getId() - 接口 中的方法org.elasticsearch.index.reindex.ScrollableHitSource.Hit
-
The document id of the hit.
- getId() - 类 中的方法org.elasticsearch.index.shard.ShardId
-
- getId() - 类 中的方法org.elasticsearch.ingest.Pipeline
-
The unique id of this pipeline
- getId() - 类 中的方法org.elasticsearch.ingest.PipelineConfiguration
-
- getId() - 类 中的方法org.elasticsearch.monitor.process.ProcessInfo
-
The process id.
- getId() - 类 中的方法org.elasticsearch.repositories.IndexId
-
The unique ID for the index within the repository.
- getId() - 枚举 中的方法org.elasticsearch.script.ScriptType
-
- getId() - 类 中的方法org.elasticsearch.search.SearchHit
-
The id of the document.
- getId() - 类 中的方法org.elasticsearch.search.slice.SliceBuilder
-
The id of the slice.
- getId() - 类 中的方法org.elasticsearch.search.slice.SliceQuery
-
- getId() - 类 中的方法org.elasticsearch.tasks.Task
-
Returns task id
- getId() - 类 中的方法org.elasticsearch.tasks.TaskId
-
- getId() - 类 中的方法org.elasticsearch.tasks.TaskInfo
-
- getIdOrCode() - 类 中的方法org.elasticsearch.script.Script
-
- getIds() - 类 中的方法org.elasticsearch.action.ingest.GetPipelineRequest
-
- getIgnoreNodes(ShardId) - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
- getInactivePrimaryHealth(ShardRouting) - 类 中的静态方法org.elasticsearch.cluster.health.ClusterShardHealth
-
Checks if an inactive primary shard should cause the cluster health to go RED.
- getIncludeInAllDefault() - 类 中的方法org.elasticsearch.index.mapper.ParseContext
-
Whether field values should be added to the _all field by default.
- getIncomingRecoveries(String) - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes
-
- getIncompatibleSnapshotIds() - 类 中的方法org.elasticsearch.repositories.RepositoryData
-
Returns an immutable collection of the snapshot ids in the repository that are incompatible with the
current ES version.
- getIndex() - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
-
- getIndex() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexStatus
-
Returns the index name
- getIndex() - 类 中的方法org.elasticsearch.action.admin.indices.segments.IndexSegments
-
- getIndex() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndexStats
-
- getIndex(String) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
-
- getIndex() - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.get.IndexUpgradeStatus
-
- getIndex() - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
-
- getIndex() - 类 中的方法org.elasticsearch.action.bulk.BulkItemResponse.Failure
-
The index name of the action.
- getIndex() - 类 中的方法org.elasticsearch.action.bulk.BulkItemResponse
-
The index name of the action.
- getIndex() - 类 中的方法org.elasticsearch.action.DocWriteResponse
-
The index the document was changed in.
- getIndex() - 类 中的方法org.elasticsearch.action.explain.ExplainResponse
-
- getIndex() - 类 中的方法org.elasticsearch.action.get.GetResponse
-
The index the document was fetched from.
- getIndex() - 类 中的方法org.elasticsearch.action.get.MultiGetItemResponse
-
The index name of the document.
- getIndex() - 类 中的方法org.elasticsearch.action.get.MultiGetResponse.Failure
-
The index name of the action.
- getIndex() - 类 中的方法org.elasticsearch.action.support.broadcast.BroadcastShardResponse
-
- getIndex() - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsItemResponse
-
The index name of the document.
- getIndex() - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsResponse.Failure
-
The index name of the action.
- getIndex() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsResponse
-
- getIndex(GetIndexRequest) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Get index metadata for particular indices.
- getIndex(GetIndexRequest, ActionListener<GetIndexResponse>) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Get index metadata for particular indices.
- getIndex() - 类 中的方法org.elasticsearch.cluster.health.ClusterIndexHealth
-
- getIndex() - 类 中的方法org.elasticsearch.cluster.metadata.AliasAction
-
Get the index on which the operation should act.
- getIndex() - 类 中的方法org.elasticsearch.cluster.metadata.AliasOrIndex.Index
-
- getIndex() - 类 中的方法org.elasticsearch.cluster.metadata.IndexGraveyard.Tombstone
-
The deleted index.
- getIndex() - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
- getIndex() - 类 中的方法org.elasticsearch.cluster.routing.IndexRoutingTable
-
Return the index id
- getIndex() - 异常错误 中的方法org.elasticsearch.ElasticsearchException
-
- getIndex() - 类 中的方法org.elasticsearch.index.get.GetResult
-
The index the document was fetched from.
- getIndex() - 类 中的方法org.elasticsearch.index.IndexModule
-
Returns the index this module is associated with
- getIndex() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns the index this settings object belongs to
- getIndex() - 类 中的方法org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
-
- getIndex() - 接口 中的方法org.elasticsearch.index.reindex.ScrollableHitSource.Hit
-
The index in which the hit is stored.
- getIndex() - 类 中的方法org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure
-
- getIndex() - 类 中的方法org.elasticsearch.index.shard.ShardId
-
- getIndex() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState
-
- getIndex() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder.IndexBoost
-
- getIndex() - 类 中的方法org.elasticsearch.search.SearchHit
-
The index of the hit.
- getIndex() - 类 中的方法org.elasticsearch.search.SearchShardTarget
-
- GetIndexAction - org.elasticsearch.action.admin.indices.get中的类
-
- getIndexAnalyzers() - 类 中的方法org.elasticsearch.index.IndexService
-
- getIndexAnalyzers() - 类 中的方法org.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
-
- getIndexAnalyzers() - 类 中的方法org.elasticsearch.index.mapper.MapperService
-
- getIndexAnalyzers() - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
- getIndexBalance() - 类 中的方法org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator
-
Returns the index related weight factor.
- getIndexBufferRAMBytesUsed() - 类 中的方法org.elasticsearch.index.engine.Engine
-
How much heap is used that would be freed by a refresh.
- getIndexBufferRAMBytesUsed() - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
- getIndexBufferRAMBytesUsed() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
Returns number of heap bytes used by the indexing buffer for this shard, or 0 if the shard is closed
- getIndexBufferRAMBytesUsed(IndexShard) - 类 中的方法org.elasticsearch.indices.IndexingMemoryController
-
returns how much heap this shard is using for its indexing buffer
- getIndexCommit() - 类 中的方法org.elasticsearch.index.engine.Engine.IndexCommitRef
-
- getIndexCount() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
-
- getIndexCount() - 类 中的方法org.elasticsearch.index.shard.IndexingStats.Stats
-
The total number of indexing operations
- getIndexCurrent() - 类 中的方法org.elasticsearch.index.shard.IndexingStats.Stats
-
Returns the currently in-flight indexing operations.
- getIndexEventListener() - 类 中的方法org.elasticsearch.index.IndexService
-
- getIndexEventListener() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- getIndexFailedCount() - 类 中的方法org.elasticsearch.index.shard.IndexingStats.Stats
-
The number of failed indexing operations
- getIndexing() - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStats
-
- getIndexing() - 类 中的方法org.elasticsearch.indices.NodeIndicesStats
-
- getIndexingBufferSize() - 类 中的方法org.elasticsearch.index.engine.EngineConfig
-
Returns the initial index buffer size.
- getIndexMetaData() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns the current IndexMetaData for this index
- getIndexMetaDataUpgrader() - 类 中的方法org.elasticsearch.plugins.Plugin
-
Provides a function to modify index meta data when an index is introduced into the cluster state for the first time.
- getIndexName() - 类 中的方法org.elasticsearch.action.fieldcaps.FieldCapabilitiesIndexResponse
-
Get the index name
- getIndexName() - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
The index name.
- getIndexName() - 类 中的方法org.elasticsearch.index.shard.ShardId
-
- getIndexNameExpressionResolver() - 类 中的方法org.elasticsearch.cluster.ClusterModule
-
- getIndexReader() - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
Return the current IndexReader, or null if no index reader is available,
for instance if this rewrite context is used to index queries (percolation).
- GetIndexRequest - org.elasticsearch.action.admin.indices.get中的类
-
A request to delete an index.
- GetIndexRequest() - 类 的构造器org.elasticsearch.action.admin.indices.get.GetIndexRequest
-
- GetIndexRequest.Feature - org.elasticsearch.action.admin.indices.get中的枚举
-
- GetIndexRequestBuilder - org.elasticsearch.action.admin.indices.get中的类
-
- GetIndexRequestBuilder(ElasticsearchClient, GetIndexAction, String...) - 类 的构造器org.elasticsearch.action.admin.indices.get.GetIndexRequestBuilder
-
- GetIndexResponse - org.elasticsearch.action.admin.indices.get中的类
-
A response for a delete index action.
- getIndexRouting() - 类 中的方法org.elasticsearch.cluster.metadata.AliasMetaData
-
- getIndexSafe(Index) - 类 中的方法org.elasticsearch.cluster.metadata.MetaData
-
- getIndexScopedSettings() - 类 中的方法org.elasticsearch.common.settings.SettingsModule
-
- getIndexSettings(Index) - 类 中的方法org.elasticsearch.gateway.PriorityComparator
-
- getIndexSettings() - 类 中的方法org.elasticsearch.index.AbstractIndexComponent
-
- getIndexSettings() - 类 中的方法org.elasticsearch.index.analysis.IndexAnalyzers
-
Returns the indices settings
- getIndexSettings() - 类 中的方法org.elasticsearch.index.engine.EngineConfig
-
Returns the index settings for this index.
- getIndexSettings() - 类 中的方法org.elasticsearch.index.IndexService
-
- getIndexSettings() - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
Returns the index settings for this context.
- getIndexSettings() - 类 中的方法org.elasticsearch.index.translog.TranslogConfig
-
Returns the index indexSettings
- getIndexSettings() - 接口 中的方法org.elasticsearch.indices.cluster.IndicesClusterStateService.AllocatedIndex
-
Returns the index settings of this index.
- getIndexShard(ShardId) - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction
-
- getIndexShards() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndexStats
-
- getIndexSort() - 类 中的方法org.elasticsearch.index.engine.EngineConfig
-
Return the sort order of this index, or null if the index has no sort.
- getIndexSort() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
Return the sort order of this index, or null if the index has no sort.
- getIndexSortConfig() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns the index sort config that should be used for this index.
- getIndexSortSupplier() - 类 中的方法org.elasticsearch.index.IndexService
-
- getIndexTemplateMetaDataUpgrader() - 类 中的方法org.elasticsearch.plugins.Plugin
-
Provides a function to modify index template meta data on startup.
- getIndexTemplates() - 类 中的方法org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesResponse
-
- GetIndexTemplatesAction - org.elasticsearch.action.admin.indices.template.get中的类
-
- GetIndexTemplatesAction() - 类 的构造器org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesAction
-
- GetIndexTemplatesRequest - org.elasticsearch.action.admin.indices.template.get中的类
-
Request that allows to retrieve index templates
- GetIndexTemplatesRequest() - 类 的构造器org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesRequest
-
- GetIndexTemplatesRequest(String...) - 类 的构造器org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesRequest
-
- GetIndexTemplatesRequestBuilder - org.elasticsearch.action.admin.indices.template.get中的类
-
- GetIndexTemplatesRequestBuilder(ElasticsearchClient, GetIndexTemplatesAction) - 类 的构造器org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesRequestBuilder
-
- GetIndexTemplatesRequestBuilder(ElasticsearchClient, GetIndexTemplatesAction, String...) - 类 的构造器org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesRequestBuilder
-
- GetIndexTemplatesResponse - org.elasticsearch.action.admin.indices.template.get中的类
-
- getIndexThrottleTimeInMillis() - 类 中的方法org.elasticsearch.index.engine.Engine
-
Returns the number of milliseconds this engine was under index throttling.
- getIndexThrottleTimeInMillis() - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
- getIndexTime() - 类 中的方法org.elasticsearch.index.shard.IndexingStats.Stats
-
The total amount of time spend on executing index operations.
- getIndexToSettings() - 类 中的方法org.elasticsearch.action.admin.indices.settings.get.GetSettingsResponse
-
- getIndexUUID() - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
- getIndexVersionCreated() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns the version the index was created on.
- getIndexWriterMemory() - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
- getIndexWriterMemoryInBytes() - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
Estimation of the memory usage by index writer
- getIndices() - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- getIndices() - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
Indices level stats.
- getIndices() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
-
Returns list of snapshot indices
- getIndices() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
number of indices in the cluster
- getIndices() - 类 中的方法org.elasticsearch.action.admin.indices.get.GetIndexResponse
-
- getIndices() - 类 中的方法org.elasticsearch.action.admin.indices.segments.IndicesSegmentResponse
-
- getIndices() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
-
- getIndices() - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusResponse
-
- getIndices() - 类 中的方法org.elasticsearch.cluster.health.ClusterStateHealth
-
- getIndices() - 类 中的方法org.elasticsearch.cluster.metadata.AliasOrIndex.Alias
-
- getIndices() - 接口 中的方法org.elasticsearch.cluster.metadata.AliasOrIndex
-
- getIndices() - 类 中的方法org.elasticsearch.cluster.metadata.AliasOrIndex.Index
-
- getIndices() - 类 中的方法org.elasticsearch.cluster.metadata.MetaData
-
- getIndices() - 类 中的方法org.elasticsearch.repositories.RepositoryData
-
Returns an unmodifiable map of the index names to
IndexId in the repository.
- getIndicesAndFilters() - 类 中的方法org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsResponse
-
- getIndicesFieldDataCache() - 类 中的方法org.elasticsearch.indices.IndicesService
-
- getIndicesQueryCache() - 类 中的方法org.elasticsearch.indices.IndicesService
-
- getIndicesRouting() - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable
-
- getIndicesStats() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
-
- getInflightOpsCount(ShardId, ClusterState, IndexShardRoutingTable, ActionListener<SyncedFlushService.InFlightOpsResponse>) - 类 中的方法org.elasticsearch.indices.flush.SyncedFlushService
-
returns the number of in flight operations on primary. -1 upon error.
- getInFlightRequestBreaker() - 类 中的方法org.elasticsearch.transport.TcpTransport
-
- getInFlightRequestBreaker() - 接口 中的方法org.elasticsearch.transport.Transport
-
- getIngest() - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodeInfo
-
- getIngestCount() - 类 中的方法org.elasticsearch.ingest.IngestStats.Stats
-
- getIngestCurrent() - 类 中的方法org.elasticsearch.ingest.IngestStats.Stats
-
- getIngestDocument() - 类 中的方法org.elasticsearch.action.ingest.SimulateDocumentBaseResult
-
- getIngestFailedCount() - 类 中的方法org.elasticsearch.ingest.IngestStats.Stats
-
- getIngestMetadata() - 类 中的方法org.elasticsearch.ingest.IngestDocument
-
Returns the available ingest metadata fields, by default only timestamp, but it is possible to set additional ones.
- getIngestNodes() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes
-
- getIngestService() - 类 中的方法org.elasticsearch.node.NodeService
-
- getIngestStats() - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
- getIngestTimeInMillis() - 类 中的方法org.elasticsearch.ingest.IngestStats.Stats
-
- getIngestTook() - 类 中的方法org.elasticsearch.action.bulk.BulkResponse
-
If ingest is enabled returns the bulk ingest preprocessing time, otherwise 0 is returned.
- getIngestTookInMillis() - 类 中的方法org.elasticsearch.action.bulk.BulkResponse
-
If ingest is enabled returns the bulk ingest preprocessing time. in milliseconds, otherwise -1 is returned.
- getInitialClusterStateCustomSupplier() - 接口 中的方法org.elasticsearch.plugins.ClusterPlugin
-
Returns a map of ClusterState.Custom supplier that should be invoked to initialize the initial clusterstate.
- getInitializingShards() - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- getInitializingShards() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotShardsStats
-
Number of shards with the snapshot in the initializing stage
- getInitializingShards() - 类 中的方法org.elasticsearch.cluster.health.ClusterIndexHealth
-
- getInitializingShards() - 类 中的方法org.elasticsearch.cluster.health.ClusterShardHealth
-
- getInitializingShards() - 类 中的方法org.elasticsearch.cluster.health.ClusterStateHealth
-
- getInitialRecoveryFilters() - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
- getInjectableMembers() - 接口 中的方法org.elasticsearch.common.inject.spi.ConstructorBinding
-
Returns all instance method and field injection points on type.
- getInjectionPoint() - 类 中的方法org.elasticsearch.common.inject.spi.Dependency
-
Returns the injection point to which this dependency belongs, or null if this dependency isn't
attached to a particular injection point.
- getInjectionPoints() - 类 中的方法org.elasticsearch.common.inject.internal.InstanceBindingImpl
-
- getInjectionPoints() - 类 中的方法org.elasticsearch.common.inject.internal.ProviderInstanceBindingImpl
-
- getInjectionPoints() - 类 中的方法org.elasticsearch.common.inject.spi.InjectionRequest
-
Returns the instance methods and fields of instance that will be injected to fulfill
this request.
- getInjectionPoints() - 接口 中的方法org.elasticsearch.common.inject.spi.InstanceBinding
-
Returns the field and method injection points of the instance, injected at injector-creation
time only.
- getInjectionPoints() - 接口 中的方法org.elasticsearch.common.inject.spi.ProviderInstanceBinding
-
Returns the field and method injection points of the provider, injected at injector-creation
time only.
- getInjectionPoints() - 类 中的方法org.elasticsearch.common.inject.spi.StaticInjectionRequest
-
Returns the static methods and fields of type that will be injected to fulfill this
request.
- getInjector() - 类 中的方法org.elasticsearch.common.inject.internal.BindingImpl
-
- getInjector() - 类 中的方法org.elasticsearch.common.inject.internal.PrivateElementsImpl
-
- getInjector() - 接口 中的方法org.elasticsearch.common.inject.spi.PrivateElements
-
Returns the child injector that hosts these private elements, or null if the elements haven't
been used to create an injector.
- getInnerFactory() - 类 中的方法org.elasticsearch.index.analysis.ShingleTokenFilterFactory
-
- getInnerHit() - 类 中的方法org.elasticsearch.search.collapse.CollapseContext
-
The inner hit options to expand the collapsed results
- getInnerHits() - 类 中的方法org.elasticsearch.search.collapse.CollapseBuilder
-
The inner hit options to expand the collapsed results
- getInnerHits() - 类 中的方法org.elasticsearch.search.fetch.subphase.InnerHitsContext
-
- getInnerHits() - 类 中的方法org.elasticsearch.search.SearchHit
-
- getInnerQuery() - 类 中的方法org.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource.Nested
-
- getInputArguments() - 类 中的方法org.elasticsearch.monitor.jvm.JvmInfo
-
- getInsertOrder() - 类 中的方法org.elasticsearch.cluster.service.PendingClusterTask
-
- getInstance() - 类 中的静态方法org.elasticsearch.cluster.DiffableUtils.StringSetValueSerializer
-
- getInstance(Key<T>) - 接口 中的方法org.elasticsearch.common.inject.Injector
-
Returns the appropriate instance for the given injection key; equivalent to getProvider(key).get().
- getInstance(Class<T>) - 接口 中的方法org.elasticsearch.common.inject.Injector
-
Returns the appropriate instance for the given injection type; equivalent to getProvider(type).get().
- getInstance() - 类 中的方法org.elasticsearch.common.inject.internal.InstanceBindingImpl
-
- getInstance() - 类 中的方法org.elasticsearch.common.inject.internal.ProviderMethod
-
- getInstance() - 类 中的方法org.elasticsearch.common.inject.spi.InjectionRequest
-
- getInstance() - 接口 中的方法org.elasticsearch.common.inject.spi.InstanceBinding
-
Returns the user-supplied instance.
- getInstance() - 类 中的静态方法org.elasticsearch.monitor.os.OsProbe
-
- getInstance() - 类 中的静态方法org.elasticsearch.monitor.process.ProcessProbe
-
- getInSyncAllocationIds(int) - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- getInSyncAllocationIds() - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
- getInSyncAllocationIds() - 类 中的方法org.elasticsearch.index.shard.ReplicationGroup
-
- getInSyncGlobalCheckpoints() - 类 中的方法org.elasticsearch.index.seqno.SequenceNumbersService
-
Get the local knowledge of the global checkpoints for all in-sync allocation IDs.
- getInSyncGlobalCheckpoints() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
Get the local knowledge of the global checkpoints for all in-sync allocation IDs.
- getInternalFactory() - 类 中的方法org.elasticsearch.common.inject.internal.BindingImpl
-
- getInternalRefreshListener() - 类 中的方法org.elasticsearch.index.engine.EngineConfig
-
The refresh listeners to add to Lucene for internally visible refreshes.
- getInternalValues() - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.Doubles
-
- getInternalValues() - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.Longs
-
- getIntKeySerializer() - 类 中的静态方法org.elasticsearch.cluster.DiffableUtils
-
Returns a map key serializer for Integer keys.
- getIoStats() - 类 中的方法org.elasticsearch.monitor.fs.FsInfo
-
- getItemId() - 类 中的方法org.elasticsearch.action.bulk.BulkItemResponse
-
The numeric order of the item matching the same request order in the bulk request.
- getItems() - 类 中的方法org.elasticsearch.action.bulk.BulkResponse
-
The items representing each action performed in the bulk operation (in the same order!).
- getItems() - 类 中的方法org.elasticsearch.action.get.MultiGetRequest
-
- getJoinValidator() - 接口 中的方法org.elasticsearch.plugins.DiscoveryPlugin
-
Returns a consumer that validate the initial join cluster state.
- getJvm() - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodeInfo
-
JVM level information.
- getJvm() - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
JVM level statistics.
- getJvm() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes
-
- getKb() - 类 中的方法org.elasticsearch.common.unit.ByteSizeValue
-
- getKbFrac() - 类 中的方法org.elasticsearch.common.unit.ByteSizeValue
-
- getKeepAlive() - 类 中的方法org.elasticsearch.threadpool.ThreadPool.Info
-
- getKey() - 类 中的方法org.elasticsearch.common.cache.RemovalNotification
-
- getKey() - 接口 中的方法org.elasticsearch.common.inject.Binding
-
Returns the key for this binding.
- getKey(TypeLiteral<?>, Member, Annotation[], Errors) - 类 中的静态方法org.elasticsearch.common.inject.internal.Annotations
-
Gets a key for the given type, member and annotations.
- getKey() - 类 中的方法org.elasticsearch.common.inject.internal.BindingImpl
-
- getKey() - 类 中的方法org.elasticsearch.common.inject.internal.ExposureBuilder
-
- getKey() - 类 中的方法org.elasticsearch.common.inject.internal.ProviderMethod
-
- getKey() - 类 中的方法org.elasticsearch.common.inject.spi.Dependency
-
Returns the key to the binding that satisfies this dependency.
- getKey() - 类 中的方法org.elasticsearch.common.inject.spi.ProviderLookup
-
- getKey() - 类 中的方法org.elasticsearch.common.inject.spi.ProviderLookup.ProviderImpl
-
- getKey() - 类 中的方法org.elasticsearch.common.settings.Setting
-
Returns the settings key or a prefix if this setting is a group setting.
- getKey() - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix.InternalBucket
-
- getKey() - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.ParsedAdjacencyMatrix.ParsedBucket
-
- getKey() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregation.Bucket
-
- getKey() - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.ParsedComposite.ParsedBucket
-
- getKey() - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.InternalFilters.InternalBucket
-
- getKey() - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.ParsedFilters.ParsedBucket
-
- getKey() - 类 中的方法org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoHashGrid.ParsedBucket
-
- getKey(MultiBucketsAggregation.Bucket) - 接口 中的方法org.elasticsearch.search.aggregations.bucket.histogram.HistogramFactory
-
Get the key for the given bucket.
- getKey() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram.Bucket
-
- getKey(MultiBucketsAggregation.Bucket) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram
-
- getKey() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
-
- getKey(MultiBucketsAggregation.Bucket) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
-
- getKey() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.ParsedDateHistogram.ParsedBucket
-
- getKey() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket
-
- getKey() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange.Bucket
-
- getKey() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- getKey() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.IpRangeAggregationBuilder.Range
-
- getKey() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.ParsedBinaryRange.ParsedBucket
-
- getKey() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
-
- getKey() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
-
- getKey() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantLongTerms.ParsedBucket
-
- getKey() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantStringTerms.ParsedBucket
-
- getKey() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms.Bucket
-
- getKey() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.LongTerms.Bucket
-
- getKey() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.ParsedDoubleTerms.ParsedBucket
-
- getKey() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.ParsedLongTerms.ParsedBucket
-
- getKey() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.ParsedStringTerms.ParsedBucket
-
- getKey() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.StringTerms.Bucket
-
- getKeyAsNumber() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantLongTerms.ParsedBucket
-
- getKeyAsNumber() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantStringTerms.ParsedBucket
-
- getKeyAsNumber() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms.Bucket
-
- getKeyAsNumber() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTerms.Bucket
-
- getKeyAsNumber() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.LongTerms.Bucket
-
- getKeyAsNumber() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.ParsedDoubleTerms.ParsedBucket
-
- getKeyAsNumber() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.ParsedLongTerms.ParsedBucket
-
- getKeyAsNumber() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.ParsedStringTerms.ParsedBucket
-
- getKeyAsNumber() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.StringTerms.Bucket
-
- getKeyAsNumber() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.terms.Terms.Bucket
-
- getKeyAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix.InternalBucket
-
- getKeyAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.ParsedAdjacencyMatrix.ParsedBucket
-
- getKeyAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.ParsedComposite.ParsedBucket
-
- getKeyAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.InternalFilters.InternalBucket
-
- getKeyAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.ParsedFilters.ParsedBucket
-
- getKeyAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoHashGrid.ParsedBucket
-
- getKeyAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram.Bucket
-
- getKeyAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
-
- getKeyAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.ParsedDateHistogram.ParsedBucket
-
- getKeyAsString() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket
-
- getKeyAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange.Bucket
-
- getKeyAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- getKeyAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.ParsedBinaryRange.ParsedBucket
-
- getKeyAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
-
- getKeyAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantLongTerms.ParsedBucket
-
- getKeyAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantStringTerms.ParsedBucket
-
- getKeyAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms.Bucket
-
- getKeyAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.LongTerms.Bucket
-
- getKeyAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.ParsedDoubleTerms.ParsedBucket
-
- getKeyAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.ParsedLongTerms.ParsedBucket
-
- getKeyAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.ParsedStringTerms.ParsedBucket
-
- getKeyAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.StringTerms.Bucket
-
- getKeyAsString() - 类 中的方法org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
-
- getKeyed() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram.Bucket
-
- getKeyed() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
-
- getKeyed() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- getKilo() - 类 中的方法org.elasticsearch.common.unit.SizeValue
-
- getKiloFrac() - 类 中的方法org.elasticsearch.common.unit.SizeValue
-
- getLang() - 类 中的方法org.elasticsearch.script.Script
-
- getLang() - 异常错误 中的方法org.elasticsearch.script.ScriptException
-
Returns the language of the script.
- getLang() - 类 中的方法org.elasticsearch.script.StoredScriptSource
-
- getLargest() - 类 中的方法org.elasticsearch.threadpool.ThreadPoolStats.Stats
-
- getLargestNonClientNodeVersion() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes
-
Returns the version of the node with the youngest version in the cluster that is not a client node.
- getLastAllocationStatus() - 类 中的方法org.elasticsearch.cluster.routing.UnassignedInfo
-
Get the status for the last allocation attempt for this shard.
- getLastCommittedSegmentInfos() - 类 中的方法org.elasticsearch.index.engine.Engine
-
- getLastCommittedSegmentInfos() - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
- getLastEmittedDocPerShard(SearchPhaseController.ReducedQueryPhase, int) - 类 中的方法org.elasticsearch.action.search.SearchPhaseController
-
- getLastModifiedTime() - 类 中的方法org.elasticsearch.index.translog.BaseTranslogReader
-
- getLastSyncedGlobalCheckpoint() - 类 中的方法org.elasticsearch.index.translog.Translog
-
The last synced checkpoint for this translog.
- getLastWriteLocation() - 类 中的方法org.elasticsearch.index.translog.Translog
-
- getLastWriteNanos() - 类 中的方法org.elasticsearch.index.engine.Engine
-
Returns the timestamp of the last write in nanoseconds.
- getLat() - 类 中的方法org.elasticsearch.common.geo.GeoPoint
-
- getLat() - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- getLats() - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- getLeaderState() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask
-
Returns the object that tracks the state of sliced subtasks.
- getLeaf(Directory, Class<T>) - 类 中的静态方法org.elasticsearch.index.store.DirectoryUtils
-
Tries to extract the leaf of the Directory if the directory is a FilterDirectory and cast
it to the given target class or returns null if the leaf is not assignable to the target class.
- getLeaf(Directory, Class<T>, T) - 类 中的静态方法org.elasticsearch.index.store.DirectoryUtils
-
Tries to extract the leaf of the Directory if the directory is a FilterDirectory and cast
it to the given target class or returns the given default value, if the leaf is not assignable to the target class.
- getLeafCollector(LeafReaderContext) - 类 中的方法org.elasticsearch.common.lucene.search.FilteredCollector
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.AggregatorBase
-
- getLeafCollector(LeafReaderContext) - 类 中的方法org.elasticsearch.search.aggregations.AggregatorBase
-
- getLeafCollector(LeafReaderContext) - 类 中的方法org.elasticsearch.search.aggregations.AggregatorFactory.MultiBucketAggregatorWrapper
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregator
-
- getLeafCollector(LeafReaderContext) - 类 中的方法org.elasticsearch.search.aggregations.bucket.BestBucketsDeferringCollector
-
- getLeafCollector(LeafReaderContext) - 类 中的方法org.elasticsearch.search.aggregations.bucket.DeferringBucketCollector.WrappedAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.FilterAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.FiltersAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGridAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.bucket.global.GlobalAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.bucket.missing.MissingAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.BinaryRangeAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.RangeAggregator
-
- getLeafCollector(LeafReaderContext) - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.BestDocsDeferringCollector
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.GlobalOrdinalsSignificantTermsAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTermsAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTermsAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.LongTermsAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.StringTermsAggregator
-
- getLeafCollector(LeafReaderContext) - 类 中的方法org.elasticsearch.search.aggregations.BucketCollector
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.metrics.avg.AvgAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.metrics.max.MaxAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.metrics.min.MinAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.hdr.AbstractHDRPercentilesAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.AbstractTDigestPercentilesAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.StatsAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.metrics.sum.SumAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - 类 中的方法org.elasticsearch.search.aggregations.NonCollectingAggregator
-
- getLeafCollector(LeafReaderContext) - 类 中的方法org.elasticsearch.search.profile.aggregation.ProfilingAggregator
-
- getLeafCollector(LeafReaderContext) - 类 中的方法org.elasticsearch.search.profile.query.InternalProfileCollector
-
- getLeafCollector(LeafReaderContext) - 类 中的方法org.elasticsearch.search.query.CancellableCollector
-
- getLeafCollector(LeafReaderContext) - 类 中的方法org.elasticsearch.search.query.EarlyTerminatingCollector
-
- getLeafContext() - 类 中的方法org.elasticsearch.script.SearchScript
-
The leaf context for the Lucene segment this script was created for.
- getLeafDocLookup(LeafReaderContext) - 类 中的方法org.elasticsearch.search.lookup.DocLookup
-
- getLeafFieldsLookup(LeafReaderContext) - 类 中的方法org.elasticsearch.search.lookup.FieldsLookup
-
- getLeafLookup() - 类 中的方法org.elasticsearch.script.SearchScript
-
The leaf lookup for the Lucene segment this script was created for.
- getLeafScoreFunction(LeafReaderContext) - 类 中的方法org.elasticsearch.common.lucene.search.function.FieldValueFactorFunction
-
- getLeafScoreFunction(LeafReaderContext) - 类 中的方法org.elasticsearch.common.lucene.search.function.FunctionScoreQuery.FilterScoreFunction
-
- getLeafScoreFunction(LeafReaderContext) - 类 中的方法org.elasticsearch.common.lucene.search.function.RandomScoreFunction
-
- getLeafScoreFunction(LeafReaderContext) - 类 中的方法org.elasticsearch.common.lucene.search.function.ScoreFunction
-
- getLeafScoreFunction(LeafReaderContext) - 类 中的方法org.elasticsearch.common.lucene.search.function.ScriptScoreFunction
-
- getLeafScoreFunction(LeafReaderContext) - 类 中的方法org.elasticsearch.common.lucene.search.function.WeightFactorFunction
-
- getLeafScoreFunction(LeafReaderContext) - 类 中的方法org.elasticsearch.index.query.functionscore.DecayFunctionBuilder.AbstractDistanceScoreFunction
-
- getLeafSearchLookup(LeafReaderContext) - 类 中的方法org.elasticsearch.search.lookup.SearchLookup
-
- getLeastDiskEstimate() - 类 中的方法org.elasticsearch.monitor.fs.FsInfo
-
- getLength() - 类 中的方法org.elasticsearch.index.similarity.ScriptedSimilarity.Doc
-
Return the number of tokens that the current document has in the considered field.
- getLength() - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
-
- getLikeFields() - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- getLikeText() - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- getLikeTexts() - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- getLimit() - 类 中的方法org.elasticsearch.common.breaker.ChildMemoryCircuitBreaker
-
- getLimit() - 接口 中的方法org.elasticsearch.common.breaker.CircuitBreaker
-
- getLimit() - 类 中的方法org.elasticsearch.common.breaker.MemoryCircuitBreaker
-
- getLimit() - 类 中的方法org.elasticsearch.common.breaker.NoopCircuitBreaker
-
- getLimit() - 类 中的方法org.elasticsearch.indices.breaker.BreakerSettings
-
- getLimit() - 类 中的方法org.elasticsearch.indices.breaker.CircuitBreakerStats
-
- getLineNumber() - 异常错误 中的方法org.elasticsearch.common.ParsingException
-
Line number of the location of the error
- getLineNumber() - 异常错误 中的方法org.elasticsearch.search.SearchParseException
-
Line number of the location of the error
- getLinkedKey() - 类 中的方法org.elasticsearch.common.inject.internal.LinkedBindingImpl
-
- getLinkedKey() - 接口 中的方法org.elasticsearch.common.inject.spi.LinkedKeyBinding
-
Returns the linked key used to resolve injections.
- getListener() - 类 中的方法org.elasticsearch.common.inject.spi.TypeListenerBinding
-
Returns the registered listener.
- getListeners() - 类 中的方法org.elasticsearch.index.refresh.RefreshStats
-
The number of waiting refresh listeners.
- getLoadAndScaleToPercent(Method, OperatingSystemMXBean) - 类 中的静态方法org.elasticsearch.monitor.Probes
-
- getLoadAverage() - 类 中的方法org.elasticsearch.monitor.os.OsStats.Cpu
-
- getLoadedClassCount() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats.Classes
-
- getLocalAddress() - 类 中的方法org.elasticsearch.rest.RestRequest
-
- getLocalAddress() - 接口 中的方法org.elasticsearch.transport.TcpChannel
-
Returns the local address for this channel.
- getLocalAddresses() - 类 中的方法org.elasticsearch.transport.TcpTransport
-
- getLocalAddresses() - 接口 中的方法org.elasticsearch.transport.Transport
-
- getLocalAddresses() - 类 中的方法org.elasticsearch.transport.TransportService
-
- getLocalCheckpoint() - 类 中的方法org.elasticsearch.index.seqno.GlobalCheckpointTracker.CheckpointState
-
- getLocalCheckpoint() - 类 中的方法org.elasticsearch.index.seqno.SeqNoStats
-
the maximum sequence number for which all previous operations (including) have been completed
- getLocalCheckpoint() - 类 中的方法org.elasticsearch.index.seqno.SequenceNumbersService
-
Returns the local checkpoint for the shard.
- getLocalCheckpoint() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
Returns the local checkpoint for the shard.
- getLocalNode() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes
-
Get the local node
- getLocalNode() - 类 中的方法org.elasticsearch.transport.TransportService
-
- getLocalNodeId() - 类 中的方法org.elasticsearch.client.node.NodeClient
-
- getLocalNodeId() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes
-
Get the id of the local node
- getLocation(String) - 类 中的方法org.elasticsearch.action.DocWriteResponse
-
Return the relative URI for the location of the document suitable for use in the Location header.
- getLogger(String, String) - 类 中的静态方法org.elasticsearch.common.logging.ESLoggerFactory
-
- getLogger(String, Class<?>) - 类 中的静态方法org.elasticsearch.common.logging.ESLoggerFactory
-
- getLogger(String, Logger) - 类 中的静态方法org.elasticsearch.common.logging.ESLoggerFactory
-
- getLogger(Class<?>) - 类 中的静态方法org.elasticsearch.common.logging.ESLoggerFactory
-
- getLogger(String) - 类 中的静态方法org.elasticsearch.common.logging.ESLoggerFactory
-
- getLogger(Class<?>, Settings, ShardId, String...) - 类 中的静态方法org.elasticsearch.common.logging.Loggers
-
- getLogger(String, Settings, ShardId, String...) - 类 中的静态方法org.elasticsearch.common.logging.Loggers
-
- getLogger(Class<?>, Settings, Index, String...) - 类 中的静态方法org.elasticsearch.common.logging.Loggers
-
- getLogger(Class<?>, Settings, String...) - 类 中的静态方法org.elasticsearch.common.logging.Loggers
-
- getLogger(String, Settings, String...) - 类 中的静态方法org.elasticsearch.common.logging.Loggers
-
- getLogger(Logger, String) - 类 中的静态方法org.elasticsearch.common.logging.Loggers
-
- getLogger(String) - 类 中的静态方法org.elasticsearch.common.logging.Loggers
-
- getLogger(Class<?>) - 类 中的静态方法org.elasticsearch.common.logging.Loggers
-
- getLogger(Class<?>, String...) - 类 中的静态方法org.elasticsearch.common.logging.Loggers
-
- getLogger(String, String...) - 类 中的静态方法org.elasticsearch.common.logging.Loggers
-
- getLon() - 类 中的方法org.elasticsearch.common.geo.GeoPoint
-
- getLon() - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- getLongValues() - 接口 中的方法org.elasticsearch.index.fielddata.AtomicNumericFieldData
-
Get an integer view of the values of this segment.
- getLons() - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- getLowerBounds() - 类 中的方法org.elasticsearch.common.inject.internal.MoreTypes.WildcardTypeImpl
-
- getLowercase() - 枚举 中的方法org.elasticsearch.action.DocWriteRequest.OpType
-
- getLowercase() - 枚举 中的方法org.elasticsearch.action.DocWriteResponse.Result
-
- getLowercase() - 枚举 中的方法org.elasticsearch.index.engine.Engine.Operation.TYPE
-
- getLowFreqMinimumNumberShouldMatchSpec() - 类 中的方法org.apache.lucene.queries.ExtendedCommonTermsQuery
-
- getLowWatermarkRaw() - 类 中的方法org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
-
Gets the raw (uninterpreted) low watermark value as found in the settings.
- getLuceneDescription() - 类 中的方法org.elasticsearch.search.profile.ProfileResult
-
Retrieve the lucene description of this query (e.g. the "explain" text)
- getMapper(String) - 类 中的方法org.elasticsearch.index.mapper.DocumentFieldMappers
-
Returns the mapper for the given field
- getMapper(String) - 类 中的方法org.elasticsearch.index.mapper.ObjectMapper
-
- getMapperParsers() - 类 中的方法org.elasticsearch.indices.mapper.MapperRegistry
-
Return a map of the mappers that have been registered.
- getMapperRegistry() - 类 中的方法org.elasticsearch.indices.IndicesModule
-
A registry for all field mappers.
- getMappers() - 接口 中的方法org.elasticsearch.plugins.MapperPlugin
-
Returns additional mapper implementations added by this plugin.
- getMapperService() - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
Return the MapperService.
- getMapping() - 类 中的方法org.elasticsearch.index.mapper.DocumentMapperForType
-
- getMappings() - 类 中的方法org.elasticsearch.action.admin.indices.get.GetIndexResponse
-
- getMappings() - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetMappingsResponse
-
- getMappings(GetMappingsRequest, ActionListener<GetMappingsResponse>) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Get the complete mappings of one or more types
- getMappings(GetMappingsRequest) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Get the complete mappings of one or more types
- getMappings() - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
- getMappings() - 类 中的方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- GetMappingsAction - org.elasticsearch.action.admin.indices.mapping.get中的类
-
- GetMappingsRequest - org.elasticsearch.action.admin.indices.mapping.get中的类
-
- GetMappingsRequest() - 类 的构造器org.elasticsearch.action.admin.indices.mapping.get.GetMappingsRequest
-
- GetMappingsRequestBuilder - org.elasticsearch.action.admin.indices.mapping.get中的类
-
- GetMappingsRequestBuilder(ElasticsearchClient, GetMappingsAction, String...) - 类 的构造器org.elasticsearch.action.admin.indices.mapping.get.GetMappingsRequestBuilder
-
- GetMappingsResponse - org.elasticsearch.action.admin.indices.mapping.get中的类
-
- getMasterActionName(DiscoveryNode) - 类 中的方法org.elasticsearch.action.admin.indices.shrink.TransportResizeAction
-
- getMasterActionName(DiscoveryNode) - 类 中的方法org.elasticsearch.action.support.master.TransportMasterNodeAction
-
Allows to conditionally return a different master node action name in the case an action gets renamed.
- getMasterAndDataNodes() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes
-
Get a Map of the discovered master and data nodes arranged by their ids
- getMasterNode() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes
-
Get the master node
- getMasterNodeId() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes
-
Get the id of the master node
- getMasterNodes() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes
-
Get a Map of the discovered master nodes arranged by their ids
- getMasterService() - 类 中的方法org.elasticsearch.cluster.service.ClusterService
-
- getMatchedQueries() - 类 中的方法org.elasticsearch.search.SearchHit
-
The set of query and filter names the query matched with.
- getMatchingBytes() - 类 中的方法org.elasticsearch.cluster.routing.allocation.NodeAllocationResult.ShardStoreInfo
-
Gets the number of matching bytes the shard copy has with the primary shard.
- getMax() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats.MemoryPool
-
- getMax() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.ExtendedBounds
-
- getMax() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- getMax() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
-
- getMax() - 接口 中的方法org.elasticsearch.search.aggregations.metrics.stats.Stats
-
- getMax() - 类 中的方法org.elasticsearch.search.slice.SliceBuilder
-
The maximum number of slices.
- getMax() - 类 中的方法org.elasticsearch.search.slice.SliceQuery
-
- getMax() - 类 中的方法org.elasticsearch.threadpool.ThreadPool.Info
-
- getMaxAdjacencyMatrixFilters() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns the max number of filters in adjacency_matrix aggregation search requests
- getMaxAnalyzedPathsForOneInput() - 类 中的方法org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
-
- getMaxAsString() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- getMaxAsString() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
-
- getMaxAsString() - 接口 中的方法org.elasticsearch.search.aggregations.metrics.stats.Stats
-
- getMaxConcurrentGroupRequests() - 类 中的方法org.elasticsearch.search.collapse.CollapseBuilder
-
Returns the amount of group requests that are allowed to be ran concurrently in the inner_hits phase.
- getMaxConcurrentShardRequests() - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
Returns the number of shard requests that should be executed concurrently.
- getMaxContentLength() - 类 中的方法org.elasticsearch.http.HttpInfo
-
- getMaxDeterminizedStates() - 类 中的方法org.elasticsearch.search.suggest.completion.FuzzyOptions
-
Returns the maximum automaton states allowed for fuzzy expansion
- getMaxDeterminizedStates() - 类 中的方法org.elasticsearch.search.suggest.completion.RegexOptions
-
Returns the maximum automaton states allowed for fuzzy expansion
- getMaxDocFreq() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsFilter
-
- getMaxDocFreq() - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- getMaxDocFreq() - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Returns the maximum frequency in which words may still appear.
- getMaxDocvalueFields() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns the maximum number of allowed docvalue_fields to retrieve in a search request
- getMaxFileDescriptorCount() - 类 中的方法org.elasticsearch.monitor.process.ProcessProbe
-
Returns the maximum number of file descriptors allowed on the system, or -1 if not supported.
- getMaxFileDescriptors() - 类 中的方法org.elasticsearch.monitor.process.ProcessStats
-
- getMaxIndexPrimaryShards() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
the maximum number of primary shards an index has
- getMaxIndexReplication() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
maximum replication factor across the indices.
- getMaxIndexShards() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
the maximum number of shards (primary+replicas) an index has
- getMaxInnerResultWindow() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns the max result window for an individual inner hit definition or top hits aggregation.
- getMaxMergeCount() - 类 中的方法org.elasticsearch.index.MergeSchedulerConfig
-
Returns maxMergeCount.
- getMaxNgramDiff() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns the maximum allowed difference between max and min length of ngram
- getMaxNodeVersion() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes
-
Returns the version of the node with the youngest version in the cluster
- getMaxNumTerms() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsFilter
-
- getMaxNumTokensParsed() - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
- getMaxOpenFileDescriptors() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.ProcessStats
-
- getMaxQueryTerms() - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- getMaxQueryTerms() - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Returns the maximum number of query terms that will be included in any generated query.
- getMaxRefreshListeners() - 类 中的方法org.elasticsearch.index.IndexSettings
-
The maximum number of refresh listeners allows on this shard.
- getMaxRescoreWindow() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns the maximum rescore window for search requests.
- getMaxResultWindow() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns the max result window for search requests, describing the maximum value of from + size on a query.
- getMaxRetries() - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
Total number of retries attempted for rejections.
- getMaxScore() - 类 中的方法org.elasticsearch.search.query.QuerySearchResult
-
- getMaxScore() - 类 中的方法org.elasticsearch.search.SearchHits
-
The maximum score of this query.
- getMaxScriptFields() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns the maximum number of allowed script_fields to retrieve in a search request
- getMaxSeqNo() - 类 中的方法org.elasticsearch.index.seqno.SeqNoStats
-
the maximum sequence number seen so far
- getMaxSeqNo() - 类 中的方法org.elasticsearch.index.seqno.SequenceNumbersService
-
The maximum sequence number issued so far.
- getMaxShingleDiff() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns the maximum allowed difference between max and min shingle_size
- getMaxShingleSize() - 类 中的方法org.elasticsearch.index.analysis.ShingleTokenFilterFactory.Factory
-
- getMaxSlicesPerScroll() - 类 中的方法org.elasticsearch.index.IndexSettings
-
The maximum number of slices allowed in a scroll request.
- getMaxTaskWaitTime() - 类 中的方法org.elasticsearch.cluster.service.MasterService
-
Returns the maximum wait time for tasks in the queue
- getMaxTaskWaitTime() - 类 中的方法org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor
-
Returns the waiting time of the first task in the queue
- getMaxTermFreq() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsFilter
-
- getMaxTermFrequency() - 类 中的方法org.apache.lucene.queries.ExtendedCommonTermsQuery
-
- getMaxThreadCount() - 类 中的方法org.elasticsearch.index.MergeSchedulerConfig
-
Returns maxThreadCount.
- getMaxUnsafeAutoIdTimestamp() - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
Returns the max timestamp that is used to de-optimize documents with auto-generated IDs in the engine.
- getMaxUpTime() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.JvmStats
-
The maximum uptime of a node in the cluster
- getMaxWordLen() - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- getMaxWordLen() - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Returns the maximum word length above which words will be ignored.
- getMaxWordLength() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsFilter
-
- getMb() - 类 中的方法org.elasticsearch.common.unit.ByteSizeValue
-
- getMbFrac() - 类 中的方法org.elasticsearch.common.unit.ByteSizeValue
-
- getMbPerSec(Thread, MergePolicy.OneMerge) - 类 中的静态方法org.apache.lucene.index.OneMergeHelper
-
The current MB per second rate limit for this merge.
- getMega() - 类 中的方法org.elasticsearch.common.unit.SizeValue
-
- getMegaFrac() - 类 中的方法org.elasticsearch.common.unit.SizeValue
-
- getMem() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.OsStats
-
- getMem() - 类 中的方法org.elasticsearch.monitor.jvm.JvmInfo
-
- getMem() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats
-
- getMem() - 类 中的方法org.elasticsearch.monitor.os.OsStats
-
- getMem() - 类 中的方法org.elasticsearch.monitor.process.ProcessStats
-
- getMember() - 类 中的方法org.elasticsearch.common.inject.spi.InjectionPoint
-
Returns the injected constructor, field, or method.
- getMembersInjector(Class<T>) - 类 中的方法org.elasticsearch.common.inject.AbstractModule
-
- getMembersInjector(TypeLiteral<T>) - 类 中的方法org.elasticsearch.common.inject.AbstractModule
-
- getMembersInjector(TypeLiteral<T>) - 接口 中的方法org.elasticsearch.common.inject.Binder
-
Returns the members injector used to inject dependencies into methods and fields on instances
of the given type T.
- getMembersInjector(Class<T>) - 接口 中的方法org.elasticsearch.common.inject.Binder
-
Returns the members injector used to inject dependencies into methods and fields on instances
of the given type T.
- getMembersInjector(TypeLiteral<T>) - 接口 中的方法org.elasticsearch.common.inject.Injector
-
Returns the members injector used to inject dependencies into methods and fields on instances
of the given type T.
- getMembersInjector(Class<T>) - 接口 中的方法org.elasticsearch.common.inject.Injector
-
Returns the members injector used to inject dependencies into methods and fields on instances
of the given type T.
- getMembersInjector(Class<T>) - 类 中的方法org.elasticsearch.common.inject.PrivateModule
-
- getMembersInjector(TypeLiteral<T>) - 类 中的方法org.elasticsearch.common.inject.PrivateModule
-
- getMembersInjector() - 类 中的方法org.elasticsearch.common.inject.spi.MembersInjectorLookup
-
Returns the looked up members injector.
- getMembersInjector(TypeLiteral<T>) - 接口 中的方法org.elasticsearch.common.inject.spi.TypeEncounter
-
Returns the members injector used to inject dependencies into methods and fields on instances
of the given type T.
- getMembersInjector(Class<T>) - 接口 中的方法org.elasticsearch.common.inject.spi.TypeEncounter
-
Returns the members injector used to inject dependencies into methods and fields on instances
of the given type T.
- getMemory() - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
- getMemoryControlGroup() - 类 中的方法org.elasticsearch.monitor.os.OsStats.Cgroup
-
The control group for the memory subsystem.
- getMemoryInBytes() - 类 中的方法org.elasticsearch.index.engine.Segment
-
Estimation of the memory usage used by a segment.
- getMemoryInBytes() - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
Estimation of the memory usage used by a segment.
- getMemoryLimitInBytes() - 类 中的方法org.elasticsearch.monitor.os.OsStats.Cgroup
-
The maximum amount of user memory (including file cache).
- getMemoryPools() - 类 中的方法org.elasticsearch.monitor.jvm.JvmInfo
-
- getMemorySize() - 类 中的方法org.elasticsearch.index.cache.query.QueryCacheStats
-
- getMemorySize() - 类 中的方法org.elasticsearch.index.cache.request.RequestCacheStats
-
- getMemorySize() - 类 中的方法org.elasticsearch.index.fielddata.FieldDataStats
-
- getMemorySizeInBytes() - 类 中的方法org.elasticsearch.index.cache.bitset.ShardBitsetFilterCache
-
- getMemorySizeInBytes() - 类 中的方法org.elasticsearch.index.cache.query.QueryCacheStats
-
- getMemorySizeInBytes() - 类 中的方法org.elasticsearch.index.cache.request.RequestCacheStats
-
- getMemorySizeInBytes() - 类 中的方法org.elasticsearch.index.fielddata.FieldDataStats
-
- getMemoryUsageInBytes() - 类 中的方法org.elasticsearch.monitor.os.OsStats.Cgroup
-
The total current memory usage by processes in the cgroup (in bytes).
- getMerge() - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStats
-
- getMerge() - 类 中的方法org.elasticsearch.indices.NodeIndicesStats
-
- getMergedSegments() - 类 中的方法org.elasticsearch.index.merge.OnGoingMerge
-
The list of segments that are being merged.
- getMergeId() - 类 中的方法org.elasticsearch.index.engine.Segment
-
If set, a string representing that the segment is part of a merge, with the value representing the
group of segments that represent this merge.
- getMergePolicy() - 类 中的方法org.elasticsearch.index.engine.EngineConfig
-
Returns the MergePolicy for the engines IndexWriter
- getMergePolicy() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns the merge policy that should be used for this index.
- getMergeSchedulerConfig() - 类 中的方法org.elasticsearch.index.IndexSettings
-
- getMergeStats() - 类 中的方法org.elasticsearch.index.engine.Engine
-
- getMergeStats() - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
- getMessage() - 类 中的方法org.elasticsearch.action.bulk.BulkItemResponse.Failure
-
The failure message.
- getMessage() - 类 中的方法org.elasticsearch.action.get.MultiGetResponse.Failure
-
The failure message.
- getMessage() - 类 中的方法org.elasticsearch.bootstrap.BootstrapCheck.BootstrapCheckResult
-
- getMessage() - 类 中的方法org.elasticsearch.cluster.routing.allocation.command.AllocateEmptyPrimaryAllocationCommand
-
- getMessage() - 类 中的方法org.elasticsearch.cluster.routing.allocation.command.AllocateStalePrimaryAllocationCommand
-
- getMessage() - 接口 中的方法org.elasticsearch.cluster.routing.allocation.command.AllocationCommand
-
Returns any feedback the command wants to provide for logging.
- getMessage() - 类 中的方法org.elasticsearch.cluster.routing.allocation.FailedShard
-
The failure message, if available, explaining why the shard failed.
- getMessage() - 类 中的方法org.elasticsearch.cluster.routing.UnassignedInfo
-
Returns optional details explaining the reasons.
- getMessage() - 异常错误 中的方法org.elasticsearch.common.inject.ConfigurationException
-
- getMessage() - 异常错误 中的方法org.elasticsearch.common.inject.CreationException
-
- getMessage() - 异常错误 中的方法org.elasticsearch.common.inject.ProvisionException
-
- getMessage() - 类 中的方法org.elasticsearch.common.inject.spi.Message
-
Gets the error message text.
- getMessage() - 异常错误 中的方法org.elasticsearch.common.ValidationException
-
- getMessages() - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- getMessagesFromThrowable(Throwable) - 类 中的静态方法org.elasticsearch.common.inject.internal.Errors
-
- getMetaData() - 类 中的方法org.elasticsearch.cluster.ClusterState
-
- getMetadata(String) - 异常错误 中的方法org.elasticsearch.ElasticsearchException
-
Returns the list of metadata values for the given key or null if no metadata for the
given key exists.
- getMetadata() - 异常错误 中的方法org.elasticsearch.ElasticsearchException
-
- getMetaData() - 类 中的方法org.elasticsearch.index.IndexService
-
- getMetadata(IndexCommit) - 类 中的方法org.elasticsearch.index.store.Store
-
Returns a new MetadataSnapshot for the given commit.
- getMetadata(IndexCommit, boolean) - 类 中的方法org.elasticsearch.index.store.Store
-
Returns a new MetadataSnapshot for the given commit.
- getMetadata() - 类 中的方法org.elasticsearch.repositories.blobstore.BlobStoreRepository
-
- getMetadata() - 接口 中的方法org.elasticsearch.repositories.Repository
-
Returns metadata about this repository.
- getMetaData() - 类 中的方法org.elasticsearch.search.aggregations.AbstractAggregationBuilder
-
- getMetaData() - 接口 中的方法org.elasticsearch.search.aggregations.Aggregation
-
Get the optional byte array metadata that was set on the aggregation
- getMetaData() - 类 中的方法org.elasticsearch.search.aggregations.AggregationBuilder
-
- getMetaData() - 类 中的方法org.elasticsearch.search.aggregations.InternalAggregation
-
- getMetaData() - 类 中的方法org.elasticsearch.search.aggregations.ParsedAggregation
-
- getMetadataKeys() - 异常错误 中的方法org.elasticsearch.ElasticsearchException
-
Returns a set of all metadata keys on this exception
- getMetadataMapperParsers() - 类 中的方法org.elasticsearch.indices.mapper.MapperRegistry
-
Return a map of the meta mappers that have been registered.
- getMetadataMappers() - 接口 中的方法org.elasticsearch.plugins.MapperPlugin
-
Returns additional metadata mapper implementations added by this plugin.
- getMethod() - 类 中的方法org.elasticsearch.common.inject.internal.ProviderMethod
-
- getMicros() - 类 中的方法org.elasticsearch.common.unit.TimeValue
-
- getMicrosFrac() - 类 中的方法org.elasticsearch.common.unit.TimeValue
-
- getMillis() - 类 中的方法org.elasticsearch.common.unit.TimeValue
-
- getMillisFrac() - 类 中的方法org.elasticsearch.common.unit.TimeValue
-
- getMin() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.ExtendedBounds
-
- getMin() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- getMin() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
-
- getMin() - 接口 中的方法org.elasticsearch.search.aggregations.metrics.stats.Stats
-
- getMin() - 类 中的方法org.elasticsearch.threadpool.ThreadPool.Info
-
- getMinAsString() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- getMinAsString() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
-
- getMinAsString() - 接口 中的方法org.elasticsearch.search.aggregations.metrics.stats.Stats
-
- getMinDocCount() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
-
- getMinDocFreq() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsFilter
-
- getMinDocFreq() - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- getMinDocFreq() - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Returns the frequency at which words will be ignored which do not occur in at least this
many docs.
- getMinGenerationForSeqNo(long) - 类 中的方法org.elasticsearch.index.translog.Translog
-
Gets the minimum generation that could contain any sequence number after the specified sequence number, or the current generation if
there is no generation that could any such sequence number.
- getMinimalSupportedVersion() - 接口 中的方法org.elasticsearch.cluster.NamedDiff
-
The minimal version of the recipient this custom object can be sent to
- getMinimalSupportedVersion() - 接口 中的方法org.elasticsearch.cluster.NamedDiffable
-
The minimal version of the recipient this custom object can be sent to
- getMinimalSupportedVersion() - 类 中的方法org.elasticsearch.cluster.SnapshotDeletionsInProgress
-
- getMinimumShouldMatch() - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
Number of terms that must match the generated query expressed in the
common syntax for minimum should match.
- getMinimumShouldMatchField() - 类 中的方法org.elasticsearch.index.query.TermsSetQueryBuilder
-
- getMinimumShouldMatchScript() - 类 中的方法org.elasticsearch.index.query.TermsSetQueryBuilder
-
- getMinIndexPrimaryShards() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
the minimum number of primary shards an index has
- getMinIndexReplication() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
minimum replication factor across the indices.
- getMinIndexShards() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
the minimum number of shards (primary+replicas) an index has
- getMinNodeVersion() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes
-
Returns the version of the node with the oldest version in the cluster.
- getMinOpenFileDescriptors() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.ProcessStats
-
- getMinScore() - 类 中的方法org.elasticsearch.common.lucene.search.function.FunctionScoreQuery
-
- getMinScore() - 类 中的方法org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
- getMinShingleSize() - 类 中的方法org.elasticsearch.index.analysis.ShingleTokenFilterFactory.Factory
-
- getMinTermFreq() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsFilter
-
- getMinTermFreq() - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Returns the frequency below which terms will be ignored in the source doc.
- getMinTermFrequency() - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- getMinTranslogGenerationForRecovery() - 类 中的方法org.elasticsearch.index.translog.TranslogDeletionPolicy
-
returns the translog generation that will be used as a basis of a future store/peer recovery
- getMinutes() - 类 中的方法org.elasticsearch.common.unit.TimeValue
-
- getMinutesFrac() - 类 中的方法org.elasticsearch.common.unit.TimeValue
-
- getMinWordLen() - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- getMinWordLen() - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Returns the minimum word length below which words will be ignored.
- getMinWordLength() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsFilter
-
- getMissCount() - 类 中的方法org.elasticsearch.index.cache.query.QueryCacheStats
-
The number of lookups in the cache that failed to retrieve a DocIdSet.
- getMissCount() - 类 中的方法org.elasticsearch.index.cache.request.RequestCacheStats
-
- getMisses() - 类 中的方法org.elasticsearch.common.cache.Cache.CacheStats
-
- getMissingCount() - 类 中的方法org.elasticsearch.index.get.GetStats
-
- getMissingTime() - 类 中的方法org.elasticsearch.index.get.GetStats
-
- getMissingTimeInMillis() - 类 中的方法org.elasticsearch.index.get.GetStats
-
- getModifiers() - 类 中的方法org.elasticsearch.common.inject.internal.MoreTypes.MemberImpl
-
- getModule(Iterable<? extends Element>) - 类 中的静态方法org.elasticsearch.common.inject.spi.Elements
-
Returns the module composed of elements.
- getModuleInfos() - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.PluginsAndModules
-
Returns an ordered list based on modules name
- getMonitorService() - 类 中的方法org.elasticsearch.node.NodeService
-
- getMoreLikeFields() - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- getMostDiskEstimate() - 类 中的方法org.elasticsearch.monitor.fs.FsInfo
-
- getMount() - 类 中的方法org.elasticsearch.monitor.fs.FsInfo.Path
-
- getMoveDecision() - 类 中的方法org.elasticsearch.cluster.routing.allocation.ShardAllocationDecision
-
Gets the move decision for the shard.
- getMovingAverageModelParserRegistry() - 类 中的方法org.elasticsearch.search.SearchModule
-
- getMovingAverageModels() - 接口 中的方法org.elasticsearch.plugins.SearchPlugin
-
- getMultiTermComponent() - 类 中的方法org.elasticsearch.index.analysis.LowerCaseTokenizerFactory
-
- getMultiTermComponent() - 接口 中的方法org.elasticsearch.index.analysis.MultiTermAwareComponent
-
Returns an analysis component to handle analysis if multi-term queries.
- getMultiTermComponent() - 类 中的方法org.elasticsearch.index.analysis.SoraniNormalizationFilterFactory
-
- getMultiTermComponent(Version) - 枚举 中的方法org.elasticsearch.indices.analysis.PreBuiltTokenizers
-
- getMultiValueMode() - 类 中的方法org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
-
- getName() - 类 中的方法org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.AnalyzeTokenList
-
- getName() - 类 中的方法org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.CharFilteredText
-
- getName() - 类 中的方法org.elasticsearch.action.fieldcaps.FieldCapabilities
-
The name of the field.
- getName() - 类 中的方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- getName() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNode
-
The name of the node.
- getName() - 类 中的方法org.elasticsearch.common.breaker.ChildMemoryCircuitBreaker
-
- getName() - 接口 中的方法org.elasticsearch.common.breaker.CircuitBreaker
-
- getName() - 类 中的方法org.elasticsearch.common.breaker.MemoryCircuitBreaker
-
- getName() - 类 中的方法org.elasticsearch.common.breaker.NoopCircuitBreaker
-
- getName() - 类 中的方法org.elasticsearch.common.document.DocumentField
-
The name of the field.
- getName() - 类 中的方法org.elasticsearch.common.inject.internal.MoreTypes.MemberImpl
-
- getName() - 类 中的方法org.elasticsearch.common.util.concurrent.AbstractRefCounted
-
gets the name of this instance
- getName() - 类 中的方法org.elasticsearch.common.xcontent.AbstractObjectParser
-
- getName() - 类 中的方法org.elasticsearch.common.xcontent.ConstructingObjectParser
-
- getName() - 异常错误 中的方法org.elasticsearch.common.xcontent.NamedXContentRegistry.UnknownNamedObjectException
-
Name of the missing parser.
- getName() - 类 中的方法org.elasticsearch.common.xcontent.ObjectParser
-
Get the name of the parser.
- getName() - 类 中的方法org.elasticsearch.index.analysis.PreConfiguredAnalysisComponent
-
The name of the analysis component in the API.
- getName() - 类 中的方法org.elasticsearch.index.engine.Segment
-
- getName() - 类 中的方法org.elasticsearch.index.Index
-
- getName() - 类 中的方法org.elasticsearch.index.query.AbstractQueryBuilder
-
- getName() - 类 中的方法org.elasticsearch.index.query.functionscore.ExponentialDecayFunctionBuilder
-
- getName() - 类 中的方法org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
-
- getName() - 类 中的方法org.elasticsearch.index.query.functionscore.GaussDecayFunctionBuilder
-
- getName() - 类 中的方法org.elasticsearch.index.query.functionscore.LinearDecayFunctionBuilder
-
- getName() - 类 中的方法org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
-
- getName() - 类 中的方法org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
-
The name of this score function.
- getName() - 类 中的方法org.elasticsearch.index.query.functionscore.ScriptScoreFunctionBuilder
-
- getName() - 类 中的方法org.elasticsearch.index.query.functionscore.WeightBuilder
-
- getName() - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
- getName() - 接口 中的方法org.elasticsearch.index.query.QueryBuilder
-
Returns the name that identifies uniquely the query
- getName() - 类 中的方法org.elasticsearch.index.query.WrapperQueryBuilder
-
- getName() - 类 中的方法org.elasticsearch.indices.breaker.BreakerSettings
-
- getName() - 类 中的方法org.elasticsearch.indices.breaker.CircuitBreakerStats
-
- getName() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats.BufferPool
-
- getName() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector
-
- getName() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats.MemoryPool
-
- getName() - 类 中的方法org.elasticsearch.monitor.os.OsInfo
-
- getName() - 类 中的方法org.elasticsearch.plugins.PluginInfo
-
The name of the plugin.
- getName() - 类 中的方法org.elasticsearch.plugins.SearchPlugin.SearchExtensionSpec
-
The name of the thing being specified as a
ParseField.
- getName() - 类 中的方法org.elasticsearch.repositories.IndexId
-
The name of the index.
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestCancelTasksAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestClusterAllocationExplainAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestClusterGetSettingsAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestClusterHealthAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestClusterRerouteAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestClusterSearchShardsAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestClusterStateAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestClusterStatsAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestClusterUpdateSettingsAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestCreateSnapshotAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestDeleteRepositoryAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestDeleteSnapshotAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestDeleteStoredScriptAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestGetRepositoriesAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestGetSnapshotsAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestGetStoredScriptAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestGetTaskAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestListTasksAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestNodesHotThreadsAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestNodesInfoAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestNodesStatsAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestNodesUsageAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestPendingClusterTasksAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestPutRepositoryAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestPutStoredScriptAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestRemoteClusterInfoAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestRestoreSnapshotAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestSnapshotsStatusAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestVerifyRepositoryAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestAnalyzeAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestClearIndicesCacheAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestCloseIndexAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestCreateIndexAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestDeleteIndexAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestDeleteIndexTemplateAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestFlushAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestForceMergeAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestGetAliasesAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestGetAllAliasesAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestGetAllMappingsAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestGetAllSettingsAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestGetFieldMappingAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestGetIndexTemplateAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestGetIndicesAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestGetMappingAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestGetSettingsAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestIndexDeleteAliasesAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestIndexPutAliasAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestIndicesAliasesAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestIndicesSegmentsAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestIndicesShardStoresAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestIndicesStatsAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestOpenIndexAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestPutIndexTemplateAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestPutMappingAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestRecoveryAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestRefreshAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestRolloverIndexAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestShrinkIndexAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestSplitIndexAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestSyncedFlushAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestUpdateSettingsAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestUpgradeAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestValidateQueryAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.cat.RestAliasAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.cat.RestAllocationAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.cat.RestCatAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.cat.RestCountAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.cat.RestFielddataAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.cat.RestHealthAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.cat.RestIndicesAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.cat.RestMasterAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.cat.RestNodeAttrsAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.cat.RestNodesAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.cat.RestPendingClusterTasksAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.cat.RestPluginsAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.cat.RestRecoveryAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.cat.RestRepositoriesAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.cat.RestSegmentsAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.cat.RestShardsAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.cat.RestSnapshotAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.cat.RestTasksAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.cat.RestTemplatesAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.cat.RestThreadPoolAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.document.RestBulkAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.document.RestCountAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.document.RestDeleteAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.document.RestGetAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.document.RestGetSourceAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.document.RestIndexAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.document.RestMultiGetAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.document.RestMultiTermVectorsAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.document.RestTermVectorsAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.document.RestUpdateAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.ingest.RestDeletePipelineAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.ingest.RestGetPipelineAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.ingest.RestPutPipelineAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.ingest.RestSimulatePipelineAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.RestFieldCapabilitiesAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.RestMainAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.search.RestClearScrollAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.search.RestExplainAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.search.RestMultiSearchAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.search.RestSearchAction
-
- getName() - 类 中的方法org.elasticsearch.rest.action.search.RestSearchScrollAction
-
- getName() - 类 中的方法org.elasticsearch.rest.BaseRestHandler
-
- getName() - 枚举 中的方法org.elasticsearch.script.ScriptType
-
- getName() - 接口 中的方法org.elasticsearch.search.aggregations.Aggregation
-
- getName() - 类 中的方法org.elasticsearch.search.aggregations.AggregationBuilder
-
Return this aggregation's name.
- getName() - 类 中的方法org.elasticsearch.search.aggregations.InternalAggregation
-
- getName() - 类 中的方法org.elasticsearch.search.aggregations.ParsedAggregation
-
- getName() - 枚举 中的方法org.elasticsearch.search.aggregations.pipeline.BucketHelpers.GapPolicy
-
Return the english-formatted name of the GapPolicy
- getName() - 枚举 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.SeasonalityType
-
Return the english-formatted name of the SeasonalityType
- getName() - 类 中的方法org.elasticsearch.search.aggregations.PipelineAggregationBuilder
-
Return this aggregation's name.
- getName() - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.HighlightField
-
The name of the field highlighted.
- getName() - 类 中的方法org.elasticsearch.search.fetch.subphase.InnerHitsContext.InnerHitSubContext
-
- getName() - 类 中的方法org.elasticsearch.search.profile.query.CollectorResult
-
- getName() - 类 中的方法org.elasticsearch.search.profile.query.InternalProfileCollector
-
- getName() - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion
-
- getName() - 类 中的方法org.elasticsearch.snapshots.SnapshotId
-
Returns snapshot name
- getName() - 类 中的方法org.elasticsearch.threadpool.ThreadPool.Info
-
- getName() - 类 中的方法org.elasticsearch.threadpool.ThreadPoolStats.Stats
-
- getNamedAnalyzer(String) - 类 中的方法org.elasticsearch.index.mapper.MapperService
-
- getNamedContexts(List<CharSequence>) - 类 中的方法org.elasticsearch.search.suggest.completion.context.ContextMappings
-
Maps an output context list to a map of context mapping names and their values
see ContextMappings.TypedContextField
- getNamedWriteables() - 类 中的静态方法org.elasticsearch.cluster.ClusterModule
-
- getNamedWriteables() - 类 中的静态方法org.elasticsearch.common.network.NetworkModule
-
- getNamedWriteables() - 类 中的方法org.elasticsearch.indices.IndicesModule
-
- getNamedWriteables() - 类 中的方法org.elasticsearch.plugins.Plugin
-
Returns parsers for
NamedWriteable this plugin will use over the transport protocol.
- getNamedWriteables() - 类 中的方法org.elasticsearch.search.SearchModule
-
- getNamedXContent() - 类 中的方法org.elasticsearch.plugins.Plugin
-
- getNamedXContentParsers() - 接口 中的方法org.elasticsearch.plugins.spi.NamedXContentProvider
-
- getNamedXContents() - 类 中的静态方法org.elasticsearch.common.network.NetworkModule
-
- getNamedXContents() - 类 中的方法org.elasticsearch.search.SearchModule
-
- getNamedXWriteables() - 类 中的静态方法org.elasticsearch.cluster.ClusterModule
-
- getNames() - 类 中的方法org.elasticsearch.common.xcontent.ParseFieldRegistry
-
All the names under which values are registered.
- getNamespace(Setting<T>) - 类 中的方法org.elasticsearch.common.settings.Setting.AffixSetting
-
Returns the namespace for a concrete setting.
- getNamespaces(Settings) - 类 中的方法org.elasticsearch.common.settings.Setting.AffixSetting
-
Returns distinct namespaces for the given settings
- getNanos() - 类 中的方法org.elasticsearch.common.unit.TimeValue
-
- getNeighbours() - 类 中的方法org.elasticsearch.search.suggest.completion.context.GeoQueryContext
-
Returns the precision levels at which geohash cells neighbours are considered
- getNestedFilter() - 类 中的方法org.elasticsearch.search.sort.FieldSortBuilder
-
- getNestedFilter() - 类 中的方法org.elasticsearch.search.sort.GeoDistanceSortBuilder
-
- getNestedFilter() - 类 中的方法org.elasticsearch.search.sort.ScriptSortBuilder
-
- getNestedIdentity() - 类 中的方法org.elasticsearch.search.SearchHit
-
If this is a nested hit then nested reference information is returned otherwise null is returned.
- getNestedPath() - 类 中的方法org.elasticsearch.search.sort.FieldSortBuilder
-
- getNestedPath() - 类 中的方法org.elasticsearch.search.sort.GeoDistanceSortBuilder
-
- getNestedPath() - 类 中的方法org.elasticsearch.search.sort.ScriptSortBuilder
-
- getNestedSort() - 类 中的方法org.elasticsearch.search.sort.FieldSortBuilder
-
- getNestedSort() - 类 中的方法org.elasticsearch.search.sort.GeoDistanceSortBuilder
-
- getNestedSort() - 类 中的方法org.elasticsearch.search.sort.NestedSortBuilder
-
- getNestedSort() - 类 中的方法org.elasticsearch.search.sort.ScriptSortBuilder
-
- getNewIndex() - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverResponse
-
Returns the name of the index that the request alias currently points to
- getNewMetaData() - 类 中的方法org.elasticsearch.gateway.GatewayMetaState.IndexMetaWriteInfo
-
- getNextClusterStateToProcess() - 类 中的方法org.elasticsearch.discovery.zen.PendingClusterStatesQueue
-
Gets the next committed state to process.
- getNode() - 类 中的方法org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus
-
Node the store belongs to
- getNode() - 类 中的方法org.elasticsearch.action.support.nodes.BaseNodeResponse
-
The node this information relates to.
- getNode() - 类 中的方法org.elasticsearch.cluster.routing.allocation.NodeAllocationResult
-
Get the node that this decision is for.
- getNode() - 类 中的方法org.elasticsearch.discovery.zen.ElectMasterService.MasterCandidate
-
- getNode() - 类 中的方法org.elasticsearch.transport.TcpTransport.NodeChannels
-
- getNode() - 接口 中的方法org.elasticsearch.transport.Transport.Connection
-
The node this connection is associated with
- getNodeDecision() - 类 中的方法org.elasticsearch.cluster.routing.allocation.NodeAllocationResult
-
- getNodeDecisions() - 类 中的方法org.elasticsearch.cluster.routing.allocation.AbstractAllocationDecision
-
Gets the sorted list of individual node-level decisions that went into making the ultimate decision whether
to allocate or move the shard.
- getNodeEnvironment() - 类 中的方法org.elasticsearch.node.Node
-
- getNodeFailures() - 类 中的方法org.elasticsearch.action.support.tasks.BaseTasksResponse
-
The list of node failures exception.
- getNodeId() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStatus
-
Returns node id of the node where snapshot is currently running
- getNodeId() - 类 中的方法org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.NodeRequest
-
- getNodeId() - 类 中的方法org.elasticsearch.action.TaskOperationFailure
-
- getNodeId() - 类 中的方法org.elasticsearch.cluster.DiskUsage
-
- getNodeId() - 类 中的方法org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure
-
- getNodeId() - 类 中的方法org.elasticsearch.search.SearchShardTarget
-
- getNodeId() - 类 中的方法org.elasticsearch.tasks.TaskId
-
- getNodeIdText() - 类 中的方法org.elasticsearch.search.SearchShardTarget
-
- getNodeLeastAvailableDiskUsages() - 类 中的方法org.elasticsearch.cluster.ClusterInfo
-
Returns a node id to disk usage mapping for the path that has the least available space on the node.
- getNodeLockId() - 类 中的方法org.elasticsearch.env.NodeEnvironment
-
- getNodeMostAvailableDiskUsages() - 类 中的方法org.elasticsearch.cluster.ClusterInfo
-
Returns a node id to disk usage mapping for the path that has the most available space on the node.
- getNodeName() - 类 中的方法org.elasticsearch.action.main.MainResponse
-
- getNodeName() - 类 中的方法org.elasticsearch.cluster.DiskUsage
-
- getNodeName() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns the current node name
- getNodes() - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryResponse
-
- getNodes() - 类 中的方法org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsResponse
-
- getNodes() - 类 中的方法org.elasticsearch.action.support.nodes.BaseNodesResponse
-
Get the successful node responses.
- getNodes() - 类 中的方法org.elasticsearch.action.support.tasks.BaseTasksRequest
-
- getNodes() - 类 中的方法org.elasticsearch.cluster.ClusterState
-
- getNodes() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes
-
Get a Map of the discovered nodes arranged by their ids
- getNodes() - 类 中的方法org.elasticsearch.discovery.zen.NodesFaultDetection
-
Gets the current set of nodes involved in node fault detection.
- getNodesAllocatedByDepth() - 类 中的方法org.apache.lucene.analysis.miscellaneous.DuplicateByteSequenceSpotter
-
- getNodeSettings() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns the node settings.
- getNodesMap() - 类 中的方法org.elasticsearch.action.support.nodes.BaseNodesResponse
-
Lazily build and get a map of Node ID to node response.
- getNodesResizedByDepth() - 类 中的方法org.apache.lucene.analysis.miscellaneous.DuplicateByteSequenceSpotter
-
- getNodesStats() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
-
- getNodeStatistics(String) - 类 中的方法org.elasticsearch.node.ResponseCollectorService
-
Optionally return a NodeStatistics for the given nodeid, if
response information exists for the given node.
- getNoMasterBlock() - 类 中的方法org.elasticsearch.discovery.DiscoverySettings
-
- getNonFailedTasks(MasterService.TaskInputs, ClusterStateTaskExecutor.ClusterTasksResult<Object>) - 类 中的方法org.elasticsearch.cluster.service.MasterService
-
- getNonHeapCommitted() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats.Mem
-
- getNonHeapInit() - 类 中的方法org.elasticsearch.monitor.jvm.JvmInfo.Mem
-
- getNonHeapMax() - 类 中的方法org.elasticsearch.monitor.jvm.JvmInfo.Mem
-
- getNonHeapUsed() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats.Mem
-
- getNoops() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollResponse
-
- getNoops() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask.Status
-
Number of noops (skipped bulk items) as part of this request.
- getNoopUpdateCount() - 类 中的方法org.elasticsearch.index.shard.IndexingStats.Stats
-
- getNormalizer(String) - 类 中的方法org.elasticsearch.index.analysis.IndexAnalyzers
-
Returns a normalizer mapped to the given name or null if not present
- getNormsMemory() - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
- getNormsMemoryInBytes() - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
Estimation of the norms memory usage by a segment.
- getNumberOfCommitted() - 类 中的方法org.elasticsearch.action.admin.indices.segments.ShardSegments
-
- getNumberOfDataNodes() - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- getNumberOfDataNodes() - 类 中的方法org.elasticsearch.cluster.health.ClusterStateHealth
-
- getNumberOfDelayedUnassigned(ClusterState) - 类 中的静态方法org.elasticsearch.cluster.routing.UnassignedInfo
-
Returns the number of shards that are unassigned and currently being delayed.
- getNumberOfElapsedPeriods() - 类 中的方法org.elasticsearch.monitor.os.OsStats.Cgroup.CpuStat
-
The number of elapsed periods.
- getNumberOfFiles() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStats
-
Returns number of files in the snapshot
- getNumberOfInFlightFetch() - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- getNumberOfInFlightFetch() - 类 中的方法org.elasticsearch.gateway.GatewayAllocator
-
- getNumberOfInFlightFetches() - 类 中的方法org.elasticsearch.gateway.AsyncShardFetch
-
Returns the number of async fetches that are currently ongoing.
- getNumberOfNodes() - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- getNumberOfNodes() - 类 中的方法org.elasticsearch.cluster.health.ClusterStateHealth
-
- getNumberOfPendingTasks() - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- getNumberOfPendingTasks() - 类 中的方法org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor
-
- getNumberOfReplicas() - 类 中的方法org.elasticsearch.cluster.health.ClusterIndexHealth
-
- getNumberOfReplicas() - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
- getNumberOfReplicas() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns the number of replicas this index has.
- getNumberOfSearch() - 类 中的方法org.elasticsearch.action.admin.indices.segments.ShardSegments
-
- getNumberOfShards() - 类 中的方法org.elasticsearch.cluster.health.ClusterIndexHealth
-
- getNumberOfShards() - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
- getNumberOfShards() - 类 中的方法org.elasticsearch.cluster.metadata.MetaData
-
- getNumberOfShards() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns the number of shards this index has.
- getNumberOfTimesThrottled() - 类 中的方法org.elasticsearch.monitor.os.OsStats.Cgroup.CpuStat
-
The number of times tasks in the control group have been
throttled.
- getNumConnections() - 类 中的方法org.elasticsearch.transport.ConnectionProfile
-
Returns the total number of connections for this profile
- getNumConnectionsPerType(TransportRequestOptions.Type) - 类 中的方法org.elasticsearch.transport.ConnectionProfile
-
Returns the number of connections per type for this profile.
- getNumDocs(SegmentInfos) - 类 中的静态方法org.elasticsearch.common.lucene.Lucene
-
Returns the number of documents in the index referenced by this SegmentInfos
- getNumDocs() - 类 中的方法org.elasticsearch.index.engine.CommitStats
-
Returns the number of documents in the in this commit
- getNumDocs() - 类 中的方法org.elasticsearch.index.engine.Segment
-
- getNumDocs() - 类 中的方法org.elasticsearch.index.store.Store.MetadataSnapshot
-
Returns the number of documents in this store snapshot
- getNumDocsWithValue() - 类 中的方法org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
-
Returns the number distinct of document IDs with one or more values.
- getNumericType() - 接口 中的方法org.elasticsearch.index.fielddata.IndexNumericFieldData
-
- getNumericType() - 类 中的方法org.elasticsearch.index.fielddata.plain.SortedNumericDVIndexFieldData
-
- getNumFailedAllocations() - 类 中的方法org.elasticsearch.cluster.routing.UnassignedInfo
-
Returns the number of previously failed allocations of this shard.
- getNumFreed() - 类 中的方法org.elasticsearch.action.search.ClearScrollResponse
-
- getNumIgnoredPrimaries() - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
-
Returns the number of temporarily marked as ignored unassigned primaries
- getNumMultiValuesDocs() - 类 中的方法org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
-
Returns the number distinct of document IDs associated with two or more values.
- getNumOpenServerConnections() - 类 中的方法org.elasticsearch.transport.TcpTransport
-
Returns count of currently open connections
- getNumPrimaries() - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
-
Returns the number of non-ignored unassigned primaries
- getNumPriorUsesInASequence() - 接口 中的方法org.apache.lucene.analysis.miscellaneous.DuplicateSequenceAttribute
-
- getNumPriorUsesInASequence() - 类 中的方法org.apache.lucene.analysis.miscellaneous.DuplicateSequenceAttributeImpl
-
- getNumPurged() - 类 中的方法org.elasticsearch.cluster.metadata.IndexGraveyard.Builder
-
Get the number of tombstones that were purged.
- getNumReducePhases() - 类 中的方法org.elasticsearch.action.search.SearchResponse
-
Returns the number of reduce phases applied to obtain this search response
- getNumReducePhases() - 类 中的方法org.elasticsearch.action.search.SearchResponseSections
-
Returns the number of reduce phases applied to obtain this search response
- getNumSingleValuedDocs() - 类 中的方法org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
-
Returns the number distinct of document IDs associated with exactly one value.
- getObjectMapper(String) - 类 中的方法org.elasticsearch.index.mapper.MapperService
-
- getObjectMapper(String) - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
- getObjectMapper() - 类 中的方法org.elasticsearch.index.query.support.NestedScope
-
- getObjectMapper(String) - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- getObjectMapper(String) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- getOffset() - 类 中的方法org.elasticsearch.search.SearchHit.NestedIdentity
-
Returns the offset in the nested array of objects in the source this hit
- getOffset() - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
-
- getOffsetGap(String) - 类 中的方法org.elasticsearch.index.analysis.CustomAnalyzer
-
- getOffsetSource(String) - 类 中的方法org.apache.lucene.search.uhighlight.CustomUnifiedHighlighter
-
Forces the offset source for this highlighter
- getOldIndex() - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverResponse
-
Returns the name of the index that the request alias was pointing to
- getOnFailureProcessors() - 类 中的方法org.elasticsearch.ingest.CompoundProcessor
-
- getOnFailureProcessors() - 类 中的方法org.elasticsearch.ingest.Pipeline
-
Unmodifiable list containing each on_failure processor that operates on the data in case of
exception thrown in pipeline processors
- getOnJoinValidators() - 类 中的方法org.elasticsearch.discovery.zen.ZenDiscovery
-
- getOnlyCause(Collection<Message>) - 类 中的静态方法org.elasticsearch.common.inject.internal.Errors
-
Returns the cause throwable if there is exactly one cause in messages.
- getOp() - 枚举 中的方法org.elasticsearch.action.DocWriteResponse.Result
-
- getOpenContexts() - 类 中的方法org.elasticsearch.index.search.stats.SearchStats
-
- getOpenFileDescriptorCount() - 类 中的方法org.elasticsearch.monitor.process.ProcessProbe
-
Returns the number of opened file descriptors associated with the current process, or -1 if not supported.
- getOpenFileDescriptors() - 类 中的方法org.elasticsearch.monitor.process.ProcessStats
-
- getOpenIndexOutput(String) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryTarget
-
- getOpenMode() - 类 中的方法org.elasticsearch.index.engine.EngineConfig
-
- getOperations() - 类 中的方法org.elasticsearch.action.resync.ResyncReplicationRequest
-
- getOperationType() - 类 中的方法org.elasticsearch.index.engine.Engine.Result
-
- getOptions() - 类 中的方法org.elasticsearch.script.Script
-
- getOptions() - 类 中的方法org.elasticsearch.script.StoredScriptSource
-
- getOptions() - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestion
-
- getOptions() - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
-
- getOpType() - 类 中的方法org.elasticsearch.action.bulk.BulkItemResponse
-
The operation type ("index", "create" or "delete").
- getOrConnect(DiscoveryNode) - 类 中的方法org.elasticsearch.discovery.zen.UnicastZenPing.PingingRound
-
- getOrDefault(int, VType) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- getOrDefault(KType, VType) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- getOrDefault(KType, VType) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap
-
- getOrDefault(String, PreBuiltAnalyzers) - 枚举 中的静态方法org.elasticsearch.indices.analysis.PreBuiltAnalyzers
-
Get a pre built Analyzer by its name or fallback to the default one
- getOrder() - 类 中的方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- getOrdinalMap() - 接口 中的方法org.elasticsearch.index.fielddata.IndexOrdinalsFieldData
-
Returns the underlying OrdinalMap for this fielddata
or null if global ordinals are not needed (constant value or single segment).
- getOrdinalMap() - 类 中的方法org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsIndexFieldData
-
- getOrdinalMap() - 类 中的方法org.elasticsearch.index.fielddata.plain.AbstractIndexOrdinalsFieldData
-
- getOrdinalMap() - 类 中的方法org.elasticsearch.index.fielddata.plain.SortedSetDVOrdinalsIndexFieldData
-
- getOrdinalsValues() - 接口 中的方法org.elasticsearch.index.fielddata.AtomicOrdinalsFieldData
-
Return the ordinals values for the current atomic reader.
- getOrdinalsValues() - 类 中的方法org.elasticsearch.index.fielddata.plain.PagedBytesAtomicFieldData
-
- getOrdinalsValues() - 类 中的方法org.elasticsearch.index.fielddata.plain.SortedSetDVBytesAtomicFieldData
-
- getOriginalIndices() - 类 中的方法org.elasticsearch.action.search.SearchShardIterator
-
Returns the original indices associated with this shard iterator, specifically with the cluster that this shard belongs to.
- getOriginalIndices() - 类 中的方法org.elasticsearch.search.SearchShardTarget
-
- getOriginNanoTime() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- getOriginNanoTime() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- getOrRefresh() - 类 中的方法org.elasticsearch.common.util.SingleObjectCache
-
Returns the currently cached object and potentially refreshes the cache before returning.
- getOs() - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodeInfo
-
Operating System level information.
- getOs() - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
Operating System level statistics.
- getOs() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes
-
- getOutgoingConnections() - 类 中的方法org.elasticsearch.node.AdaptiveSelectionStats
-
Returns a map of node id to the outgoing search requests to that node
- getOutgoingRecoveries(String) - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes
-
- getOutputUnigrams() - 类 中的方法org.elasticsearch.index.analysis.ShingleTokenFilterFactory.Factory
-
- getOutputUnigramsIfNoShingles() - 类 中的方法org.elasticsearch.index.analysis.ShingleTokenFilterFactory.Factory
-
- getOverhead() - 类 中的方法org.elasticsearch.common.breaker.ChildMemoryCircuitBreaker
-
- getOverhead() - 接口 中的方法org.elasticsearch.common.breaker.CircuitBreaker
-
- getOverhead() - 类 中的方法org.elasticsearch.common.breaker.MemoryCircuitBreaker
-
- getOverhead() - 类 中的方法org.elasticsearch.common.breaker.NoopCircuitBreaker
-
- getOverhead() - 类 中的方法org.elasticsearch.indices.breaker.BreakerSettings
-
- getOverhead() - 类 中的方法org.elasticsearch.indices.breaker.CircuitBreakerStats
-
- getOwnerType() - 类 中的方法org.elasticsearch.common.inject.internal.MoreTypes.ParameterizedTypeImpl
-
- getPackageName(Class<?>) - 类 中的静态方法org.elasticsearch.common.Classes
-
Determine the name of the package of the given class:
e.g.
- getParameterIndex() - 类 中的方法org.elasticsearch.common.inject.spi.Dependency
-
Returns the index of this dependency in the injection point's parameter list, or -1 if
this dependency does not belong to a parameter list.
- getParameterTypes(Member) - 类 中的方法org.elasticsearch.common.inject.TypeLiteral
-
Returns the resolved generic parameter types of methodOrConstructor.
- getParams() - 类 中的方法org.elasticsearch.script.FilterScript
-
Return the parameters for this script.
- getParams() - 类 中的方法org.elasticsearch.script.Script
-
- getParams() - 类 中的方法org.elasticsearch.script.SearchScript
-
Return the parameters for this script.
- getParams() - 类 中的方法org.elasticsearch.script.TemplateScript
-
Return the parameters for this script.
- getParent() - 类 中的方法org.elasticsearch.index.mapper.ParseContext.Document
-
Return the parent document, or null if this is the root document.
- getParent() - 类 中的方法org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
-
- getParent() - 接口 中的方法org.elasticsearch.index.reindex.ScrollableHitSource.Hit
-
The document id of the parent of the hit if there is a parent or null if there isn't.
- getParent() - 类 中的方法org.elasticsearch.search.aggregations.AggregatorFactory
-
- getParentId(ParentFieldMapper, LeafReader, int) - 类 中的静态方法org.elasticsearch.search.fetch.subphase.ParentFieldSubFetchPhase
-
- getParentJoinFieldType() - 类 中的方法org.elasticsearch.index.mapper.ParentFieldMapper
-
- getParentObjectMapper(MapperService) - 类 中的方法org.elasticsearch.index.mapper.ObjectMapper
-
Returns the parent
ObjectMapper instance of the specified object mapper or
null if there
isn't any.
- getParentTask() - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction.ConcreteShardRequest
-
- getParentTask() - 接口 中的方法org.elasticsearch.tasks.TaskAwareRequest
-
Get a reference to the task that created this request.
- getParentTask() - 类 中的方法org.elasticsearch.transport.TransportRequest
-
Get a reference to the task that created this request.
- getParentTaskId() - 类 中的方法org.elasticsearch.action.support.tasks.BaseTasksRequest
-
Returns the parent task id that tasks should be filtered by
- getParentTaskId() - 类 中的方法org.elasticsearch.tasks.Task
-
Returns id of the parent task or NO_PARENT_ID if the task doesn't have any parent tasks
- getParentTaskId() - 类 中的方法org.elasticsearch.tasks.TaskInfo
-
Returns the parent task id
- getParentTypes() - 类 中的方法org.elasticsearch.index.mapper.MapperService
-
- getParseField() - 枚举 中的方法org.elasticsearch.script.ScriptType
-
- getParseField() - 枚举 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesMethod
-
- getParser() - 类 中的方法org.elasticsearch.index.translog.TruncateTranslogCommand
-
- getParser() - 类 中的静态方法org.elasticsearch.ingest.PipelineConfiguration
-
- getParser() - 类 中的方法org.elasticsearch.plugins.SearchPlugin.SearchExtensionSpec
-
The parser responsible for converting
XContent into the behavior.
- getParser(ParseFieldRegistry<SignificanceHeuristicParser>) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
-
- getParser(ParseFieldRegistry<SignificanceHeuristicParser>) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregationBuilder
-
- getPartialValue() - 异常错误 中的方法org.elasticsearch.common.inject.ConfigurationException
-
Returns a value that was only partially computed due to this exception.
- getPassword() - 类 中的方法org.elasticsearch.index.reindex.RemoteInfo
-
- getPath() - 类 中的方法org.elasticsearch.cluster.DiskUsage
-
- getPath() - 类 中的方法org.elasticsearch.common.PidFile
-
Returns the process id file path
- getPath() - 类 中的方法org.elasticsearch.index.mapper.ParseContext.Document
-
Return the path associated with this document.
- getPath() - 类 中的方法org.elasticsearch.index.search.ESToParentBlockJoinQuery
-
Return the path of results of this query, or null if matches are at the root level.
- getPath() - 类 中的方法org.elasticsearch.monitor.fs.FsInfo.Path
-
- getPath() - 类 中的方法org.elasticsearch.search.sort.NestedSortBuilder
-
- getPathElements() - 类 中的方法org.elasticsearch.search.aggregations.support.AggregationPath
-
- getPathElementsAsStringList() - 类 中的方法org.elasticsearch.search.aggregations.support.AggregationPath
-
- getPatterns() - 类 中的方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- getPatterns() - 类 中的方法org.elasticsearch.common.settings.SettingsFilter
-
Returns a set of patterns
- getPb() - 类 中的方法org.elasticsearch.common.unit.ByteSizeValue
-
- getPbFrac() - 类 中的方法org.elasticsearch.common.unit.ByteSizeValue
-
- getPeakCount() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats.Threads
-
- getPeakMax() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats.MemoryPool
-
- getPeakUsed() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats.MemoryPool
-
- getPending() - 类 中的方法org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor
-
- getPending() - 类 中的方法org.elasticsearch.discovery.zen.PendingClusterStateStats
-
- getPendingSearchRequests() - 类 中的方法org.elasticsearch.action.search.SearchTransportService
-
Return a map of nodeId to pending number of search requests.
- getPendingTasks() - 类 中的方法org.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksResponse
-
The pending cluster tasks
- getPercent() - 类 中的方法org.elasticsearch.monitor.os.OsStats.Cpu
-
- getPercent() - 类 中的方法org.elasticsearch.monitor.process.ProcessStats.Cpu
-
Get the Process cpu usage.
- getPercent() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.Percentile
-
- getPercentile(double) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.ParsedPercentiles
-
- getPercentileAsString(double) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.ParsedPercentiles
-
- getPerNodeTasks() - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse
-
Returns the list of tasks by node
- getPersistentSettings() - 类 中的方法org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsResponse
-
- getPeta() - 类 中的方法org.elasticsearch.common.unit.SizeValue
-
- getPetaFrac() - 类 中的方法org.elasticsearch.common.unit.SizeValue
-
- getPhase() - 类 中的方法org.elasticsearch.action.support.replication.ReplicationTask
-
Get the current phase of the task.
- getPhase() - 类 中的方法org.elasticsearch.index.shard.PrimaryReplicaSyncer.ResyncTask
-
Get the current phase of the task.
- getPhaseName() - 异常错误 中的方法org.elasticsearch.action.search.SearchPhaseExecutionException
-
- getPid() - 类 中的方法org.elasticsearch.common.PidFile
-
Returns the current process id
- getPid() - 类 中的方法org.elasticsearch.monitor.jvm.JvmInfo
-
The process id.
- getPingResponseHandler(UnicastZenPing.PingingRound, DiscoveryNode) - 类 中的方法org.elasticsearch.discovery.zen.UnicastZenPing
-
- getPipeline() - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
Returns the ingest pipeline to be executed before indexing the document
- getPipeline(GetPipelineRequest, ActionListener<GetPipelineResponse>) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Returns a stored ingest pipeline
- getPipeline(GetPipelineRequest) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Returns a stored ingest pipeline
- getPipeline() - 类 中的方法org.elasticsearch.index.reindex.UpdateByQueryRequest
-
Ingest pipeline to set on index requests made by this action.
- GetPipelineAction - org.elasticsearch.action.ingest中的类
-
- GetPipelineAction() - 类 的构造器org.elasticsearch.action.ingest.GetPipelineAction
-
- getPipelineAggregations() - 接口 中的方法org.elasticsearch.plugins.SearchPlugin
-
- getPipelineAggregations() - 类 中的方法org.elasticsearch.search.aggregations.AggregationBuilder
-
Return the configured set of pipeline aggregations
- getPipelineAggregatorFactories() - 类 中的方法org.elasticsearch.search.aggregations.AggregatorFactories.Builder
-
- getPipelineExecutionService() - 类 中的方法org.elasticsearch.ingest.IngestService
-
- getPipelineId() - 类 中的方法org.elasticsearch.action.ingest.SimulatePipelineResponse
-
- GetPipelineRequest - org.elasticsearch.action.ingest中的类
-
- GetPipelineRequest(String...) - 类 的构造器org.elasticsearch.action.ingest.GetPipelineRequest
-
- GetPipelineRequestBuilder - org.elasticsearch.action.ingest中的类
-
- GetPipelineRequestBuilder(ElasticsearchClient, GetPipelineAction) - 类 的构造器org.elasticsearch.action.ingest.GetPipelineRequestBuilder
-
- GetPipelineRequestBuilder(ElasticsearchClient, GetPipelineAction, String[]) - 类 的构造器org.elasticsearch.action.ingest.GetPipelineRequestBuilder
-
- GetPipelineResponse - org.elasticsearch.action.ingest中的类
-
- GetPipelineResponse() - 类 的构造器org.elasticsearch.action.ingest.GetPipelineResponse
-
- GetPipelineResponse(List<PipelineConfiguration>) - 类 的构造器org.elasticsearch.action.ingest.GetPipelineResponse
-
- getPipelines() - 类 中的方法org.elasticsearch.ingest.IngestMetadata
-
- getPipelines(ClusterState, String...) - 类 中的方法org.elasticsearch.ingest.PipelineStore
-
- getPipelineStore() - 类 中的方法org.elasticsearch.ingest.IngestService
-
- GetPipelineTransportAction - org.elasticsearch.action.ingest中的类
-
- GetPipelineTransportAction(Settings, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, NodeService) - 类 的构造器org.elasticsearch.action.ingest.GetPipelineTransportAction
-
- getPluginInfos() - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.PluginsAndModules
-
Returns an ordered list based on plugins name
- getPlugins() - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodeInfo
-
- getPlugins() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes
-
- getPluginSettings() - 类 中的方法org.elasticsearch.plugins.PluginsService
-
- getPluginSettingsFilter() - 类 中的方法org.elasticsearch.plugins.PluginsService
-
- getPluginsService() - 类 中的方法org.elasticsearch.node.Node
-
- getPointsMemory() - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
- getPointsMemoryInBytes() - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
Estimation of the points memory usage by a segment.
- getPort() - 类 中的方法org.elasticsearch.common.transport.TransportAddress
-
Returns the addresses port
- getPort() - 类 中的方法org.elasticsearch.index.reindex.RemoteInfo
-
- getPortRangeString() - 类 中的方法org.elasticsearch.common.transport.PortsRange
-
- getPosition() - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
-
- getPositionIncrementGap(String) - 类 中的方法org.elasticsearch.index.analysis.CustomAnalyzer
-
- getPositionIncrementGap(String) - 类 中的方法org.elasticsearch.index.analysis.NamedAnalyzer
-
- getPositionIncrementGap() - 类 中的方法org.elasticsearch.index.mapper.TextFieldMapper
-
- getPositionLength() - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
-
- getPositions() - 类 中的方法org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
-
Returns the relative positions of terms in this phrase.
- getPostingsFormatForField(String) - 类 中的方法org.elasticsearch.index.codec.PerFieldMappingPostingFormatCodec
-
- getPrecision() - 类 中的方法org.elasticsearch.search.suggest.completion.context.GeoContextMapping
-
- getPrecision() - 类 中的方法org.elasticsearch.search.suggest.completion.context.GeoQueryContext
-
Returns the precision (length) for the geohash
- getPreConfiguredCharFilters() - 接口 中的方法org.elasticsearch.plugins.AnalysisPlugin
-
Override to add additional pre-configured CharFilters.
- getPreConfiguredTokenFilters() - 接口 中的方法org.elasticsearch.plugins.AnalysisPlugin
-
Override to add additional pre-configured TokenFilters.
- getPreConfiguredTokenizers() - 接口 中的方法org.elasticsearch.plugins.AnalysisPlugin
-
Override to add additional pre-configured Tokenizer.
- getPreferredName() - 类 中的方法org.elasticsearch.common.ParseField
-
- getPreferredName() - 枚举 中的方法org.elasticsearch.search.aggregations.support.ValueType
-
- getPreFilterShardSize() - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
Returns a threshold that enforces a pre-filter roundtrip to pre-filter search shards based on query rewriting if the number of shards
the search request expands to exceeds the threshold.
- getPrefix() - 类 中的方法org.elasticsearch.index.mapper.ParseContext.Document
-
Return a prefix that all fields in this document should have.
- getPrefix() - 类 中的方法org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- getPrefixQuery(String, String) - 类 中的方法org.elasticsearch.index.search.QueryStringQueryParser
-
- getPrimaries() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
total number of primary shards in the cluster
- getPrimaries() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndexStats
-
- getPrimaries() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
-
- getPrimary() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndexShardStats
-
- getPrimary() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState
-
- getPrimaryTerm() - 类 中的方法org.elasticsearch.action.DocWriteResponse
-
The primary term for this change.
- getPrimaryTerm() - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction.ConcreteShardRequest
-
- getPrimaryTerm() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
Returns the primary term the index shard is on.
- getPriority() - 类 中的方法org.elasticsearch.cluster.service.PendingClusterTask
-
- getPrivateElements() - 类 中的方法org.elasticsearch.common.inject.internal.ExposedBindingImpl
-
- getPrivateElements() - 接口 中的方法org.elasticsearch.common.inject.spi.ExposedBinding
-
Returns the enclosed environment that holds the original binding.
- getProcess() - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodeInfo
-
Process level information.
- getProcess() - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
Process level statistics.
- getProcess() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes
-
- getProcessCpuPercent() - 类 中的方法org.elasticsearch.monitor.process.ProcessProbe
-
Returns the process CPU usage in percent
- getProcessCpuTotalTime() - 类 中的方法org.elasticsearch.monitor.process.ProcessProbe
-
Returns the CPU time (in milliseconds) used by the process on which the Java virtual machine is running, or -1 if not supported.
- getProcessedFiles() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStats
-
Returns number of files in the snapshot that were processed so far
- getProcessedSize() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStats
-
Returns total size of files in the snapshot that were processed so far
- getProcessorFactories() - 类 中的方法org.elasticsearch.ingest.PipelineStore
-
- getProcessorResults() - 类 中的方法org.elasticsearch.action.ingest.SimulateDocumentVerboseResult
-
- getProcessors() - 类 中的方法org.elasticsearch.ingest.CompoundProcessor
-
- getProcessors() - 类 中的方法org.elasticsearch.ingest.IngestInfo
-
- getProcessors() - 类 中的方法org.elasticsearch.ingest.Pipeline
-
Unmodifiable list containing each processor that operates on the data.
- getProcessors(Processor.Parameters) - 接口 中的方法org.elasticsearch.plugins.IngestPlugin
-
Returns additional ingest processor types added by this plugin.
- getProfileAddresses() - 类 中的方法org.elasticsearch.transport.TransportInfo
-
- getProfileBreakdown(E) - 类 中的方法org.elasticsearch.search.profile.AbstractInternalProfileTree
-
- getProfiledChildren() - 类 中的方法org.elasticsearch.search.profile.ProfileResult
-
Returns a list of all profiled children queries
- getProfiledChildren() - 类 中的方法org.elasticsearch.search.profile.query.CollectorResult
-
- getProfileName() - 类 中的方法org.elasticsearch.transport.TaskTransportChannel
-
- getProfileName() - 类 中的方法org.elasticsearch.transport.TcpTransportChannel
-
- getProfileName() - 接口 中的方法org.elasticsearch.transport.TransportChannel
-
- getProfileResults() - 类 中的方法org.elasticsearch.action.search.SearchResponse
-
If profiling was enabled, this returns an object containing the profile results from
each shard.
- getProfileResults() - 类 中的方法org.elasticsearch.search.profile.aggregation.AggregationProfileShardResult
-
- getProfilers() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- getProfilers() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
Return a handle over the profilers for the current search request, or null if profiling is not enabled.
- getProfileSettings(Settings) - 类 中的静态方法org.elasticsearch.transport.TcpTransport
-
Returns all profile settings for the given settings object
- getProperties() - 类 中的方法org.elasticsearch.common.settings.Setting
-
Returns the setting properties
- getProperty(List<String>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation
-
- getProperty(String) - 类 中的方法org.elasticsearch.search.aggregations.InternalAggregation
-
Get the value of specified path in the aggregation.
- getProperty(List<String>) - 类 中的方法org.elasticsearch.search.aggregations.InternalAggregation
-
- getProperty(List<String>) - 类 中的方法org.elasticsearch.search.aggregations.InternalMultiBucketAggregation
-
- getProperty(String, List<String>) - 类 中的方法org.elasticsearch.search.aggregations.InternalMultiBucketAggregation.InternalBucket
-
- getProperty(List<String>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.geobounds.InternalGeoBounds
-
- getProperty(List<String>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
-
- getProperty(List<String>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.InternalNumericMetricsAggregation.MultiValue
-
- getProperty(List<String>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.InternalNumericMetricsAggregation.SingleValue
-
- getProperty(List<String>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.scripted.InternalScriptedMetric
-
- getProperty(List<String>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.InternalTopHits
-
- getProperty(List<String>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.InternalBucketMetricValue
-
- getProperty(List<String>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.derivative.InternalDerivative
-
- getProvidedKey() - 接口 中的方法org.elasticsearch.common.inject.spi.ProviderBinding
-
- getProvidedName() - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
-
The name that was provided by the user.
- getProvider(Key<T>) - 类 中的方法org.elasticsearch.common.inject.AbstractModule
-
- getProvider(Class<T>) - 类 中的方法org.elasticsearch.common.inject.AbstractModule
-
- getProvider(Key<T>) - 接口 中的方法org.elasticsearch.common.inject.Binder
-
Returns the provider used to obtain instances for the given injection key.
- getProvider(Class<T>) - 接口 中的方法org.elasticsearch.common.inject.Binder
-
Returns the provider used to obtain instances for the given injection type.
- getProvider() - 接口 中的方法org.elasticsearch.common.inject.Binding
-
Returns the scoped provider guice uses to fulfill requests for this
binding.
- getProvider(Key<T>) - 接口 中的方法org.elasticsearch.common.inject.Injector
-
Returns the provider used to obtain instances for the given injection key.
- getProvider(Class<T>) - 接口 中的方法org.elasticsearch.common.inject.Injector
-
Returns the provider used to obtain instances for the given type.
- getProvider() - 类 中的方法org.elasticsearch.common.inject.internal.BindingImpl
-
- getProvider() - 类 中的方法org.elasticsearch.common.inject.internal.InstanceBindingImpl
-
- getProvider(Key<T>) - 类 中的方法org.elasticsearch.common.inject.PrivateModule
-
- getProvider(Class<T>) - 类 中的方法org.elasticsearch.common.inject.PrivateModule
-
- getProvider() - 类 中的方法org.elasticsearch.common.inject.spi.ProviderLookup
-
Returns the looked up provider.
- getProvider(Key<T>) - 接口 中的方法org.elasticsearch.common.inject.spi.TypeEncounter
-
Returns the provider used to obtain instances for the given injection key.
- getProvider(Class<T>) - 接口 中的方法org.elasticsearch.common.inject.spi.TypeEncounter
-
Returns the provider used to obtain instances for the given injection type.
- getProviderInstance() - 类 中的方法org.elasticsearch.common.inject.internal.ProviderInstanceBindingImpl
-
- getProviderInstance() - 接口 中的方法org.elasticsearch.common.inject.spi.ProviderInstanceBinding
-
Returns the user-supplied, unscoped provider.
- getProviderKey() - 类 中的方法org.elasticsearch.common.inject.internal.LinkedProviderBindingImpl
-
- getProviderKey() - 接口 中的方法org.elasticsearch.common.inject.spi.ProviderKeyBinding
-
Returns the key used to resolve the provider's binding.
- getProviderMethods(Binder) - 类 中的方法org.elasticsearch.common.inject.internal.ProviderMethodsModule
-
- getProxyAction(String) - 类 中的静态方法org.elasticsearch.transport.TransportActionProxy
-
Returns the corresponding proxy action for the given action
- getPublishDiff() - 类 中的方法org.elasticsearch.discovery.DiscoverySettings
-
- getPublishStats() - 类 中的方法org.elasticsearch.discovery.DiscoveryStats
-
- getPublishTimeout() - 类 中的方法org.elasticsearch.discovery.DiscoverySettings
-
Returns the current publish timeout
- getQueries() - 接口 中的方法org.elasticsearch.plugins.SearchPlugin
-
The new Querys defined by this plugin.
- getQuery() - 类 中的方法org.elasticsearch.index.reindex.RemoteInfo
-
- getQueryBreakdown(E) - 类 中的方法org.elasticsearch.search.profile.AbstractProfiler
-
- getQueryBreakdown(Aggregator) - 类 中的方法org.elasticsearch.search.profile.aggregation.AggregationProfiler
-
- getQueryBuilder() - 类 中的方法org.elasticsearch.search.internal.AliasFilter
-
Returns the alias filter
QueryBuilder or
null if there is no such filter
- getQueryCache() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
-
- getQueryCache() - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStats
-
- getQueryCache() - 类 中的方法org.elasticsearch.index.engine.EngineConfig
-
Return the cache to use for queries.
- getQueryCache() - 类 中的方法org.elasticsearch.indices.NodeIndicesStats
-
- getQueryCachingPolicy() - 类 中的方法org.elasticsearch.index.engine.EngineConfig
-
Return the policy to use when caching queries.
- getQueryCachingPolicy() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- getQueryContent(XContentParser) - 类 中的静态方法org.elasticsearch.rest.action.RestActions
-
- getQueryContexts() - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestionContext
-
- getQueryCount() - 类 中的方法org.elasticsearch.index.search.stats.SearchStats.Stats
-
- getQueryCurrent() - 类 中的方法org.elasticsearch.index.search.stats.SearchStats.Stats
-
- getQueryExplanation() - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.ValidateQueryResponse
-
The list of query explanations.
- getQueryName() - 类 中的方法org.elasticsearch.search.profile.ProfileResult
-
Retrieve the name of the query (e.g.
- getQueryProfileResults() - 类 中的方法org.elasticsearch.search.profile.ProfileShardResult
-
- getQueryProfilers() - 类 中的方法org.elasticsearch.search.profile.Profilers
-
- getQueryResults() - 类 中的方法org.elasticsearch.search.profile.query.QueryProfileShardResult
-
- getQueryShardContext() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- getQueryShardContext() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- getQueryTime() - 类 中的方法org.elasticsearch.index.search.stats.SearchStats.Stats
-
- getQueryTimeInMillis() - 类 中的方法org.elasticsearch.index.search.stats.SearchStats.Stats
-
- getQueryWeight() - 类 中的方法org.elasticsearch.search.rescore.QueryRescorerBuilder
-
Gets the original query weight for rescoring.
- getQueue() - 类 中的方法org.elasticsearch.threadpool.ThreadPoolStats.Stats
-
- getQueueSize() - 类 中的方法org.elasticsearch.threadpool.ThreadPool.Info
-
- getQueueStats() - 类 中的方法org.elasticsearch.discovery.DiscoveryStats
-
- getRangeQuery(String, String, String, boolean, boolean) - 类 中的方法org.elasticsearch.index.search.QueryStringQueryParser
-
- getRanges() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.IpRangeAggregationBuilder
-
Get the current list or ranges that are configured on this aggregation.
- getRanks() - 类 中的方法org.elasticsearch.node.AdaptiveSelectionStats
-
Returns a map of node id to the ranking of the nodes based on the adaptive replica formula
- getRaw(Settings) - 类 中的方法org.elasticsearch.common.settings.SecureSetting
-
- getRaw(Settings) - 类 中的方法org.elasticsearch.common.settings.Setting.AffixSetting
-
- getRaw(Settings) - 类 中的方法org.elasticsearch.common.settings.Setting
-
Returns the raw (string) settings value.
- getRawDoubleValues() - 类 中的方法org.elasticsearch.index.fielddata.NumericDoubleValues
-
Returns numeric docvalues view of raw double bits
- getRawFloatValues() - 类 中的方法org.elasticsearch.index.fielddata.NumericDoubleValues
-
Returns numeric docvalues view of raw float bits
- getRawKey() - 类 中的方法org.elasticsearch.common.settings.Setting
-
Returns the original representation of a setting key.
- getRawType(Type) - 类 中的静态方法org.elasticsearch.common.inject.internal.MoreTypes
-
- getRawType() - 类 中的方法org.elasticsearch.common.inject.internal.MoreTypes.ParameterizedTypeImpl
-
- getRawType() - 类 中的方法org.elasticsearch.common.inject.TypeLiteral
-
Returns the raw (non-generic) type for this type.
- getReader(Class<T>, String) - 类 中的方法org.elasticsearch.common.io.stream.NamedWriteableRegistry
-
Returns a reader for a
NamedWriteable object identified by the
name provided as argument and its category.
- getReader() - 类 中的方法org.elasticsearch.plugins.SearchPlugin.SearchExtensionSpec
-
The reader responsible for reading the behavior from the internode protocol.
- getReaderCacheHelper() - 类 中的方法org.elasticsearch.common.lucene.index.ElasticsearchDirectoryReader
-
- getReaderCacheHelper() - 类 中的方法org.elasticsearch.common.lucene.index.ElasticsearchLeafReader
-
- getReaderFromFile(Environment, Settings, String) - 类 中的静态方法org.elasticsearch.index.analysis.Analysis
-
- getReason() - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksRequest
-
The reason for canceling the task.
- getReason() - 类 中的方法org.elasticsearch.action.TaskOperationFailure
-
- getReason() - 类 中的方法org.elasticsearch.cluster.routing.UnassignedInfo
-
The reason why the shard is unassigned.
- getReason() - 类 中的方法org.elasticsearch.gateway.GatewayMetaState.IndexMetaWriteInfo
-
- getReason() - 类 中的方法org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure
-
- getReason() - 类 中的方法org.elasticsearch.search.profile.query.CollectorResult
-
- getReason() - 类 中的方法org.elasticsearch.search.profile.query.InternalProfileCollector
-
- getReasonCancelled() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollResponse
-
The reason that the request was canceled or null if it hasn't been.
- getReasonCancelled() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask.Status
-
The reason that the request was canceled or null if it hasn't been.
- getReasonCancelled() - 类 中的方法org.elasticsearch.tasks.CancellableTask
-
The reason the task was cancelled or null if it hasn't been cancelled.
- getRecovery(long) - 类 中的方法org.elasticsearch.indices.recovery.RecoveriesCollection
-
- getRecoverySafe(long, ShardId) - 类 中的方法org.elasticsearch.indices.recovery.RecoveriesCollection
-
- getRecoverySource() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState
-
- getRecoveryStats() - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStats
-
- getRecoveryStats() - 类 中的方法org.elasticsearch.indices.NodeIndicesStats
-
- getRecoveryTarget(long) - 类 中的方法org.elasticsearch.indices.recovery.RecoveriesCollection
-
- getRefresh() - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStats
-
- getRefresh() - 类 中的方法org.elasticsearch.indices.NodeIndicesStats
-
- getRefreshInterval() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns this interval in which the shards of this index are asynchronously refreshed.
- getRefreshInterval() - 类 中的方法org.elasticsearch.monitor.os.OsInfo
-
- getRefreshInterval() - 类 中的方法org.elasticsearch.monitor.process.ProcessInfo
-
- getRefreshPolicy() - 类 中的方法org.elasticsearch.action.bulk.BulkRequest
-
- getRefreshPolicy() - 类 中的方法org.elasticsearch.action.support.replication.ReplicatedWriteRequest
-
- getRefreshPolicy() - 接口 中的方法org.elasticsearch.action.support.WriteRequest
-
- getRefreshPolicy() - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- getRegex() - 类 中的方法org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- getRegexOptions() - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestionContext
-
- getRegexpQuery(String, String) - 类 中的方法org.elasticsearch.index.search.QueryStringQueryParser
-
- getRegisteredSettings() - 类 中的方法org.elasticsearch.threadpool.AutoQueueAdjustingExecutorBuilder
-
- getRegisteredSettings() - 类 中的方法org.elasticsearch.threadpool.ExecutorBuilder
-
The list of settings this builder will register.
- getRegisteredSettings() - 类 中的方法org.elasticsearch.threadpool.FixedExecutorBuilder
-
- getRegisteredSettings() - 类 中的方法org.elasticsearch.threadpool.ScalingExecutorBuilder
-
- getRegistry() - 类 中的方法org.elasticsearch.common.NamedRegistry
-
- getRejected() - 类 中的方法org.elasticsearch.threadpool.ThreadPoolStats.Stats
-
- getRelation(QueryRewriteContext) - 类 中的方法org.elasticsearch.index.query.RangeQueryBuilder
-
- getRelationByName(String) - 枚举 中的静态方法org.elasticsearch.common.geo.ShapeRelation
-
- getRelationName() - 枚举 中的方法org.elasticsearch.common.geo.ShapeRelation
-
- getRelevantIndices(ClusterState, ClusterState, Set<Index>) - 类 中的静态方法org.elasticsearch.gateway.GatewayMetaState
-
- getRelevantIndicesForMasterEligibleNode(ClusterState) - 类 中的静态方法org.elasticsearch.gateway.GatewayMetaState
-
- getRelevantIndicesOnDataOnlyNode(ClusterState, ClusterState, Set<Index>) - 类 中的静态方法org.elasticsearch.gateway.GatewayMetaState
-
- getRelocatingShardCount() - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes
-
- getRelocatingShards() - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- getRelocatingShards() - 类 中的方法org.elasticsearch.cluster.health.ClusterIndexHealth
-
- getRelocatingShards() - 类 中的方法org.elasticsearch.cluster.health.ClusterShardHealth
-
- getRelocatingShards() - 类 中的方法org.elasticsearch.cluster.health.ClusterStateHealth
-
- getRelocationId() - 类 中的方法org.elasticsearch.cluster.routing.AllocationId
-
The transient relocation id holding the unique id that is used for relocation.
- getRelocationTargetNode() - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplanation
-
- getRemainingDelay(long, Settings) - 类 中的方法org.elasticsearch.cluster.routing.UnassignedInfo
-
Calculates the delay left based on current time (in nanoseconds) and the delay defined by the index settings.
- getRemainingDelayInMillis() - 类 中的方法org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
-
Gets the remaining delay for allocating the replica shard when a node holding the replica left
the cluster and the deciders are waiting to see if the node returns before allocating the replica
elsewhere.
- getRemoteAddress() - 类 中的方法org.elasticsearch.rest.RestRequest
-
- getRemoteClusterNames() - 类 中的方法org.elasticsearch.transport.RemoteClusterAware
-
- getRemoteClusterNames() - 类 中的方法org.elasticsearch.transport.RemoteClusterService
-
- getRemoteClusterService() - 类 中的方法org.elasticsearch.action.search.SearchTransportService
-
- getRemoteClusterService() - 类 中的方法org.elasticsearch.transport.TransportService
-
- getRemoteConnectionInfos(ActionListener<Collection<RemoteConnectionInfo>>) - 类 中的方法org.elasticsearch.transport.RemoteClusterService
-
- getRemoteInfo() - 类 中的方法org.elasticsearch.index.reindex.ReindexRequest
-
- getRemovalReason() - 类 中的方法org.elasticsearch.common.cache.RemovalNotification
-
- getRemovedCount() - 类 中的方法org.elasticsearch.cluster.metadata.IndexGraveyard.IndexGraveyardDiff
-
The number of index tombstones that were removed between two states
- getReplication() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
returns how many *redundant* copies of the data the cluster holds - running with no replicas will return 0
- getReplicationGroup() - 接口 中的方法org.elasticsearch.action.support.replication.ReplicationOperation.Primary
-
Returns the current replication group on the primary shard
- getReplicationGroup() - 类 中的方法org.elasticsearch.index.seqno.GlobalCheckpointTracker
-
Returns the current replication group for the shard.
- getReplicationGroup() - 类 中的方法org.elasticsearch.index.seqno.SequenceNumbersService
-
Returns the current replication group for the shard.
- getReplicationGroup() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
Returns the current replication group for the shard.
- getRepositories(GetRepositoriesRequest) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Gets repositories.
- getRepositories(GetRepositoriesRequest, ActionListener<GetRepositoriesResponse>) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Gets repositories.
- getRepositories(Environment, NamedXContentRegistry) - 接口 中的方法org.elasticsearch.plugins.RepositoryPlugin
-
Returns repository types added by this plugin.
- GetRepositoriesAction - org.elasticsearch.action.admin.cluster.repositories.get中的类
-
Get repositories action
- GetRepositoriesRequest - org.elasticsearch.action.admin.cluster.repositories.get中的类
-
Get repository request
- GetRepositoriesRequest() - 类 的构造器org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesRequest
-
- GetRepositoriesRequest(String[]) - 类 的构造器org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesRequest
-
Constructs a new get repositories request with a list of repositories.
- GetRepositoriesRequestBuilder - org.elasticsearch.action.admin.cluster.repositories.get中的类
-
Get repository request builder
- GetRepositoriesRequestBuilder(ElasticsearchClient, GetRepositoriesAction) - 类 的构造器org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesRequestBuilder
-
Creates new get repository request builder
- GetRepositoriesRequestBuilder(ElasticsearchClient, GetRepositoriesAction, String...) - 类 的构造器org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesRequestBuilder
-
Creates new get repository request builder
- GetRepositoriesResponse - org.elasticsearch.action.admin.cluster.repositories.get中的类
-
Get repositories response
- getRepositoriesService() - 类 中的方法org.elasticsearch.snapshots.SnapshotsService
-
- getRepository() - 类 中的方法org.elasticsearch.snapshots.Snapshot
-
Gets the repository name for the snapshot.
- getRepositoryData() - 类 中的方法org.elasticsearch.repositories.blobstore.BlobStoreRepository
-
- getRepositoryData() - 接口 中的方法org.elasticsearch.repositories.Repository
-
Returns a
RepositoryData to describe the data in the repository, including the snapshots
and the indices across all snapshots found in the repository.
- getRepositoryData(String) - 类 中的方法org.elasticsearch.snapshots.SnapshotsService
-
- getRepositoryName() - 异常错误 中的方法org.elasticsearch.snapshots.SnapshotException
-
- getRepositoryRequest(String...) - 类 中的静态方法org.elasticsearch.client.Requests
-
Gets snapshot repository
- getRepositoryStateId() - 类 中的方法org.elasticsearch.cluster.SnapshotDeletionsInProgress.Entry
-
The repository state id at the time the snapshot deletion began.
- getRepositoryStateId() - 类 中的方法org.elasticsearch.cluster.SnapshotsInProgress.Entry
-
- GetRequest - org.elasticsearch.action.get中的类
-
A request to get a document (its source) from an index based on its type (optional) and id.
- GetRequest() - 类 的构造器org.elasticsearch.action.get.GetRequest
-
- GetRequest(String) - 类 的构造器org.elasticsearch.action.get.GetRequest
-
Constructs a new get request against the specified index.
- GetRequest(String, String, String) - 类 的构造器org.elasticsearch.action.get.GetRequest
-
Constructs a new get request against the specified index with the type and id.
- getRequest() - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction.ConcreteShardRequest
-
- getRequest(String) - 类 中的静态方法org.elasticsearch.client.Requests
-
Creates a get request to get the JSON source from an index based on a type and id.
- getRequest() - 类 中的方法org.elasticsearch.indices.recovery.RecoverySourceHandler
-
- GetRequestBuilder - org.elasticsearch.action.get中的类
-
A get document action request builder.
- GetRequestBuilder(ElasticsearchClient, GetAction) - 类 的构造器org.elasticsearch.action.get.GetRequestBuilder
-
- GetRequestBuilder(ElasticsearchClient, GetAction, String) - 类 的构造器org.elasticsearch.action.get.GetRequestBuilder
-
- getRequestCache() - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStats
-
- getRequestCache() - 类 中的方法org.elasticsearch.indices.NodeIndicesStats
-
- getRequestHandler(String) - 类 中的方法org.elasticsearch.transport.TransportService
-
- getRequestId() - 类 中的方法org.elasticsearch.search.fetch.QueryFetchSearchResult
-
- getRequestId() - 类 中的方法org.elasticsearch.search.SearchPhaseResult
-
Returns the results request ID that is used to reference the search context on the executing
node
- getRequests() - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsRequest
-
- getRequestsPerSecond() - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
The throttle for this request in sub-requests per second.
- getRequestsPerSecond() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask.Status
-
The number of requests per second to which to throttle the request.
- getRequiredSize() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
-
- getRerouteInterval() - 类 中的方法org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
-
- getRescoreQuery() - 类 中的方法org.elasticsearch.search.rescore.QueryRescorerBuilder
-
- getRescoreQueryWeight() - 类 中的方法org.elasticsearch.search.rescore.QueryRescorerBuilder
-
Gets the original query weight for rescoring.
- getRescorers() - 接口 中的方法org.elasticsearch.plugins.SearchPlugin
-
The next
Rescorers added by this plugin.
- getResizeSourceIndex() - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
- getResizeType() - 类 中的方法org.elasticsearch.action.admin.indices.shrink.ResizeRequest
-
Returns the type of the resize operation
- getResourceId() - 异常错误 中的方法org.elasticsearch.ElasticsearchException
-
- getResourceType() - 异常错误 中的方法org.elasticsearch.ElasticsearchException
-
- getResponse() - 类 中的方法org.elasticsearch.action.bulk.BulkItemResponse
-
- GetResponse - org.elasticsearch.action.get中的类
-
The response of a get action.
- GetResponse(GetResult) - 类 的构造器org.elasticsearch.action.get.GetResponse
-
- getResponse() - 类 中的方法org.elasticsearch.action.get.MultiGetItemResponse
-
The actual get response, null if its a failure.
- getResponse() - 类 中的方法org.elasticsearch.action.search.MultiSearchResponse.Item
-
The actual search response, null if its a failure.
- getResponse() - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsItemResponse
-
The actual get response, null if its a failure.
- getResponse() - 类 中的方法org.elasticsearch.tasks.TaskResult
-
Get the response that this task finished with.
- getResponseAsMap() - 类 中的方法org.elasticsearch.tasks.TaskResult
-
- getResponseCollectorService() - 类 中的方法org.elasticsearch.search.SearchService
-
- getResponseHeaders() - 类 中的方法org.elasticsearch.common.util.concurrent.ThreadContext
-
Get a copy of all response headers.
- getResponseResult() - 类 中的方法org.elasticsearch.action.update.UpdateHelper.Result
-
- getResponses() - 类 中的方法org.elasticsearch.action.bulk.BulkShardResponse
-
- getResponses() - 类 中的方法org.elasticsearch.action.get.MultiGetResponse
-
- getResponses() - 类 中的方法org.elasticsearch.action.search.MultiSearchResponse
-
The list of responses, the order is the same as the one provided in the request.
- getResponses() - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsResponse
-
- getRestController() - 类 中的方法org.elasticsearch.action.ActionModule
-
- getRestHandlers(Settings, RestController, ClusterSettings, IndexScopedSettings, SettingsFilter, IndexNameExpressionResolver, Supplier<DiscoveryNodes>) - 接口 中的方法org.elasticsearch.plugins.ActionPlugin
-
Rest handlers added by this plugin.
- getRestHandlerWrapper(ThreadContext) - 接口 中的方法org.elasticsearch.plugins.ActionPlugin
-
Returns a function used to wrap each rest request before handling the request.
- getRestHeaders() - 接口 中的方法org.elasticsearch.plugins.ActionPlugin
-
Returns headers which should be copied through rest requests on to internal requests.
- getRestName() - 枚举 中的方法org.elasticsearch.action.admin.indices.stats.CommonStatsFlags.Flag
-
- getRestoreInfo() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotResponse
-
Returns restore information if snapshot was completed before this method returned, null otherwise
- getRestoreInfo() - 类 中的方法org.elasticsearch.snapshots.RestoreService.RestoreCompletionResponse
-
- getRestoreThrottleTimeInNanos() - 类 中的方法org.elasticsearch.repositories.blobstore.BlobStoreRepository
-
- getRestoreThrottleTimeInNanos() - 接口 中的方法org.elasticsearch.repositories.Repository
-
Returns restore throttle time in nanoseconds
- getRestUsage() - 类 中的方法org.elasticsearch.action.admin.cluster.node.usage.NodeUsage
-
- getResult() - 类 中的方法org.elasticsearch.action.DocWriteResponse
-
The change that occurred to the document.
- GetResult(Engine.Searcher, VersionsAndSeqNoResolver.DocIdAndVersion) - 类 的构造器org.elasticsearch.index.engine.Engine.GetResult
-
Build a non-realtime get result from the searcher.
- GetResult - org.elasticsearch.index.get中的类
-
- GetResult(String, String, String, long, boolean, BytesReference, Map<String, DocumentField>) - 类 的构造器org.elasticsearch.index.get.GetResult
-
- getResultReaders() - 类 中的方法org.elasticsearch.plugins.SearchPlugin.AggregationSpec
-
Get the readers that must be registered for this aggregation's results.
- getResultReaders() - 类 中的方法org.elasticsearch.plugins.SearchPlugin.PipelineAggregationSpec
-
Get the readers that must be registered for this aggregation's results.
- getResults() - 类 中的方法org.elasticsearch.action.ingest.SimulatePipelineResponse
-
- getResyncedOperations() - 类 中的方法org.elasticsearch.index.shard.PrimaryReplicaSyncer.ResyncTask
-
number of operations that have been successfully replicated
- getRetryBackoffInitialTime() - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
Initial delay after a rejection before retrying request.
- getReturnType(Method) - 类 中的方法org.elasticsearch.common.inject.TypeLiteral
-
Returns the resolved generic return type of method.
- getRewriteable() - 类 中的方法org.elasticsearch.search.internal.ShardSearchLocalRequest
-
- getRewriteable() - 接口 中的方法org.elasticsearch.search.internal.ShardSearchRequest
-
- getRewriteable() - 类 中的方法org.elasticsearch.search.internal.ShardSearchTransportRequest
-
- getRewriteContext(LongSupplier) - 类 中的方法org.elasticsearch.indices.IndicesService
-
- getRewriteContext(LongSupplier) - 类 中的方法org.elasticsearch.search.SearchService
-
- getRewriteTime() - 类 中的方法org.elasticsearch.search.profile.query.QueryProfiler
-
- getRewriteTime() - 类 中的方法org.elasticsearch.search.profile.query.QueryProfileShardResult
-
- getRoleName() - 枚举 中的方法org.elasticsearch.cluster.node.DiscoveryNode.Role
-
- getRoles() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.Counts
-
- getRoles() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNode
-
Returns a set of all the roles that the node fulfills.
- getRolesFromSettings(Settings) - 类 中的静态方法org.elasticsearch.cluster.node.DiscoveryNode
-
extract node roles from the given settings
- getRootCause() - 异常错误 中的方法org.elasticsearch.ElasticsearchException
-
Retrieve the innermost cause of this exception, if none, returns the current exception.
- getRootDataPath() - 类 中的方法org.elasticsearch.index.shard.ShardPath
-
Returns the data-path root for this shard.
- getRootFilter() - 类 中的方法org.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource.Nested
-
- getRootLogger() - 类 中的静态方法org.elasticsearch.common.logging.ESLoggerFactory
-
- getRootStatePath() - 类 中的方法org.elasticsearch.index.shard.ShardPath
-
Returns the state-path root for this shard.
- getRouting() - 类 中的方法org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
-
- getRouting() - 接口 中的方法org.elasticsearch.index.reindex.ScrollableHitSource.Hit
-
The routing on the hit if there is any or null if there isn't.
- getRoutingEntry() - 类 中的方法org.elasticsearch.cluster.routing.allocation.FailedShard
-
The shard routing entry for the failed shard.
- getRoutingFactor() - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
Returns the routing factor for this index.
- getRoutingFactor(int, int) - 类 中的静态方法org.elasticsearch.cluster.metadata.IndexMetaData
-
Returns the routing factor for and shrunk index with the given number of target shards.
- getRoutingNodes() - 类 中的方法org.elasticsearch.cluster.ClusterState
-
Returns a built (on demand) routing nodes view of the routing table.
- getRoutingNumShards() - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
Returns number of shards that should be used for routing.
- getRoutingNumShards() - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
Returns the number of shards that should be used for routing.
- getRoutingPartitionSize() - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
- getRoutingTable() - 类 中的方法org.elasticsearch.cluster.ClusterState
-
- getRoutingTable() - 类 中的方法org.elasticsearch.index.seqno.GlobalCheckpointTracker.PrimaryContext
-
- getRoutingTable() - 类 中的方法org.elasticsearch.index.shard.ReplicationGroup
-
- getRows() - 类 中的方法org.elasticsearch.common.Table
-
- getRulesFromSettings(Environment) - 类 中的方法org.elasticsearch.index.analysis.SynonymTokenFilterFactory
-
- getRunningTimeNanos() - 类 中的方法org.elasticsearch.tasks.TaskInfo
-
Returns the task running time
- getRxCount() - 类 中的方法org.elasticsearch.transport.TransportStats
-
- getRxSize() - 类 中的方法org.elasticsearch.transport.TransportStats
-
- getSafe(Index) - 类 中的方法org.elasticsearch.cluster.metadata.MetaData.Builder
-
- getScheme() - 类 中的方法org.elasticsearch.index.reindex.RemoteInfo
-
- getScope() - 类 中的方法org.elasticsearch.common.inject.spi.ScopeBinding
-
- getScope() - 类 中的方法org.elasticsearch.common.settings.AbstractScopedSettings
-
- getScopeAnnotation() - 类 中的方法org.elasticsearch.common.inject.internal.Scoping
-
Returns the scope annotation, or null if that isn't known for this instance.
- getScopedSettings() - 类 中的方法org.elasticsearch.index.IndexSettings
-
- getScopeInstance() - 类 中的方法org.elasticsearch.common.inject.internal.Scoping
-
Returns the scope instance, or null if that isn't known for this instance.
- getScoping() - 类 中的方法org.elasticsearch.common.inject.internal.BindingImpl
-
- getScore() - 类 中的方法org.apache.lucene.search.uhighlight.Snippet
-
- getScore() - 类 中的方法org.elasticsearch.script.SearchScript
-
Return the score of the current document.
- getScore(long, long, long, long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.ChiSquare
-
Calculates Chi^2
see "Information Retrieval", Manning et al., Eq. 13.19
- getScore(long, long, long, long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.GND
-
Calculates Google Normalized Distance, as described in "The Google Similarity Distance", Cilibrasi and Vitanyi, 2007
link: http://arxiv.org/pdf/cs/0412098v3.pdf
- getScore(long, long, long, long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.JLHScore
-
Calculates the significance of a term in a sample against a background of
normal distributions by comparing the changes in frequency.
- getScore(long, long, long, long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.MutualInformation
-
Calculates mutual information
see "Information Retrieval", Manning et al., Eq. 13.17
- getScore(long, long, long, long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.PercentageScore
-
Indicates the significance of a term in a sample by determining what percentage
of all occurrences of a term are found in the sample.
- getScore(long, long, long, long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic
-
Calculates score with a script
- getScore(long, long, long, long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.SignificanceHeuristic
-
- getScore() - 类 中的方法org.elasticsearch.search.SearchHit
-
The score.
- getScore() - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
-
- getScoreFunction() - 类 中的方法org.elasticsearch.common.lucene.search.function.WeightFactorFunction
-
- getScoreFunction() - 类 中的方法org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder.FilterFunctionBuilder
-
- getScoreFunctions() - 接口 中的方法org.elasticsearch.plugins.SearchPlugin
-
- getScoreMode() - 类 中的方法org.elasticsearch.search.rescore.QueryRescorerBuilder
-
Gets the original query score mode.
- getScoreTerm(Term) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsFilter
-
- getScript() - 类 中的方法org.elasticsearch.index.query.functionscore.ScriptScoreFunctionBuilder
-
- getScript() - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequest
-
Script to modify the documents before they are processed.
- getScript() - 异常错误 中的方法org.elasticsearch.script.ScriptException
-
Returns the identifier for which script.
- getScriptEngine(Settings, Collection<ScriptContext<?>>) - 接口 中的方法org.elasticsearch.plugins.ScriptPlugin
-
Returns a
ScriptEngine instance or
null if this plugin doesn't add a new script engine.
- getScriptFields() - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
- getScriptService() - 类 中的方法org.elasticsearch.index.IndexService
-
- getScriptService() - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
Return the script service to allow compiling scripts.
- getScriptService() - 类 中的方法org.elasticsearch.script.ScriptModule
-
Service responsible for managing scripts.
- getScriptStack() - 异常错误 中的方法org.elasticsearch.script.ScriptException
-
Returns the stacktrace for the error in the script.
- getScriptStats() - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
- getScriptValues() - 接口 中的方法org.elasticsearch.index.fielddata.AtomicFieldData
-
Returns a "scripting" based values.
- getScriptValues() - 类 中的方法org.elasticsearch.index.fielddata.plain.AbstractAtomicGeoPointFieldData
-
- getScriptValues() - 类 中的方法org.elasticsearch.index.fielddata.plain.AbstractAtomicOrdinalsFieldData
-
- getScriptValues() - 类 中的方法org.elasticsearch.index.fielddata.plain.BinaryDVAtomicFieldData
-
- getScrollCount() - 类 中的方法org.elasticsearch.index.search.stats.SearchStats.Stats
-
- getScrollCurrent() - 类 中的方法org.elasticsearch.index.search.stats.SearchStats.Stats
-
- getScrollId() - 类 中的方法org.elasticsearch.action.search.SearchResponse
-
- getScrollId() - 类 中的方法org.elasticsearch.index.reindex.ScrollableHitSource.Response
-
The scroll id used to fetch the next set of documents.
- getScrollIds() - 类 中的方法org.elasticsearch.action.search.ClearScrollRequest
-
- getScrollTime() - 类 中的方法org.elasticsearch.index.search.stats.SearchStats.Stats
-
- getScrollTimeInMillis() - 类 中的方法org.elasticsearch.index.search.stats.SearchStats.Stats
-
- getSearch() - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStats
-
- getSearch() - 类 中的方法org.elasticsearch.indices.NodeIndicesStats
-
- getSearchAnalyzer(MappedFieldType) - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
Gets the search analyzer for the given field, or the default if there is none present for the field
TODO: remove this by moving defaults into mappers themselves
- getSearcherManager(String, Engine.SearcherScope) - 类 中的方法org.elasticsearch.index.engine.Engine
-
- getSearcherManager(String, Engine.SearcherScope) - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
- getSearchExt(String) - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- getSearchExt(String) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- getSearchExts() - 接口 中的方法org.elasticsearch.plugins.SearchPlugin
-
- getSearchFailures() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollResponse
-
All search failures.
- getSearchOperationListener() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- getSearchQuoteAnalyzer(MappedFieldType) - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
Gets the search quote analyzer for the given field, or the default if there is none present for the field
TODO: remove this by moving defaults into mappers themselves
- getSearchRequest() - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
The search request that matches the documents to process.
- getSearchResponseListeners() - 接口 中的方法org.elasticsearch.plugins.SearchPlugin
-
The new search response listeners in the form of BiConsumers added by this plugin.
- getSearchRetries() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollResponse
-
The number of times that the request had retry search actions.
- getSearchRetries() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask.Status
-
Number of retries that had to be attempted due to search actions being rejected.
- getSearchRouting() - 类 中的方法org.elasticsearch.cluster.metadata.AliasMetaData
-
- getSearchShardTarget() - 类 中的方法org.elasticsearch.search.fetch.QueryFetchSearchResult
-
- getSearchShardTarget() - 类 中的方法org.elasticsearch.search.SearchPhaseResult
-
- getSearchSimilarity() - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
- getSeconds() - 类 中的方法org.elasticsearch.common.unit.TimeValue
-
- getSecondsFrac() - 类 中的方法org.elasticsearch.common.unit.TimeValue
-
- getSecureMungedAddress() - 类 中的静态方法org.elasticsearch.common.MacAddressProvider
-
- getSecureSettings() - 类 中的方法org.elasticsearch.common.settings.Settings.Builder
-
Return the current secure settings, or null if none have been set.
- getSeed() - 类 中的方法org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
-
- getSeedNodes() - 类 中的方法org.elasticsearch.discovery.zen.UnicastZenPing.PingingRound
-
- getSegmentCount() - 类 中的方法org.elasticsearch.common.lucene.IndexCommitDelegate
-
- getSegmentInfo(SegmentInfos, boolean) - 类 中的方法org.elasticsearch.index.engine.Engine
-
- getSegmentName(MergePolicy.OneMerge) - 类 中的静态方法org.apache.lucene.index.OneMergeHelper
-
- getSegments() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
-
- getSegments() - 类 中的方法org.elasticsearch.action.admin.indices.segments.ShardSegments
-
- getSegments() - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStats
-
- getSegments() - 类 中的方法org.elasticsearch.indices.NodeIndicesStats
-
- getSegmentsFile() - 类 中的方法org.elasticsearch.index.store.Store.MetadataSnapshot
-
Returns the segments file that this metadata snapshot represents or null if the snapshot is empty.
- getSegmentsFileName() - 类 中的方法org.elasticsearch.common.lucene.IndexCommitDelegate
-
- getSegmentSort() - 类 中的方法org.elasticsearch.index.engine.Segment
-
Return the sort order of this segment, or null if the segment has no sort.
- getSentence(Locale, int) - 类 中的静态方法org.apache.lucene.search.uhighlight.BoundedBreakIteratorScanner
-
Returns a BreakIterator.getSentenceInstance(Locale) bounded to maxLen.
- getSeqNo() - 类 中的方法org.elasticsearch.action.bulk.BulkItemResponse.Failure
-
- getSeqNo() - 类 中的方法org.elasticsearch.action.DocWriteResponse
-
Returns the sequence number assigned for this change.
- getSeqNo() - 类 中的方法org.elasticsearch.index.engine.Engine.Result
-
Get the sequence number on the primary.
- getSeqNoStats() - 类 中的方法org.elasticsearch.action.admin.indices.stats.ShardStats
-
- getServerOpen() - 类 中的方法org.elasticsearch.http.HttpStats
-
- getServerOpen() - 类 中的方法org.elasticsearch.transport.TransportStats
-
- getService() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- getSetting(String, String) - 类 中的方法org.elasticsearch.action.admin.indices.settings.get.GetSettingsResponse
-
- getSettingNames() - 类 中的方法org.elasticsearch.common.settings.KeyStoreWrapper
-
- getSettingNames() - 接口 中的方法org.elasticsearch.common.settings.SecureSettings
-
Returns the names of all secure settings available.
- getSettings() - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodeInfo
-
The settings of the node.
- getSettings() - 类 中的方法org.elasticsearch.action.admin.indices.get.GetIndexResponse
-
- getSettings(GetSettingsRequest, ActionListener<GetSettingsResponse>) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Executed a per index settings get request and returns the settings for the indices specified.
- getSettings(GetSettingsRequest) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Executed a per index settings get request.
- getSettings() - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
- getSettings() - 类 中的方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- getSettings() - 类 中的方法org.elasticsearch.cluster.service.ClusterService
-
- getSettings() - 类 中的方法org.elasticsearch.common.settings.SettingsModule
-
- getSettings() - 类 中的方法org.elasticsearch.index.IndexModule
-
Returns the index
Settings for this index
- getSettings() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns the settings for this index.
- getSettings() - 类 中的方法org.elasticsearch.plugins.Plugin
-
Returns a list of additional
Setting definitions for this plugin.
- GetSettingsAction - org.elasticsearch.action.admin.indices.settings.get中的类
-
- GetSettingsAction() - 类 的构造器org.elasticsearch.action.admin.indices.settings.get.GetSettingsAction
-
- getSettingsDependencies(String) - 类 中的方法org.elasticsearch.common.settings.Setting.AffixSetting
-
- getSettingsDependencies(String) - 类 中的方法org.elasticsearch.common.settings.Setting
-
Returns a set of settings that are required at validation time.
- getSettingsFilter() - 类 中的方法org.elasticsearch.common.settings.SettingsModule
-
- getSettingsFilter() - 类 中的方法org.elasticsearch.plugins.Plugin
-
Returns a list of additional settings filter for this plugin
- getSettingsFromIndexSettings(IndexSettings, String) - 类 中的静态方法org.elasticsearch.index.analysis.AnalysisRegistry
-
- getSettingsKey() - 枚举 中的方法org.elasticsearch.index.IndexModule.Type
-
- GetSettingsRequest - org.elasticsearch.action.admin.indices.settings.get中的类
-
- GetSettingsRequest() - 类 的构造器org.elasticsearch.action.admin.indices.settings.get.GetSettingsRequest
-
- GetSettingsRequestBuilder - org.elasticsearch.action.admin.indices.settings.get中的类
-
- GetSettingsRequestBuilder(ElasticsearchClient, GetSettingsAction, String...) - 类 的构造器org.elasticsearch.action.admin.indices.settings.get.GetSettingsRequestBuilder
-
- GetSettingsResponse - org.elasticsearch.action.admin.indices.settings.get中的类
-
- GetSettingsResponse(ImmutableOpenMap<String, Settings>) - 类 的构造器org.elasticsearch.action.admin.indices.settings.get.GetSettingsResponse
-
- getShapeAt(int) - 类 中的方法org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
-
- getShard() - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
-
- getShard() - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplanation
-
Returns the shard that the explanation is about.
- getShard() - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
-
- getShard(int) - 类 中的方法org.elasticsearch.index.IndexService
-
Return the shard with the provided id, or throw an exception if it doesn't exist.
- getShard() - 类 中的方法org.elasticsearch.search.SearchHit
-
The shard of the search hit.
- getShardAllocationDecision() - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplanation
-
\
Returns the shard allocation decision for attempting to assign or move the shard.
- getShardBalance() - 类 中的方法org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator
-
Returns the shard related weight factor.
- getShardContext() - 类 中的方法org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- getShardFailures() - 类 中的方法org.elasticsearch.action.search.SearchResponse
-
The failures that occurred during the search.
- getShardFailures() - 类 中的方法org.elasticsearch.action.support.broadcast.BroadcastResponse
-
The list of shard failures exception.
- getShardId() - 类 中的方法org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsGroup
-
- getShardId() - 类 中的方法org.elasticsearch.action.admin.indices.segments.IndexShardSegments
-
- getShardId() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndexShardStats
-
- getShardId() - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.get.IndexShardUpgradeStatus
-
- getShardId() - 类 中的方法org.elasticsearch.action.bulk.BulkShardResponse
-
- getShardId() - 类 中的方法org.elasticsearch.action.DocWriteResponse.Builder
-
- getShardId() - 类 中的方法org.elasticsearch.action.DocWriteResponse
-
The exact shard the document was changed in.
- getShardId() - 类 中的方法org.elasticsearch.action.support.broadcast.BroadcastShardResponse
-
- getShardId() - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- getShardId() - 类 中的方法org.elasticsearch.cluster.action.shard.ShardStateAction.ShardEntry
-
- getShardId() - 类 中的方法org.elasticsearch.cluster.routing.allocation.StaleShard
-
The shard id of the stale shard.
- getShardId() - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
Returns the shards id
- getShardId(Object) - 类 中的方法org.elasticsearch.common.lucene.ShardCoreKeyMap
-
Return the
ShardId that holds the given segment, or
null
if this segment is not tracked.
- getShardId() - 异常错误 中的方法org.elasticsearch.ElasticsearchException
-
- getShardId() - 类 中的方法org.elasticsearch.env.ShardLock
-
Returns the locks shards Id.
- getShardId() - 类 中的方法org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodeRequest
-
- getShardId() - 类 中的方法org.elasticsearch.index.engine.EngineConfig
-
Returns the engines shard ID
- getShardId() - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
Returns the shard ID this context was created for.
- getShardId() - 类 中的方法org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure
-
- getShardId() - 类 中的方法org.elasticsearch.index.shard.ShardPath
-
- getShardId() - 类 中的方法org.elasticsearch.index.translog.TranslogConfig
-
Returns the shard ID this config is created for
- getShardId() - 类 中的方法org.elasticsearch.indices.flush.ShardsSyncedFlushResult
-
- getShardId() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState
-
- getShardId() - 类 中的方法org.elasticsearch.search.SearchShardTarget
-
- getShardIndex() - 类 中的方法org.elasticsearch.search.SearchPhaseResult
-
Returns the shard index in the context of the currently executing search request that is
used for accounting on the coordinating node
- getShardInfo() - 类 中的方法org.elasticsearch.action.support.replication.ReplicationResponse
-
- getShardMinDocCount() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
-
- getShardOrNull(int) - 类 中的方法org.elasticsearch.index.IndexService
-
Return the shard with the provided id, or null if there is no such shard.
- getShardOrNull(int) - 接口 中的方法org.elasticsearch.indices.cluster.IndicesClusterStateService.AllocatedIndex
-
Returns shard with given id.
- getShardOrNull(ShardId) - 接口 中的方法org.elasticsearch.indices.cluster.IndicesClusterStateService.AllocatedIndices
-
Returns shard for the specified id if it exists otherwise returns null.
- getShardResults() - 类 中的方法org.elasticsearch.search.profile.SearchProfileShardResults
-
- getShardRouting() - 类 中的方法org.elasticsearch.action.admin.indices.segments.ShardSegments
-
- getShardRouting() - 类 中的方法org.elasticsearch.action.admin.indices.stats.ShardStats
-
The shard routing information (cluster wide shard state).
- getShardRouting() - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.get.ShardUpgradeStatus
-
- getShardRoutings() - 类 中的方法org.elasticsearch.cluster.routing.PlainShardsIterator
-
- getShardRoutings() - 接口 中的方法org.elasticsearch.cluster.routing.ShardsIterator
-
- getShards() - 类 中的方法org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsGroup
-
- getShards() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexStatus
-
A shard id to index snapshot shard status map
- getShards() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
-
Returns list of snapshot shards
- getShards() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
-
- getShards() - 类 中的方法org.elasticsearch.action.admin.indices.segments.IndexSegments
-
A shard id to index shard segments map (note, index shard segments is the replication shard group that maps
to the shard id).
- getShards() - 类 中的方法org.elasticsearch.action.admin.indices.segments.IndexShardSegments
-
- getShards() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndexShardStats
-
- getShards() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndexStats
-
- getShards() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
-
- getShards() - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.get.IndexShardUpgradeStatus
-
- getShards() - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.get.IndexUpgradeStatus
-
A shard id to index shard upgrade status map (note, index shard upgrade status is the replication shard group that maps
to the shard id).
- getShards() - 类 中的方法org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.NodeRequest
-
- getShards() - 类 中的方法org.elasticsearch.cluster.health.ClusterIndexHealth
-
- getShards() - 类 中的方法org.elasticsearch.cluster.routing.IndexRoutingTable
-
- getShards() - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
Returns a List of shards
- getShards(ClusterState, String, String, String, String) - 类 中的方法org.elasticsearch.cluster.routing.OperationRouting
-
- getShards(ClusterState, String, int, String) - 类 中的方法org.elasticsearch.cluster.routing.OperationRouting
-
- getShardsAllocators(Settings, ClusterSettings) - 接口 中的方法org.elasticsearch.plugins.ClusterPlugin
-
- getShardSize(ShardRouting) - 类 中的方法org.elasticsearch.cluster.ClusterInfo
-
Returns the shard size for the given shard routing or null it that metric is not available.
- getShardSize(ShardRouting, long) - 类 中的方法org.elasticsearch.cluster.ClusterInfo
-
Returns the shard size for the given shard routing or defaultValue it that metric is not available.
- getShardSize() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
-
- getShardSize() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
-
- getShardSize() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
-
- getShardSize() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
-
- getShardSize() - 类 中的方法org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- getShardSnapshotStatus(SnapshotId, Version, IndexId, ShardId) - 类 中的方法org.elasticsearch.repositories.blobstore.BlobStoreRepository
-
- getShardSnapshotStatus(SnapshotId, Version, IndexId, ShardId) - 接口 中的方法org.elasticsearch.repositories.Repository
-
Retrieve shard snapshot status for the stored snapshot
- getShardsResultPerIndex() - 类 中的方法org.elasticsearch.action.admin.indices.flush.SyncedFlushResponse
-
- getShardsStats() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexStatus
-
Shards stats
- getShardsStats() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
-
- getShardState() - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplanation
-
- getShardStatePath() - 类 中的方法org.elasticsearch.index.shard.ShardPath
-
- getShardStoreInfo() - 类 中的方法org.elasticsearch.cluster.routing.allocation.NodeAllocationResult
-
Get the shard store information for the node, if it exists.
- getShardWritingBytes(IndexShard) - 类 中的方法org.elasticsearch.indices.IndexingMemoryController
-
returns how many bytes this shard is currently writing to disk
- getShouldStoreResult() - 类 中的方法org.elasticsearch.action.ActionRequest
-
Should this task store its result after it has finished?
- getShouldStoreResult() - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
- getSigma() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
- getSignificanceHeuristic() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
-
- getSignificanceHeuristic() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
-
- getSignificanceHeuristic() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
-
- getSignificanceHeuristicParserRegistry() - 类 中的方法org.elasticsearch.search.SearchModule
-
- getSignificanceHeuristics() - 接口 中的方法org.elasticsearch.plugins.SearchPlugin
-
- getSignificanceScore() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
-
- getSignificanceScore() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms.ParsedBucket
-
- getSignificanceScore() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTerms.Bucket
-
- getSimilarity() - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- getSimilarity() - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
- getSimilarity() - 类 中的方法org.elasticsearch.index.engine.EngineConfig
-
Returns the Similarity used for indexing and searching.
- getSimilarity(String) - 类 中的方法org.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
-
- getSimilarity(String) - 类 中的方法org.elasticsearch.index.similarity.SimilarityService
-
- getSinceTime() - 类 中的方法org.elasticsearch.action.admin.cluster.node.usage.NodeUsage
-
- getSingles() - 类 中的方法org.elasticsearch.common.unit.SizeValue
-
- getSize() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes
-
Get the number of known nodes
- getSize() - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
Returns the number of this shards instances.
- getSize() - 类 中的方法org.elasticsearch.index.engine.Segment
-
- getSize() - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
- getSize() - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
Maximum number of processed documents.
- getSize() - 类 中的方法org.elasticsearch.index.store.StoreStats
-
- getSize() - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.InternalComposite
-
- getSize() - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionStats
-
- getSize() - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion
-
- getSize() - 类 中的方法org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- getSizeInBytes() - 类 中的方法org.elasticsearch.index.engine.Segment
-
- getSizeInBytes() - 类 中的方法org.elasticsearch.index.store.StoreStats
-
- getSizeInBytes() - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionStats
-
- getSkipped() - 类 中的方法org.elasticsearch.action.search.SearchResponse.Clusters
-
Returns how many total clusters were during the execution of the search request
- getSkippedOperations() - 类 中的方法org.elasticsearch.index.shard.PrimaryReplicaSyncer.ResyncTask
-
number of translog operations that have been skipped
- getSkippedShards() - 类 中的方法org.elasticsearch.action.search.SearchResponse
-
The number of shards skipped due to pre-filtering
- getSlices() - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
The number of slices this task should be divided into.
- getSlices() - 类 中的方法org.elasticsearch.index.reindex.LeaderBulkByScrollTaskState
-
Returns the number of slices this BulkByScrollRequest will use
- getSliceStatuses() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask.Status
-
Statuses of the sub requests into which this sub-request was sliced.
- getSlop() - 类 中的方法org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
-
Sets the phrase slop for this query.
- getSmallestNonClientNodeVersion() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes
-
Returns the version of the node with the oldest version in the cluster that is not a client node
If there are no non-client nodes, Version.CURRENT will be returned.
- getSnapshot() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
-
Returns snapshot
- getSnapshot() - 类 中的方法org.elasticsearch.cluster.SnapshotDeletionsInProgress.Entry
-
The snapshot to delete.
- getSnapshot() - 类 中的方法org.elasticsearch.snapshots.RestoreService.RestoreCompletionResponse
-
- getSnapshotId() - 类 中的方法org.elasticsearch.snapshots.Snapshot
-
Gets the snapshot id for the snapshot.
- getSnapshotIds() - 类 中的方法org.elasticsearch.repositories.RepositoryData
-
Returns an unmodifiable collection of the snapshot ids.
- getSnapshotInfo() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotResponse
-
Returns snapshot information if snapshot was completed by the time this method returned or null otherwise.
- getSnapshotInfo(SnapshotId) - 类 中的方法org.elasticsearch.repositories.blobstore.BlobStoreRepository
-
- getSnapshotInfo(SnapshotId) - 接口 中的方法org.elasticsearch.repositories.Repository
-
Reads snapshot description from repository.
- getSnapshotMetaData(SnapshotInfo, List<IndexId>) - 类 中的方法org.elasticsearch.repositories.blobstore.BlobStoreRepository
-
- getSnapshotMetaData(SnapshotInfo, List<IndexId>) - 接口 中的方法org.elasticsearch.repositories.Repository
-
Returns global metadata associate with the snapshot.
- getSnapshotName() - 异常错误 中的方法org.elasticsearch.snapshots.SnapshotException
-
- getSnapshots() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsResponse
-
Returns the list of snapshots
- getSnapshots() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusResponse
-
Returns the list of snapshots
- getSnapshots(GetSnapshotsRequest) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Get snapshot.
- getSnapshots(GetSnapshotsRequest, ActionListener<GetSnapshotsResponse>) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Get snapshot.
- getSnapshots(IndexId) - 类 中的方法org.elasticsearch.repositories.RepositoryData
-
Returns an immutable collection of the snapshot ids for the snapshots that contain the given index.
- GetSnapshotsAction - org.elasticsearch.action.admin.cluster.snapshots.get中的类
-
Get snapshots action
- GetSnapshotsRequest - org.elasticsearch.action.admin.cluster.snapshots.get中的类
-
Get snapshot request
- GetSnapshotsRequest() - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
-
- GetSnapshotsRequest(String, String[]) - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
-
Constructs a new get snapshots request with given repository name and list of snapshots
- GetSnapshotsRequest(String) - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
-
Constructs a new get snapshots request with given repository name
- getSnapshotsRequest(String) - 类 中的静态方法org.elasticsearch.client.Requests
-
Gets snapshots from repository
- GetSnapshotsRequestBuilder - org.elasticsearch.action.admin.cluster.snapshots.get中的类
-
Get snapshots request builder
- GetSnapshotsRequestBuilder(ElasticsearchClient, GetSnapshotsAction) - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequestBuilder
-
Constructs the new get snapshot request
- GetSnapshotsRequestBuilder(ElasticsearchClient, GetSnapshotsAction, String) - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequestBuilder
-
Constructs the new get snapshot request with specified repository
- GetSnapshotsResponse - org.elasticsearch.action.admin.cluster.snapshots.get中的类
-
Get snapshots response
- getSnapshotState(SnapshotId) - 类 中的方法org.elasticsearch.repositories.RepositoryData
-
- getSnapshotThrottleTimeInNanos() - 类 中的方法org.elasticsearch.repositories.blobstore.BlobStoreRepository
-
- getSnapshotThrottleTimeInNanos() - 接口 中的方法org.elasticsearch.repositories.Repository
-
Returns snapshot throttle time in nanoseconds
- getSocketTimeout() - 类 中的方法org.elasticsearch.index.reindex.RemoteInfo
-
Time to wait for a response from each request.
- getSortFieldType(SortField) - 类 中的静态方法org.elasticsearch.index.IndexSortConfig
-
- getSorts() - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
- getSortValues() - 类 中的方法org.elasticsearch.search.searchafter.SearchAfterBuilder
-
- getSortValues() - 类 中的方法org.elasticsearch.search.SearchHit
-
An array of the sort values used.
- getSource() - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptResponse
-
- getSource() - 类 中的方法org.elasticsearch.action.get.GetResponse
-
- getSource() - 类 中的方法org.elasticsearch.action.ingest.PutPipelineRequest
-
- getSource() - 类 中的方法org.elasticsearch.action.ingest.SimulatePipelineRequest
-
- getSource() - 类 中的方法org.elasticsearch.cluster.service.PendingClusterTask
-
- getSource() - 类 中的方法org.elasticsearch.common.inject.internal.BindingImpl
-
- getSource() - 类 中的方法org.elasticsearch.common.inject.internal.ExposureBuilder
-
- getSource() - 类 中的方法org.elasticsearch.common.inject.internal.MatcherAndConverter
-
- getSource() - 类 中的方法org.elasticsearch.common.inject.internal.PrivateElementsImpl
-
- getSource() - 接口 中的方法org.elasticsearch.common.inject.spi.Element
-
Returns an arbitrary object containing information about the "place" where this element was
configured.
- getSource() - 类 中的方法org.elasticsearch.common.inject.spi.InjectionRequest
-
- getSource() - 类 中的方法org.elasticsearch.common.inject.spi.MembersInjectorLookup
-
- getSource() - 类 中的方法org.elasticsearch.common.inject.spi.Message
-
- getSource() - 类 中的方法org.elasticsearch.common.inject.spi.ProviderLookup
-
- getSource() - 类 中的方法org.elasticsearch.common.inject.spi.ScopeBinding
-
- getSource() - 类 中的方法org.elasticsearch.common.inject.spi.StaticInjectionRequest
-
- getSource() - 类 中的方法org.elasticsearch.common.inject.spi.TypeConverterBinding
-
- getSource() - 类 中的方法org.elasticsearch.common.inject.spi.TypeListenerBinding
-
- getSource() - 类 中的方法org.elasticsearch.index.get.GetResult
-
- getSource() - 类 中的方法org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
-
- getSource() - 接口 中的方法org.elasticsearch.index.reindex.ScrollableHitSource.Hit
-
The source of the hit.
- getSource() - 类 中的方法org.elasticsearch.index.translog.Translog.Delete
-
- getSource() - 类 中的方法org.elasticsearch.index.translog.Translog.Index
-
- getSource() - 类 中的方法org.elasticsearch.index.translog.Translog.NoOp
-
- getSource() - 接口 中的方法org.elasticsearch.index.translog.Translog.Operation
-
- getSource() - 类 中的方法org.elasticsearch.script.StoredScriptSource
-
- getSourceAndMetadata() - 类 中的方法org.elasticsearch.ingest.IngestDocument
-
Returns the document including its metadata fields, unless
IngestDocument.extractMetadata() has been called, in which case the
metadata fields will not be present anymore.
- getSourceAsBytes() - 类 中的方法org.elasticsearch.action.get.GetResponse
-
The source of the document if exists.
- getSourceAsBytesRef() - 类 中的方法org.elasticsearch.action.get.GetResponse
-
Returns bytes reference, also un compress the source if needed.
- getSourceAsMap() - 类 中的方法org.elasticsearch.action.get.GetResponse
-
The source of the document (As a map).
- getSourceAsMap() - 类 中的方法org.elasticsearch.cluster.metadata.MappingMetaData
-
Converts the serialized compressed form of the mappings into a parsed map.
- getSourceAsMap() - 类 中的方法org.elasticsearch.search.SearchHit
-
The source of the document as a map (can be null).
- getSourceAsString() - 类 中的方法org.elasticsearch.action.get.GetResponse
-
The source of the document (as a string).
- getSourceAsString() - 类 中的方法org.elasticsearch.search.SearchHit
-
The source of the document as string (can be null).
- getSourceIndex() - 类 中的方法org.elasticsearch.action.admin.indices.shrink.ResizeRequest
-
Returns the source index name
- getSourceInternal() - 类 中的方法org.elasticsearch.action.get.GetResponse
-
Returns the internal source bytes, as they are returned without munging (for example,
might still be compressed).
- getSourceKey() - 接口 中的方法org.elasticsearch.common.inject.spi.ConvertedConstantBinding
-
Returns the key for the source binding.
- getSourceNode() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState
-
Returns recovery source node (only non-null if peer recovery)
- getSourceRef() - 类 中的方法org.elasticsearch.search.SearchHit
-
Returns bytes reference, also uncompress the source if needed.
- getSources() - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- getSources() - 类 中的方法org.elasticsearch.common.inject.spi.Message
-
- getStage() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStatus
-
Returns snapshot stage
- getStage() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState
-
- getStartedShards() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotShardsStats
-
Number of shards with the snapshot in the started stage
- getStartingSeqNo(RecoveryTarget) - 类 中的静态方法org.elasticsearch.indices.recovery.PeerRecoveryTargetService
-
Get the starting sequence number for a sequence-number-based request.
- getStartOffset() - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
-
- getStartTime() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStats
-
Returns time when snapshot started
- getStartTime() - 类 中的方法org.elasticsearch.cluster.SnapshotDeletionsInProgress.Entry
-
The start time in milliseconds for deleting the snapshots.
- getStartTime() - 类 中的方法org.elasticsearch.monitor.jvm.JvmInfo
-
- getStartTime() - 类 中的方法org.elasticsearch.tasks.Task
-
Returns the task's start time as a wall clock time since epoch (System.currentTimeMillis() style).
- getStartTime() - 类 中的方法org.elasticsearch.tasks.TaskInfo
-
Returns the task start time
- getState() - 类 中的方法org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteResponse
-
Returns the cluster state resulted from the cluster reroute request execution
- getState() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
-
Returns snapshot state
- getState() - 类 中的方法org.elasticsearch.action.admin.cluster.state.ClusterStateResponse
-
The requested cluster state.
- getState() - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
- getState(long) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.hdr.AbstractHDRPercentilesAggregator
-
- getState(long) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.AbstractTDigestPercentilesAggregator
-
- getStatePath() - 类 中的方法org.elasticsearch.action.admin.indices.stats.ShardStats
-
- getStats() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStatus
-
Returns snapshot stats
- getStats() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexStatus
-
Returns snapshot stats
- getStats() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
-
Returns number of files in the snapshot
- getStats() - 类 中的方法org.elasticsearch.action.admin.indices.stats.ShardStats
-
- GetStats - org.elasticsearch.index.get中的类
-
- GetStats() - 类 的构造器org.elasticsearch.index.get.GetStats
-
- GetStats(long, long, long, long, long) - 类 的构造器org.elasticsearch.index.get.GetStats
-
- getStats() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- getStats(String) - 类 中的方法org.elasticsearch.indices.breaker.AllCircuitBreakerStats
-
- getStats(ShardId) - 类 中的方法org.elasticsearch.indices.IndicesQueryCache
-
Get usage statistics for the given shard.
- getStats() - 类 中的方法org.elasticsearch.transport.TcpTransport
-
- getStats() - 接口 中的方法org.elasticsearch.transport.Transport
-
- getStatsPerPipeline() - 类 中的方法org.elasticsearch.ingest.IngestStats
-
- getStatus() - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- getStatus() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
-
- getStatus() - 类 中的方法org.elasticsearch.action.bulk.BulkItemResponse.Failure
-
The rest status.
- getStatus() - 类 中的方法org.elasticsearch.action.support.broadcast.BroadcastResponse
-
The REST status that should be used for the response
- getStatus() - 类 中的方法org.elasticsearch.action.support.replication.ReplicationTask
-
- getStatus() - 类 中的方法org.elasticsearch.action.TaskOperationFailure
-
- getStatus() - 类 中的方法org.elasticsearch.cluster.health.ClusterIndexHealth
-
- getStatus() - 类 中的方法org.elasticsearch.cluster.health.ClusterShardHealth
-
- getStatus() - 类 中的方法org.elasticsearch.cluster.health.ClusterStateHealth
-
- getStatus() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollResponse
-
- getStatus() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask
-
- getStatus() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask.StatusOrException
-
- getStatus(List<BulkByScrollTask.StatusOrException>) - 类 中的方法org.elasticsearch.index.reindex.LeaderBulkByScrollTaskState
-
Get the combined statuses of slice subtasks, merged with the given list of statuses
- getStatus() - 类 中的方法org.elasticsearch.index.reindex.LeaderBulkByScrollTaskState
-
Get the combined statuses of sliced subtasks
- getStatus() - 类 中的方法org.elasticsearch.index.reindex.WorkerBulkByScrollTaskState
-
- getStatus() - 类 中的方法org.elasticsearch.index.shard.PrimaryReplicaSyncer.ResyncTask
-
- getStatus(Response) - 类 中的方法org.elasticsearch.rest.action.RestToXContentListener
-
- getStatus() - 枚举 中的方法org.elasticsearch.rest.RestStatus
-
- getStatus() - 类 中的方法org.elasticsearch.tasks.Task
-
Build a status for this task or null if this task doesn't have status.
- getStatus() - 类 中的方法org.elasticsearch.tasks.TaskInfo
-
The status of the running task.
- getStdDeviation() - 接口 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats
-
The standard deviation of the collected values.
- getStdDeviation() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
- getStdDeviation() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
-
- getStdDeviationAsString() - 接口 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats
-
The standard deviation of the collected values as a String.
- getStdDeviationAsString() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
- getStdDeviationAsString() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
-
- getStdDeviationBound(ExtendedStats.Bounds) - 接口 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats
-
The upper or lower bounds of the stdDeviation
- getStdDeviationBound(ExtendedStats.Bounds) - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
- getStdDeviationBound(ExtendedStats.Bounds) - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
-
- getStdDeviationBoundAsString(ExtendedStats.Bounds) - 接口 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats
-
The upper or lower bounds of stdDev of the collected values as a String.
- getStdDeviationBoundAsString(ExtendedStats.Bounds) - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
- getStdDeviationBoundAsString(ExtendedStats.Bounds) - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
-
- getStopWords() - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- getStopWords() - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Get the current stop words being used.
- getStore() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
-
- getStore() - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStats
-
- getStore() - 类 中的方法org.elasticsearch.index.engine.EngineConfig
-
Returns the
Store instance that provides access to the
Directory used for the engines
IndexWriter to write it's index files
to.
- getStore() - 类 中的方法org.elasticsearch.indices.NodeIndicesStats
-
- getStoredFieldsContext() - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
Gets the stored fields context.
- getStoredFieldsMemory() - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
- getStoredFieldsMemoryInBytes() - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
Estimation of the stored fields memory usage by a segment.
- getStoredScript(GetStoredScriptRequest, ActionListener<GetStoredScriptResponse>) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Get a script from the cluster state
- getStoredScript(GetStoredScriptRequest) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Get a script from the cluster state
- getStoredScript(ClusterState, GetStoredScriptRequest) - 类 中的方法org.elasticsearch.script.ScriptService
-
- GetStoredScriptAction - org.elasticsearch.action.admin.cluster.storedscripts中的类
-
- GetStoredScriptRequest - org.elasticsearch.action.admin.cluster.storedscripts中的类
-
- GetStoredScriptRequest(String) - 类 的构造器org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptRequest
-
- GetStoredScriptRequestBuilder - org.elasticsearch.action.admin.cluster.storedscripts中的类
-
- GetStoredScriptRequestBuilder(ElasticsearchClient, GetStoredScriptAction) - 类 的构造器org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptRequestBuilder
-
- GetStoredScriptResponse - org.elasticsearch.action.admin.cluster.storedscripts中的类
-
- getStoreException() - 类 中的方法org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus
-
Exception while trying to open the
shard index or from when the shard failed
- getStoreException() - 类 中的方法org.elasticsearch.cluster.routing.allocation.NodeAllocationResult.ShardStoreInfo
-
Gets the store exception when trying to read the store, if there was an error.
- getStoreStatuses() - 类 中的方法org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse
-
- getStrategyName() - 枚举 中的方法org.elasticsearch.common.geo.SpatialStrategy
-
- getStrictStandardDateFormatter() - 类 中的静态方法org.elasticsearch.common.joda.Joda
-
- getString(String) - 类 中的方法org.elasticsearch.common.settings.KeyStoreWrapper
-
- getString(String) - 接口 中的方法org.elasticsearch.common.settings.SecureSettings
-
Return a string setting.
- getStringKeySerializer() - 类 中的静态方法org.elasticsearch.cluster.DiffableUtils
-
Returns a map key serializer for String keys
- getStringRep() - 类 中的方法org.elasticsearch.common.unit.TimeValue
-
- getSubAggregations() - 类 中的方法org.elasticsearch.search.aggregations.AggregationBuilder
-
Return the configured set of subaggregations
- getSubQuery() - 类 中的方法org.elasticsearch.common.lucene.search.function.FunctionScoreQuery
-
- getSubsetDf() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
-
- getSubsetDf() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms.ParsedBucket
-
- getSubsetDf() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTerms.Bucket
-
- getSubsetSize() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
-
- getSubsetSize() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
-
- getSubsetSize() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
-
- getSubsetSize() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms
-
- getSubsetSize() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms.ParsedBucket
-
- getSubsetSize() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTerms.Bucket
-
- getSubsetSize() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
-
- getSuccessful() - 类 中的方法org.elasticsearch.action.search.SearchResponse.Clusters
-
Returns how many total clusters the search was executed successfully on
- getSuccessful() - 类 中的方法org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo
-
- getSuccessfullyProcessed() - 接口 中的方法org.elasticsearch.index.reindex.SuccessfullyProcessed
-
Total number of successfully processed documents.
- getSuccessfulPings() - 类 中的方法org.elasticsearch.transport.TcpTransport.ScheduledPing
-
- getSuccessfulShards() - 类 中的方法org.elasticsearch.action.search.SearchResponse
-
The successful number of shards the search was executed on.
- getSuccessfulShards() - 类 中的方法org.elasticsearch.action.support.broadcast.BroadcastResponse
-
The successful shards this request was executed on.
- getSuggest() - 类 中的方法org.elasticsearch.action.search.SearchResponse
-
- getSuggestCount() - 类 中的方法org.elasticsearch.index.search.stats.SearchStats.Stats
-
- getSuggestCurrent() - 类 中的方法org.elasticsearch.index.search.stats.SearchStats.Stats
-
- getSuggester() - 类 中的方法org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- getSuggesters() - 接口 中的方法org.elasticsearch.plugins.SearchPlugin
-
- getSuggestion(String) - 类 中的方法org.elasticsearch.search.suggest.Suggest
-
- getSuggestions() - 类 中的方法org.elasticsearch.search.suggest.SuggestBuilder
-
Get all the
Suggestions that were added to the global
SuggestBuilder,
together with their names
- getSuggestTime() - 类 中的方法org.elasticsearch.index.search.stats.SearchStats.Stats
-
- getSuggestTimeInMillis() - 类 中的方法org.elasticsearch.index.search.stats.SearchStats.Stats
-
- getSum() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- getSum() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
-
- getSum() - 接口 中的方法org.elasticsearch.search.aggregations.metrics.stats.Stats
-
- getSumAsString() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- getSumAsString() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
-
- getSumAsString() - 接口 中的方法org.elasticsearch.search.aggregations.metrics.stats.Stats
-
- getSumDocFreq() - 类 中的方法org.elasticsearch.index.similarity.ScriptedSimilarity.Field
-
- getSumOfOtherDocCounts() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
-
- getSumOfOtherDocCounts() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.ParsedTerms
-
- getSumOfOtherDocCounts() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.terms.Terms
-
Return the sum of the document counts of all buckets that did not make
it to the top buckets.
- getSumOfOtherDocCounts() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
-
- getSumOfSquares() - 接口 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats
-
The sum of the squares of the collected values.
- getSumOfSquares() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
- getSumOfSquares() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
-
- getSumOfSquaresAsString() - 接口 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats
-
The sum of the squares of the collected values as a String.
- getSumOfSquaresAsString() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
- getSumOfSquaresAsString() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
-
- getSumTotalTermFreq() - 类 中的方法org.elasticsearch.index.similarity.ScriptedSimilarity.Field
-
- getSupersetDf() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
-
- getSupersetDf() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms.ParsedBucket
-
- getSupersetDf() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTerms.Bucket
-
- getSupersetNumDocs() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory
-
Get the number of docs in the superset.
- getSupersetNumDocs() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregatorFactory
-
Get the number of docs in the superset.
- getSupersetSize() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
-
- getSupersetSize() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
-
- getSupersetSize() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
-
- getSupersetSize() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms
-
- getSupersetSize() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms.ParsedBucket
-
- getSupersetSize() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTerms.Bucket
-
- getSupersetSize() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
-
- getSupertype(Class<?>) - 类 中的方法org.elasticsearch.common.inject.TypeLiteral
-
Returns the generic form of supertype.
- getSupportTransportActions() - 类 中的方法org.elasticsearch.plugins.ActionPlugin.ActionHandler
-
- getSwap() - 类 中的方法org.elasticsearch.monitor.os.OsStats
-
- getSyncId() - 类 中的方法org.elasticsearch.index.store.Store.MetadataSnapshot
-
Returns the sync id of the commit point that this MetadataSnapshot represents.
- getSystemCpuPercent() - 类 中的方法org.elasticsearch.monitor.os.OsProbe
-
- getSystemProperties() - 类 中的静态方法org.elasticsearch.bootstrap.BootstrapInfo
-
Returns a read-only view of all system properties
- getSystemProperties() - 类 中的方法org.elasticsearch.monitor.jvm.JvmInfo
-
- getTableWithHeader(RestRequest) - 类 中的方法org.elasticsearch.rest.action.cat.AbstractCatAction
-
- getTableWithHeader(RestRequest) - 类 中的方法org.elasticsearch.rest.action.cat.RestAliasAction
-
- getTableWithHeader(RestRequest) - 类 中的方法org.elasticsearch.rest.action.cat.RestAllocationAction
-
- getTableWithHeader(RestRequest) - 类 中的方法org.elasticsearch.rest.action.cat.RestCountAction
-
- getTableWithHeader(RestRequest) - 类 中的方法org.elasticsearch.rest.action.cat.RestFielddataAction
-
- getTableWithHeader(RestRequest) - 类 中的方法org.elasticsearch.rest.action.cat.RestHealthAction
-
- getTableWithHeader(RestRequest) - 类 中的方法org.elasticsearch.rest.action.cat.RestIndicesAction
-
- getTableWithHeader(RestRequest) - 类 中的方法org.elasticsearch.rest.action.cat.RestMasterAction
-
- getTableWithHeader(RestRequest) - 类 中的方法org.elasticsearch.rest.action.cat.RestNodeAttrsAction
-
- getTableWithHeader(RestRequest) - 类 中的方法org.elasticsearch.rest.action.cat.RestNodesAction
-
- getTableWithHeader(RestRequest) - 类 中的方法org.elasticsearch.rest.action.cat.RestPendingClusterTasksAction
-
- getTableWithHeader(RestRequest) - 类 中的方法org.elasticsearch.rest.action.cat.RestPluginsAction
-
- getTableWithHeader(RestRequest) - 类 中的方法org.elasticsearch.rest.action.cat.RestRecoveryAction
-
- getTableWithHeader(RestRequest) - 类 中的方法org.elasticsearch.rest.action.cat.RestRepositoriesAction
-
- getTableWithHeader(RestRequest) - 类 中的方法org.elasticsearch.rest.action.cat.RestSegmentsAction
-
- getTableWithHeader(RestRequest) - 类 中的方法org.elasticsearch.rest.action.cat.RestShardsAction
-
- getTableWithHeader(RestRequest) - 类 中的方法org.elasticsearch.rest.action.cat.RestSnapshotAction
-
- getTableWithHeader(RestRequest) - 类 中的方法org.elasticsearch.rest.action.cat.RestTasksAction
-
- getTableWithHeader(RestRequest) - 类 中的方法org.elasticsearch.rest.action.cat.RestTemplatesAction
-
- getTableWithHeader(RestRequest) - 类 中的方法org.elasticsearch.rest.action.cat.RestThreadPoolAction
-
- getTag() - 类 中的方法org.elasticsearch.action.ingest.TrackingResultProcessor
-
- getTag() - 类 中的方法org.elasticsearch.ingest.AbstractProcessor
-
- getTag() - 类 中的方法org.elasticsearch.ingest.CompoundProcessor
-
- getTag() - 接口 中的方法org.elasticsearch.ingest.Processor
-
Gets the tag of a processor.
- getTargetAllocationID() - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction.ConcreteShardRequest
-
- getTargetIndexRequest() - 类 中的方法org.elasticsearch.action.admin.indices.shrink.ResizeRequest
-
- getTargetNode() - 类 中的方法org.elasticsearch.cluster.routing.allocation.AbstractAllocationDecision
-
Get the node that the allocator will assign the shard to, returning null if there is no node to
which the shard will be assigned or moved.
- getTargetNode() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState
-
- getTargetRelocatingShard() - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
Returns a shard routing representing the target shard.
- getTask() - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskResponse
-
Get the actual result of the fetch.
- getTask(GetTaskRequest) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Get a task.
- getTask(GetTaskRequest, ActionListener<GetTaskResponse>) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Get a task.
- getTask() - 类 中的方法org.elasticsearch.cluster.service.TaskBatcher.BatchedTask
-
- getTask() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- getTask() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- getTask(long) - 类 中的方法org.elasticsearch.tasks.TaskManager
-
Returns a task with given id, or null if the task is not found.
- getTask() - 类 中的方法org.elasticsearch.tasks.TaskResult
-
Get the task that this wraps.
- GetTaskAction - org.elasticsearch.action.admin.cluster.node.tasks.get中的类
-
Action for retrieving a list of currently running tasks
- getTaskExecutionEWMA() - 类 中的方法org.elasticsearch.common.util.concurrent.QueueResizingEsThreadPoolExecutor
-
Returns the exponentially weighted moving average of the task execution time
- getTaskFailures() - 类 中的方法org.elasticsearch.action.support.tasks.BaseTasksResponse
-
The list of task failures exception.
- getTaskGroups() - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse
-
Get the tasks found by this request grouped by parent tasks.
- getTaskId() - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskRequest
-
Get the TaskId to look up.
- getTaskId() - 类 中的方法org.elasticsearch.action.support.tasks.BaseTasksRequest
-
Returns the id of the task that should be processed.
- getTaskId() - 类 中的方法org.elasticsearch.action.TaskOperationFailure
-
- getTaskId() - 类 中的方法org.elasticsearch.tasks.TaskInfo
-
- getTaskInfo() - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.list.TaskGroup.Builder
-
- getTaskInfo() - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.list.TaskGroup
-
- getTaskManager() - 类 中的方法org.elasticsearch.transport.TransportService
-
- getTaskMaxWaitingTime() - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- getTaskName() - 类 中的方法org.elasticsearch.common.StopWatch.TaskInfo
-
Return the name of this task.
- GetTaskRequest - org.elasticsearch.action.admin.cluster.node.tasks.get中的类
-
A request to get node tasks
- GetTaskRequest() - 类 的构造器org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskRequest
-
- getTaskRequest() - 类 中的静态方法org.elasticsearch.client.Requests
-
Creates a get task request.
- GetTaskRequestBuilder - org.elasticsearch.action.admin.cluster.node.tasks.get中的类
-
Builder for the request to retrieve the list of tasks running on the specified nodes
- GetTaskRequestBuilder(ElasticsearchClient, GetTaskAction) - 类 的构造器org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskRequestBuilder
-
- GetTaskResponse - org.elasticsearch.action.admin.cluster.node.tasks.get中的类
-
Returns the list of tasks currently running on the nodes
- GetTaskResponse() - 类 的构造器org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskResponse
-
- GetTaskResponse(TaskResult) - 类 的构造器org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskResponse
-
- getTasks() - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse
-
Get the tasks found by this request.
- getTasks() - 类 中的方法org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor
-
Returns a stream of all pending tasks.
- getTasks() - 类 中的方法org.elasticsearch.tasks.TaskManager
-
Returns the list of currently running tasks on the node
- getTb() - 类 中的方法org.elasticsearch.common.unit.ByteSizeValue
-
- getTbFrac() - 类 中的方法org.elasticsearch.common.unit.ByteSizeValue
-
- getTempDir() - 类 中的静态方法org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
-
- getTemplates(GetIndexTemplatesRequest) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Gets index template.
- getTemplates(GetIndexTemplatesRequest, ActionListener<GetIndexTemplatesResponse>) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Gets an index template.
- getTemplates() - 类 中的方法org.elasticsearch.cluster.metadata.MetaData
-
- getTempNameForFile(String) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryTarget
-
Get a temporary name for the provided file name.
- getTera() - 类 中的方法org.elasticsearch.common.unit.SizeValue
-
- getTeraFrac() - 类 中的方法org.elasticsearch.common.unit.SizeValue
-
- getTerm() - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
-
- getTerm() - 类 中的方法org.elasticsearch.common.lucene.all.AllTermQuery
-
- getTerms() - 类 中的方法org.apache.lucene.queries.BlendedTermQuery
-
- getTerms() - 类 中的方法org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
-
Returns the terms for each position in this phrase
- getTerms() - 类 中的方法org.elasticsearch.index.mapper.TypeFieldMapper.TypesQuery
-
- getTermsMemory() - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
- getTermsMemoryInBytes() - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
Estimation of the terms dictionary memory usage by a segment.
- getTermVectors(IndexShard, TermVectorsRequest) - 类 中的静态方法org.elasticsearch.index.termvectors.TermVectorsService
-
- getTermVectorsMemory() - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
- getTermVectorsMemoryInBytes() - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
Estimation of the term vectors memory usage by a segment.
- getText() - 类 中的方法org.apache.lucene.search.uhighlight.BoundedBreakIteratorScanner
-
- getText() - 类 中的方法org.apache.lucene.search.uhighlight.Snippet
-
- getText() - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
-
- getText() - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
-
- getText() - 类 中的方法org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- getTexts() - 类 中的方法org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.CharFilteredText
-
- getThreadContext() - 类 中的方法org.elasticsearch.threadpool.ThreadPool
-
- getThreadPool() - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodeInfo
-
- getThreadPool() - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
Thread Pool level statistics.
- getThreadPool() - 类 中的方法org.elasticsearch.index.engine.EngineConfig
-
- getThreadPool() - 类 中的方法org.elasticsearch.index.IndexService
-
- getThreadPool() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- getThreadPool() - 类 中的方法org.elasticsearch.transport.TransportService
-
Returns the internal thread pool
- getThreadPoolType() - 类 中的方法org.elasticsearch.threadpool.ThreadPool.Info
-
- getThreads() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.JvmStats
-
The total number of threads in the cluster
- getThreads() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats
-
- getThreads() - 类 中的方法org.elasticsearch.threadpool.ThreadPoolStats.Stats
-
- getThreshold() - 类 中的方法org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator
-
Returns the currently configured delta threshold
- getThrottled() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask.Status
-
The total time this request has throttled itself not including the current throttle time if it is currently sleeping.
- getThrottledUntil() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask.Status
-
Remaining delay of any current throttle sleep or 0 if not sleeping.
- getThrottleTime() - 类 中的方法org.elasticsearch.index.shard.IndexingStats.Stats
-
Gets the amount of time in a TimeValue that the index has been under merge throttling control
- getTime() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStats
-
Returns snapshot running time
- getTime() - 类 中的方法org.elasticsearch.common.StopWatch.TaskInfo
-
Return the time this task took.
- getTime() - 类 中的方法org.elasticsearch.index.get.GetStats
-
- getTime() - 类 中的方法org.elasticsearch.search.profile.ProfileResult
-
Returns the total time (inclusive of children) for this query node.
- getTime() - 类 中的方法org.elasticsearch.search.profile.query.CollectorResult
-
- getTime() - 类 中的方法org.elasticsearch.search.profile.query.InternalProfileCollector
-
- getTimeBreakdown() - 类 中的方法org.elasticsearch.search.profile.ProfileResult
-
Returns the timing breakdown for this particular query node
- getTimeInMillis() - 类 中的方法org.elasticsearch.index.get.GetStats
-
- getTimeInNanos() - 类 中的方法org.elasticsearch.common.util.concurrent.ThreadBarrier.BarrierTimer
-
Returns the elapsed time between two successive barrier executions.
- getTimeInQueue() - 类 中的方法org.elasticsearch.cluster.service.PendingClusterTask
-
- getTimeInQueueInMillis() - 类 中的方法org.elasticsearch.cluster.service.PendingClusterTask
-
- getTimeInSeconds() - 类 中的方法org.elasticsearch.common.util.concurrent.ThreadBarrier.BarrierTimer
-
Returns the elapsed time between two successive barrier executions.
- getTimeout() - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskRequest
-
Timeout to wait for any async actions this request must take.
- getTimeout() - 类 中的方法org.elasticsearch.action.support.tasks.BaseTasksRequest
-
- getTimeout() - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
Timeout to wait for the shards on to be available for each bulk request?
- getTimer() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState
-
- getTimer(T) - 类 中的方法org.elasticsearch.search.profile.AbstractProfileBreakdown
-
- getTimestamp() - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
- getTimestamp() - 类 中的方法org.elasticsearch.action.admin.cluster.node.usage.NodeUsage
-
- getTimestamp() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
-
- getTimestamp() - 类 中的方法org.elasticsearch.monitor.fs.FsInfo
-
- getTimestamp() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats
-
- getTimestamp() - 类 中的方法org.elasticsearch.monitor.os.OsStats
-
- getTimestamp() - 类 中的方法org.elasticsearch.monitor.process.ProcessStats
-
- getTimeThrottledNanos() - 类 中的方法org.elasticsearch.monitor.os.OsStats.Cgroup.CpuStat
-
The total time duration for which tasks in the control
group have been throttled.
- getTo() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange.Bucket
-
- getTo() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalDateRange.Bucket
-
- getTo() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- getTo() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.IpRangeAggregationBuilder.Range
-
- getTo() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.ParsedBinaryRange.ParsedBucket
-
- getTo() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.ParsedDateRange.ParsedBucket
-
- getTo() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
-
- getTo() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.range.Range.Bucket
-
- getTo() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
-
- getToAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange.Bucket
-
- getToAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- getToAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.ParsedBinaryRange.ParsedBucket
-
- getToAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
-
- getToAsString() - 接口 中的方法org.elasticsearch.search.aggregations.bucket.range.Range.Bucket
-
- getToAsString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
-
- getTokenFilterFactory(Version) - 枚举 中的方法org.elasticsearch.indices.analysis.PreBuiltTokenFilters
-
- getTokenFilterProvider(String) - 类 中的方法org.elasticsearch.index.analysis.AnalysisRegistry
-
Returns a registered
TokenFilterFactory provider by name or
null if the token filter was not registered
- getTokenFilterProvider(String, IndexSettings) - 类 中的方法org.elasticsearch.index.analysis.AnalysisRegistry
-
- getTokenFilters() - 接口 中的方法org.elasticsearch.plugins.AnalysisPlugin
-
Override to add additional TokenFilters.
- getTokenizerName() - 类 中的方法org.elasticsearch.index.analysis.CustomAnalyzer
-
The name of the tokenizer as configured by the user.
- getTokenizerProvider(String) - 类 中的方法org.elasticsearch.index.analysis.AnalysisRegistry
-
Returns a registered
TokenizerFactory provider by name or
null if the tokenizer was not registered
- getTokenizerProvider(String, IndexSettings) - 类 中的方法org.elasticsearch.index.analysis.AnalysisRegistry
-
- getTokenizers() - 接口 中的方法org.elasticsearch.plugins.AnalysisPlugin
-
Override to add additional Tokenizers.
- getTokenLocation() - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContentParser
-
- getTokenLocation() - 接口 中的方法org.elasticsearch.common.xcontent.XContentParser
-
Used for error reporting to highlight where syntax errors occur in
content being parsed.
- getTokens() - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse
-
- getTokens() - 类 中的方法org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.AnalyzeTokenList
-
- getTokenStreamToAutomaton() - 类 中的方法org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
-
- getTokenStreamToAutomaton() - 类 中的方法org.apache.lucene.search.suggest.analyzing.XFuzzySuggester
-
- getTombstones() - 类 中的方法org.elasticsearch.cluster.metadata.IndexGraveyard
-
Get the current unmodifiable index tombstone list.
- getTook() - 类 中的方法org.elasticsearch.action.bulk.BulkResponse
-
How long the bulk execution took.
- getTook() - 类 中的方法org.elasticsearch.action.search.SearchResponse
-
How long the search took.
- getTook() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsResponse
-
- getTook() - 类 中的方法org.elasticsearch.index.engine.Engine.Result
-
get total time in nanoseconds
- getTook() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollResponse
-
- getTopDocs() - 类 中的方法org.apache.lucene.search.grouping.CollapsingTopDocsCollector
-
- getTotal() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
total number of shards in the cluster
- getTotal() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.Counts
-
- getTotal() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndexShardStats
-
- getTotal() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndexStats
-
- getTotal() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
-
- getTotal() - 类 中的方法org.elasticsearch.action.search.SearchResponse.Clusters
-
Returns how many total clusters the search was requested to be executed on
- getTotal() - 类 中的方法org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo
-
- getTotal() - 类 中的方法org.elasticsearch.discovery.zen.PendingClusterStateStats
-
- getTotal() - 类 中的方法org.elasticsearch.index.flush.FlushStats
-
The total number of flush executed.
- getTotal() - 类 中的方法org.elasticsearch.index.merge.MergeStats
-
The total number of merges executed.
- getTotal() - 类 中的方法org.elasticsearch.index.refresh.RefreshStats
-
The total number of refresh executed.
- getTotal() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask.Status
-
The total number of documents this request will process. 0 means we don't yet know or, possibly, there are actually 0 documents
to process.
- getTotal() - 类 中的方法org.elasticsearch.index.search.stats.SearchStats
-
- getTotal() - 类 中的方法org.elasticsearch.index.shard.IndexingStats
-
- getTotal() - 类 中的方法org.elasticsearch.monitor.fs.FsInfo
-
- getTotal() - 类 中的方法org.elasticsearch.monitor.fs.FsInfo.Path
-
- getTotal() - 类 中的方法org.elasticsearch.monitor.os.OsStats.Mem
-
- getTotal() - 类 中的方法org.elasticsearch.monitor.os.OsStats.Swap
-
- getTotal() - 类 中的方法org.elasticsearch.monitor.process.ProcessStats.Cpu
-
Get the Process cpu time (sum of User and Sys).
- getTotalBytes() - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.get.IndexShardUpgradeStatus
-
- getTotalBytes() - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.get.IndexUpgradeStatus
-
- getTotalBytes() - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.get.ShardUpgradeStatus
-
- getTotalBytes() - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusResponse
-
- getTotalBytes() - 类 中的方法org.elasticsearch.cluster.DiskUsage
-
- getTotalBytes() - 类 中的方法org.elasticsearch.index.fielddata.RamAccountingTermsEnum
-
- getTotalBytesPerSecAutoThrottle() - 类 中的方法org.elasticsearch.index.merge.MergeStats
-
- getTotalBytesWritten(Thread, MergePolicy.OneMerge) - 类 中的静态方法org.apache.lucene.index.OneMergeHelper
-
Returns total bytes written by this merge.
- getTotalCapacity() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats.BufferPool
-
- getTotalCompressedSize() - 类 中的方法org.elasticsearch.action.admin.cluster.state.ClusterStateResponse
-
- getTotalCount() - 类 中的方法org.elasticsearch.index.cache.query.QueryCacheStats
-
The total number of lookups in the cache.
- getTotalHits() - 类 中的方法org.elasticsearch.index.reindex.ScrollableHitSource.Response
-
What were the total number of documents matching the search?
- getTotalHits() - 类 中的方法org.elasticsearch.search.query.QuerySearchResult
-
- getTotalHits() - 类 中的方法org.elasticsearch.search.SearchHits
-
The total number of hits that matches the search request.
- getTotalIndexingBuffer() - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodeInfo
-
- getTotalIndexingBufferBytes() - 类 中的方法org.elasticsearch.indices.IndicesService
-
- getTotalLoadedClassCount() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats.Classes
-
- getTotalMemory() - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStats
-
Utility method which computes total memory by adding
FieldData, PercolatorCache, Segments (memory, index writer, version map)
- getTotalNumberOfShards() - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
- getTotalNumberOfShards() - 类 中的方法org.elasticsearch.cluster.metadata.MetaData
-
- getTotalNumDocs() - 类 中的方法org.elasticsearch.index.merge.MergeStats
-
- getTotalNumOrds() - 类 中的方法org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
-
Returns the number of document ID to ordinal pairs in this builder.
- getTotalOpen() - 类 中的方法org.elasticsearch.http.HttpStats
-
- getTotalOperations() - 类 中的方法org.elasticsearch.index.shard.PrimaryReplicaSyncer.ResyncTask
-
total number of translog operations that were captured by translog snapshot
- getTotalOperations() - 类 中的方法org.elasticsearch.monitor.fs.FsInfo.IoStats
-
- getTotalPhysicalMemorySize() - 类 中的方法org.elasticsearch.monitor.os.OsProbe
-
Returns the total amount of physical memory in bytes.
- getTotalReadKilobytes() - 类 中的方法org.elasticsearch.monitor.fs.FsInfo.IoStats
-
- getTotalReadOperations() - 类 中的方法org.elasticsearch.monitor.fs.FsInfo.IoStats
-
- getTotalShards() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotShardsStats
-
Total number of shards
- getTotalShards() - 类 中的方法org.elasticsearch.action.search.SearchResponse
-
The total number of shards the search was executed on.
- getTotalShards() - 类 中的方法org.elasticsearch.action.support.broadcast.BroadcastResponse
-
The total shards this request ran against.
- getTotalSize() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStats
-
Returns total size of files in the snapshot
- getTotalSize() - 类 中的方法org.elasticsearch.index.merge.MergeStats
-
- getTotalSizeInBytes() - 类 中的方法org.elasticsearch.index.merge.MergeStats
-
- getTotalSizeInBytes() - 类 中的方法org.elasticsearch.index.shard.DocsStats
-
Returns the total size in bytes of all documents in this stats.
- getTotalStats() - 类 中的方法org.elasticsearch.ingest.IngestStats
-
- getTotalStoppedTime() - 类 中的方法org.elasticsearch.index.merge.MergeStats
-
The total time large merges were stopped so smaller merges could finish.
- getTotalStoppedTimeInMillis() - 类 中的方法org.elasticsearch.index.merge.MergeStats
-
The total time large merges were stopped so smaller merges could finish.
- getTotalSwapSpaceSize() - 类 中的方法org.elasticsearch.monitor.os.OsProbe
-
Returns the total amount of swap space in bytes.
- getTotalTermFreq() - 类 中的方法org.elasticsearch.index.similarity.ScriptedSimilarity.Term
-
Return the total number of occurrences of this term in the index, or -1 if this statistic is not available.
- getTotalThrottledTime() - 类 中的方法org.elasticsearch.index.merge.MergeStats
-
The total time merge IO writes were throttled.
- getTotalThrottledTimeInMillis() - 类 中的方法org.elasticsearch.index.merge.MergeStats
-
The total time merge IO writes were throttled.
- getTotalTime() - 类 中的方法org.elasticsearch.index.flush.FlushStats
-
The total time merges have been executed.
- getTotalTime() - 类 中的方法org.elasticsearch.index.merge.MergeStats
-
The total time merges have been executed.
- getTotalTime() - 类 中的方法org.elasticsearch.index.refresh.RefreshStats
-
The total time merges have been executed.
- getTotalTimeInMillis() - 类 中的方法org.elasticsearch.index.flush.FlushStats
-
The total time merges have been executed (in milliseconds).
- getTotalTimeInMillis() - 类 中的方法org.elasticsearch.index.merge.MergeStats
-
The total time merges have been executed (in milliseconds).
- getTotalTimeInMillis() - 类 中的方法org.elasticsearch.index.refresh.RefreshStats
-
The total time merges have been executed (in milliseconds).
- getTotalVirtual() - 类 中的方法org.elasticsearch.monitor.process.ProcessStats.Mem
-
- getTotalVirtualMemorySize() - 类 中的方法org.elasticsearch.monitor.process.ProcessProbe
-
Returns the size (in bytes) of virtual memory that is guaranteed to be available to the running process
- getTotalWriteKilobytes() - 类 中的方法org.elasticsearch.monitor.fs.FsInfo.IoStats
-
- getTotalWriteOperations() - 类 中的方法org.elasticsearch.monitor.fs.FsInfo.IoStats
-
- getToUpgradeBytes() - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.get.IndexShardUpgradeStatus
-
- getToUpgradeBytes() - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.get.IndexUpgradeStatus
-
- getToUpgradeBytes() - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.get.ShardUpgradeStatus
-
- getToUpgradeBytes() - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusResponse
-
- getToUpgradeBytesAncient() - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.get.IndexShardUpgradeStatus
-
- getToUpgradeBytesAncient() - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.get.IndexUpgradeStatus
-
- getToUpgradeBytesAncient() - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.get.ShardUpgradeStatus
-
- getToUpgradeBytesAncient() - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusResponse
-
- getTrackedLocalCheckpointForShard(String) - 类 中的方法org.elasticsearch.index.seqno.GlobalCheckpointTracker
-
Returns the local checkpoint information tracked for a specific shard.
- getTrackedLocalCheckpointForShard(String) - 类 中的方法org.elasticsearch.index.seqno.SequenceNumbersService
-
Returns the local checkpoint information tracked for a specific shard.
- getTragicException() - 类 中的方法org.elasticsearch.index.translog.Translog
-
If this Translog was closed as a side-effect of a tragic exception,
e.g. disk full while flushing a new segment, this returns the root cause exception.
- getTragicException() - 类 中的方法org.elasticsearch.index.translog.TranslogWriter
-
If this TranslogWriter was closed as a side-effect of a tragic exception,
e.g. disk full while flushing a new segment, this returns the root cause exception.
- getTransient(String) - 类 中的方法org.elasticsearch.common.util.concurrent.ThreadContext
-
Returns a transient header object or null if there is no header for the given key
- getTransientSettings() - 类 中的方法org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsResponse
-
- getTranslog() - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStats
-
- getTranslog() - 类 中的方法org.elasticsearch.index.engine.Engine
-
returns the translog for this engine
- getTranslog() - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
- getTranslog() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- getTranslog() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState
-
- getTranslogConfig() - 类 中的方法org.elasticsearch.index.engine.EngineConfig
-
Returns the translog config for this engine
- getTranslogDurability() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns the translog durability for this index.
- getTranslogDurability() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
Returns the current translog durability mode
- getTranslogLocation() - 类 中的方法org.elasticsearch.index.engine.Engine.Result
-
get the translog location after executing the operation
- getTranslogPath() - 类 中的方法org.elasticsearch.index.translog.TranslogConfig
-
Returns the translog path for this engine
- getTranslogRecoveryRunner() - 类 中的方法org.elasticsearch.index.engine.EngineConfig
-
Returns a runner that implements the translog recovery from the given snapshot
- getTranslogRetentionAge() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns the transaction log retention age which controls the maximum age (time from creation) that translog files will be kept around
- getTranslogRetentionSize() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns the transaction log retention size which controls how much of the translog is kept around to allow for ops based recoveries
- getTranslogSizeInBytes() - 类 中的方法org.elasticsearch.index.translog.TranslogStats
-
- getTranslogSyncInterval() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns the translog sync interval.
- getTranslogUUID() - 类 中的方法org.elasticsearch.index.store.Store.MetadataSnapshot
-
returns the translog uuid the store points at
- getTranslogUUID() - 类 中的方法org.elasticsearch.index.translog.Translog
-
Returns the translog uuid used to associate a lucene index with a translog.
- getTransport() - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodeInfo
-
- getTransport() - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
- getTransportAction() - 类 中的方法org.elasticsearch.plugins.ActionPlugin.ActionHandler
-
- getTransportInterceptor() - 类 中的方法org.elasticsearch.common.network.NetworkModule
-
- getTransportInterceptors(NamedWriteableRegistry, ThreadContext) - 接口 中的方法org.elasticsearch.plugins.NetworkPlugin
-
Returns a list of
TransportInterceptor instances that are used to intercept incoming and outgoing
transport (inter-node) requests.
- getTransports(Settings, ThreadPool, BigArrays, CircuitBreakerService, NamedWriteableRegistry, NetworkService) - 接口 中的方法org.elasticsearch.plugins.NetworkPlugin
-
- getTransportSupplier() - 类 中的方法org.elasticsearch.common.network.NetworkModule
-
- getTree() - 类 中的方法org.elasticsearch.search.profile.AbstractInternalProfileTree
-
After the query has been run and profiled, we need to merge the flat timing map
with the dependency graph to build a data structure that mirrors the original
query tree
- getTree() - 类 中的方法org.elasticsearch.search.profile.AbstractProfiler
-
- getTrigramLambda() - 类 中的方法org.elasticsearch.search.suggest.phrase.LinearInterpolation
-
- getTrippedCount() - 类 中的方法org.elasticsearch.common.breaker.ChildMemoryCircuitBreaker
-
- getTrippedCount() - 接口 中的方法org.elasticsearch.common.breaker.CircuitBreaker
-
- getTrippedCount() - 类 中的方法org.elasticsearch.common.breaker.MemoryCircuitBreaker
-
- getTrippedCount() - 类 中的方法org.elasticsearch.common.breaker.NoopCircuitBreaker
-
- getTrippedCount() - 类 中的方法org.elasticsearch.indices.breaker.CircuitBreakerStats
-
- getTxCount() - 类 中的方法org.elasticsearch.transport.TransportStats
-
- getTxSize() - 类 中的方法org.elasticsearch.transport.TransportStats
-
- getType() - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
-
- getType() - 类 中的方法org.elasticsearch.action.bulk.BulkItemResponse.Failure
-
The type of the action.
- getType() - 类 中的方法org.elasticsearch.action.bulk.BulkItemResponse
-
The type of the action.
- getType() - 类 中的方法org.elasticsearch.action.DocWriteResponse.Builder
-
- getType() - 类 中的方法org.elasticsearch.action.DocWriteResponse
-
The type of the document changed.
- getType() - 类 中的方法org.elasticsearch.action.explain.ExplainResponse
-
- getType() - 类 中的方法org.elasticsearch.action.fieldcaps.FieldCapabilities
-
The type of the field.
- getType() - 类 中的方法org.elasticsearch.action.get.GetResponse
-
The type of the document.
- getType() - 类 中的方法org.elasticsearch.action.get.MultiGetItemResponse
-
The type of the document.
- getType() - 类 中的方法org.elasticsearch.action.get.MultiGetResponse.Failure
-
The type of the action.
- getType() - 类 中的方法org.elasticsearch.action.ingest.TrackingResultProcessor
-
- getType() - 异常错误 中的方法org.elasticsearch.action.RoutingMissingException
-
- getType() - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsItemResponse
-
The type of the document.
- getType() - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsResponse.Failure
-
The type of the action.
- getType() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsResponse
-
- getType() - 类 中的方法org.elasticsearch.cluster.routing.RecoverySource
-
- getType() - 类 中的方法org.elasticsearch.cluster.routing.RecoverySource.LocalShardsRecoverySource
-
- getType() - 类 中的方法org.elasticsearch.cluster.routing.RecoverySource.PeerRecoverySource
-
- getType() - 类 中的方法org.elasticsearch.cluster.routing.RecoverySource.SnapshotRecoverySource
-
- getType() - 类 中的方法org.elasticsearch.common.inject.spi.InjectionRequest
-
- getType() - 类 中的方法org.elasticsearch.common.inject.spi.MembersInjectorLookup
-
Gets the type containing the members to be injected.
- getType() - 类 中的方法org.elasticsearch.common.inject.spi.StaticInjectionRequest
-
- getType() - 类 中的方法org.elasticsearch.common.inject.TypeLiteral
-
Gets underlying Type instance.
- getType() - 类 中的方法org.elasticsearch.index.get.GetResult
-
The type of the document.
- getType() - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
Returns the type (for testing)
- getType() - 类 中的方法org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
-
- getType() - 接口 中的方法org.elasticsearch.index.reindex.ScrollableHitSource.Hit
-
The type that the hit has.
- getType() - 类 中的方法org.elasticsearch.indices.breaker.BreakerSettings
-
- getType() - 类 中的方法org.elasticsearch.ingest.CompoundProcessor
-
- getType() - 接口 中的方法org.elasticsearch.ingest.Processor
-
Gets the type of a processor
- getType() - 类 中的方法org.elasticsearch.ingest.ProcessorInfo
-
- getType() - 类 中的方法org.elasticsearch.monitor.fs.FsInfo.Path
-
- getType() - 类 中的方法org.elasticsearch.script.Script
-
- getType() - 接口 中的方法org.elasticsearch.script.ScriptEngine
-
The language name used in the script APIs to refer to this scripting backend.
- getType() - 接口 中的方法org.elasticsearch.search.aggregations.Aggregation
-
- getType() - 接口 中的方法org.elasticsearch.search.aggregations.BaseAggregationBuilder
-
The name of the type of aggregation built by this builder.
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.ParsedAdjacencyMatrix
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.ParsedComposite
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.FiltersAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.ParsedFilter
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.ParsedFilters
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoHashGrid
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.global.GlobalAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.global.ParsedGlobal
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.ParsedDateHistogram
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.ParsedHistogram
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.missing.MissingAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.missing.ParsedMissing
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.nested.NestedAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.nested.ParsedNested
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.nested.ParsedReverseNested
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.GeoDistanceAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.IpRangeAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.ParsedBinaryRange
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.ParsedDateRange
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.ParsedGeoDistance
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.ParsedRange
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.InternalSampler
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.ParsedSampler
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantLongTerms
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantStringTerms
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.ParsedDoubleTerms
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.ParsedLongTerms
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.ParsedStringTerms
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.InternalAggregation
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.avg.AvgAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.avg.ParsedAvg
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.ParsedCardinality
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.geobounds.ParsedGeoBounds
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.geocentroid.ParsedGeoCentroid
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.max.MaxAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.max.ParsedMax
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.min.MinAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.min.ParsedMin
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.hdr.ParsedHDRPercentileRanks
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.hdr.ParsedHDRPercentiles
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.ParsedTDigestPercentileRanks
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.ParsedTDigestPercentiles
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.scripted.ParsedScriptedMetric
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.StatsAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.sum.ParsedSum
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.sum.SumAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.ParsedTopHits
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.valuecount.ParsedValueCount
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.ParsedBucketMetricValue
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.ParsedPercentilesBucket
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ParsedExtendedStatsBucket
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.ParsedStatsBucket
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.derivative.ParsedDerivative
-
- getType() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.ParsedSimpleValue
-
- getType() - 类 中的方法org.elasticsearch.search.SearchHit
-
The type of the document.
- getType() - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestion
-
- getType() - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
- getType() - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestion
-
- getType() - 接口 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder.CandidateGenerator
-
- getType() - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion
-
Returns a string representing the type of the suggestion.
- getType() - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestion
-
- getType() - 类 中的方法org.elasticsearch.tasks.Task
-
Returns task channel type (netty, transport, direct)
- getType() - 类 中的方法org.elasticsearch.tasks.TaskInfo
-
- getType() - 枚举 中的方法org.elasticsearch.threadpool.ThreadPool.ThreadPoolType
-
- getTypeConverter() - 类 中的方法org.elasticsearch.common.inject.internal.MatcherAndConverter
-
- getTypeConverter() - 类 中的方法org.elasticsearch.common.inject.spi.TypeConverterBinding
-
- getTypeFromElement(E) - 类 中的方法org.elasticsearch.search.profile.AbstractInternalProfileTree
-
- getTypeFromElement(Aggregator) - 类 中的方法org.elasticsearch.search.profile.aggregation.InternalAggregationProfileTree
-
- getTypeLiteral() - 类 中的方法org.elasticsearch.common.inject.Key
-
Gets the key type.
- getTypeMatcher() - 类 中的方法org.elasticsearch.common.inject.internal.MatcherAndConverter
-
- getTypeMatcher() - 类 中的方法org.elasticsearch.common.inject.spi.TypeConverterBinding
-
- getTypeMatcher() - 类 中的方法org.elasticsearch.common.inject.spi.TypeListenerBinding
-
Returns the type matcher which chooses which types the listener should be notified of.
- getTypes() - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
- getTypes() - 类 中的方法org.elasticsearch.search.lookup.DocLookup
-
- getTypeStats() - 类 中的方法org.elasticsearch.index.shard.IndexingStats
-
- getUid() - 类 中的方法org.elasticsearch.search.fetch.subphase.InnerHitsContext.InnerHitSubContext
-
- getUnassignedInfo() - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplanation
-
Returns the unassigned info for the shard, or null if the shard is active.
- getUnassignedShards() - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- getUnassignedShards() - 类 中的方法org.elasticsearch.cluster.health.ClusterIndexHealth
-
- getUnassignedShards() - 类 中的方法org.elasticsearch.cluster.health.ClusterShardHealth
-
- getUnassignedShards() - 类 中的方法org.elasticsearch.cluster.health.ClusterStateHealth
-
- getUnassignedTimeInMillis() - 类 中的方法org.elasticsearch.cluster.routing.UnassignedInfo
-
The timestamp in milliseconds when the shard became unassigned, based on System.currentTimeMillis().
- getUnassignedTimeInNanos() - 类 中的方法org.elasticsearch.cluster.routing.UnassignedInfo
-
The timestamp in nanoseconds when the shard became unassigned, based on System.nanoTime().
- getUncommittedOperations() - 类 中的方法org.elasticsearch.index.translog.TranslogStats
-
the number of operations in generations of the translog that weren't yet to comitted to lucene
- getUncommittedSizeInBytes() - 类 中的方法org.elasticsearch.index.translog.TranslogStats
-
the size of the generations in the translog that weren't yet to comitted to lucene
- getUnigramLambda() - 类 中的方法org.elasticsearch.search.suggest.phrase.LinearInterpolation
-
- getUnloadedClassCount() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats.Classes
-
- getUpdated() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollResponse
-
- getUpdated() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask.Status
-
- getUpdated() - 接口 中的方法org.elasticsearch.index.reindex.SuccessfullyProcessed
-
Count of documents updated.
- getUpdated() - 类 中的方法org.elasticsearch.index.reindex.WorkerBulkByScrollTaskState
-
- getUpgradedVersion() - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
Return the
Version on which this index has been upgraded.
- getUpperBounds() - 类 中的方法org.elasticsearch.common.inject.internal.MoreTypes.WildcardTypeImpl
-
- getUpserts() - 类 中的方法org.elasticsearch.cluster.DiffableUtils.MapDiff
-
Map entries that, when this diff is applied to a map, should be
added to the map or fully replace the previous value.
- getUptime() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats
-
- getUsageCount() - 类 中的方法org.elasticsearch.rest.BaseRestHandler
-
- getUsageStats(DiscoveryNode, boolean) - 类 中的方法org.elasticsearch.usage.UsageService
-
Get the current usage statistics for this node.
- getUsed() - 类 中的方法org.elasticsearch.common.breaker.ChildMemoryCircuitBreaker
-
- getUsed() - 接口 中的方法org.elasticsearch.common.breaker.CircuitBreaker
-
- getUsed() - 类 中的方法org.elasticsearch.common.breaker.MemoryCircuitBreaker
-
- getUsed() - 类 中的方法org.elasticsearch.common.breaker.NoopCircuitBreaker
-
- getUsed() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats.BufferPool
-
- getUsed() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats.MemoryPool
-
- getUsed() - 类 中的方法org.elasticsearch.monitor.os.OsStats.Mem
-
- getUsed() - 类 中的方法org.elasticsearch.monitor.os.OsStats.Swap
-
- getUsedBytes() - 类 中的方法org.elasticsearch.cluster.DiskUsage
-
- getUsedDiskAsPercentage() - 类 中的方法org.elasticsearch.cluster.DiskUsage
-
- getUsedPercent() - 类 中的方法org.elasticsearch.monitor.os.OsStats.Mem
-
- getUserData() - 类 中的方法org.elasticsearch.common.lucene.IndexCommitDelegate
-
- getUserData() - 类 中的方法org.elasticsearch.index.engine.CommitStats
-
- getUsername() - 类 中的方法org.elasticsearch.index.reindex.RemoteInfo
-
- getUUID() - 类 中的方法org.elasticsearch.index.Index
-
- getUUID() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns the indexes UUID
- getUUID() - 类 中的方法org.elasticsearch.snapshots.SnapshotId
-
Returns the snapshot UUID
- getValidationMethod() - 类 中的方法org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
Returns geo coordinate validation method to use.
- getValidationMethod() - 类 中的方法org.elasticsearch.index.query.GeoDistanceQueryBuilder
-
Returns validation method for geo coordinates.
- getValidationMethod() - 类 中的方法org.elasticsearch.index.query.GeoPolygonQueryBuilder
-
Returns the validation method to use for geo coordinates.
- getValue() - 枚举 中的方法org.elasticsearch.action.support.WriteRequest.RefreshPolicy
-
- getValue() - 类 中的方法org.elasticsearch.common.cache.RemovalNotification
-
- getValue() - 类 中的方法org.elasticsearch.common.document.DocumentField
-
The first value of the hit.
- getValue() - 接口 中的方法org.elasticsearch.common.inject.spi.ConvertedConstantBinding
-
Returns the converted value.
- getValue(Settings, Settings) - 接口 中的方法org.elasticsearch.common.settings.AbstractScopedSettings.SettingUpdater
-
Returns the instance value for the current settings.
- getValue() - 类 中的方法org.elasticsearch.index.fielddata.plain.ConstantIndexFieldData
-
- getValue() - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.Booleans
-
- getValue() - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.BytesRefs
-
- getValue() - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.Dates
-
Fetch the first field value or 0 millis after epoch if there are no
in.
- getValue() - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.Doubles
-
- getValue() - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- getValue() - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.Longs
-
- getValue() - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.Strings
-
- getValue(Setting<T>) - 类 中的方法org.elasticsearch.index.IndexSettings
-
- getValue() - 类 中的方法org.elasticsearch.index.mapper.IpFieldMapper.IpFieldType.IpScriptDocValues
-
- getValue() - 枚举 中的方法org.elasticsearch.index.VersionType
-
- getValue() - 接口 中的方法org.elasticsearch.search.aggregations.metrics.avg.Avg
-
The average value.
- getValue() - 类 中的方法org.elasticsearch.search.aggregations.metrics.avg.InternalAvg
-
- getValue() - 类 中的方法org.elasticsearch.search.aggregations.metrics.avg.ParsedAvg
-
- getValue() - 接口 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.Cardinality
-
The number of unique terms.
- getValue() - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.InternalCardinality
-
- getValue() - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.ParsedCardinality
-
- getValue() - 类 中的方法org.elasticsearch.search.aggregations.metrics.max.InternalMax
-
- getValue() - 接口 中的方法org.elasticsearch.search.aggregations.metrics.max.Max
-
The maximum.
- getValue() - 类 中的方法org.elasticsearch.search.aggregations.metrics.max.ParsedMax
-
- getValue() - 类 中的方法org.elasticsearch.search.aggregations.metrics.min.InternalMin
-
- getValue() - 接口 中的方法org.elasticsearch.search.aggregations.metrics.min.Min
-
The minimum.
- getValue() - 类 中的方法org.elasticsearch.search.aggregations.metrics.min.ParsedMin
-
- getValue() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.Percentile
-
- getValue() - 类 中的方法org.elasticsearch.search.aggregations.metrics.sum.InternalSum
-
- getValue() - 类 中的方法org.elasticsearch.search.aggregations.metrics.sum.ParsedSum
-
- getValue() - 接口 中的方法org.elasticsearch.search.aggregations.metrics.sum.Sum
-
The sum.
- getValue() - 类 中的方法org.elasticsearch.search.aggregations.metrics.valuecount.InternalValueCount
-
- getValue() - 类 中的方法org.elasticsearch.search.aggregations.metrics.valuecount.ParsedValueCount
-
- getValue() - 接口 中的方法org.elasticsearch.search.aggregations.metrics.valuecount.ValueCount
-
- getValue() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.InternalSimpleValue
-
- getValue() - 类 中的方法org.elasticsearch.search.lookup.FieldLookup
-
- getValueAsString() - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.ParsedCardinality
-
- getValueAsString() - 类 中的方法org.elasticsearch.search.aggregations.metrics.InternalNumericMetricsAggregation.SingleValue
-
- getValueAsString() - 接口 中的方法org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregation.SingleValue
-
- getValueAsString() - 类 中的方法org.elasticsearch.search.aggregations.metrics.ParsedSingleValueNumericMetricsAggregation
-
- getValueAsString() - 类 中的方法org.elasticsearch.search.aggregations.metrics.valuecount.ParsedValueCount
-
- getValueCount() - 类 中的方法org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalMapping
-
- getValueCount() - 类 中的方法org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
-
Returns the number of distinct ordinals in this builder.
- getValues() - 类 中的方法org.elasticsearch.common.document.DocumentField
-
The field values.
- getValues(LeafReaderContext) - 类 中的方法org.elasticsearch.index.fielddata.fieldcomparator.BytesRefFieldComparatorSource
-
- getValues(LeafReaderContext) - 类 中的方法org.elasticsearch.index.fielddata.fieldcomparator.DoubleValuesComparatorSource
-
- getValues() - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues
-
Return a copy of the list of the values for the current document.
- getValues(String) - 类 中的方法org.elasticsearch.index.mapper.ParseContext.Document
-
Returns an array of values of the field specified as the method parameter.
- getValues() - 类 中的方法org.elasticsearch.index.query.TermsSetQueryBuilder
-
- getValues(ValuesSource.Numeric, LeafReaderContext) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.DoubleTermsAggregator
-
- getValues(ValuesSource.Numeric, LeafReaderContext) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.LongTermsAggregator
-
- getValues() - 类 中的方法org.elasticsearch.search.lookup.FieldLookup
-
- getValueSourceType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalGeoDistance.Factory
-
- getValueSourceType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalRange.Factory
-
- getValuesSourceType() - 枚举 中的方法org.elasticsearch.search.aggregations.support.ValueType
-
- getValueType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalDateRange.Factory
-
- getValueType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalGeoDistance.Factory
-
- getValueType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalRange.Factory
-
- getVariance() - 接口 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats
-
The variance of the collected values.
- getVariance() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
- getVariance() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
-
- getVarianceAsString() - 接口 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats
-
The variance of the collected values as a String.
- getVarianceAsString() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
- getVarianceAsString() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
-
- getVerifyIndex() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState
-
- getVersion() - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodeInfo
-
The current ES version
- getVersion() - 类 中的方法org.elasticsearch.action.bulk.BulkItemResponse
-
The version of the action.
- getVersion() - 类 中的方法org.elasticsearch.action.DocWriteResponse
-
Returns the current version of the doc.
- getVersion() - 类 中的方法org.elasticsearch.action.get.GetResponse
-
The version of the doc.
- getVersion() - 类 中的方法org.elasticsearch.action.main.MainResponse
-
- getVersion() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsResponse
-
- getVersion() - 类 中的方法org.elasticsearch.bootstrap.JavaVersion
-
- getVersion() - 类 中的方法org.elasticsearch.cluster.ClusterState
-
- getVersion() - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
- getVersion() - 类 中的方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- getVersion() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNode
-
- getVersion() - 类 中的方法org.elasticsearch.common.io.stream.FilterStreamInput
-
- getVersion() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
The version of the node on the other side of this stream.
- getVersion() - 类 中的方法org.elasticsearch.common.io.stream.StreamOutput
-
The version of the node on the other side of this stream.
- getVersion() - 类 中的方法org.elasticsearch.discovery.zen.UnicastZenPing
-
- getVersion() - 类 中的方法org.elasticsearch.index.engine.Engine.Result
-
get the updated document version
- getVersion() - 类 中的方法org.elasticsearch.index.engine.Segment
-
- getVersion() - 类 中的方法org.elasticsearch.index.get.GetResult
-
The version of the doc.
- getVersion() - 类 中的方法org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
-
- getVersion() - 接口 中的方法org.elasticsearch.index.reindex.ScrollableHitSource.Hit
-
The version of the match or -1 if the version wasn't requested.
- getVersion() - 类 中的方法org.elasticsearch.ingest.Pipeline
-
An optional version stored with the pipeline so that it can be used to determine if the pipeline should be updated / replaced.
- getVersion() - 类 中的方法org.elasticsearch.monitor.jvm.JvmInfo
-
- getVersion() - 类 中的方法org.elasticsearch.monitor.os.OsInfo
-
- getVersion() - 类 中的方法org.elasticsearch.plugins.PluginInfo
-
The version of Elasticsearch the plugin was built for.
- getVersion() - 类 中的方法org.elasticsearch.search.SearchHit
-
The version of the hit.
- getVersion() - 类 中的方法org.elasticsearch.transport.TaskTransportChannel
-
- getVersion() - 类 中的方法org.elasticsearch.transport.TcpTransport.NodeChannels
-
- getVersion() - 类 中的方法org.elasticsearch.transport.TcpTransportChannel
-
- getVersion() - 接口 中的方法org.elasticsearch.transport.Transport.Connection
-
Returns the version of the node this connection was established with.
- getVersion() - 接口 中的方法org.elasticsearch.transport.TransportChannel
-
Returns the version of the other party that this channel will send a response to.
- getVersionConflicts() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollResponse
-
- getVersionConflicts() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask.Status
-
Number of version conflicts this request has hit.
- getVersionMapMemory() - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
- getVersionMapMemoryInBytes() - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
Estimation of the memory usage by version map
- getVersions() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes
-
- getVersions() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.JvmStats
-
- getVIntKeySerializer() - 类 中的静态方法org.elasticsearch.cluster.DiffableUtils
-
Returns a map key serializer for Integer keys.
- getVmName() - 类 中的方法org.elasticsearch.monitor.jvm.JvmInfo
-
- getVmVendor() - 类 中的方法org.elasticsearch.monitor.jvm.JvmInfo
-
- getVmVersion() - 类 中的方法org.elasticsearch.monitor.jvm.JvmInfo
-
- getWaitForActiveShards() - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
- getWaitForActiveShards() - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
The number of shard copies that must be active before proceeding with the write.
- getWaitForCompletion() - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskRequest
-
Should this request wait for all found tasks to complete?
- getWaitForCompletion() - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksRequest
-
Should this request wait for all found tasks to complete?
- getWarmer() - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStats
-
- getWarmer() - 类 中的方法org.elasticsearch.index.engine.EngineConfig
-
Returns an
Engine.Warmer used to warm new searchers before they are used for searching.
- getWeight() - 类 中的方法org.elasticsearch.common.lucene.search.function.FunctionScoreQuery.FilterScoreFunction
-
- getWeight() - 类 中的方法org.elasticsearch.common.lucene.search.function.ScoreFunction
-
- getWeight() - 类 中的方法org.elasticsearch.common.lucene.search.function.WeightFactorFunction
-
- getWeight() - 类 中的方法org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
-
The weight applied to the function before combining.
- getWeight() - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.FilterAggregatorFactory
-
Returns the Weight for this filter aggregation, creating it if
necessary.
- getWeightRanking() - 类 中的方法org.elasticsearch.cluster.routing.allocation.NodeAllocationResult
-
The weight ranking for allocating a shard to the node.
- getWeights() - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.FiltersAggregatorFactory
-
Returns the Weights for this filter aggregation, creating it if
necessary.
- getWildcardQuery(String, String) - 类 中的方法org.elasticsearch.index.search.QueryStringQueryParser
-
- getWindowSize() - 类 中的方法org.elasticsearch.search.rescore.RescoreContext
-
Size of the window to rescore.
- getWordList(Environment, Settings, String) - 类 中的静态方法org.elasticsearch.index.analysis.Analysis
-
Fetches a list of words from the specified settings file.
- getWordSet(Environment, Version, Settings, String) - 类 中的静态方法org.elasticsearch.index.analysis.Analysis
-
- getWorkerState() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask
-
Returns the object that manages sending search requests.
- getWrappedAnalyzer(String) - 类 中的方法org.elasticsearch.index.analysis.FieldNameAnalyzer
-
- getWrappedAnalyzer(String) - 类 中的方法org.elasticsearch.index.analysis.NamedAnalyzer
-
- getWrappedClass() - 类 中的方法org.elasticsearch.search.aggregations.AggregatorFactory.MultiBucketAggregatorWrapper
-
- getWriteableName() - 类 中的方法org.elasticsearch.action.admin.indices.rollover.MaxAgeCondition
-
- getWriteableName() - 类 中的方法org.elasticsearch.action.admin.indices.rollover.MaxDocsCondition
-
- getWriteableName() - 类 中的方法org.elasticsearch.action.admin.indices.rollover.MaxSizeCondition
-
- getWriteableName() - 类 中的方法org.elasticsearch.action.support.replication.ReplicationTask.Status
-
- getWriteableName() - 类 中的方法org.elasticsearch.cluster.metadata.IndexGraveyard
-
- getWriteableName() - 类 中的方法org.elasticsearch.cluster.metadata.IndexGraveyard.IndexGraveyardDiff
-
- getWriteableName() - 类 中的方法org.elasticsearch.cluster.metadata.RepositoriesMetaData
-
Returns the name of the writeable object
- getWriteableName() - 类 中的方法org.elasticsearch.cluster.RestoreInProgress
-
Returns the name of the writeable object
- getWriteableName() - 接口 中的方法org.elasticsearch.cluster.routing.allocation.command.AllocationCommand
-
- getWriteableName() - 类 中的方法org.elasticsearch.cluster.SnapshotDeletionsInProgress
-
- getWriteableName() - 类 中的方法org.elasticsearch.cluster.SnapshotsInProgress
-
- getWriteableName() - 类 中的方法org.elasticsearch.common.geo.builders.ShapeBuilder
-
- getWriteableName() - 接口 中的方法org.elasticsearch.common.io.stream.NamedWriteable
-
Returns the name of the writeable object
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.BoolQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.BoostingQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.CommonTermsQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.ConstantScoreQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.DisMaxQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.ExistsQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.FieldMaskingSpanQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.FuzzyQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.GeoDistanceQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.GeoPolygonQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.GeoShapeQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.IdsQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.MatchAllQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.MatchNoneQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.MatchPhraseQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.MatchQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.NestedQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.PrefixQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.RangeQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.RegexpQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.ScriptQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.SimpleQueryStringBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.SpanContainingQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.SpanFirstQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.SpanMultiTermQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.SpanNearQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.SpanNotQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.SpanOrQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.SpanTermQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.SpanWithinQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.TermQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.TermsQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.TermsSetQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.TypeQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.WildcardQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.query.WrapperQueryBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask.Status
-
- getWriteableName() - 类 中的方法org.elasticsearch.index.shard.PrimaryReplicaSyncer.ResyncTask.Status
-
- getWriteableName() - 类 中的方法org.elasticsearch.ingest.IngestMetadata
-
- getWriteableName() - 类 中的方法org.elasticsearch.script.ScriptMetaData
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.AbstractAggregationBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.InternalComposite
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.InternalFilter
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.InternalFilters
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.bucket.global.InternalGlobal
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.bucket.missing.InternalMissing
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.bucket.nested.InternalNested
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.bucket.nested.InternalReverseNested
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalDateRange
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalGeoDistance
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalRange
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.InternalSampler
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.UnmappedSampler
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.ChiSquare
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.GND
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.JLHScore
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.MutualInformation
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.PercentageScore
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.LongTerms
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.StringTerms
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.metrics.avg.InternalAvg
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.InternalCardinality
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.metrics.geobounds.InternalGeoBounds
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.metrics.max.InternalMax
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.metrics.min.InternalMin
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.metrics.scripted.InternalScriptedMetric
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.metrics.sum.InternalSum
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.InternalTopHits
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.metrics.valuecount.InternalValueCount
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregationBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregator
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.InternalBucketMetricValue
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregationBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregator
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregationBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregator
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregationBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregator
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregationBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregator
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.InternalExtendedStatsBucket
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.InternalStatsBucket
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregationBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregator
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregationBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregator
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregationBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregator
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregationBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregator
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketsort.BucketSortPipelineAggregationBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketsort.BucketSortPipelineAggregator
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregationBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregator
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregator
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.derivative.InternalDerivative
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.InternalSimpleValue
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.LinearModel
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregator
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregator
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.DocValueFormat.DateTime
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.DocValueFormat.Decimal
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.rescore.QueryRescorerBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.sort.FieldSortBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.sort.GeoDistanceSortBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.sort.ScoreSortBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.sort.ScriptSortBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.suggest.phrase.Laplace
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.suggest.phrase.LinearInterpolation
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.suggest.phrase.StupidBackoff
-
- getWriteableName() - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
- getWriteableName() - 类 中的方法org.elasticsearch.tasks.RawTaskStatus
-
- getWriteableRegistry() - 类 中的方法org.elasticsearch.index.query.QueryRewriteContext
-
- getWriteableType() - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestion
-
- getWriteableType() - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestion
-
- getWriteableType() - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion
-
Returns a integer representing the type of the suggestion.
- getWriteableType() - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestion
-
- getWritingBytes() - 类 中的方法org.elasticsearch.index.engine.Engine
-
Returns how many bytes we are currently moving from heap to disk
- getWritingBytes() - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
Returns how many bytes we are currently moving from indexing buffer to segments on disk
- getWritingBytes() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
Returns how many bytes we are currently moving from heap to disk
- getXContentRegistry() - 类 中的方法org.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- getXContentRegistry() - 接口 中的方法org.elasticsearch.common.xcontent.XContentParser
-
- getXContentRegistry() - 类 中的方法org.elasticsearch.index.query.QueryRewriteContext
-
- getXContentRegistry() - 类 中的方法org.elasticsearch.rest.RestRequest
-
- getXContentType() - 类 中的方法org.elasticsearch.action.ingest.PutPipelineRequest
-
- getXContentType() - 类 中的方法org.elasticsearch.action.ingest.SimulatePipelineRequest
-
- getXContentType() - 类 中的方法org.elasticsearch.index.mapper.ParsedDocument
-
- getXContentType() - 类 中的方法org.elasticsearch.index.mapper.SourceToParse
-
- getXContentType() - 类 中的方法org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
-
- getXContentType() - 接口 中的方法org.elasticsearch.index.reindex.ScrollableHitSource.Hit
-
The content type of the hit source.
- getXContentType() - 类 中的方法org.elasticsearch.rest.RestRequest
-
The
XContentType that was parsed from the
Content-Type header.
- getYesDecisionMessages() - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingExplanations
-
Provides feedback from commands with a YES decision that should be displayed to the user after the command has been applied
- getZenHostsProviders(TransportService, NetworkService) - 接口 中的方法org.elasticsearch.plugins.DiscoveryPlugin
-
Returns providers of unicast host lists for zen discovery.
- giga() - 类 中的方法org.elasticsearch.common.unit.SizeValue
-
- gigaFrac() - 类 中的方法org.elasticsearch.common.unit.SizeValue
-
- global() - 类 中的方法org.elasticsearch.cluster.block.ClusterBlocks
-
- global(ClusterBlockLevel) - 类 中的方法org.elasticsearch.cluster.block.ClusterBlocks
-
- global(String) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
Global aggregation with the given name.
- Global - org.elasticsearch.search.aggregations.bucket.global中的接口
-
A global aggregation.
- GLOBAL_CHECKPOINT_SYNC_INTERVAL_SETTING - 类 中的静态变量org.elasticsearch.index.IndexService
-
- GLOBAL_NETWORK_BINDHOST_SETTING - 类 中的静态变量org.elasticsearch.common.network.NetworkService
-
- GLOBAL_NETWORK_HOST_SETTING - 类 中的静态变量org.elasticsearch.common.network.NetworkService
-
- GLOBAL_NETWORK_PUBLISHHOST_SETTING - 类 中的静态变量org.elasticsearch.common.network.NetworkService
-
- GLOBAL_STATE_FILE_PREFIX - 类 中的静态变量org.elasticsearch.cluster.metadata.MetaData
-
- GLOBAL_TEXT_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.SuggestBuilder
-
- GlobalAggregationBuilder - org.elasticsearch.search.aggregations.bucket.global中的类
-
- GlobalAggregationBuilder(String) - 类 的构造器org.elasticsearch.search.aggregations.bucket.global.GlobalAggregationBuilder
-
- GlobalAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.global.GlobalAggregationBuilder
-
Read from a stream.
- GlobalAggregator - org.elasticsearch.search.aggregations.bucket.global中的类
-
- GlobalAggregator(String, AggregatorFactories, SearchContext, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.global.GlobalAggregator
-
- GlobalAggregatorFactory - org.elasticsearch.search.aggregations.bucket.global中的类
-
- GlobalAggregatorFactory(String, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.global.GlobalAggregatorFactory
-
- globalBlockedException(ClusterBlockLevel) - 类 中的方法org.elasticsearch.cluster.block.ClusterBlocks
-
- globalBlockedRaiseException(ClusterBlockLevel) - 类 中的方法org.elasticsearch.cluster.block.ClusterBlocks
-
- globalBlockLevel() - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction
-
Cluster level block to check before request execution.
- globalBlockLevel() - 类 中的方法org.elasticsearch.action.support.replication.TransportWriteAction
-
- globalCheckpoint() - 接口 中的方法org.elasticsearch.action.support.replication.ReplicationOperation.Primary
-
Returns the global checkpoint on the primary shard.
- globalCheckpoint() - 接口 中的方法org.elasticsearch.action.support.replication.ReplicationOperation.ReplicaResponse
-
The global checkpoint for the shard.
- globalCheckpoint() - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction.ReplicaResponse
-
- globalCheckpoint() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryFinalizeRecoveryRequest
-
- GlobalCheckpointSyncAction - org.elasticsearch.index.seqno中的类
-
Background global checkpoint sync action initiated when a shard goes inactive.
- GlobalCheckpointSyncAction(Settings, TransportService, ClusterService, IndicesService, ThreadPool, ShardStateAction, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.index.seqno.GlobalCheckpointSyncAction
-
- GlobalCheckpointSyncAction.Request - org.elasticsearch.index.seqno中的类
-
- GlobalCheckpointTracker - org.elasticsearch.index.seqno中的类
-
This class is responsible of tracking the global checkpoint.
- GlobalCheckpointTracker.CheckpointState - org.elasticsearch.index.seqno中的类
-
- GlobalCheckpointTracker.PrimaryContext - org.elasticsearch.index.seqno中的类
-
Represents the sequence number component of the primary context.
- globalForceSource(boolean) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight
-
- globalMaxOrd(IndexSearcher) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSource.Bytes.WithOrdinals
-
- GlobalOrdinalMapping - org.elasticsearch.index.fielddata.ordinals中的类
-
A SortedSetDocValues implementation that returns ordinals that are global.
- GlobalOrdinalsBuilder - org.elasticsearch.index.fielddata.ordinals中的枚举
-
Utility class to build global ordinals.
- GlobalOrdinalsIndexFieldData - org.elasticsearch.index.fielddata.ordinals中的类
-
IndexFieldData base class for concrete global ordinals implementations.
- GlobalOrdinalsIndexFieldData(IndexSettings, String, AtomicOrdinalsFieldData[], OrdinalMap, long, Function<SortedSetDocValues, ScriptDocValues<?>>) - 类 的构造器org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsIndexFieldData
-
- GlobalOrdinalsSignificantTermsAggregator - org.elasticsearch.search.aggregations.bucket.significant中的类
-
- GlobalOrdinalsSignificantTermsAggregator(String, AggregatorFactories, ValuesSource.Bytes.WithOrdinals.FieldData, DocValueFormat, TermsAggregator.BucketCountThresholds, IncludeExclude.OrdinalsFilter, SearchContext, Aggregator, boolean, SignificanceHeuristic, SignificantTermsAggregatorFactory, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.GlobalOrdinalsSignificantTermsAggregator
-
- GlobalOrdinalsStringTermsAggregator - org.elasticsearch.search.aggregations.bucket.terms中的类
-
An aggregator of string values that relies on global ordinals in order to build buckets.
- GlobalOrdinalsStringTermsAggregator(String, AggregatorFactories, ValuesSource.Bytes.WithOrdinals, BucketOrder, DocValueFormat, TermsAggregator.BucketCountThresholds, IncludeExclude.OrdinalsFilter, SearchContext, Aggregator, boolean, Aggregator.SubAggCollectionMode, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator
-
- GlobalOrdinalsStringTermsAggregator.GlobalOrdLookupFunction - org.elasticsearch.search.aggregations.bucket.terms中的接口
-
- globalOrdinalsValues(LeafReaderContext) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSource.Bytes.WithOrdinals.FieldData
-
- globalOrdinalsValues(LeafReaderContext) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSource.Bytes.WithOrdinals
-
- GND - org.elasticsearch.search.aggregations.bucket.significant.heuristics中的类
-
- GND(boolean) - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.heuristics.GND
-
- GND(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.heuristics.GND
-
Read from a stream.
- GND.GNDBuilder - org.elasticsearch.search.aggregations.bucket.significant.heuristics中的类
-
- GNDBuilder(boolean) - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.heuristics.GND.GNDBuilder
-
- gramSize(int) - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
Sets the gram size for the n-gram model used for this suggester.
- gramSize() - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- GRAMSIZE_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- GreekAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
- GreekAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.GreekAnalyzerProvider
-
- groupBy(ShardOperationFailedException[]) - 类 中的静态方法org.elasticsearch.ExceptionsHelper
-
Deduplicate the failures by exception message and index.
- groupClusterIndices(String[], Predicate<String>) - 类 中的方法org.elasticsearch.transport.RemoteClusterAware
-
- GroupedActionListener<T> - org.elasticsearch.action.support中的类
-
An action listener that delegates it's results to another listener once
it has received one or more failures or N results.
- GroupedActionListener(ActionListener<Collection<T>>, int, Collection<T>) - 类 的构造器org.elasticsearch.action.support.GroupedActionListener
-
Creates a new listener
- groupIndices(IndicesOptions, String[], Predicate<String>) - 类 中的方法org.elasticsearch.transport.RemoteClusterService
-
- GroupKey(String) - 类 的构造器org.elasticsearch.common.settings.Setting.GroupKey
-
- groups(String...) - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
Sets specific search group stats to retrieve the stats for.
- groups() - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
- groups(String...) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
Sets specific search group stats to retrieve the stats for.
- groups() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- groupSetting(String, Setting.Property...) - 类 中的静态方法org.elasticsearch.common.settings.Setting
-
- groupSetting(String, Consumer<Settings>, Setting.Property...) - 类 中的静态方法org.elasticsearch.common.settings.Setting
-
- GroupShardsIterator<ShardIt extends ShardIterator> - org.elasticsearch.cluster.routing中的类
-
- GroupShardsIterator(List<ShardIt>) - 类 的构造器org.elasticsearch.cluster.routing.GroupShardsIterator
-
Constructs a enw GroupShardsIterator from the given list.
- groupStats() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- groupStats(List<String>) - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- groupStats() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- groupStats(List<String>) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- groupStats(List<String>) - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- grow(ByteArray, long) - 类 中的方法org.elasticsearch.common.util.BigArrays
-
Grow an array to a size that is larger than minSize, preserving content, and potentially reusing part of the provided array.
- grow(IntArray, long) - 类 中的方法org.elasticsearch.common.util.BigArrays
-
Grow an array to a size that is larger than minSize, preserving content, and potentially reusing part of the provided array.
- grow(LongArray, long) - 类 中的方法org.elasticsearch.common.util.BigArrays
-
Grow an array to a size that is larger than minSize, preserving content, and potentially reusing part of the provided array.
- grow(DoubleArray, long) - 类 中的方法org.elasticsearch.common.util.BigArrays
-
Grow an array to a size that is larger than minSize, preserving content, and potentially reusing part of the provided array.
- grow(FloatArray, long) - 类 中的方法org.elasticsearch.common.util.BigArrays
-
Grow an array to a size that is larger than minSize, preserving content, and potentially reusing part of the provided array.
- grow(ObjectArray<T>, long) - 类 中的方法org.elasticsearch.common.util.BigArrays
-
Grow an array to a size that is larger than minSize, preserving content, and potentially reusing part of the provided array.
- grow() - 类 中的方法org.elasticsearch.index.fielddata.SortingBinaryDocValues
-
- grow(long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.BucketsAggregator
-
Ensure there are at least maxBucketOrd buckets available.
- gt(Object) - 类 中的方法org.elasticsearch.index.query.RangeQueryBuilder
-
The from part of the range query.
- GT_FIELD - 类 中的静态变量org.elasticsearch.index.query.RangeQueryBuilder
-
- gte(Object) - 类 中的方法org.elasticsearch.index.query.RangeQueryBuilder
-
The from part of the range query.
- GTE_FIELD - 类 中的静态变量org.elasticsearch.index.query.RangeQueryBuilder
-
- guardedRamBytesUsed(Accountable) - 类 中的静态方法org.elasticsearch.index.engine.Engine
-
Returns 0 in the case where accountable is null, otherwise returns ramBytesUsed()
- guessRootCauses() - 异常错误 中的方法org.elasticsearch.action.search.SearchPhaseExecutionException
-
- guessRootCauses() - 异常错误 中的方法org.elasticsearch.ElasticsearchException
-
Returns the root cause of this exception or multiple if different shards caused different exceptions
- guessRootCauses(Throwable) - 异常错误 中的静态方法org.elasticsearch.ElasticsearchException
-
Returns the root cause of this exception or multiple if different shards caused different exceptions.
- Guice - org.elasticsearch.common.inject中的类
-
The entry point to the Guice framework.
- IBSimilarityProvider - org.elasticsearch.index.similarity中的类
-
- IBSimilarityProvider(String, Settings, Settings) - 类 的构造器org.elasticsearch.index.similarity.IBSimilarityProvider
-
- id() - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptRequest
-
- id(String) - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptRequest
-
- id - 类 中的变量org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptRequest
-
- id() - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptRequest
-
- id(String) - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptRequest
-
- id() - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequest
-
- id(String) - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequest
-
- id() - 枚举 中的方法org.elasticsearch.action.admin.indices.get.GetIndexRequest.Feature
-
- id() - 类 中的方法org.elasticsearch.action.bulk.BulkItemRequest
-
- id() - 类 中的方法org.elasticsearch.action.delete.DeleteRequest
-
The id of the document to delete.
- id(String) - 类 中的方法org.elasticsearch.action.delete.DeleteRequest
-
Sets the id of the document to delete.
- id() - 接口 中的方法org.elasticsearch.action.DocWriteRequest
-
Get the id of the document for this request
- id - 类 中的变量org.elasticsearch.action.DocWriteResponse.Builder
-
- id() - 类 中的方法org.elasticsearch.action.explain.ExplainRequest
-
- id(String) - 类 中的方法org.elasticsearch.action.explain.ExplainRequest
-
- id(String) - 类 中的方法org.elasticsearch.action.get.GetRequest
-
Sets the id of the document to fetch.
- id() - 类 中的方法org.elasticsearch.action.get.GetRequest
-
- id() - 类 中的方法org.elasticsearch.action.get.MultiGetRequest.Item
-
- id() - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
The id of the indexed document.
- id(String) - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
Sets the id of the indexed document.
- id() - 枚举 中的方法org.elasticsearch.action.search.SearchType
-
The internal id of the type.
- id() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
Returns the id of document the term vector is requested for.
- id(String) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
Sets the id of document the term vector is requested for.
- id() - 枚举 中的方法org.elasticsearch.action.ThreadingModel
-
- ID - 类 中的静态变量org.elasticsearch.action.update.UpdateHelper.ContextFields
-
- id() - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
The id of the indexed document.
- id(String) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
Sets the id of the indexed document.
- id() - 类 中的方法org.elasticsearch.cluster.block.ClusterBlock
-
- id() - 枚举 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.State
-
- id() - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
The shard id.
- id() - 枚举 中的方法org.elasticsearch.common.rounding.DateTimeUnit
-
- id() - 类 中的方法org.elasticsearch.common.rounding.Rounding
-
- id() - 类 中的方法org.elasticsearch.discovery.zen.UnicastZenPing.PingingRound
-
- id() - 类 中的方法org.elasticsearch.discovery.zen.ZenPing.PingResponse
-
an always increasing unique identifier for this ping response.
- id() - 类 中的方法org.elasticsearch.index.engine.Engine.Delete
-
- id() - 类 中的方法org.elasticsearch.index.engine.Engine.Get
-
- id() - 类 中的方法org.elasticsearch.index.engine.Engine.Index
-
- id() - 异常错误 中的方法org.elasticsearch.index.engine.IndexFailedEngineException
-
已过时。
- id - 类 中的变量org.elasticsearch.index.fieldvisitor.FieldsVisitor
-
- id() - 类 中的方法org.elasticsearch.index.mapper.ParsedDocument
-
- id() - 类 中的方法org.elasticsearch.index.mapper.SourceToParse
-
- id() - 类 中的方法org.elasticsearch.index.mapper.Uid
-
- id() - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- id() - 枚举 中的方法org.elasticsearch.index.shard.IndexShardState
-
- id() - 类 中的方法org.elasticsearch.index.shard.ShardId
-
- id() - 类 中的方法org.elasticsearch.index.translog.Translog.Delete
-
- id() - 类 中的方法org.elasticsearch.index.translog.Translog.Index
-
- id() - 枚举 中的方法org.elasticsearch.index.translog.Translog.Operation.Type
-
- id() - 枚举 中的方法org.elasticsearch.indices.recovery.RecoveryState.Stage
-
- id() - 类 中的方法org.elasticsearch.indices.TermsLookup
-
- ID - 类 中的静态变量org.elasticsearch.repositories.IndexId
-
- id() - 类 中的方法org.elasticsearch.search.fetch.ShardFetchRequest
-
- id() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- id() - 类 中的方法org.elasticsearch.search.internal.InternalScrollSearchRequest
-
- id() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- id() - 类 中的方法org.elasticsearch.search.query.QuerySearchRequest
-
- id() - 异常错误 中的方法org.elasticsearch.search.SearchContextMissingException
-
- id - 类 中的变量org.elasticsearch.Version
-
- ID_FIELD - 类 中的静态变量org.elasticsearch.search.slice.SliceBuilder
-
- identical - 类 中的变量org.elasticsearch.index.store.Store.RecoveryDiff
-
Files that exist in both snapshots and they can be considered the same ie. they don't need to be recovered
- identicalTo(Object) - 类 中的静态方法org.elasticsearch.common.inject.matcher.Matchers
-
Returns a matcher which matches only the given object.
- idFieldMapper() - 类 中的方法org.elasticsearch.index.mapper.DocumentMapper
-
- IdFieldMapper - org.elasticsearch.index.mapper中的类
-
A mapper for the _id field.
- IdFieldMapper.Defaults - org.elasticsearch.index.mapper中的类
-
- IdFieldMapper.TypeParser - org.elasticsearch.index.mapper中的类
-
- ids(String[]) - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsRequest
-
- ids() - 类 中的方法org.elasticsearch.index.query.IdsQueryBuilder
-
Returns the ids for the query.
- ids(String...) - 类 中的静态方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- idsEqual(byte[]) - 类 中的方法org.elasticsearch.index.engine.Engine.CommitId
-
- idsQuery() - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
Constructs a query that will match only specific ids within all types.
- idsQuery(String...) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
Constructs a query that will match only specific ids within types.
- IdsQueryBuilder - org.elasticsearch.index.query中的类
-
A query that will return only documents matching specific ids (and a type).
- IdsQueryBuilder() - 类 的构造器org.elasticsearch.index.query.IdsQueryBuilder
-
Creates a new IdsQueryBuilder with no types specified upfront
- IdsQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.IdsQueryBuilder
-
Read from a stream.
- IfConfig - org.elasticsearch.common.network中的类
-
Simple class to log ifconfig-style output at DEBUG logging.
- IfConfig() - 类 的构造器org.elasticsearch.common.network.IfConfig
-
- IGNORE_ABOVE - 类 中的静态变量org.elasticsearch.index.mapper.KeywordFieldMapper.Defaults
-
- IGNORE_FAILURE_FIELD - 类 中的静态变量org.elasticsearch.search.builder.SearchSourceBuilder
-
- IGNORE_MALFORMED - 类 中的静态变量org.elasticsearch.index.mapper.DateFieldMapper.Defaults
-
- IGNORE_MALFORMED - 类 中的静态变量org.elasticsearch.index.mapper.GeoPointFieldMapper.Defaults
-
- IGNORE_MALFORMED - 类 中的静态变量org.elasticsearch.index.mapper.GeoPointFieldMapper.Names
-
- IGNORE_MALFORMED - 类 中的静态变量org.elasticsearch.index.mapper.GeoShapeFieldMapper.Defaults
-
- IGNORE_MALFORMED - 类 中的静态变量org.elasticsearch.index.mapper.IpFieldMapper.Defaults
-
- IGNORE_MALFORMED - 类 中的静态变量org.elasticsearch.index.mapper.NumberFieldMapper.Defaults
-
- IGNORE_MALFORMED_SETTING - 类 中的静态变量org.elasticsearch.index.mapper.FieldMapper
-
- IGNORE_UNMAPPED - 类 中的静态变量org.elasticsearch.index.query.InnerHitBuilder
-
- ignoreAbove - 类 中的变量org.elasticsearch.index.mapper.KeywordFieldMapper.Builder
-
- ignoreAbove(int) - 类 中的方法org.elasticsearch.index.mapper.KeywordFieldMapper.Builder
-
- ignoreAliases() - 类 中的方法org.elasticsearch.action.support.IndicesOptions
-
- ignoreCase() - 类 中的方法org.elasticsearch.index.analysis.StopTokenFilterFactory
-
- ignoreCase - 类 中的变量org.elasticsearch.index.analysis.SynonymTokenFilterFactory
-
- ignored() - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
-
The list of ignored unassigned shards (read only).
- ignoreDisable(boolean) - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
- ignoreDisable() - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
- ignoredSize() - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
-
Returns the size of the temporarily marked as ignored unassigned shards
- ignoreException() - 类 中的方法org.elasticsearch.search.fetch.subphase.ScriptFieldsContext.ScriptField
-
- ignoreFailure() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder.ScriptField
-
- ignoreIdleThreads() - 类 中的方法org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
-
- ignoreIdleThreads(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
-
- ignoreIdleThreads(boolean) - 类 中的方法org.elasticsearch.monitor.jvm.HotThreads
-
- ignoreIndexSettings(String...) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Sets the list of index settings and index settings groups that shouldn't be restored from snapshot
- ignoreIndexSettings(List<String>) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Sets the list of index settings and index settings groups that shouldn't be restored from snapshot
- ignoreIndexSettings() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Returns the list of index settings and index settings groups that shouldn't be restored from snapshot
- ignoreIndexSettings() - 类 中的方法org.elasticsearch.snapshots.RestoreService.RestoreRequest
-
Returns index settings that that shouldn't be restored
- ignoreMalformed(boolean) - 类 中的方法org.elasticsearch.index.mapper.DateFieldMapper.Builder
-
- ignoreMalformed(Mapper.BuilderContext) - 类 中的方法org.elasticsearch.index.mapper.DateFieldMapper.Builder
-
- ignoreMalformed - 类 中的变量org.elasticsearch.index.mapper.GeoPointFieldMapper.Builder
-
- ignoreMalformed(boolean) - 类 中的方法org.elasticsearch.index.mapper.GeoPointFieldMapper.Builder
-
- ignoreMalformed(Mapper.BuilderContext) - 类 中的方法org.elasticsearch.index.mapper.GeoPointFieldMapper.Builder
-
- ignoreMalformed - 类 中的变量org.elasticsearch.index.mapper.GeoPointFieldMapper
-
- ignoreMalformed(boolean) - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper.Builder
-
- ignoreMalformed(Mapper.BuilderContext) - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper.Builder
-
- ignoreMalformed - 类 中的变量org.elasticsearch.index.mapper.GeoShapeFieldMapper
-
- ignoreMalformed() - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper
-
- ignoreMalformed(boolean) - 类 中的方法org.elasticsearch.index.mapper.IpFieldMapper.Builder
-
- ignoreMalformed(Mapper.BuilderContext) - 类 中的方法org.elasticsearch.index.mapper.IpFieldMapper.Builder
-
- ignoreMalformed(boolean) - 类 中的方法org.elasticsearch.index.mapper.NumberFieldMapper.Builder
-
- ignoreMalformed(Mapper.BuilderContext) - 类 中的方法org.elasticsearch.index.mapper.NumberFieldMapper.Builder
-
- ignoreRecoveryAttempt() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
Returns true if this shard can ignore a recovery attempt made to it (since the already doing/done it)
- ignoreShard(ShardRouting, UnassignedInfo.AllocationStatus, RoutingChangesObserver) - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
-
Marks a shard as temporarily ignored and adds it to the ignore unassigned list.
- ignoreUnavailable(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
-
Set to true to ignore unavailable snapshots
- ignoreUnavailable() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
-
- ignoreUnavailable(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
-
Set to true to ignore unavailable snapshots, instead of throwing an exception.
- ignoreUnavailable() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
-
Returns whether the request permits unavailable snapshots to be ignored.
- ignoreUnavailable() - 类 中的方法org.elasticsearch.action.support.IndicesOptions
-
- ignoreUnmapped(boolean) - 类 中的方法org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
Sets whether the query builder should ignore unmapped fields (and run a
MatchNoDocsQuery in place of this query) or throw an exception if
the field is unmapped.
- ignoreUnmapped() - 类 中的方法org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
Gets whether the query builder will ignore unmapped fields (and run a
MatchNoDocsQuery in place of this query) or throw an exception if
the field is unmapped.
- ignoreUnmapped(boolean) - 类 中的方法org.elasticsearch.index.query.GeoDistanceQueryBuilder
-
Sets whether the query builder should ignore unmapped fields (and run a
MatchNoDocsQuery in place of this query) or throw an exception if
the field is unmapped.
- ignoreUnmapped() - 类 中的方法org.elasticsearch.index.query.GeoDistanceQueryBuilder
-
Gets whether the query builder will ignore unmapped fields (and run a
MatchNoDocsQuery in place of this query) or throw an exception if
the field is unmapped.
- ignoreUnmapped(boolean) - 类 中的方法org.elasticsearch.index.query.GeoPolygonQueryBuilder
-
Sets whether the query builder should ignore unmapped fields (and run a
MatchNoDocsQuery in place of this query) or throw an exception if
the field is unmapped.
- ignoreUnmapped() - 类 中的方法org.elasticsearch.index.query.GeoPolygonQueryBuilder
-
Gets whether the query builder will ignore unmapped fields (and run a
MatchNoDocsQuery in place of this query) or throw an exception if
the field is unmapped.
- ignoreUnmapped(boolean) - 类 中的方法org.elasticsearch.index.query.GeoShapeQueryBuilder
-
Sets whether the query builder should ignore unmapped fields (and run a
MatchNoDocsQuery in place of this query) or throw an exception if
the field is unmapped.
- ignoreUnmapped() - 类 中的方法org.elasticsearch.index.query.GeoShapeQueryBuilder
-
Gets whether the query builder will ignore unmapped fields (and run a
MatchNoDocsQuery in place of this query) or throw an exception if
the field is unmapped.
- ignoreUnmapped(boolean) - 类 中的方法org.elasticsearch.index.query.NestedQueryBuilder
-
Sets whether the query builder should ignore unmapped paths (and run a
MatchNoDocsQuery in place of this query) or throw an exception if
the path is unmapped.
- ignoreUnmapped() - 类 中的方法org.elasticsearch.index.query.NestedQueryBuilder
-
Gets whether the query builder will ignore unmapped fields (and run a
MatchNoDocsQuery in place of this query) or throw an exception if
the path is unmapped.
- IllegalIndexShardStateException - org.elasticsearch.index.shard中的异常错误
-
- IllegalIndexShardStateException(ShardId, IndexShardState, String, Object...) - 异常错误 的构造器org.elasticsearch.index.shard.IllegalIndexShardStateException
-
- IllegalIndexShardStateException(ShardId, IndexShardState, String, Throwable, Object...) - 异常错误 的构造器org.elasticsearch.index.shard.IllegalIndexShardStateException
-
- IllegalIndexShardStateException(StreamInput) - 异常错误 的构造器org.elasticsearch.index.shard.IllegalIndexShardStateException
-
- illegalScorer(String) - 类 中的静态方法org.elasticsearch.common.lucene.Lucene
-
Return a Scorer that throws an ElasticsearchIllegalStateException
on all operations with the given message.
- IllegalShardRoutingStateException - org.elasticsearch.cluster.routing中的异常错误
-
This exception defines illegal states of shard routing
- IllegalShardRoutingStateException(ShardRouting, String) - 异常错误 的构造器org.elasticsearch.cluster.routing.IllegalShardRoutingStateException
-
- IllegalShardRoutingStateException(ShardRouting, String, Throwable) - 异常错误 的构造器org.elasticsearch.cluster.routing.IllegalShardRoutingStateException
-
- IllegalShardRoutingStateException(StreamInput) - 异常错误 的构造器org.elasticsearch.cluster.routing.IllegalShardRoutingStateException
-
- immutableMap() - 类 中的方法org.elasticsearch.common.collect.MapBuilder
-
Build an immutable copy of the map under construction.
- ImmutableOpenIntMap<VType> - org.elasticsearch.common.collect中的类
-
An immutable map implementation based on open hash map.
- ImmutableOpenIntMap.Builder<VType> - org.elasticsearch.common.collect中的类
-
- ImmutableOpenMap<KType,VType> - org.elasticsearch.common.collect中的类
-
An immutable map implementation based on open hash map.
- ImmutableOpenMap.Builder<KType,VType> - org.elasticsearch.common.collect中的类
-
- ImmutableOpenMapDiff(StreamInput, DiffableUtils.KeySerializer<K>, DiffableUtils.ValueSerializer<K, T>) - 类 的构造器org.elasticsearch.cluster.DiffableUtils.ImmutableOpenMapDiff
-
- ImmutableOpenMapDiff(ImmutableOpenMap<K, T>, ImmutableOpenMap<K, T>, DiffableUtils.KeySerializer<K>, DiffableUtils.ValueSerializer<K, T>) - 类 的构造器org.elasticsearch.cluster.DiffableUtils.ImmutableOpenMapDiff
-
- IMPLEMENTATION_ALREADY_SET - 类 中的静态变量org.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
- ImplementedBy - org.elasticsearch.common.inject中的注释类型
-
A pointer to the default implementation of a type.
- implies(Permission) - 类 中的方法org.elasticsearch.script.ClassPermission
-
- in - 类 中的变量org.elasticsearch.client.FilterClient
-
- in() - 类 中的方法org.elasticsearch.client.FilterClient
-
- in(Class<? extends Annotation>) - 接口 中的方法org.elasticsearch.common.inject.binder.ScopedBindingBuilder
-
See the EDSL examples at
Binder.
- in(Scope) - 接口 中的方法org.elasticsearch.common.inject.binder.ScopedBindingBuilder
-
See the EDSL examples at
Binder.
- in(Class<? extends Annotation>) - 类 中的方法org.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
- in(Scope) - 类 中的方法org.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
- IN_FLIGHT_REQUESTS - 接口 中的静态变量org.elasticsearch.common.breaker.CircuitBreaker
-
- IN_FLIGHT_REQUESTS_CIRCUIT_BREAKER_LIMIT_SETTING - 类 中的静态变量org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
-
- IN_FLIGHT_REQUESTS_CIRCUIT_BREAKER_OVERHEAD_SETTING - 类 中的静态变量org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
-
- IN_FLIGHT_REQUESTS_CIRCUIT_BREAKER_TYPE_SETTING - 类 中的静态变量org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
-
- inc() - 类 中的方法org.elasticsearch.common.metrics.CounterMetric
-
- inc(long) - 类 中的方法org.elasticsearch.common.metrics.CounterMetric
-
- inc(long) - 类 中的方法org.elasticsearch.common.metrics.MeanMetric
-
- incCurrentAsSource() - 类 中的方法org.elasticsearch.index.recovery.RecoveryStats
-
- incCurrentAsTarget() - 类 中的方法org.elasticsearch.index.recovery.RecoveryStats
-
- include(boolean) - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
Whether to include the input documents.
- include() - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- INCLUDE_CREATED - 类 中的静态变量org.elasticsearch.index.reindex.BulkByScrollTask.Status
-
XContent param name to indicate if "created" count must be included
in the response.
- INCLUDE_FIELD - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude
-
- INCLUDE_NEGATIVES_FIELD - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic
-
- INCLUDE_UPDATED - 类 中的静态变量org.elasticsearch.index.reindex.BulkByScrollTask.Status
-
XContent param name to indicate if "updated" count must be included
in the response.
- includeAliases(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
If set to true the restore procedure will restore aliases
- includeAliases() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Returns true if aliases should be restored from this snapshot
- includeAliases() - 类 中的方法org.elasticsearch.snapshots.RestoreService.RestoreRequest
-
Returns true if aliases should be restore during this restore operation
- includeDefaults() - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsIndexRequest
-
- includeDefaults() - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
-
- includeDefaults(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
-
Indicates whether default mapping settings should be returned
- includeDefaults(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequestBuilder
-
Indicates whether default mapping settings should be returned
- includeDiskInfo(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
-
Set to true to include information about the gathered disk information of nodes in the cluster.
- includeDiskInfo() - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
-
Returns true if information about disk usage and shard sizes should also be returned.
- includeExclude(IncludeExclude) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
-
Set terms to include and exclude from the aggregation results
- includeExclude() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
-
Get terms to include and exclude from the aggregation results
- includeExclude(IncludeExclude) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregationBuilder
-
Set terms to include and exclude from the aggregation results
- includeExclude() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregationBuilder
-
Get terms to include and exclude from the aggregation results
- includeExclude - 类 中的变量org.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator
-
- IncludeExclude - org.elasticsearch.search.aggregations.bucket.terms中的类
-
Defines the include/exclude regular expression filtering for string terms aggregation.
- IncludeExclude(RegExp, RegExp) - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude
-
- IncludeExclude(String, String) - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude
-
- IncludeExclude(SortedSet<BytesRef>, SortedSet<BytesRef>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude
-
- IncludeExclude(String[], String[]) - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude
-
- IncludeExclude(double[], double[]) - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude
-
- IncludeExclude(long[], long[]) - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude
-
- IncludeExclude(int, int) - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude
-
- IncludeExclude(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude
-
Read from a stream.
- includeExclude(IncludeExclude) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
-
Set terms to include and exclude from the aggregation results
- includeExclude() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
-
Get terms to include and exclude from the aggregation results
- IncludeExclude.LongFilter - org.elasticsearch.search.aggregations.bucket.terms中的类
-
- IncludeExclude.OrdinalsFilter - org.elasticsearch.search.aggregations.bucket.terms中的类
-
- IncludeExclude.PartitionedLongFilter - org.elasticsearch.search.aggregations.bucket.terms中的类
-
- IncludeExclude.SetBackedLongFilter - org.elasticsearch.search.aggregations.bucket.terms中的类
-
- IncludeExclude.StringFilter - org.elasticsearch.search.aggregations.bucket.terms中的类
-
- includeFilters() - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
- includeGlobalState(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Set to true if global state should be stored as part of the snapshot
- includeGlobalState() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Returns true if global state should be stored as part of the snapshot
- includeGlobalState(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
If set to true the restore procedure will restore global cluster state.
- includeGlobalState() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Returns true if global state should be restored from this snapshot
- includeGlobalState() - 类 中的方法org.elasticsearch.cluster.SnapshotsInProgress.Entry
-
- includeGlobalState() - 类 中的方法org.elasticsearch.snapshots.RestoreService.RestoreRequest
-
Returns true if global state should be restore during this restore operation
- includeGlobalState(boolean) - 类 中的方法org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
-
Set to true if global state should be stored as part of the snapshot
- includeGlobalState() - 类 中的方法org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
-
Returns true if global state should be stored as part of the snapshot
- includeInAll - 类 中的变量org.elasticsearch.index.mapper.FieldMapper.Builder
-
- includeInAll(Boolean) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper.Builder
-
- includeInAll - 类 中的变量org.elasticsearch.index.mapper.ObjectMapper.Builder
-
- includeInAll(boolean) - 类 中的方法org.elasticsearch.index.mapper.ObjectMapper.Builder
-
- includeInAll() - 类 中的方法org.elasticsearch.index.mapper.ObjectMapper
-
- includeInAll(Boolean, FieldMapper) - 类 中的方法org.elasticsearch.index.mapper.ParseContext
-
- includeLower(boolean) - 类 中的方法org.elasticsearch.index.query.RangeQueryBuilder
-
Should the lower bound be included or not.
- includeLower() - 类 中的方法org.elasticsearch.index.query.RangeQueryBuilder
-
Gets the includeLower flag for this query.
- includeNegatives - 类 中的变量org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic
-
Some heuristics do not differentiate between terms that are descriptive for subset or for
the background without the subset.
- includeNegatives - 类 中的变量org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic.NXYBuilder
-
- includeProperty(String) - 类 中的方法org.elasticsearch.common.xcontent.support.filtering.FilterPathBasedFilter
-
- includeQuery() - 类 中的方法org.elasticsearch.index.query.SpanNotQueryBuilder
-
- includeRelocations() - 类 中的方法org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
-
- includes(String[]) - 类 中的方法org.elasticsearch.index.mapper.SourceFieldMapper.Builder
-
- includes() - 类 中的方法org.elasticsearch.index.mapper.SourceFieldMapper
-
- includes() - 类 中的方法org.elasticsearch.search.fetch.subphase.FetchSourceContext
-
- INCLUDES_FIELD - 类 中的静态变量org.elasticsearch.search.fetch.subphase.FetchSourceContext
-
- includeSegmentFileSizes(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
- includeSegmentFileSizes() - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
- includeSegmentFileSizes() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- includeSegmentFileSizes(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- includeUpper(boolean) - 类 中的方法org.elasticsearch.index.query.RangeQueryBuilder
-
Should the upper bound be included or not.
- includeUpper() - 类 中的方法org.elasticsearch.index.query.RangeQueryBuilder
-
Gets the includeUpper flag for this query.
- includeYesDecisions(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
-
Set to true to include yes decisions for a particular node.
- includeYesDecisions() - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
-
Returns true if yes decisions should be included.
- incompatible(SnapshotId) - 类 中的静态方法org.elasticsearch.snapshots.SnapshotInfo
-
Gets a new
SnapshotInfo instance for a snapshot that is incompatible with the
current version of the cluster.
- IncompatibleClusterStateVersionException - org.elasticsearch.cluster中的异常错误
-
- IncompatibleClusterStateVersionException(String) - 异常错误 的构造器org.elasticsearch.cluster.IncompatibleClusterStateVersionException
-
- IncompatibleClusterStateVersionException(long, String, long, String) - 异常错误 的构造器org.elasticsearch.cluster.IncompatibleClusterStateVersionException
-
- IncompatibleClusterStateVersionException(StreamInput) - 异常错误 的构造器org.elasticsearch.cluster.IncompatibleClusterStateVersionException
-
- incompatibleSnapshotsFromXContent(XContentParser) - 类 中的方法org.elasticsearch.repositories.RepositoryData
-
Reads the incompatible snapshot ids from x-content, loading them into a new instance of
RepositoryData
that is created from the invoking instance, plus the incompatible snapshots that are read from x-content.
- incompatibleSnapshotsToXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.repositories.RepositoryData
-
Writes the incompatible snapshot ids to x-content.
- incRef() - 类 中的方法org.elasticsearch.common.util.concurrent.AbstractRefCounted
-
- incRef() - 接口 中的方法org.elasticsearch.common.util.concurrent.RefCounted
-
Increments the refCount of this instance.
- incRef() - 类 中的方法org.elasticsearch.index.store.Store
-
Increments the refCount of this Store instance.
- increment(long, double) - 接口 中的方法org.elasticsearch.common.util.DoubleArray
-
Increment value at the given index by inc and return the value.
- increment(long, float) - 接口 中的方法org.elasticsearch.common.util.FloatArray
-
Increment value at the given index by inc and return the value.
- increment(long, int) - 接口 中的方法org.elasticsearch.common.util.IntArray
-
Increment value at the given index by inc and return the value.
- increment(long, long) - 接口 中的方法org.elasticsearch.common.util.LongArray
-
Increment value at the given index by inc and return the value.
- incrementBucketDocCount(long, int) - 类 中的方法org.elasticsearch.search.aggregations.bucket.BucketsAggregator
-
Utility method to increment the doc counts of the given bucket (identified by the bucket ordinal)
- incrementRecoveredOperations() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Translog
-
- incrementRecoveredOperations(int) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Translog
-
- incrementToken() - 类 中的方法org.elasticsearch.common.lucene.all.AllTokenStream
-
- incrementVersion() - 类 中的方法org.elasticsearch.cluster.ClusterState.Builder
-
- index(String) - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
Set the index this action is operating on.
- index() - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
-
- index() - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
The index name to create.
- index(String) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
- index() - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexResponse
-
- index() - 类 中的方法org.elasticsearch.action.bulk.BulkItemRequest
-
- index() - 接口 中的方法org.elasticsearch.action.DocWriteRequest
-
Get the index that this request operates on
- index() - 类 中的方法org.elasticsearch.action.get.MultiGetRequest.Item
-
- index(String) - 类 中的方法org.elasticsearch.action.get.MultiGetRequest.Item
-
- index() - 类 中的方法org.elasticsearch.action.search.ShardSearchFailure
-
The index the search failed on.
- index() - 接口 中的方法org.elasticsearch.action.ShardOperationFailedException
-
The index the operation failed on.
- index() - 类 中的方法org.elasticsearch.action.support.DefaultShardOperationFailedException
-
- index - 类 中的变量org.elasticsearch.action.support.replication.ReplicationRequest
-
- index() - 类 中的方法org.elasticsearch.action.support.replication.ReplicationRequest
-
- index(String) - 类 中的方法org.elasticsearch.action.support.replication.ReplicationRequest
-
- index() - 类 中的方法org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo.Failure
-
- index - 类 中的变量org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
-
- index() - 类 中的方法org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
-
- index(String) - 类 中的方法org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
-
- index - 类 中的变量org.elasticsearch.action.support.single.shard.SingleShardRequest
-
The concrete index name
Whether index property is optional depends on the concrete implementation.
- index() - 类 中的方法org.elasticsearch.action.support.single.shard.SingleShardRequest
-
- index(String) - 类 中的方法org.elasticsearch.action.support.single.shard.SingleShardRequest
-
Sets the index.
- INDEX - 类 中的静态变量org.elasticsearch.action.update.UpdateHelper.ContextFields
-
- index(IndexRequest) - 接口 中的方法org.elasticsearch.client.Client
-
Index a JSON source associated with a given index and type.
- index(IndexRequest, ActionListener<IndexResponse>) - 接口 中的方法org.elasticsearch.client.Client
-
Index a document associated with a given index and type.
- index(IndexRequest) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- index(IndexRequest, ActionListener<IndexResponse>) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- index() - 类 中的方法org.elasticsearch.cluster.action.index.NodeMappingRefreshAction.NodeMappingRefreshRequest
-
- Index(IndexMetaData) - 类 的构造器org.elasticsearch.cluster.metadata.AliasOrIndex.Index
-
- index() - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- index(String) - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- index(String) - 类 中的方法org.elasticsearch.cluster.metadata.MetaData
-
- index(Index) - 类 中的方法org.elasticsearch.cluster.metadata.MetaData
-
- index - 类 中的变量org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand.Builder
-
- index - 类 中的变量org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
-
- index() - 类 中的方法org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
-
Get the index name
- index() - 类 中的方法org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
-
Get the index of the shard which allocation should be canceled
- index() - 类 中的方法org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
-
- index() - 类 中的方法org.elasticsearch.cluster.routing.RecoverySource.SnapshotRecoverySource
-
- index(String) - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable
-
- index(Index) - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable
-
- index() - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
- index - 类 中的变量org.elasticsearch.common.util.LongObjectPagedHashMap.Cursor
-
- index() - 枚举 中的方法org.elasticsearch.common.xcontent.XContentType
-
- index() - 类 中的方法org.elasticsearch.index.AbstractIndexComponent
-
- index(Engine.Index) - 类 中的方法org.elasticsearch.index.engine.Engine
-
Perform document index operation on the engine
- Index(Term, ParsedDocument, long, long, long, VersionType, Engine.Operation.Origin, long, long, boolean) - 类 的构造器org.elasticsearch.index.engine.Engine.Index
-
- Index(Term, ParsedDocument) - 类 的构造器org.elasticsearch.index.engine.Engine.Index
-
- index(Engine.Index) - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
- index - 类 中的变量org.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData
-
- index() - 类 中的方法org.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData
-
- index() - 类 中的方法org.elasticsearch.index.fielddata.UidIndexFieldData
-
- Index - org.elasticsearch.index中的类
-
A value class representing the basic required properties of an Elasticsearch index.
- Index(String, String) - 类 的构造器org.elasticsearch.index.Index
-
- Index(StreamInput) - 类 的构造器org.elasticsearch.index.Index
-
Read from a stream.
- index() - 接口 中的方法org.elasticsearch.index.IndexComponent
-
- index(boolean) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper.Builder
-
- index(boolean) - 类 中的方法org.elasticsearch.index.mapper.FieldNamesFieldMapper.Builder
-
已过时。
- index() - 类 中的方法org.elasticsearch.index.mapper.SourceToParse
-
- index() - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- index(String) - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- index() - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
- Index(Engine.Index, Engine.IndexResult) - 类 的构造器org.elasticsearch.index.translog.Translog.Index
-
- Index(String, String, long, byte[]) - 类 的构造器org.elasticsearch.index.translog.Translog.Index
-
- Index(String, String, long, long, VersionType, byte[], String, String, long) - 类 的构造器org.elasticsearch.index.translog.Translog.Index
-
- Index() - 类 的构造器org.elasticsearch.indices.recovery.RecoveryState.Index
-
- index() - 类 中的方法org.elasticsearch.indices.TermsLookup
-
- index() - 类 中的方法org.elasticsearch.snapshots.SnapshotShardFailure
-
Returns index where failure occurred
- INDEX - 类 中的静态变量org.elasticsearch.threadpool.ThreadPool.Names
-
- INDEX_ANALYSIS_CHAR_FILTER - 类 中的静态变量org.elasticsearch.index.analysis.AnalysisRegistry
-
- INDEX_ANALYSIS_FILTER - 类 中的静态变量org.elasticsearch.index.analysis.AnalysisRegistry
-
- INDEX_ANALYSIS_TOKENIZER - 类 中的静态变量org.elasticsearch.index.analysis.AnalysisRegistry
-
- INDEX_AUTO_EXPAND_REPLICAS_SETTING - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_BALANCE_FACTOR_SETTING - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator
-
- INDEX_BLOCKS_METADATA_SETTING - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_BLOCKS_READ_ONLY_ALLOW_DELETE_SETTING - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_BLOCKS_READ_SETTING - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_BLOCKS_WRITE_SETTING - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_BUFFER_SIZE_SETTING - 类 中的静态变量org.elasticsearch.indices.IndexingMemoryController
-
How much heap (% or bytes) we will share across all actively indexing shards on this node (default: 10%).
- INDEX_CACHE_REQUEST_ENABLED_SETTING - 类 中的静态变量org.elasticsearch.indices.IndicesRequestCache
-
A setting to enable or disable request caching on an index level.
- INDEX_CHECK_ON_STARTUP - 类 中的静态变量org.elasticsearch.index.IndexSettings
-
- INDEX_CLOSED_BLOCK - 类 中的静态变量org.elasticsearch.cluster.metadata.MetaDataIndexStateService
-
- INDEX_CODEC_SETTING - 类 中的静态变量org.elasticsearch.index.engine.EngineConfig
-
Index setting to change the low level lucene codec used for writing new segments.
- INDEX_COMPOUND_FORMAT_SETTING - 类 中的静态变量org.elasticsearch.index.MergePolicyConfig
-
- INDEX_CONTENT_TYPE - 类 中的静态变量org.elasticsearch.client.Requests
-
The default content type to use to generate source documents when indexing.
- INDEX_DATA_PATH_SETTING - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_DELAYED_NODE_LEFT_TIMEOUT_SETTING - 类 中的静态变量org.elasticsearch.cluster.routing.UnassignedInfo
-
- INDEX_FIELDDATA_CACHE_KEY - 类 中的静态变量org.elasticsearch.index.fielddata.IndexFieldDataService
-
- INDEX_FOLDER_NAME - 类 中的静态变量org.elasticsearch.index.shard.ShardPath
-
- INDEX_FORMAT_SETTING - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_GC_DELETES_SETTING - 类 中的静态变量org.elasticsearch.index.IndexSettings
-
- INDEX_INDEXING_SLOWLOG_LEVEL_SETTING - 类 中的静态变量org.elasticsearch.index.IndexingSlowLog
-
- INDEX_INDEXING_SLOWLOG_MAX_SOURCE_CHARS_TO_LOG_SETTING - 类 中的静态变量org.elasticsearch.index.IndexingSlowLog
-
Reads how much of the source to log.
- INDEX_INDEXING_SLOWLOG_REFORMAT_SETTING - 类 中的静态变量org.elasticsearch.index.IndexingSlowLog
-
- INDEX_INDEXING_SLOWLOG_THRESHOLD_INDEX_DEBUG_SETTING - 类 中的静态变量org.elasticsearch.index.IndexingSlowLog
-
- INDEX_INDEXING_SLOWLOG_THRESHOLD_INDEX_INFO_SETTING - 类 中的静态变量org.elasticsearch.index.IndexingSlowLog
-
- INDEX_INDEXING_SLOWLOG_THRESHOLD_INDEX_TRACE_SETTING - 类 中的静态变量org.elasticsearch.index.IndexingSlowLog
-
- INDEX_INDEXING_SLOWLOG_THRESHOLD_INDEX_WARN_SETTING - 类 中的静态变量org.elasticsearch.index.IndexingSlowLog
-
- INDEX_LOAD_RANDOM_ACCESS_FILTERS_EAGERLY_SETTING - 类 中的静态变量org.elasticsearch.index.cache.bitset.BitsetFilterCache
-
- INDEX_LOCK_FACTOR_SETTING - 类 中的静态变量org.elasticsearch.index.store.FsDirectoryService
-
- INDEX_MAPPER_DYNAMIC_DEFAULT - 类 中的静态变量org.elasticsearch.index.mapper.MapperService
-
- INDEX_MAPPER_DYNAMIC_SETTING - 类 中的静态变量org.elasticsearch.index.mapper.MapperService
-
- INDEX_MAPPING_DEPTH_LIMIT_SETTING - 类 中的静态变量org.elasticsearch.index.mapper.MapperService
-
- INDEX_MAPPING_NESTED_FIELDS_LIMIT_SETTING - 类 中的静态变量org.elasticsearch.index.mapper.MapperService
-
- INDEX_MAPPING_SINGLE_TYPE_SETTING_KEY - 类 中的静态变量org.elasticsearch.index.IndexSettings
-
- INDEX_MAPPING_TOTAL_FIELDS_LIMIT_SETTING - 类 中的静态变量org.elasticsearch.index.mapper.MapperService
-
- INDEX_MERGE_ENABLED - 类 中的静态变量org.elasticsearch.index.MergePolicyConfig
-
- INDEX_MERGE_POLICY_EXPUNGE_DELETES_ALLOWED_SETTING - 类 中的静态变量org.elasticsearch.index.MergePolicyConfig
-
- INDEX_MERGE_POLICY_FLOOR_SEGMENT_SETTING - 类 中的静态变量org.elasticsearch.index.MergePolicyConfig
-
- INDEX_MERGE_POLICY_MAX_MERGE_AT_ONCE_EXPLICIT_SETTING - 类 中的静态变量org.elasticsearch.index.MergePolicyConfig
-
- INDEX_MERGE_POLICY_MAX_MERGE_AT_ONCE_SETTING - 类 中的静态变量org.elasticsearch.index.MergePolicyConfig
-
- INDEX_MERGE_POLICY_MAX_MERGED_SEGMENT_SETTING - 类 中的静态变量org.elasticsearch.index.MergePolicyConfig
-
- INDEX_MERGE_POLICY_RECLAIM_DELETES_WEIGHT_SETTING - 类 中的静态变量org.elasticsearch.index.MergePolicyConfig
-
- INDEX_MERGE_POLICY_SEGMENTS_PER_TIER_SETTING - 类 中的静态变量org.elasticsearch.index.MergePolicyConfig
-
- INDEX_METADATA_BLOCK - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_NAME - 类 中的静态变量org.elasticsearch.index.mapper.AllFieldMapper.Defaults
-
- INDEX_NUMBER_OF_REPLICAS_SETTING - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_NUMBER_OF_ROUTING_SHARDS_SETTING - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_NUMBER_OF_SHARDS_SETTING - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_OPTIMIZE_AUTO_GENERATED_IDS - 类 中的静态变量org.elasticsearch.index.engine.EngineConfig
-
Configures an index to optimize documents with auto generated ids for append only.
- INDEX_OPTIONS_DOCS - 类 中的静态变量org.elasticsearch.index.mapper.TypeParsers
-
- INDEX_OPTIONS_FREQS - 类 中的静态变量org.elasticsearch.index.mapper.TypeParsers
-
- INDEX_OPTIONS_OFFSETS - 类 中的静态变量org.elasticsearch.index.mapper.TypeParsers
-
- INDEX_OPTIONS_POSITIONS - 类 中的静态变量org.elasticsearch.index.mapper.TypeParsers
-
- INDEX_PRIORITY_SETTING - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_QUERY_CACHE_ENABLED_SETTING - 类 中的静态变量org.elasticsearch.index.IndexModule
-
- INDEX_QUERY_CACHE_EVERYTHING_SETTING - 类 中的静态变量org.elasticsearch.index.IndexModule
-
- INDEX_READ_BLOCK - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_READ_ONLY_ALLOW_DELETE_BLOCK - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_READ_ONLY_BLOCK - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_READ_ONLY_SETTING - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_REFRESH_INTERVAL_SETTING - 类 中的静态变量org.elasticsearch.index.IndexSettings
-
- INDEX_RESIZE_SOURCE_NAME - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_RESIZE_SOURCE_NAME_KEY - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_RESIZE_SOURCE_UUID - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_RESIZE_SOURCE_UUID_KEY - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_ROUTING_ALLOCATION_ENABLE_SETTING - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider
-
- INDEX_ROUTING_EXCLUDE_GROUP_PREFIX - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_ROUTING_EXCLUDE_GROUP_SETTING - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_ROUTING_INCLUDE_GROUP_PREFIX - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_ROUTING_INCLUDE_GROUP_SETTING - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_ROUTING_INITIAL_RECOVERY_GROUP_SETTING - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_ROUTING_PARTITION_SIZE_SETTING - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_ROUTING_REBALANCE_ENABLE_SETTING - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider
-
- INDEX_ROUTING_REQUIRE_GROUP_PREFIX - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_ROUTING_REQUIRE_GROUP_SETTING - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_SEARCH_SLOWLOG_LEVEL - 类 中的静态变量org.elasticsearch.index.SearchSlowLog
-
- INDEX_SEARCH_SLOWLOG_THRESHOLD_FETCH_DEBUG_SETTING - 类 中的静态变量org.elasticsearch.index.SearchSlowLog
-
- INDEX_SEARCH_SLOWLOG_THRESHOLD_FETCH_INFO_SETTING - 类 中的静态变量org.elasticsearch.index.SearchSlowLog
-
- INDEX_SEARCH_SLOWLOG_THRESHOLD_FETCH_TRACE_SETTING - 类 中的静态变量org.elasticsearch.index.SearchSlowLog
-
- INDEX_SEARCH_SLOWLOG_THRESHOLD_FETCH_WARN_SETTING - 类 中的静态变量org.elasticsearch.index.SearchSlowLog
-
- INDEX_SEARCH_SLOWLOG_THRESHOLD_QUERY_DEBUG_SETTING - 类 中的静态变量org.elasticsearch.index.SearchSlowLog
-
- INDEX_SEARCH_SLOWLOG_THRESHOLD_QUERY_INFO_SETTING - 类 中的静态变量org.elasticsearch.index.SearchSlowLog
-
- INDEX_SEARCH_SLOWLOG_THRESHOLD_QUERY_TRACE_SETTING - 类 中的静态变量org.elasticsearch.index.SearchSlowLog
-
- INDEX_SEARCH_SLOWLOG_THRESHOLD_QUERY_WARN_SETTING - 类 中的静态变量org.elasticsearch.index.SearchSlowLog
-
- INDEX_SETTING_PREFIX - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_SETTINGS_KEY_PREDICATE - 类 中的静态变量org.elasticsearch.common.settings.IndexScopedSettings
-
- INDEX_SHRINK_SOURCE_NAME - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_SHRINK_SOURCE_NAME_KEY - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_SHRINK_SOURCE_UUID - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_SHRINK_SOURCE_UUID_KEY - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_SORT_FIELD_SETTING - 类 中的静态变量org.elasticsearch.index.IndexSortConfig
-
The list of field names
- INDEX_SORT_MISSING_SETTING - 类 中的静态变量org.elasticsearch.index.IndexSortConfig
-
The missing value for each specified sort field (ie.
- INDEX_SORT_MODE_SETTING - 类 中的静态变量org.elasticsearch.index.IndexSortConfig
-
- INDEX_SORT_ORDER_SETTING - 类 中的静态变量org.elasticsearch.index.IndexSortConfig
-
The
SortOrder for each specified sort field (ie.
- INDEX_STATE_FILE_PREFIX - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_STORE_PRE_LOAD_SETTING - 类 中的静态变量org.elasticsearch.index.IndexModule
-
On which extensions to load data into the file-system cache upon opening of files.
- INDEX_STORE_STATS_REFRESH_INTERVAL_SETTING - 类 中的静态变量org.elasticsearch.index.store.Store
-
- INDEX_STORE_TYPE_SETTING - 类 中的静态变量org.elasticsearch.index.IndexModule
-
- INDEX_TOTAL_SHARDS_PER_NODE_SETTING - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.decider.ShardsLimitAllocationDecider
-
Controls the maximum number of shards per index on a single Elasticsearch
node.
- INDEX_TRANSLOG_DURABILITY_SETTING - 类 中的静态变量org.elasticsearch.index.IndexSettings
-
- INDEX_TRANSLOG_FLUSH_THRESHOLD_SIZE_SETTING - 类 中的静态变量org.elasticsearch.index.IndexSettings
-
- INDEX_TRANSLOG_GENERATION_THRESHOLD_SIZE_SETTING - 类 中的静态变量org.elasticsearch.index.IndexSettings
-
The maximum size of a translog generation.
- INDEX_TRANSLOG_RETENTION_AGE_SETTING - 类 中的静态变量org.elasticsearch.index.IndexSettings
-
Controls how long translog files that are no longer needed for persistence reasons
will be kept around before being deleted.
- INDEX_TRANSLOG_RETENTION_SIZE_SETTING - 类 中的静态变量org.elasticsearch.index.IndexSettings
-
Controls how many translog files that are no longer needed for persistence reasons
will be kept around before being deleted.
- INDEX_TRANSLOG_SYNC_INTERVAL_SETTING - 类 中的静态变量org.elasticsearch.index.IndexSettings
-
- INDEX_TTL_DISABLE_PURGE_SETTING - 类 中的静态变量org.elasticsearch.index.IndexSettings
-
- INDEX_UUID_NA_VALUE - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_WARMER_ENABLED_SETTING - 类 中的静态变量org.elasticsearch.index.IndexSettings
-
- INDEX_WRITE_BLOCK - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- IndexAction - org.elasticsearch.action.index中的类
-
- indexAliases(ClusterState, String, Predicate<AliasMetaData>, boolean, String...) - 类 中的方法org.elasticsearch.cluster.metadata.IndexNameExpressionResolver
-
Iterates through the list of indices and selects the effective list of required aliases for the given index.
- indexAliasesRequest() - 类 中的静态方法org.elasticsearch.client.Requests
-
Creates an index aliases request allowing to add and remove aliases.
- indexAnalyzer() - 类 中的方法org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
-
- indexAnalyzer() - 类 中的方法org.elasticsearch.index.mapper.DocumentFieldMappers
-
A smart analyzer used for indexing that takes into account specific analyzers configured
per
FieldMapper.
- indexAnalyzer(NamedAnalyzer) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper.Builder
-
- indexAnalyzer() - 类 中的方法org.elasticsearch.index.mapper.MappedFieldType
-
- indexAnalyzer() - 类 中的方法org.elasticsearch.index.mapper.MapperService
-
- IndexAnalyzers - org.elasticsearch.index.analysis中的类
-
IndexAnalyzers contains a name to analyzer mapping for a specific index.
- IndexAnalyzers(IndexSettings, NamedAnalyzer, NamedAnalyzer, NamedAnalyzer, Map<String, NamedAnalyzer>, Map<String, NamedAnalyzer>) - 类 的构造器org.elasticsearch.index.analysis.IndexAnalyzers
-
- indexBlocked(ClusterBlockLevel, String) - 类 中的方法org.elasticsearch.cluster.block.ClusterBlocks
-
- indexBlockedException(ClusterBlockLevel, String) - 类 中的方法org.elasticsearch.cluster.block.ClusterBlocks
-
- indexBlockedRaiseException(ClusterBlockLevel, String) - 类 中的方法org.elasticsearch.cluster.block.ClusterBlocks
-
- indexBlockLevel() - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction
-
Index level block to check before request execution.
- indexBlockLevel() - 类 中的方法org.elasticsearch.action.support.replication.TransportWriteAction
-
- indexBoost(String, float) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Sets the boost a specific index or alias will receive when the query is executed
against it.
- indexBoost() - 类 中的方法org.elasticsearch.search.internal.ShardSearchLocalRequest
-
- indexBoost() - 接口 中的方法org.elasticsearch.search.internal.ShardSearchRequest
-
- indexBoost() - 类 中的方法org.elasticsearch.search.internal.ShardSearchTransportRequest
-
- indexBoosts() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Gets the boost a specific indices or aliases will receive when the query is
executed against them.
- IndexCache - org.elasticsearch.index.cache中的类
-
- IndexCache(IndexSettings, QueryCache, BitsetFilterCache) - 类 的构造器org.elasticsearch.index.cache.IndexCache
-
- indexCache - 类 中的变量org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache.Key
-
- IndexClosedException - org.elasticsearch.indices中的异常错误
-
Exception indicating that one or more requested indices are closed.
- IndexClosedException(Index) - 异常错误 的构造器org.elasticsearch.indices.IndexClosedException
-
- IndexClosedException(StreamInput) - 异常错误 的构造器org.elasticsearch.indices.IndexClosedException
-
- IndexCommitDelegate - org.elasticsearch.common.lucene中的类
-
A simple delegate that delegates all IndexCommit calls to a delegated
IndexCommit.
- IndexCommitDelegate(IndexCommit) - 类 的构造器org.elasticsearch.common.lucene.IndexCommitDelegate
-
Constructs a new IndexCommit that will delegate all calls
to the provided delegate.
- IndexComponent - org.elasticsearch.index中的接口
-
- indexCreated - 类 中的变量org.elasticsearch.action.admin.indices.rollover.Condition.Stats
-
- indexCreated(Settings) - 类 中的静态方法org.elasticsearch.Version
-
Return the
Version of Elasticsearch that has been used to create an index given its settings.
- indexCreatedVersion - 类 中的变量org.elasticsearch.index.mapper.FieldMapper
-
- indexCreatedVersion() - 类 中的方法org.elasticsearch.index.mapper.Mapper.BuilderContext
-
- IndexCreationException - org.elasticsearch.indices中的异常错误
-
- IndexCreationException(String, Throwable) - 异常错误 的构造器org.elasticsearch.indices.IndexCreationException
-
- IndexCreationException(StreamInput) - 异常错误 的构造器org.elasticsearch.indices.IndexCreationException
-
- IndexDynamicSettings - org.elasticsearch.index.settings中的注释类型
-
- indexedShapeId() - 类 中的方法org.elasticsearch.index.query.GeoShapeQueryBuilder
-
- indexedShapeIndex(String) - 类 中的方法org.elasticsearch.index.query.GeoShapeQueryBuilder
-
Sets the name of the index where the indexed Shape can be found
- indexedShapeIndex() - 类 中的方法org.elasticsearch.index.query.GeoShapeQueryBuilder
-
- indexedShapePath(String) - 类 中的方法org.elasticsearch.index.query.GeoShapeQueryBuilder
-
Sets the path of the field in the indexed Shape document that has the Shape itself
- indexedShapePath() - 类 中的方法org.elasticsearch.index.query.GeoShapeQueryBuilder
-
- indexedShapeType() - 类 中的方法org.elasticsearch.index.query.GeoShapeQueryBuilder
-
- indexedValueForSearch(Object) - 类 中的方法org.elasticsearch.index.mapper.BooleanFieldMapper.BooleanFieldType
-
- indexedValueForSearch(Object) - 类 中的方法org.elasticsearch.index.mapper.KeywordFieldMapper.KeywordFieldType
-
- IndexEventListener - org.elasticsearch.index.shard中的接口
-
An index event listener is the primary extension point for plugins and build-in services
to react / listen to per-index and per-shard events.
- indexExists(int) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- indexExists(int) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- indexExists(Directory) - 类 中的静态方法org.elasticsearch.common.lucene.Lucene
-
- IndexFailedEngineException - org.elasticsearch.index.engine中的异常错误
-
已过时。
- IndexFailedEngineException(StreamInput) - 异常错误 的构造器org.elasticsearch.index.engine.IndexFailedEngineException
-
已过时。
- IndexFieldData<FD extends AtomicFieldData> - org.elasticsearch.index.fielddata中的接口
-
- indexFieldData() - 类 中的方法org.elasticsearch.search.aggregations.support.FieldContext
-
- indexFieldData - 类 中的变量org.elasticsearch.search.aggregations.support.ValuesSource.Bytes.FieldData
-
- indexFieldData - 类 中的变量org.elasticsearch.search.aggregations.support.ValuesSource.Bytes.WithOrdinals.FieldData
-
- indexFieldData - 类 中的变量org.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint.Fielddata
-
- indexFieldData - 类 中的变量org.elasticsearch.search.aggregations.support.ValuesSource.Numeric.FieldData
-
- IndexFieldData.Builder - org.elasticsearch.index.fielddata中的接口
-
- IndexFieldData.CommonSettings - org.elasticsearch.index.fielddata中的类
-
- IndexFieldData.CommonSettings.MemoryStorageFormat - org.elasticsearch.index.fielddata中的枚举
-
- IndexFieldData.Global<FD extends AtomicFieldData> - org.elasticsearch.index.fielddata中的接口
-
- IndexFieldData.XFieldComparatorSource - org.elasticsearch.index.fielddata中的类
-
- IndexFieldData.XFieldComparatorSource.Nested - org.elasticsearch.index.fielddata中的类
-
Simple wrapper class around a filter that matches parent documents
and a filter that matches child documents.
- IndexFieldDataCache - org.elasticsearch.index.fielddata中的接口
-
A simple field data cache abstraction on the *index* level.
- IndexFieldDataCache.Listener - org.elasticsearch.index.fielddata中的接口
-
- IndexFieldDataCache.None - org.elasticsearch.index.fielddata中的类
-
- IndexFieldDataService - org.elasticsearch.index.fielddata中的类
-
- IndexFieldDataService(IndexSettings, IndicesFieldDataCache, CircuitBreakerService, MapperService) - 类 的构造器org.elasticsearch.index.fielddata.IndexFieldDataService
-
- IndexFieldMapper() - 类 中的方法org.elasticsearch.index.mapper.DocumentMapper
-
- IndexFieldMapper - org.elasticsearch.index.mapper中的类
-
- IndexFieldMapper.Builder - org.elasticsearch.index.mapper中的类
-
- IndexFieldMapper.Defaults - org.elasticsearch.index.mapper中的类
-
- IndexFieldMapper.TypeParser - org.elasticsearch.index.mapper中的类
-
- indexFiles() - 类 中的方法org.elasticsearch.index.shard.CommitPoint
-
- indexFiles() - 类 中的方法org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot
-
Returns list of files in the shard
- indexFiles() - 类 中的方法org.elasticsearch.index.snapshots.blobstore.SnapshotFiles
-
Returns a list of file in the snapshot
- IndexFolderUpgrader - org.elasticsearch.common.util中的类
-
Renames index folders from {index.name} to {index.uuid}
- IndexGeoPointFieldData - org.elasticsearch.index.fielddata中的接口
-
- indexGet(int) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- indexGet(int) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- IndexGraveyard - org.elasticsearch.cluster.metadata中的类
-
A collection of tombstones for explicitly marking indices as deleted in the cluster state.
- IndexGraveyard(StreamInput) - 类 的构造器org.elasticsearch.cluster.metadata.IndexGraveyard
-
- indexGraveyard(IndexGraveyard) - 类 中的方法org.elasticsearch.cluster.metadata.MetaData.Builder
-
- indexGraveyard() - 类 中的方法org.elasticsearch.cluster.metadata.MetaData.Builder
-
- indexGraveyard() - 类 中的方法org.elasticsearch.cluster.metadata.MetaData
-
The collection of index deletions in the cluster.
- IndexGraveyard.Builder - org.elasticsearch.cluster.metadata中的类
-
A class to build an IndexGraveyard.
- IndexGraveyard.IndexGraveyardDiff - org.elasticsearch.cluster.metadata中的类
-
A class representing a diff of two IndexGraveyard objects.
- IndexGraveyard.Tombstone - org.elasticsearch.cluster.metadata中的类
-
An individual tombstone entry for representing a deleted index.
- IndexId - org.elasticsearch.repositories中的类
-
Represents a single snapshotted index in the repository.
- IndexId(String, String) - 类 的构造器org.elasticsearch.repositories.IndexId
-
- IndexId(StreamInput) - 类 的构造器org.elasticsearch.repositories.IndexId
-
- indexing - 类 中的变量org.elasticsearch.action.admin.indices.stats.CommonStats
-
- indexing(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- indexing() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- IndexingMemoryController - org.elasticsearch.indices中的类
-
- IndexingOperationListener - org.elasticsearch.index.shard中的接口
-
An indexing listener for indexing, delete, events.
- IndexingOperationListener.CompositeListener - org.elasticsearch.index.shard中的类
-
A Composite listener that multiplexes calls to each of the listeners methods.
- IndexingSlowLog - org.elasticsearch.index中的类
-
- IndexingStats - org.elasticsearch.index.shard中的类
-
- IndexingStats() - 类 的构造器org.elasticsearch.index.shard.IndexingStats
-
- IndexingStats(IndexingStats.Stats, Map<String, IndexingStats.Stats>) - 类 的构造器org.elasticsearch.index.shard.IndexingStats
-
- indexingStats(String...) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- IndexingStats.Stats - org.elasticsearch.index.shard中的类
-
- indexInsert(int, int, VType) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- indexInsert(int, KType, VType) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- indexMapper() - 类 中的方法org.elasticsearch.index.mapper.DocumentMapper
-
- IndexMetaData - org.elasticsearch.cluster.metadata中的类
-
- indexMetaData(ClusterState, String) - 类 中的方法org.elasticsearch.cluster.routing.OperationRouting
-
- IndexMetaData.Builder - org.elasticsearch.cluster.metadata中的类
-
- IndexMetaData.Custom - org.elasticsearch.cluster.metadata中的接口
-
已过时。
- IndexMetaData.State - org.elasticsearch.cluster.metadata中的枚举
-
- indexMetaDataChanged(IndexMetaData, IndexMetaData) - 类 中的静态方法org.elasticsearch.cluster.ClusterChangedEvent
-
Returns
true iff the
IndexMetaData for a given index
has changed between the previous cluster state and the new cluster state.
- IndexMetaDataUpdater - org.elasticsearch.cluster.routing.allocation中的类
-
Observer that tracks changes made to RoutingNodes in order to update the primary terms and in-sync allocation ids in
IndexMetaData once the allocation round has completed.
- IndexMetaDataUpdater() - 类 的构造器org.elasticsearch.cluster.routing.allocation.IndexMetaDataUpdater
-
- IndexMetaWriteInfo(IndexMetaData, IndexMetaData, String) - 类 的构造器org.elasticsearch.gateway.GatewayMetaState.IndexMetaWriteInfo
-
- IndexModule - org.elasticsearch.index中的类
-
- IndexModule(IndexSettings, AnalysisRegistry) - 类 的构造器org.elasticsearch.index.IndexModule
-
- IndexModule.IndexSearcherWrapperFactory - org.elasticsearch.index中的接口
-
- IndexModule.Type - org.elasticsearch.index中的枚举
-
- indexNameExpressionResolver - 类 中的变量org.elasticsearch.action.support.TransportAction
-
- IndexNameExpressionResolver - org.elasticsearch.cluster.metadata中的类
-
- IndexNameExpressionResolver(Settings) - 类 的构造器org.elasticsearch.cluster.metadata.IndexNameExpressionResolver
-
- IndexNotFoundException - org.elasticsearch.index中的异常错误
-
- IndexNotFoundException(String, String) - 异常错误 的构造器org.elasticsearch.index.IndexNotFoundException
-
Construct with a custom message.
- IndexNotFoundException(String) - 异常错误 的构造器org.elasticsearch.index.IndexNotFoundException
-
- IndexNotFoundException(String, Throwable) - 异常错误 的构造器org.elasticsearch.index.IndexNotFoundException
-
- IndexNotFoundException(Index) - 异常错误 的构造器org.elasticsearch.index.IndexNotFoundException
-
- IndexNotFoundException(Index, Throwable) - 异常错误 的构造器org.elasticsearch.index.IndexNotFoundException
-
- IndexNotFoundException(StreamInput) - 异常错误 的构造器org.elasticsearch.index.IndexNotFoundException
-
- IndexNumericFieldData - org.elasticsearch.index.fielddata中的接口
-
- IndexNumericFieldData.NumericType - org.elasticsearch.index.fielddata中的枚举
-
- indexOf(int) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- indexOf(KType) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- indexOptions(IndexOptions) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper.Builder
-
- indexOptions(IndexOptions) - 类 中的方法org.elasticsearch.index.mapper.KeywordFieldMapper.Builder
-
- indexOptionsSet - 类 中的变量org.elasticsearch.index.mapper.FieldMapper.Builder
-
- indexOptionToString(IndexOptions) - 类 中的静态方法org.elasticsearch.index.mapper.FieldMapper
-
- IndexOrdinalsFieldData - org.elasticsearch.index.fielddata中的接口
-
Specialization of
IndexFieldData for data that is indexed with ordinals.
- IndexOutputOutputStream - org.elasticsearch.common.lucene.store中的类
-
OutputStream that writes into underlying IndexOutput
- IndexOutputOutputStream(IndexOutput) - 类 的构造器org.elasticsearch.common.lucene.store.IndexOutputOutputStream
-
- indexPaths(Index) - 类 中的方法org.elasticsearch.env.NodeEnvironment
-
Returns all index paths.
- IndexPrimaryShardNotAllocatedException - org.elasticsearch.indices中的异常错误
-
Thrown when some action cannot be performed because the primary shard of
some shard group in an index has not been allocated post api action.
- IndexPrimaryShardNotAllocatedException(StreamInput) - 异常错误 的构造器org.elasticsearch.indices.IndexPrimaryShardNotAllocatedException
-
- IndexPrimaryShardNotAllocatedException(Index) - 异常错误 的构造器org.elasticsearch.indices.IndexPrimaryShardNotAllocatedException
-
- IndexQueryCache - org.elasticsearch.index.cache.query中的类
-
The index-level query cache.
- IndexQueryCache(IndexSettings, IndicesQueryCache) - 类 的构造器org.elasticsearch.index.cache.query.IndexQueryCache
-
- indexReplace(int, VType) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- indexReplace(int, VType) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- IndexRequest - org.elasticsearch.action.index中的类
-
Index request to index a typed JSON document into a specific index and make it searchable.
- IndexRequest() - 类 的构造器org.elasticsearch.action.index.IndexRequest
-
- IndexRequest(String) - 类 的构造器org.elasticsearch.action.index.IndexRequest
-
Constructs a new index request against the specific index.
- IndexRequest(String, String) - 类 的构造器org.elasticsearch.action.index.IndexRequest
-
Constructs a new index request against the specific index and type.
- IndexRequest(String, String, String) - 类 的构造器org.elasticsearch.action.index.IndexRequest
-
Constructs a new index request against the index, type, id and using the source.
- indexRequest() - 类 中的静态方法org.elasticsearch.client.Requests
-
- indexRequest(String) - 类 中的静态方法org.elasticsearch.client.Requests
-
Create an index request against a specific index.
- IndexRequestBuilder - org.elasticsearch.action.index中的类
-
An index document action request builder.
- IndexRequestBuilder(ElasticsearchClient, IndexAction) - 类 的构造器org.elasticsearch.action.index.IndexRequestBuilder
-
- IndexRequestBuilder(ElasticsearchClient, IndexAction, String) - 类 的构造器org.elasticsearch.action.index.IndexRequestBuilder
-
- IndexResponse - org.elasticsearch.action.index中的类
-
A response of an index operation,
- IndexResponse() - 类 的构造器org.elasticsearch.action.index.IndexResponse
-
- IndexResponse(ShardId, String, String, long, long, long, boolean) - 类 的构造器org.elasticsearch.action.index.IndexResponse
-
- IndexResponse.Builder - org.elasticsearch.action.index中的类
-
- IndexResult(long, long, boolean) - 类 的构造器org.elasticsearch.index.engine.Engine.IndexResult
-
- IndexResult(Exception, long) - 类 的构造器org.elasticsearch.index.engine.Engine.IndexResult
-
use in case of index operation failed before getting to internal engine
(e.g while preparing operation or updating mappings)
- IndexResult(Exception, long, long) - 类 的构造器org.elasticsearch.index.engine.Engine.IndexResult
-
- indexRouting() - 类 中的方法org.elasticsearch.action.admin.indices.alias.Alias
-
Returns the index routing value associated with the alias
- indexRouting(String) - 类 中的方法org.elasticsearch.action.admin.indices.alias.Alias
-
Associates an index routing value to the alias
- indexRouting() - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- indexRouting(String) - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- indexRouting(String) - 类 中的方法org.elasticsearch.cluster.metadata.AliasMetaData.Builder
-
- indexRouting() - 类 中的方法org.elasticsearch.cluster.metadata.AliasMetaData
-
- IndexRoutingTable - org.elasticsearch.cluster.routing中的类
-
- indexRoutingTable(ClusterState, String) - 类 中的方法org.elasticsearch.cluster.routing.OperationRouting
-
- IndexRoutingTable.Builder - org.elasticsearch.cluster.routing中的类
-
- indexRoutingTableChanged(String) - 类 中的方法org.elasticsearch.cluster.ClusterChangedEvent
-
Returns true iff the routing table has changed for the given index.
- IndexScopedSettings - org.elasticsearch.common.settings中的类
-
Encapsulates all valid index level settings.
- IndexScopedSettings(Settings, Set<Setting<?>>) - 类 的构造器org.elasticsearch.common.settings.IndexScopedSettings
-
- IndexSearcherWrapper - org.elasticsearch.index.shard中的类
-
Extension point to add custom functionality at request time to the
DirectoryReader
and
IndexSearcher managed by the
IndexShard.
- IndexSearcherWrapper() - 类 的构造器org.elasticsearch.index.shard.IndexSearcherWrapper
-
- IndexSegments - org.elasticsearch.action.admin.indices.segments中的类
-
- IndexService - org.elasticsearch.index中的类
-
- IndexService(IndexSettings, NodeEnvironment, NamedXContentRegistry, SimilarityService, IndexService.ShardStoreDeleter, AnalysisRegistry, EngineFactory, CircuitBreakerService, BigArrays, ThreadPool, ScriptService, Client, QueryCache, IndexStore, IndexEventListener, IndexModule.IndexSearcherWrapperFactory, MapperRegistry, IndicesFieldDataCache, List<SearchOperationListener>, List<IndexingOperationListener>, NamedWriteableRegistry) - 类 的构造器org.elasticsearch.index.IndexService
-
- indexService(Index) - 接口 中的方法org.elasticsearch.indices.cluster.IndicesClusterStateService.AllocatedIndices
-
Returns an IndexService for the specified index if exists otherwise returns null.
- indexService(Index) - 类 中的方法org.elasticsearch.indices.IndicesService
-
Returns an IndexService for the specified index if exists otherwise returns null.
- IndexService.ShardStoreDeleter - org.elasticsearch.index中的接口
-
- indexServiceSafe(Index) - 类 中的方法org.elasticsearch.indices.IndicesService
-
- indexSettings(Settings) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Sets settings that should be added/changed in all restored indices
- indexSettings(Settings.Builder) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Sets settings that should be added/changed in all restored indices
- indexSettings(String, XContentType) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Sets settings that should be added/changed in all restored indices
- indexSettings(Map<String, Object>) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Sets settings that should be added/changed in all restored indices
- indexSettings() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Returns settings that should be added/changed in all restored indices
- indexSettings - 类 中的变量org.elasticsearch.index.AbstractIndexComponent
-
- IndexSettings - org.elasticsearch.index中的类
-
This class encapsulates all index level settings and handles settings updates.
- IndexSettings(IndexMetaData, Settings) - 类 的构造器org.elasticsearch.index.IndexSettings
-
- IndexSettings(IndexMetaData, Settings, IndexScopedSettings) - 类 的构造器org.elasticsearch.index.IndexSettings
-
- indexSettings() - 类 中的方法org.elasticsearch.index.mapper.Mapper.BuilderContext
-
- indexSettings() - 类 中的方法org.elasticsearch.index.mapper.ParseContext
-
- indexSettings() - 类 中的方法org.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- indexSettings - 类 中的变量org.elasticsearch.index.shard.AbstractIndexShardComponent
-
- indexSettings() - 类 中的方法org.elasticsearch.index.shard.AbstractIndexShardComponent
-
- indexSettings() - 接口 中的方法org.elasticsearch.index.shard.IndexShardComponent
-
- indexSettings() - 类 中的方法org.elasticsearch.snapshots.RestoreService.RestoreRequest
-
Returns index settings that should be changed on restore
- IndexShard - org.elasticsearch.index.shard中的类
-
- IndexShard(ShardRouting, IndexSettings, ShardPath, Store, Supplier<Sort>, IndexCache, MapperService, SimilarityService, EngineFactory, IndexEventListener, IndexSearcherWrapper, ThreadPool, BigArrays, Engine.Warmer, List<SearchOperationListener>, List<IndexingOperationListener>, Runnable) - 类 的构造器org.elasticsearch.index.shard.IndexShard
-
- indexShard() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryTarget
-
- indexShard() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- indexShard() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- IndexShard.ShardFailure - org.elasticsearch.index.shard中的类
-
Simple struct encapsulating a shard failure
- IndexShardClosedException - org.elasticsearch.index.shard中的异常错误
-
- IndexShardClosedException(ShardId) - 异常错误 的构造器org.elasticsearch.index.shard.IndexShardClosedException
-
- IndexShardClosedException(ShardId, Throwable) - 异常错误 的构造器org.elasticsearch.index.shard.IndexShardClosedException
-
- IndexShardClosedException(ShardId, String) - 异常错误 的构造器org.elasticsearch.index.shard.IndexShardClosedException
-
- IndexShardClosedException(StreamInput) - 异常错误 的构造器org.elasticsearch.index.shard.IndexShardClosedException
-
- IndexShardComponent - org.elasticsearch.index.shard中的接口
-
- IndexShardNotRecoveringException - org.elasticsearch.index.shard中的异常错误
-
- IndexShardNotRecoveringException(ShardId, IndexShardState) - 异常错误 的构造器org.elasticsearch.index.shard.IndexShardNotRecoveringException
-
- IndexShardNotRecoveringException(StreamInput) - 异常错误 的构造器org.elasticsearch.index.shard.IndexShardNotRecoveringException
-
- IndexShardNotStartedException - org.elasticsearch.index.shard中的异常错误
-
- IndexShardNotStartedException(ShardId, IndexShardState) - 异常错误 的构造器org.elasticsearch.index.shard.IndexShardNotStartedException
-
- IndexShardNotStartedException(StreamInput) - 异常错误 的构造器org.elasticsearch.index.shard.IndexShardNotStartedException
-
- IndexShardRecoveringException - org.elasticsearch.index.shard中的异常错误
-
- IndexShardRecoveringException(ShardId) - 异常错误 的构造器org.elasticsearch.index.shard.IndexShardRecoveringException
-
- IndexShardRecoveringException(StreamInput) - 异常错误 的构造器org.elasticsearch.index.shard.IndexShardRecoveringException
-
- IndexShardRecoveryException - org.elasticsearch.index.shard中的异常错误
-
- IndexShardRecoveryException(ShardId, String, Throwable) - 异常错误 的构造器org.elasticsearch.index.shard.IndexShardRecoveryException
-
- IndexShardRecoveryException(StreamInput) - 异常错误 的构造器org.elasticsearch.index.shard.IndexShardRecoveryException
-
- IndexShardRelocatedException - org.elasticsearch.index.shard中的异常错误
-
- IndexShardRelocatedException(ShardId) - 异常错误 的构造器org.elasticsearch.index.shard.IndexShardRelocatedException
-
- IndexShardRelocatedException(ShardId, String) - 异常错误 的构造器org.elasticsearch.index.shard.IndexShardRelocatedException
-
- IndexShardRelocatedException(StreamInput) - 异常错误 的构造器org.elasticsearch.index.shard.IndexShardRelocatedException
-
- IndexShardRestoreException - org.elasticsearch.index.snapshots中的异常错误
-
Generic shard restore exception
- IndexShardRestoreException(ShardId, String) - 异常错误 的构造器org.elasticsearch.index.snapshots.IndexShardRestoreException
-
- IndexShardRestoreException(ShardId, String, Throwable) - 异常错误 的构造器org.elasticsearch.index.snapshots.IndexShardRestoreException
-
- IndexShardRestoreException(StreamInput) - 异常错误 的构造器org.elasticsearch.index.snapshots.IndexShardRestoreException
-
- IndexShardRestoreFailedException - org.elasticsearch.index.snapshots中的异常错误
-
Thrown when restore of a shard fails
- IndexShardRestoreFailedException(ShardId, String) - 异常错误 的构造器org.elasticsearch.index.snapshots.IndexShardRestoreFailedException
-
- IndexShardRestoreFailedException(ShardId, String, Throwable) - 异常错误 的构造器org.elasticsearch.index.snapshots.IndexShardRestoreFailedException
-
- IndexShardRestoreFailedException(StreamInput) - 异常错误 的构造器org.elasticsearch.index.snapshots.IndexShardRestoreFailedException
-
- IndexShardRoutingTable - org.elasticsearch.cluster.routing中的类
-
- IndexShardRoutingTable.Builder - org.elasticsearch.cluster.routing中的类
-
- indexShards(ClusterState, String, String, String) - 类 中的方法org.elasticsearch.cluster.routing.OperationRouting
-
- IndexShardSegments - org.elasticsearch.action.admin.indices.segments中的类
-
- IndexShardSnapshotException - org.elasticsearch.index.snapshots中的异常错误
-
Generic shard snapshot exception
- IndexShardSnapshotException(ShardId, String) - 异常错误 的构造器org.elasticsearch.index.snapshots.IndexShardSnapshotException
-
- IndexShardSnapshotException(ShardId, Throwable) - 异常错误 的构造器org.elasticsearch.index.snapshots.IndexShardSnapshotException
-
- IndexShardSnapshotException(ShardId, String, Throwable) - 异常错误 的构造器org.elasticsearch.index.snapshots.IndexShardSnapshotException
-
- IndexShardSnapshotException(StreamInput) - 异常错误 的构造器org.elasticsearch.index.snapshots.IndexShardSnapshotException
-
- IndexShardSnapshotFailedException - org.elasticsearch.index.snapshots中的异常错误
-
Thrown when snapshot process is failed on a shard level
- IndexShardSnapshotFailedException(ShardId, String) - 异常错误 的构造器org.elasticsearch.index.snapshots.IndexShardSnapshotFailedException
-
- IndexShardSnapshotFailedException(ShardId, Throwable) - 异常错误 的构造器org.elasticsearch.index.snapshots.IndexShardSnapshotFailedException
-
- IndexShardSnapshotFailedException(ShardId, String, Throwable) - 异常错误 的构造器org.elasticsearch.index.snapshots.IndexShardSnapshotFailedException
-
- IndexShardSnapshotFailedException(StreamInput) - 异常错误 的构造器org.elasticsearch.index.snapshots.IndexShardSnapshotFailedException
-
- IndexShardSnapshotStatus - org.elasticsearch.index.snapshots中的类
-
Represent shard snapshot status
- IndexShardSnapshotStatus() - 类 的构造器org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
- IndexShardSnapshotStatus.Stage - org.elasticsearch.index.snapshots中的枚举
-
Snapshot stage
- IndexShardStartedException - org.elasticsearch.index.shard中的异常错误
-
- IndexShardStartedException(ShardId) - 异常错误 的构造器org.elasticsearch.index.shard.IndexShardStartedException
-
- IndexShardStartedException(StreamInput) - 异常错误 的构造器org.elasticsearch.index.shard.IndexShardStartedException
-
- IndexShardState - org.elasticsearch.index.shard中的枚举
-
- indexShardStateChanged(IndexShard, IndexShardState, IndexShardState, String) - 接口 中的方法org.elasticsearch.index.shard.IndexEventListener
-
- IndexShardStats - org.elasticsearch.action.admin.indices.stats中的类
-
- IndexShardStats(ShardId, ShardStats[]) - 类 的构造器org.elasticsearch.action.admin.indices.stats.IndexShardStats
-
- IndexShardUpgradeStatus - org.elasticsearch.action.admin.indices.upgrade.get中的类
-
- indexSize - 类 中的变量org.elasticsearch.action.admin.indices.rollover.Condition.Stats
-
- IndexSortConfig - org.elasticsearch.index中的类
-
Holds all the information that is used to build the sort order of an index.
- IndexSortConfig(IndexSettings) - 类 的构造器org.elasticsearch.index.IndexSortConfig
-
- IndexStats - org.elasticsearch.action.admin.indices.stats中的类
-
- IndexStats(String, ShardStats[]) - 类 的构造器org.elasticsearch.action.admin.indices.stats.IndexStats
-
- indexStore - 类 中的变量org.elasticsearch.index.store.FsDirectoryService
-
- IndexStore - org.elasticsearch.index.store中的类
-
- IndexStore(IndexSettings) - 类 的构造器org.elasticsearch.index.store.IndexStore
-
- IndexTemplateFilter - org.elasticsearch.cluster.metadata中的接口
-
Enables filtering the index templates that will be applied for an index, per create index request.
- IndexTemplateMetaData - org.elasticsearch.cluster.metadata中的类
-
- IndexTemplateMetaData(String, int, Integer, List<String>, Settings, ImmutableOpenMap<String, CompressedXContent>, ImmutableOpenMap<String, AliasMetaData>, ImmutableOpenMap<String, IndexMetaData.Custom>) - 类 的构造器org.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- IndexTemplateMetaData.Builder - org.elasticsearch.cluster.metadata中的类
-
- indexTemplateMetaDataUpgraders - 类 中的变量org.elasticsearch.plugins.MetaDataUpgrader
-
- IndexTemplateMissingException - org.elasticsearch.indices中的异常错误
-
- IndexTemplateMissingException(String) - 异常错误 的构造器org.elasticsearch.indices.IndexTemplateMissingException
-
- IndexTemplateMissingException(StreamInput) - 异常错误 的构造器org.elasticsearch.indices.IndexTemplateMissingException
-
- IndexThrottle() - 类 的构造器org.elasticsearch.index.engine.Engine.IndexThrottle
-
- indexTokenizeOption(boolean, boolean) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper
-
- indexTranslogOperations(List<Translog.Operation>, int) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryTarget
-
- indexTranslogOperations(List<Translog.Operation>, int) - 接口 中的方法org.elasticsearch.indices.recovery.RecoveryTargetHandler
-
Index a set of translog operations on the target
- indexTranslogOperations(List<Translog.Operation>, int) - 类 中的方法org.elasticsearch.indices.recovery.RemoteRecoveryTargetHandler
-
- IndexUpgradeStatus - org.elasticsearch.action.admin.indices.upgrade.get中的类
-
- indexUUID() - 类 中的方法org.elasticsearch.cluster.action.index.NodeMappingRefreshAction.NodeMappingRefreshRequest
-
- indexUUID() - 类 中的方法org.elasticsearch.index.IndexService
-
- indexUUID - 类 中的变量org.elasticsearch.index.shard.ShardStateMetaData
-
- indexVersion() - 类 中的方法org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot
-
Returns index version
- indexVersion(long) - 类 中的方法org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Sets index version
- indexVersion() - 类 中的方法org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Returns index version
- indexVersionCreated() - 类 中的方法org.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
-
- indexVersionCreated() - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
- IndexWarmer - org.elasticsearch.index中的类
-
- IndexWarmer.Listener - org.elasticsearch.index中的接口
-
- IndexWarmer.TerminationHandle - org.elasticsearch.index中的接口
-
A handle on the execution of warm-up action.
- indices() - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
-
- indices(String...) - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
-
- indices(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
Should information about indices (currently just indexing buffers) be returned
- indices() - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
- indices() - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
- indices(CommonStatsFlags) - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
- indices(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
Should indices stats be returned.
- indices(String...) - 类 中的方法org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
-
Sets the indices the search will be executed on.
- indices() - 类 中的方法org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
-
The indices
- indices(String...) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Sets a list of indices that should be included into the snapshot
The list of indices supports multi-index syntax.
- indices(List<String>) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Sets a list of indices that should be included into the snapshot
The list of indices supports multi-index syntax.
- indices() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Returns a list of indices that should be included into the snapshot
- indices(String...) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Sets the list of indices that should be restored from snapshot
The list of indices supports multi-index syntax.
- indices(List<String>) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Sets the list of indices that should be restored from snapshot
The list of indices supports multi-index syntax.
- indices() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Returns list of indices that should be restored from snapshot
- indices() - 类 中的方法org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
-
- indices(String...) - 类 中的方法org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
-
- indices(String...) - 类 中的方法org.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
-
- indices() - 类 中的方法org.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
-
- indices(String...) - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- indices() - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- indices() - 类 中的方法org.elasticsearch.action.admin.indices.close.CloseIndexRequest
-
The indices to be closed
- indices(String...) - 类 中的方法org.elasticsearch.action.admin.indices.close.CloseIndexRequest
-
Sets the indices to be closed
- indices() - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
- indices(String...) - 类 中的方法org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
-
- indices() - 类 中的方法org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
-
The index to delete.
- indices() - 类 中的方法org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequest
-
- indices(String...) - 类 中的方法org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequest
-
- indices() - 类 中的方法org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
-
- indices(String...) - 类 中的方法org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
-
- indices() - 类 中的方法org.elasticsearch.action.admin.indices.get.GetIndexResponse
-
- indices() - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsIndexRequest
-
- indices(String...) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
-
- indices() - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
-
- indices(String...) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
Sets the indices this put mapping operation will execute on.
- indices() - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
The indices the mappings will be put.
- indices() - 类 中的方法org.elasticsearch.action.admin.indices.open.OpenIndexRequest
-
The indices to be opened
- indices(String...) - 类 中的方法org.elasticsearch.action.admin.indices.open.OpenIndexRequest
-
Sets the indices to be opened
- indices() - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverRequest
-
- indices(String...) - 类 中的方法org.elasticsearch.action.admin.indices.settings.get.GetSettingsRequest
-
- indices() - 类 中的方法org.elasticsearch.action.admin.indices.settings.get.GetSettingsRequest
-
- indices() - 类 中的方法org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
-
- indices(String...) - 类 中的方法org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
-
Sets the indices to apply to settings update to
- indices(String...) - 类 中的方法org.elasticsearch.action.admin.indices.shards.IndicesShardStoresRequest
-
Sets the indices for the shard stores request
- indices() - 类 中的方法org.elasticsearch.action.admin.indices.shards.IndicesShardStoresRequest
-
- indices() - 类 中的方法org.elasticsearch.action.admin.indices.shrink.ResizeRequest
-
- indices() - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
- indices() - 类 中的方法org.elasticsearch.action.bulk.BulkShardRequest
-
- indices() - 类 中的方法org.elasticsearch.action.fieldcaps.FieldCapabilities
-
The list of indices where this field name is defined as type,
or null if all indices have the same type for the field.
- indices(String...) - 类 中的方法org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequest
-
The list of indices to lookup
- indices() - 类 中的方法org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequest
-
- indices() - 类 中的方法org.elasticsearch.action.get.MultiGetRequest.Item
-
- indices() - 类 中的方法org.elasticsearch.action.get.MultiGetShardRequest
-
- indices() - 接口 中的方法org.elasticsearch.action.IndicesRequest
-
Returns the array of indices that the action relates to
- indices(String...) - 接口 中的方法org.elasticsearch.action.IndicesRequest.Replaceable
-
Sets the indices that the action relates to.
- indices() - 类 中的方法org.elasticsearch.action.OriginalIndices
-
- indices(String...) - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
Sets the indices the search will be executed on.
- indices() - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
The indices
- indices - 类 中的变量org.elasticsearch.action.support.broadcast.BroadcastRequest
-
- indices() - 类 中的方法org.elasticsearch.action.support.broadcast.BroadcastRequest
-
- indices(String...) - 类 中的方法org.elasticsearch.action.support.broadcast.BroadcastRequest
-
- indices() - 类 中的方法org.elasticsearch.action.support.broadcast.BroadcastShardRequest
-
- indices() - 类 中的方法org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.NodeRequest
-
- indices(String...) - 类 中的方法org.elasticsearch.action.support.master.info.ClusterInfoRequest
-
- indices() - 类 中的方法org.elasticsearch.action.support.master.info.ClusterInfoRequest
-
- indices() - 类 中的方法org.elasticsearch.action.support.replication.ReplicationRequest
-
- indices() - 类 中的方法org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
-
- indices() - 类 中的方法org.elasticsearch.action.support.single.shard.SingleShardRequest
-
- indices() - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsShardRequest
-
- indices() - 接口 中的方法org.elasticsearch.client.AdminClient
-
A client allowing to perform actions/operations against the indices.
- indices() - 类 中的方法org.elasticsearch.cluster.ack.IndicesClusterStateUpdateRequest
-
Returns the indices the operation needs to be executed on
- indices(Index[]) - 类 中的方法org.elasticsearch.cluster.ack.IndicesClusterStateUpdateRequest
-
Sets the indices the operation needs to be executed on
- indices() - 类 中的方法org.elasticsearch.cluster.action.index.NodeMappingRefreshAction.NodeMappingRefreshRequest
-
- indices() - 类 中的方法org.elasticsearch.cluster.block.ClusterBlocks
-
- indices(ClusterBlockLevel) - 类 中的方法org.elasticsearch.cluster.block.ClusterBlocks
-
- indices(ImmutableOpenMap<String, IndexMetaData>) - 类 中的方法org.elasticsearch.cluster.metadata.MetaData.Builder
-
- indices() - 类 中的方法org.elasticsearch.cluster.metadata.MetaData
-
- indices() - 类 中的方法org.elasticsearch.cluster.RestoreInProgress.Entry
-
Returns list of indices
- indices() - 类 中的方法org.elasticsearch.cluster.SnapshotsInProgress.Entry
-
- indices(String...) - 类 中的方法org.elasticsearch.index.reindex.DeleteByQueryRequest
-
- indices() - 类 中的方法org.elasticsearch.index.reindex.DeleteByQueryRequest
-
- indices(String...) - 类 中的方法org.elasticsearch.index.reindex.UpdateByQueryRequest
-
- indices() - 类 中的方法org.elasticsearch.index.reindex.UpdateByQueryRequest
-
- indices() - 类 中的方法org.elasticsearch.search.fetch.ShardFetchSearchRequest
-
- indices() - 类 中的方法org.elasticsearch.search.internal.ShardSearchTransportRequest
-
- indices() - 类 中的方法org.elasticsearch.search.query.QuerySearchRequest
-
- indices() - 类 中的方法org.elasticsearch.snapshots.RestoreInfo
-
List of restored indices
- indices() - 类 中的方法org.elasticsearch.snapshots.RestoreService.RestoreRequest
-
Return the list of indices to be restored
- indices() - 类 中的方法org.elasticsearch.snapshots.SnapshotInfo
-
Returns indices that were included in this snapshot.
- indices(String[]) - 类 中的方法org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
-
Sets the list of indices to be snapshotted
- indices() - 类 中的方法org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
-
Returns the list of indices to be snapshotted
- INDICES_BOOST_FIELD - 类 中的静态变量org.elasticsearch.search.builder.SearchSourceBuilder
-
- INDICES_CACHE_CLEAN_INTERVAL_SETTING - 类 中的静态变量org.elasticsearch.indices.IndicesService
-
- INDICES_CACHE_QUERY_COUNT_SETTING - 类 中的静态变量org.elasticsearch.indices.IndicesQueryCache
-
- INDICES_CACHE_QUERY_EXPIRE - 类 中的静态变量org.elasticsearch.indices.IndicesRequestCache
-
- INDICES_CACHE_QUERY_SIZE - 类 中的静态变量org.elasticsearch.indices.IndicesRequestCache
-
- INDICES_CACHE_QUERY_SIZE_SETTING - 类 中的静态变量org.elasticsearch.indices.IndicesQueryCache
-
- INDICES_FIELDDATA_CACHE_SIZE_KEY - 类 中的静态变量org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache
-
- INDICES_FOLDER - 类 中的静态变量org.elasticsearch.env.NodeEnvironment
-
- INDICES_MAPPING_DYNAMIC_TIMEOUT_SETTING - 类 中的静态变量org.elasticsearch.cluster.action.index.MappingUpdatedAction
-
- INDICES_MAX_CLAUSE_COUNT_SETTING - 类 中的静态变量org.elasticsearch.search.SearchModule
-
- INDICES_OPTIONS - 类 中的静态变量org.elasticsearch.action.support.single.shard.SingleShardRequest
-
- INDICES_QUERIES_CACHE_ALL_SEGMENTS_SETTING - 类 中的静态变量org.elasticsearch.indices.IndicesQueryCache
-
- INDICES_RECOVERY_ACTIVITY_TIMEOUT_SETTING - 类 中的静态变量org.elasticsearch.indices.recovery.RecoverySettings
-
recoveries that don't show any activity for more then this interval will be failed.
- INDICES_RECOVERY_INTERNAL_ACTION_TIMEOUT_SETTING - 类 中的静态变量org.elasticsearch.indices.recovery.RecoverySettings
-
timeout value to use for requests made as part of the recovery process
- INDICES_RECOVERY_INTERNAL_LONG_ACTION_TIMEOUT_SETTING - 类 中的静态变量org.elasticsearch.indices.recovery.RecoverySettings
-
timeout value to use for requests made as part of the recovery process that are expected to take long time.
- INDICES_RECOVERY_MAX_BYTES_PER_SEC_SETTING - 类 中的静态变量org.elasticsearch.indices.recovery.RecoverySettings
-
- INDICES_RECOVERY_RETRY_DELAY_NETWORK_SETTING - 类 中的静态变量org.elasticsearch.indices.recovery.RecoverySettings
-
how long to wait before retrying after network related issues
- INDICES_RECOVERY_RETRY_DELAY_STATE_SYNC_SETTING - 类 中的静态变量org.elasticsearch.indices.recovery.RecoverySettings
-
how long to wait before retrying after issues cause by cluster state syncing between nodes
i.e., local node is not yet known on remote node, remote shard not yet started etc.
- INDICES_SHARDS_CLOSED_TIMEOUT - 类 中的静态变量org.elasticsearch.indices.IndicesService
-
- INDICES_STORE_DELETE_SHARD_TIMEOUT - 类 中的静态变量org.elasticsearch.indices.store.IndicesStore
-
- IndicesAdminClient - org.elasticsearch.client中的接口
-
Administrative actions/operations against indices.
- indicesAliases(IndicesAliasesClusterStateUpdateRequest, ActionListener<ClusterStateUpdateResponse>) - 类 中的方法org.elasticsearch.cluster.metadata.MetaDataIndexAliasesService
-
- IndicesAliasesAction - org.elasticsearch.action.admin.indices.alias中的类
-
- IndicesAliasesClusterStateUpdateRequest - org.elasticsearch.action.admin.indices.alias中的类
-
Cluster state update request that allows to add or remove aliases
- IndicesAliasesClusterStateUpdateRequest(List<AliasAction>) - 类 的构造器org.elasticsearch.action.admin.indices.alias.IndicesAliasesClusterStateUpdateRequest
-
- IndicesAliasesRequest - org.elasticsearch.action.admin.indices.alias中的类
-
A request to add/remove aliases for one or more indices.
- IndicesAliasesRequest() - 类 的构造器org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
-
- IndicesAliasesRequest.AliasActions - org.elasticsearch.action.admin.indices.alias中的类
-
Request to take one or more actions on one or more indexes and alias combinations.
- IndicesAliasesRequest.AliasActions.Type - org.elasticsearch.action.admin.indices.alias中的枚举
-
- IndicesAliasesRequestBuilder - org.elasticsearch.action.admin.indices.alias中的类
-
Builder for request to modify many aliases at once.
- IndicesAliasesRequestBuilder(ElasticsearchClient, IndicesAliasesAction) - 类 的构造器org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
-
- IndicesAliasesResponse - org.elasticsearch.action.admin.indices.alias中的类
-
A response for a add/remove alias action.
- indicesAllowReleaseResources(String[]) - 类 中的方法org.elasticsearch.cluster.block.ClusterBlocks
-
- indicesBlockedException(ClusterBlockLevel, String[]) - 类 中的方法org.elasticsearch.cluster.block.ClusterBlocks
-
- IndicesClusterStateService - org.elasticsearch.indices.cluster中的类
-
- IndicesClusterStateService(Settings, IndicesService, ClusterService, ThreadPool, PeerRecoveryTargetService, ShardStateAction, NodeMappingRefreshAction, RepositoriesService, SearchService, SyncedFlushService, PeerRecoverySourceService, SnapshotShardsService, PrimaryReplicaSyncer, GlobalCheckpointSyncAction) - 类 的构造器org.elasticsearch.indices.cluster.IndicesClusterStateService
-
- IndicesClusterStateService.AllocatedIndex<T extends IndicesClusterStateService.Shard> - org.elasticsearch.indices.cluster中的接口
-
- IndicesClusterStateService.AllocatedIndices<T extends IndicesClusterStateService.Shard,U extends IndicesClusterStateService.AllocatedIndex<T>> - org.elasticsearch.indices.cluster中的接口
-
- IndicesClusterStateService.AllocatedIndices.IndexRemovalReason - org.elasticsearch.indices.cluster中的枚举
-
- IndicesClusterStateService.Shard - org.elasticsearch.indices.cluster中的接口
-
- IndicesClusterStateUpdateRequest<T extends IndicesClusterStateUpdateRequest<T>> - org.elasticsearch.cluster.ack中的类
-
Base cluster state update request that allows to execute update against multiple indices
- IndicesClusterStateUpdateRequest() - 类 的构造器org.elasticsearch.cluster.ack.IndicesClusterStateUpdateRequest
-
- indicesCreated() - 类 中的方法org.elasticsearch.cluster.ClusterChangedEvent
-
Returns the indices created in this event
- indicesDeleted() - 类 中的方法org.elasticsearch.cluster.ClusterChangedEvent
-
Returns the indices deleted in this event
- IndicesExistsAction - org.elasticsearch.action.admin.indices.exists.indices中的类
-
- IndicesExistsRequest - org.elasticsearch.action.admin.indices.exists.indices中的类
-
- IndicesExistsRequest() - 类 的构造器org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequest
-
- IndicesExistsRequest(String...) - 类 的构造器org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequest
-
- indicesExistsRequest(String...) - 类 中的静态方法org.elasticsearch.client.Requests
-
Creates an indices exists request.
- IndicesExistsRequestBuilder - org.elasticsearch.action.admin.indices.exists.indices中的类
-
- IndicesExistsRequestBuilder(ElasticsearchClient, IndicesExistsAction, String...) - 类 的构造器org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequestBuilder
-
- IndicesExistsResponse - org.elasticsearch.action.admin.indices.exists.indices中的类
-
- IndicesExistsResponse(boolean) - 类 的构造器org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsResponse
-
- IndicesFieldDataCache - org.elasticsearch.indices.fielddata.cache中的类
-
- IndicesFieldDataCache(Settings, IndexFieldDataCache.Listener) - 类 的构造器org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache
-
- IndicesFieldDataCache.FieldDataWeigher - org.elasticsearch.indices.fielddata.cache中的类
-
- IndicesFieldDataCache.Key - org.elasticsearch.indices.fielddata.cache中的类
-
- IndicesFieldDataCacheListener - org.elasticsearch.indices.fielddata.cache中的类
-
A
IndexFieldDataCache.Listener implementation that updates indices (node) level statistics / service about
field data entries being loaded and unloaded.
- IndicesFieldDataCacheListener(CircuitBreakerService) - 类 的构造器org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCacheListener
-
- indicesLevelRequest - 类 中的变量org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.NodeRequest
-
- IndicesModule - org.elasticsearch.indices中的类
-
Configures classes and services that are shared by indices on each node.
- IndicesModule(List<MapperPlugin>) - 类 的构造器org.elasticsearch.indices.IndicesModule
-
- indicesOptions() - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
-
- indicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Specifies the indices options.
- indicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Specifies the indices options.
- indicesOptions() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Specifies what type of requested indices to ignore and how to deal with wildcard expressions.
- indicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Specifies what type of requested indices to ignore and how to deal with wildcard expressions.
- indicesOptions() - 类 中的方法org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
-
- indicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
-
- indicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- indicesOptions() - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.action.admin.indices.close.CloseIndexRequest
-
Specifies what type of requested indices to ignore and how to deal with wildcard expressions.
- indicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.admin.indices.close.CloseIndexRequest
-
Specifies what type of requested indices to ignore and how to deal wild wildcard expressions.
- indicesOptions() - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
-
- indicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
-
- indicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsIndexRequest
-
- indicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
- indicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.action.admin.indices.open.OpenIndexRequest
-
Specifies what type of requested indices to ignore and how to deal with wildcard expressions.
- indicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.admin.indices.open.OpenIndexRequest
-
Specifies what type of requested indices to ignore and how to deal with wildcard expressions.
- indicesOptions() - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverRequest
-
- indicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.admin.indices.settings.get.GetSettingsRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.action.admin.indices.settings.get.GetSettingsRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
-
- indicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
-
- indicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.admin.indices.shards.IndicesShardStoresRequest
-
Specifies what type of requested indices to ignore and wildcard indices expressions
By default, expands wildcards to both open and closed indices
- indicesOptions() - 类 中的方法org.elasticsearch.action.admin.indices.shards.IndicesShardStoresRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.action.admin.indices.shrink.ResizeRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
- indicesOptions() - 接口 中的方法org.elasticsearch.action.DocWriteRequest
-
Get the options for this request
- indicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.action.get.MultiGetRequest.Item
-
- indicesOptions() - 接口 中的方法org.elasticsearch.action.IndicesRequest
-
Returns the indices options used to resolve indices.
- indicesOptions() - 类 中的方法org.elasticsearch.action.OriginalIndices
-
- indicesOptions() - 类 中的方法org.elasticsearch.action.search.MultiSearchRequest
-
- indicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.search.MultiSearchRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
- indicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.action.support.broadcast.BroadcastRequest
-
- indicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.support.broadcast.BroadcastRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.action.support.broadcast.BroadcastShardRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.NodeRequest
-
- IndicesOptions - org.elasticsearch.action.support中的类
-
Controls how to deal with unavailable concrete indices (closed or missing), how wildcard expressions are expanded
to actual indices (all, closed or open indices) and how to deal with wildcard expressions that resolve to no indices.
- indicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.support.master.info.ClusterInfoRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.action.support.master.info.ClusterInfoRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.action.support.replication.ReplicationRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.action.support.single.shard.SingleShardRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.cluster.action.index.NodeMappingRefreshAction.NodeMappingRefreshRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.index.reindex.DeleteByQueryRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.index.reindex.UpdateByQueryRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.search.fetch.ShardFetchSearchRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.search.internal.ShardSearchTransportRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.search.query.QuerySearchRequest
-
- indicesOptions() - 类 中的方法org.elasticsearch.snapshots.RestoreService.RestoreRequest
-
Returns indices option flags
- indicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
-
Sets the indices options
- indicesOptions() - 类 中的方法org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
-
Returns indices options
- indicesPath - 类 中的变量org.elasticsearch.env.NodeEnvironment.NodePath
-
- IndicesQueryCache - org.elasticsearch.indices中的类
-
- IndicesQueryCache(Settings) - 类 的构造器org.elasticsearch.indices.IndicesQueryCache
-
- IndicesRequest - org.elasticsearch.action中的接口
-
Needs to be implemented by all
ActionRequest subclasses that relate to
one or more indices.
- IndicesRequest.Replaceable - org.elasticsearch.action中的接口
-
- IndicesRequestCache - org.elasticsearch.indices中的类
-
The indices request cache allows to cache a shard level request stage responses, helping with improving
similar requests that are potentially expensive (because of aggs for example).
- indicesRouting(Map<String, IndexRoutingTable>) - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable.Builder
-
- indicesRouting() - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable
-
- IndicesSegmentResponse - org.elasticsearch.action.admin.indices.segments中的类
-
- IndicesSegmentsAction - org.elasticsearch.action.admin.indices.segments中的类
-
- IndicesSegmentsRequest - org.elasticsearch.action.admin.indices.segments中的类
-
- IndicesSegmentsRequest() - 类 的构造器org.elasticsearch.action.admin.indices.segments.IndicesSegmentsRequest
-
- IndicesSegmentsRequest(String...) - 类 的构造器org.elasticsearch.action.admin.indices.segments.IndicesSegmentsRequest
-
- indicesSegmentsRequest(String...) - 类 中的静态方法org.elasticsearch.client.Requests
-
- IndicesSegmentsRequestBuilder - org.elasticsearch.action.admin.indices.segments中的类
-
- IndicesSegmentsRequestBuilder(ElasticsearchClient, IndicesSegmentsAction) - 类 的构造器org.elasticsearch.action.admin.indices.segments.IndicesSegmentsRequestBuilder
-
- indicesService - 类 中的变量org.elasticsearch.action.support.replication.TransportReplicationAction
-
- IndicesService - org.elasticsearch.indices中的类
-
- IndicesService(Settings, PluginsService, NodeEnvironment, NamedXContentRegistry, AnalysisRegistry, IndexNameExpressionResolver, MapperRegistry, NamedWriteableRegistry, ThreadPool, IndexScopedSettings, CircuitBreakerService, BigArrays, ScriptService, Client, MetaStateService) - 类 的构造器org.elasticsearch.indices.IndicesService
-
- IndicesService.ShardDeletionCheckResult - org.elasticsearch.indices中的枚举
-
- IndicesShardStoreRequestBuilder - org.elasticsearch.action.admin.indices.shards中的类
-
- IndicesShardStoreRequestBuilder(ElasticsearchClient, Action<IndicesShardStoresRequest, IndicesShardStoresResponse, IndicesShardStoreRequestBuilder>, String...) - 类 的构造器org.elasticsearch.action.admin.indices.shards.IndicesShardStoreRequestBuilder
-
- IndicesShardStoresAction - org.elasticsearch.action.admin.indices.shards中的类
-
- IndicesShardStoresRequest - org.elasticsearch.action.admin.indices.shards中的类
-
- IndicesShardStoresRequest(String...) - 类 的构造器org.elasticsearch.action.admin.indices.shards.IndicesShardStoresRequest
-
Create a request for shard stores info for indices
- IndicesShardStoresRequest() - 类 的构造器org.elasticsearch.action.admin.indices.shards.IndicesShardStoresRequest
-
- indicesShardStoresRequest(String...) - 类 中的静态方法org.elasticsearch.client.Requests
-
Creates an indices shard stores info request.
- IndicesShardStoresResponse - org.elasticsearch.action.admin.indices.shards中的类
-
- IndicesShardStoresResponse(ImmutableOpenMap<String, ImmutableOpenIntMap<List<IndicesShardStoresResponse.StoreStatus>>>, List<IndicesShardStoresResponse.Failure>) - 类 的构造器org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse
-
- IndicesShardStoresResponse.Failure - org.elasticsearch.action.admin.indices.shards中的类
-
Single node failure while retrieving shard store information
- IndicesShardStoresResponse.StoreStatus - org.elasticsearch.action.admin.indices.shards中的类
-
Shard store information from a node
- IndicesShardStoresResponse.StoreStatus.AllocationStatus - org.elasticsearch.action.admin.indices.shards中的枚举
-
The status of the shard store with respect to the cluster
- IndicesStatsAction - org.elasticsearch.action.admin.indices.stats中的类
-
- IndicesStatsRequest - org.elasticsearch.action.admin.indices.stats中的类
-
A request to get indices level stats.
- IndicesStatsRequest() - 类 的构造器org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- IndicesStatsRequestBuilder - org.elasticsearch.action.admin.indices.stats中的类
-
A request to get indices level stats.
- IndicesStatsRequestBuilder(ElasticsearchClient, IndicesStatsAction) - 类 的构造器org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- IndicesStatsResponse - org.elasticsearch.action.admin.indices.stats中的类
-
- IndicesStore - org.elasticsearch.indices.store中的类
-
- IndicesStore(Settings, IndicesService, ClusterService, TransportService, ThreadPool) - 类 的构造器org.elasticsearch.indices.store.IndicesStore
-
- IndonesianAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
- IndonesianAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.IndonesianAnalyzerProvider
-
- InetAddresses - org.elasticsearch.common.network中的类
-
- InetAddresses() - 类 的构造器org.elasticsearch.common.network.InetAddresses
-
- infer(boolean, boolean) - 枚举 中的静态方法org.elasticsearch.index.query.GeoValidationMethod
-
Returns validation method corresponding to given coerce and ignoreMalformed values.
- InFlightOpsRequest() - 类 的构造器org.elasticsearch.indices.flush.SyncedFlushService.InFlightOpsRequest
-
- InFlightOpsRequest(ShardId) - 类 的构造器org.elasticsearch.indices.flush.SyncedFlushService.InFlightOpsRequest
-
- info() - 接口 中的方法org.elasticsearch.http.HttpServerTransport
-
- info() - 类 中的方法org.elasticsearch.ingest.IngestService
-
- info() - 类 中的方法org.elasticsearch.monitor.jvm.JvmService
-
- info() - 类 中的方法org.elasticsearch.monitor.os.OsService
-
- info() - 类 中的方法org.elasticsearch.monitor.process.ProcessService
-
- info(boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - 类 中的方法org.elasticsearch.node.NodeService
-
- info() - 类 中的方法org.elasticsearch.plugins.PluginsService
-
Get information about plugins and modules
- info() - 类 中的方法org.elasticsearch.threadpool.ThreadPool
-
- info(String) - 类 中的方法org.elasticsearch.threadpool.ThreadPool
-
- Info(String, ThreadPool.ThreadPoolType) - 类 的构造器org.elasticsearch.threadpool.ThreadPool.Info
-
- Info(String, ThreadPool.ThreadPoolType, int) - 类 的构造器org.elasticsearch.threadpool.ThreadPool.Info
-
- Info(String, ThreadPool.ThreadPoolType, int, int, TimeValue, SizeValue) - 类 的构造器org.elasticsearch.threadpool.ThreadPool.Info
-
- Info(StreamInput) - 类 的构造器org.elasticsearch.threadpool.ThreadPool.Info
-
- info() - 类 中的方法org.elasticsearch.transport.TransportService
-
- ingest(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
Should information about ingest be returned
- ingest() - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
- ingest() - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
- ingest(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
Should ingest statistics be returned.
- ingest(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
-
Should ingest statistics be returned.
- INGEST_CONTEXT - 接口 中的静态变量org.elasticsearch.script.ExecutableScript
-
- INGEST_KEY - 类 中的静态变量org.elasticsearch.ingest.IngestDocument
-
- IngestActionForwarder - org.elasticsearch.action.ingest中的类
-
A utility for forwarding ingest requests to ingest nodes in a round-robin fashion.
- IngestActionForwarder(TransportService) - 类 的构造器org.elasticsearch.action.ingest.IngestActionForwarder
-
- IngestDocument - org.elasticsearch.ingest中的类
-
Represents a single document being captured before indexing and holds the source and metadata (like id, type and index).
- IngestDocument(String, String, String, String, String, Map<String, Object>) - 类 的构造器org.elasticsearch.ingest.IngestDocument
-
- IngestDocument(IngestDocument) - 类 的构造器org.elasticsearch.ingest.IngestDocument
-
Copy constructor that creates a new
IngestDocument which has exactly the same properties as the one provided as argument
- IngestDocument(Map<String, Object>, Map<String, Object>) - 类 的构造器org.elasticsearch.ingest.IngestDocument
-
Constructor needed for testing that allows to create a new
IngestDocument given the provided elasticsearch metadata,
source and ingest metadata.
- IngestDocument.MetaData - org.elasticsearch.ingest中的枚举
-
- IngestInfo - org.elasticsearch.ingest中的类
-
- IngestInfo(List<ProcessorInfo>) - 类 的构造器org.elasticsearch.ingest.IngestInfo
-
- IngestInfo(StreamInput) - 类 的构造器org.elasticsearch.ingest.IngestInfo
-
Read from a stream.
- IngestMetadata - org.elasticsearch.ingest中的类
-
Holds the ingest pipelines that are available in the cluster
- IngestMetadata(Map<String, PipelineConfiguration>) - 类 的构造器org.elasticsearch.ingest.IngestMetadata
-
- IngestMetadata(StreamInput) - 类 的构造器org.elasticsearch.ingest.IngestMetadata
-
- IngestPlugin - org.elasticsearch.plugins中的接口
-
An extension point for
Plugin implementations to add custom ingest processors
- IngestService - org.elasticsearch.ingest中的类
-
Holder class for several ingest related services.
- IngestService(Settings, ThreadPool, Environment, ScriptService, AnalysisRegistry, List<IngestPlugin>) - 类 的构造器org.elasticsearch.ingest.IngestService
-
- IngestStats - org.elasticsearch.ingest中的类
-
- IngestStats(IngestStats.Stats, Map<String, IngestStats.Stats>) - 类 的构造器org.elasticsearch.ingest.IngestStats
-
- IngestStats(StreamInput) - 类 的构造器org.elasticsearch.ingest.IngestStats
-
Read from a stream.
- IngestStats.Stats - org.elasticsearch.ingest中的类
-
- init() - 类 中的静态方法org.elasticsearch.bootstrap.BootstrapInfo
-
- init() - 类 中的方法org.elasticsearch.watcher.AbstractResourceWatcher
-
- init() - 接口 中的方法org.elasticsearch.watcher.ResourceWatcher
-
- initCounter() - 类 中的方法org.elasticsearch.search.fetch.FetchSearchResult
-
- INITIAL_STATE_TIMEOUT_SETTING - 类 中的静态变量org.elasticsearch.discovery.DiscoverySettings
-
- initialize(Map<GenericAction, TransportAction>, Supplier<String>) - 类 中的方法org.elasticsearch.client.node.NodeClient
-
- initialize(String, String, long, RoutingChangesObserver) - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards.UnassignedIterator
-
Initializes the current unassigned shard and moves it from the unassigned list.
- initialize(String, String, long) - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
Initializes an unassigned shard on a node.
- initialize() - 类 中的方法org.elasticsearch.common.inject.multibindings.MapBinder.RealMapBinder.MapBinderProviderWithDependencies
-
- initialize(Injector) - 类 中的方法org.elasticsearch.common.inject.multibindings.Multibinder.RealMultibinder
-
Invoked by Guice at Injector-creation time to prepare providers for each
element in this set.
- initializeAsFromCloseToOpen(IndexMetaData) - 类 中的方法org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
-
Initializes a new empty index, as as a result of opening a closed index.
- initializeAsFromDangling(IndexMetaData) - 类 中的方法org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
-
Initializes a new index caused by dangling index imported.
- initializeAsNew(IndexMetaData) - 类 中的方法org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
-
Initializes a new empty index, as if it was created from an API.
- initializeAsNewRestore(IndexMetaData, RecoverySource.SnapshotRecoverySource, IntSet) - 类 中的方法org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
-
Initializes a new empty index, to be restored from a snapshot
- initializeAsRecovery(IndexMetaData) - 类 中的方法org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
-
Initializes an existing index.
- initializeAsRestore(IndexMetaData, RecoverySource.SnapshotRecoverySource) - 类 中的方法org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
-
Initializes an existing index, to be restored from a snapshot
- initialized() - 类 中的方法org.elasticsearch.common.component.Lifecycle
-
Returns true if the state is initialized.
- initializeDelegate(MembersInjector<T>) - 类 中的方法org.elasticsearch.common.inject.spi.MembersInjectorLookup
-
Sets the actual members injector.
- initializeDelegate(Provider<T>) - 类 中的方法org.elasticsearch.common.inject.spi.ProviderLookup
-
Sets the actual provider.
- initializedReplicaReinitialized(ShardRouting, ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingNodesChangedObserver
-
- initializedReplicaReinitialized(ShardRouting, ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.RoutingChangesObserver.AbstractRoutingChangesObserver
-
- initializedReplicaReinitialized(ShardRouting, ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.RoutingChangesObserver.DelegatingRoutingChangesObserver
-
- initializedReplicaReinitialized(ShardRouting, ShardRouting) - 接口 中的方法org.elasticsearch.cluster.routing.RoutingChangesObserver
-
Called when an initializing replica is reinitialized.
- initializeShard(ShardRouting, String, String, long, RoutingChangesObserver) - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes
-
Moves a shard from unassigned to initialize state
- initializeSnapshot(SnapshotId, List<IndexId>, MetaData) - 类 中的方法org.elasticsearch.repositories.blobstore.BlobStoreRepository
-
- initializeSnapshot(SnapshotId, List<IndexId>, MetaData) - 接口 中的方法org.elasticsearch.repositories.Repository
-
Starts snapshotting process
- initializeUnassignedShard(RoutingAllocation, RoutingNodes, RoutingNode, ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
-
Initializes an unassigned shard on a node and removes it from the unassigned
- initializeUnassignedShard(RoutingAllocation, RoutingNodes, RoutingNode, ShardRouting, UnassignedInfo, RecoverySource) - 类 中的方法org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
-
Initializes an unassigned shard on a node and removes it from the unassigned
- initializing() - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
The shard is initializing (usually recovering either from peer shard
or from gateway).
- initiateChannel(DiscoveryNode, TimeValue, ActionListener<Void>) - 类 中的方法org.elasticsearch.transport.TcpTransport
-
Initiate a single tcp socket channel to a node.
- initiateTracking(String) - 类 中的方法org.elasticsearch.index.seqno.GlobalCheckpointTracker
-
Called when the recovery process for a shard is ready to open the engine on the target shard.
- initiateTracking(String) - 类 中的方法org.elasticsearch.index.seqno.SequenceNumbersService
-
Called when the recovery process for a shard is ready to open the engine on the target shard.
- initiateTracking(String) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
Called when the recovery process for a shard is ready to open the engine on the target shard.
- initIndices(Map<IndexId, Set<SnapshotId>>) - 类 中的方法org.elasticsearch.repositories.RepositoryData
-
Initializes the indices in the repository metadata; returns a new instance.
- initInjector(Injector) - 类 中的方法org.elasticsearch.common.inject.internal.PrivateElementsImpl
-
- initReader(String, Reader) - 类 中的方法org.elasticsearch.index.analysis.CustomAnalyzer
-
- initReaderForNormalization(String, Reader) - 类 中的方法org.elasticsearch.index.analysis.CustomAnalyzer
-
- initRestHandlers(Supplier<DiscoveryNodes>) - 类 中的方法org.elasticsearch.action.ActionModule
-
- initScheduler(Settings) - 接口 中的静态方法org.elasticsearch.threadpool.Scheduler
-
- initScript(Script) - 类 中的方法org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
-
Set the init script.
- initScript() - 类 中的方法org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
-
Get the init script.
- Inject - org.elasticsearch.common.inject中的注释类型
-
Annotates members of your implementation class (constructors, methods
and fields) into which the
Injector should inject values.
- InjectionListener<I> - org.elasticsearch.common.inject.spi中的接口
-
Listens for injections into instances of type I.
- InjectionPoint - org.elasticsearch.common.inject.spi中的类
-
A constructor, field or method that can receive injections.
- InjectionRequest<T> - org.elasticsearch.common.inject.spi中的类
-
A request to inject the instance fields and methods of an instance.
- InjectionRequest(Object, TypeLiteral<T>, T) - 类 的构造器org.elasticsearch.common.inject.spi.InjectionRequest
-
- injectMembers(Object) - 接口 中的方法org.elasticsearch.common.inject.Injector
-
Injects dependencies into the fields and methods of instance.
- injectMembers(T) - 接口 中的方法org.elasticsearch.common.inject.MembersInjector
-
Injects dependencies into the fields and methods of instance.
- Injector - org.elasticsearch.common.inject中的接口
-
Builds the graphs of objects that make up your application.
- injector() - 类 中的方法org.elasticsearch.node.Node
-
- INNER_HITS_FIELD - 类 中的静态变量org.elasticsearch.search.collapse.CollapseBuilder
-
- innerAllocatedUnassigned(RoutingAllocation, PrimaryShardAllocator, ReplicaShardAllocator) - 类 中的静态方法org.elasticsearch.gateway.GatewayAllocator
-
- innerBuild(SearchContext, ValuesSourceConfig<?>, int, int, SortField) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceBuilder
-
Creates a CompositeValuesSourceConfig for this source.
- innerBuild(SearchContext, ValuesSourceConfig<?>, int, int, SortField) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.DateHistogramValuesSourceBuilder
-
- innerBuild(SearchContext, ValuesSourceConfig<?>, int, int, SortField) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.HistogramValuesSourceBuilder
-
- innerBuild(SearchContext, ValuesSourceConfig<?>, int, int, SortField) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.TermsValuesSourceBuilder
-
- innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.GeoPoint>, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
-
- innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.Numeric>, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
-
- innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.Numeric>, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
-
- innerBuild(SearchContext, ValuesSourceConfig<ValuesSource>, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.bucket.missing.MissingAggregationBuilder
-
- innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.Numeric>, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder
-
- innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.GeoPoint>, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.GeoDistanceAggregationBuilder
-
- innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.Bytes>, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.IpRangeAggregationBuilder
-
- innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.Numeric>, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder
-
- innerBuild(SearchContext, ValuesSourceConfig<ValuesSource>, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
-
- innerBuild(SearchContext, ValuesSourceConfig<ValuesSource>, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
-
- innerBuild(SearchContext, ValuesSourceConfig<ValuesSource>, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
-
- innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.Numeric>, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.metrics.avg.AvgAggregationBuilder
-
- innerBuild(SearchContext, ValuesSourceConfig<ValuesSource>, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregationBuilder
-
- innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.GeoPoint>, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregationBuilder
-
- innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.GeoPoint>, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregationBuilder
-
- innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.Numeric>, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.metrics.max.MaxAggregationBuilder
-
- innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.Numeric>, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.metrics.min.MinAggregationBuilder
-
- innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.Numeric>, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
-
- innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.Numeric>, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
-
- innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.Numeric>, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregationBuilder
-
- innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.Numeric>, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.StatsAggregationBuilder
-
- innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.Numeric>, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.metrics.sum.SumAggregationBuilder
-
- innerBuild(SearchContext, ValuesSourceConfig<ValuesSource>, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregationBuilder
-
- innerBuild(SearchContext, ValuesSourceConfig<VS>, AggregatorFactory<?>, AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
-
- innerBuildContext(int, QueryShardContext) - 类 中的方法org.elasticsearch.search.rescore.QueryRescorerBuilder
-
- innerBuildContext(int, QueryShardContext) - 类 中的方法org.elasticsearch.search.rescore.RescorerBuilder
-
Extensions override this to build the context that they need for rescoring.
- innerDocs(LeafReaderContext) - 类 中的方法org.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource.Nested
-
Get a DocIdSet that matches the inner documents.
- innerEquals(AB) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceBuilder
-
- innerEquals(DateHistogramValuesSourceBuilder) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.DateHistogramValuesSourceBuilder
-
- innerEquals(HistogramValuesSourceBuilder) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.HistogramValuesSourceBuilder
-
- innerEquals(TermsValuesSourceBuilder) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.TermsValuesSourceBuilder
-
- innerEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
-
- innerEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
-
- innerEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
-
- innerEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.missing.MissingAggregationBuilder
-
- innerEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.AbstractRangeBuilder
-
- innerEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.GeoDistanceAggregationBuilder
-
- innerEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.IpRangeAggregationBuilder
-
- innerEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
-
- innerEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
-
- innerEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
-
- innerEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.metrics.avg.AvgAggregationBuilder
-
- innerEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregationBuilder
-
- innerEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregationBuilder
-
- innerEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregationBuilder
-
- innerEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.metrics.max.MaxAggregationBuilder
-
- innerEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.metrics.min.MinAggregationBuilder
-
- innerEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
-
- innerEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
-
- innerEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregationBuilder
-
- innerEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.StatsAggregationBuilder
-
- innerEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.metrics.sum.SumAggregationBuilder
-
- innerEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregationBuilder
-
- innerEquals(BucketMetricsPipelineAggregationBuilder<AvgBucketPipelineAggregationBuilder>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregationBuilder
-
- innerEquals(BucketMetricsPipelineAggregationBuilder<AF>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
-
- innerEquals(BucketMetricsPipelineAggregationBuilder<MaxBucketPipelineAggregationBuilder>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregationBuilder
-
- innerEquals(BucketMetricsPipelineAggregationBuilder<MinBucketPipelineAggregationBuilder>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregationBuilder
-
- innerEquals(BucketMetricsPipelineAggregationBuilder<PercentilesBucketPipelineAggregationBuilder>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregationBuilder
-
- innerEquals(BucketMetricsPipelineAggregationBuilder<ExtendedStatsBucketPipelineAggregationBuilder>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregationBuilder
-
- innerEquals(BucketMetricsPipelineAggregationBuilder<StatsBucketPipelineAggregationBuilder>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregationBuilder
-
- innerEquals(BucketMetricsPipelineAggregationBuilder<SumBucketPipelineAggregationBuilder>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregationBuilder
-
- innerEquals(Object) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
-
- innerExecute(String, CompletionSuggestionContext, IndexSearcher, CharsRefBuilder) - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggester
-
- innerExecute(String, PhraseSuggestionContext, IndexSearcher, CharsRefBuilder) - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggester
-
- innerExecute(String, T, IndexSearcher, CharsRefBuilder) - 类 中的方法org.elasticsearch.search.suggest.Suggester
-
- innerExecute(String, TermSuggestionContext, IndexSearcher, CharsRefBuilder) - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggester
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.DateHistogramValuesSourceBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.HistogramValuesSourceBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.TermsValuesSourceBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.missing.MissingAggregationBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.AbstractRangeBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.GeoDistanceAggregationBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.IpRangeAggregationBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.metrics.avg.AvgAggregationBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregationBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregationBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregationBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.metrics.max.MaxAggregationBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.metrics.min.MinAggregationBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregationBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.StatsAggregationBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.metrics.sum.SumAggregationBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregationBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregationBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregationBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregationBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregationBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregationBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregationBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregationBuilder
-
- innerHashCode() - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
-
- innerHit() - 类 中的方法org.elasticsearch.index.query.NestedQueryBuilder
-
Returns inner hit definition in the scope of this query and reusing the defined type and query.
- innerHit(InnerHitBuilder) - 类 中的方法org.elasticsearch.index.query.NestedQueryBuilder
-
- InnerHitBuilder - org.elasticsearch.index.query中的类
-
- InnerHitBuilder() - 类 的构造器org.elasticsearch.index.query.InnerHitBuilder
-
- InnerHitBuilder(String) - 类 的构造器org.elasticsearch.index.query.InnerHitBuilder
-
- InnerHitBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.InnerHitBuilder
-
Read from a stream.
- innerHitBuilder - 类 中的变量org.elasticsearch.index.query.InnerHitContextBuilder
-
- InnerHitContextBuilder - org.elasticsearch.index.query中的类
-
A builder for InnerHitsContext.InnerHitSubContext
- InnerHitContextBuilder(QueryBuilder, InnerHitBuilder, Map<String, InnerHitContextBuilder>) - 类 的构造器org.elasticsearch.index.query.InnerHitContextBuilder
-
- innerHits() - 类 中的方法org.elasticsearch.search.fetch.subphase.InnerHitsContext.InnerHitSubContext
-
- innerHits() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- innerHits() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- InnerHitsContext - org.elasticsearch.search.fetch.subphase中的类
-
Context used for inner hits retrieval
- InnerHitsContext() - 类 的构造器org.elasticsearch.search.fetch.subphase.InnerHitsContext
-
- InnerHitsContext.InnerHitSubContext - org.elasticsearch.search.fetch.subphase中的类
-
- InnerHitsFetchSubPhase - org.elasticsearch.search.fetch.subphase中的类
-
- InnerHitsFetchSubPhase(FetchPhase) - 类 的构造器org.elasticsearch.search.fetch.subphase.InnerHitsFetchSubPhase
-
- InnerHitSubContext(String, SearchContext) - 类 的构造器org.elasticsearch.search.fetch.subphase.InnerHitsContext.InnerHitSubContext
-
- innerOnFailure(Exception) - 类 中的方法org.elasticsearch.action.NotifyOnceListener
-
- innerOnResponse(Response) - 类 中的方法org.elasticsearch.action.NotifyOnceListener
-
- innerQueries() - 类 中的方法org.elasticsearch.index.query.DisMaxQueryBuilder
-
- innerQuery() - 类 中的方法org.elasticsearch.index.query.ConstantScoreQueryBuilder
-
- innerQuery() - 类 中的方法org.elasticsearch.index.query.FieldMaskingSpanQueryBuilder
-
- innerQuery() - 类 中的方法org.elasticsearch.index.query.SpanFirstQueryBuilder
-
- innerQuery() - 类 中的方法org.elasticsearch.index.query.SpanMultiTermQueryBuilder
-
- innerReadFrom(StreamInput) - 类 中的方法org.elasticsearch.search.internal.ShardSearchLocalRequest
-
- innerReadFrom(StreamInput) - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion
-
- innerReadFrom(StreamInput) - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestion
-
- innerToString(StringBuilder) - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask.Status
-
- innerToXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.DocWriteResponse
-
- innerToXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.search.SearchResponse
-
- innerToXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.update.UpdateResponse
-
- innerToXContent(XContentBuilder, ToXContent.Params, Throwable, String, String, Map<String, List<String>>, Map<String, List<String>>, Throwable) - 异常错误 中的静态方法org.elasticsearch.ElasticsearchException
-
- innerToXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
-
- innerToXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
-
- innerToXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.suggest.phrase.Laplace
-
- innerToXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.suggest.phrase.LinearInterpolation
-
- innerToXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- innerToXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.suggest.phrase.SmoothingModel
-
- innerToXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.suggest.phrase.StupidBackoff
-
- innerToXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
-
- innerToXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.suggest.SuggestionBuilder
-
- innerToXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestion.Entry.Option
-
- innerToXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
- innerToXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.tasks.TaskResult
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.DateHistogramValuesSourceBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.HistogramValuesSourceBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.TermsValuesSourceBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.missing.MissingAggregationBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.AbstractRangeBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.GeoDistanceAggregationBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.IpRangeAggregationBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.metrics.avg.AvgAggregationBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregationBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregationBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregationBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.metrics.max.MaxAggregationBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.metrics.min.MinAggregationBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregationBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.StatsAggregationBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.metrics.sum.SumAggregationBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregationBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregationBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregator
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregationBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregationBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregationBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregator
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregationBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregator
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregationBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregationBuilder
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
-
Write subclass's state to the stream.
- innerWriteTo(StreamOutput, boolean) - 类 中的方法org.elasticsearch.search.internal.ShardSearchLocalRequest
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion
-
- innerWriteTo(StreamOutput) - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestion
-
- innerXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask.Status
-
- innerXContent(XContentBuilder) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- innerXContent(XContentBuilder) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.Field
-
- innerXContent(XContentBuilder) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
-
- inOrder(boolean) - 类 中的方法org.elasticsearch.index.query.SpanNearQueryBuilder
-
When inOrder is true, the spans from each clause
must be in the same order as in clauses and must be non-overlapping.
- inOrder() - 类 中的方法org.elasticsearch.index.query.SpanNearQueryBuilder
-
- inPackage(Package) - 类 中的静态方法org.elasticsearch.common.inject.matcher.Matchers
-
Returns a matcher which matches classes in the given package.
- InputStreamIndexInput - org.elasticsearch.common.lucene.store中的类
-
- InputStreamIndexInput(IndexInput, long) - 类 的构造器org.elasticsearch.common.lucene.store.InputStreamIndexInput
-
- InputStreamStreamInput - org.elasticsearch.common.io.stream中的类
-
- InputStreamStreamInput(InputStream) - 类 的构造器org.elasticsearch.common.io.stream.InputStreamStreamInput
-
Creates a new InputStreamStreamInput with unlimited size
- InputStreamStreamInput(InputStream, long) - 类 的构造器org.elasticsearch.common.io.stream.InputStreamStreamInput
-
Creates a new InputStreamStreamInput with a size limit
- insecureString(String) - 类 中的静态方法org.elasticsearch.common.settings.SecureSetting
-
A setting which contains a sensitive string, but which for legacy reasons must be found outside secure settings.
- insert(String, T) - 类 中的方法org.elasticsearch.common.path.PathTrie
-
- insert(String[], int, T) - 类 中的方法org.elasticsearch.common.path.PathTrie.TrieNode
-
- insertElement(T[], T, int) - 类 中的静态方法org.elasticsearch.common.collect.CopyOnWriteHashMap
-
- insertionOrder - 类 中的变量org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor.Pending
-
- insertOrUpdate(String, T, BiFunction<T, T, T>) - 类 中的方法org.elasticsearch.common.path.PathTrie
-
Insert a value for the given path.
- insertOrUpdate(String[], int, T, BiFunction<T, T, T>) - 类 中的方法org.elasticsearch.common.path.PathTrie.TrieNode
-
- inspect() - 类 中的方法org.elasticsearch.common.util.concurrent.ThreadBarrier
-
Inspects if the barrier is broken.
- install(Module) - 类 中的方法org.elasticsearch.common.inject.AbstractModule
-
- install(Module) - 接口 中的方法org.elasticsearch.common.inject.Binder
-
Uses the given module to configure more bindings.
- install(Module) - 类 中的方法org.elasticsearch.common.inject.PrivateModule
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.cluster.health.ClusterHealthAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.cluster.node.info.NodesInfoAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.cluster.node.stats.NodesStatsAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.cluster.node.usage.NodesUsageAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.cluster.remote.RemoteInfoAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.cluster.state.ClusterStateAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.cluster.stats.ClusterStatsAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.alias.exists.AliasesExistAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.alias.get.GetAliasesAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.alias.IndicesAliasesAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.analyze.AnalyzeAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.close.CloseIndexAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.create.CreateIndexAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.delete.DeleteIndexAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.exists.types.TypesExistsAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.flush.FlushAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.flush.SyncedFlushAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.forcemerge.ForceMergeAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.get.GetIndexAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.mapping.get.GetMappingsAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.mapping.put.PutMappingAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.open.OpenIndexAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.recovery.RecoveryAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.refresh.RefreshAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.rollover.RolloverAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.segments.IndicesSegmentsAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.settings.get.GetSettingsAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.shards.IndicesShardStoresAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.shrink.ResizeAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.shrink.ShrinkAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.stats.IndicesStatsAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.upgrade.post.UpgradeAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.admin.indices.validate.query.ValidateQueryAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.bulk.BulkAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.delete.DeleteAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.explain.ExplainAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.fieldcaps.FieldCapabilitiesAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.get.GetAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.get.MultiGetAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.index.IndexAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.ingest.DeletePipelineAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.ingest.GetPipelineAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.ingest.PutPipelineAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.ingest.SimulatePipelineAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.main.MainAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.search.ClearScrollAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.search.MultiSearchAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.search.SearchAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.search.SearchScrollAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.EmptyResult
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.termvectors.MultiTermVectorsAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.termvectors.TermVectorsAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.action.update.UpdateAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.cluster.EmptyClusterInfoService
-
- INSTANCE - 类 中的静态变量org.elasticsearch.cluster.routing.RecoverySource.LocalShardsRecoverySource
-
- INSTANCE - 类 中的静态变量org.elasticsearch.cluster.routing.RecoverySource.PeerRecoverySource
-
- Instance(T) - 类 的构造器org.elasticsearch.common.inject.internal.InternalFactory.Instance
-
- INSTANCE - 类 中的静态变量org.elasticsearch.index.reindex.DeleteByQueryAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.index.reindex.ReindexAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.index.reindex.UpdateByQueryAction
-
- INSTANCE - 类 中的静态变量org.elasticsearch.monitor.os.DummyOsInfo
-
- INSTANCE - 类 中的静态变量org.elasticsearch.plugins.DummyPluginInfo
-
- INSTANCE - 类 中的静态变量org.elasticsearch.search.rescore.QueryRescorer
-
- INSTANCE - 类 中的静态变量org.elasticsearch.search.suggest.completion.CompletionSuggester
-
- INSTANCE - 类 中的静态变量org.elasticsearch.search.suggest.phrase.PhraseSuggester
-
- INSTANCE - 类 中的静态变量org.elasticsearch.search.suggest.term.TermSuggester
-
- INSTANCE - 类 中的静态变量org.elasticsearch.SpecialPermission
-
- instance() - 类 中的静态方法org.elasticsearch.tasks.LoggingTaskListener
-
Get the instance of NoopActionListener cast appropriately.
- INSTANCE - 类 中的静态变量org.elasticsearch.transport.TransportRequest.Empty
-
- INSTANCE - 类 中的静态变量org.elasticsearch.transport.TransportResponse.Empty
-
- INSTANCE_SAME - 类 中的静态变量org.elasticsearch.transport.EmptyTransportResponseHandler
-
- InstanceBinding<T> - org.elasticsearch.common.inject.spi中的接口
-
A binding to a single instance.
- InstanceBindingImpl<T> - org.elasticsearch.common.inject.internal中的类
-
- InstanceBindingImpl(Injector, Key<T>, Object, InternalFactory<? extends T>, Set<InjectionPoint>, T) - 类 的构造器org.elasticsearch.common.inject.internal.InstanceBindingImpl
-
- InstanceBindingImpl(Object, Key<T>, Scoping, Set<InjectionPoint>, T) - 类 的构造器org.elasticsearch.common.inject.internal.InstanceBindingImpl
-
- instanceClazz - 类 中的变量org.elasticsearch.script.ScriptContext
-
A class that is an instance of a script.
- InstanceShardOperationRequest<Request extends InstanceShardOperationRequest<Request>> - org.elasticsearch.action.support.single.instance中的类
-
- InstanceShardOperationRequest() - 类 的构造器org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
-
- InstanceShardOperationRequest(String) - 类 的构造器org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
-
- InstanceShardOperationRequestBuilder<Request extends InstanceShardOperationRequest<Request>,Response extends ActionResponse,RequestBuilder extends InstanceShardOperationRequestBuilder<Request,Response,RequestBuilder>> - org.elasticsearch.action.support.single.instance中的类
-
- InstanceShardOperationRequestBuilder(ElasticsearchClient, Action<Request, Response, RequestBuilder>, Request) - 类 的构造器org.elasticsearch.action.support.single.instance.InstanceShardOperationRequestBuilder
-
- inSubpackage(String) - 类 中的静态方法org.elasticsearch.common.inject.matcher.Matchers
-
Returns a matcher which matches classes in the given package and its subpackages.
- inSyncAllocationIds(int) - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
- INT_PAGE_SIZE - 类 中的静态变量org.elasticsearch.common.util.BigArrays
-
- IntArray - org.elasticsearch.common.util中的接口
-
Abstraction of an array of integer values.
- Integer() - 类 的构造器org.elasticsearch.common.collect.HppcMaps.Object.Integer
-
- interceptHandler(String, String, boolean, TransportRequestHandler<T>) - 接口 中的方法org.elasticsearch.transport.TransportInterceptor
-
- interceptSender(TransportInterceptor.AsyncSender) - 接口 中的方法org.elasticsearch.transport.TransportInterceptor
-
- INTERNAL_CLUSTER_INFO_TIMEOUT_SETTING - 类 中的静态变量org.elasticsearch.cluster.InternalClusterInfoService
-
- INTERNAL_CLUSTER_INFO_UPDATE_INTERVAL_SETTING - 类 中的静态变量org.elasticsearch.cluster.InternalClusterInfoService
-
- internalActionLongTimeout() - 类 中的方法org.elasticsearch.indices.recovery.RecoverySettings
-
- internalActionTimeout() - 类 中的方法org.elasticsearch.indices.recovery.RecoverySettings
-
- InternalAdjacencyMatrix - org.elasticsearch.search.aggregations.bucket.adjacency中的类
-
- InternalAdjacencyMatrix(String, List<InternalAdjacencyMatrix.InternalBucket>, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix
-
- InternalAdjacencyMatrix(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix
-
Read from a stream.
- InternalAdjacencyMatrix.InternalBucket - org.elasticsearch.search.aggregations.bucket.adjacency中的类
-
- InternalAggregation - org.elasticsearch.search.aggregations中的类
-
- InternalAggregation(String, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.InternalAggregation
-
Constructs an get with a given name.
- InternalAggregation(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.InternalAggregation
-
Read from a stream.
- InternalAggregation.ReduceContext - org.elasticsearch.search.aggregations中的类
-
- InternalAggregationProfileTree - org.elasticsearch.search.profile.aggregation中的类
-
- InternalAggregationProfileTree() - 类 的构造器org.elasticsearch.search.profile.aggregation.InternalAggregationProfileTree
-
- InternalAggregations - org.elasticsearch.search.aggregations中的类
-
- InternalAggregations(List<InternalAggregation>) - 类 的构造器org.elasticsearch.search.aggregations.InternalAggregations
-
Constructs a new addAggregation.
- InternalAvg - org.elasticsearch.search.aggregations.metrics.avg中的类
-
- InternalAvg(String, double, long, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.avg.InternalAvg
-
- InternalAvg(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.avg.InternalAvg
-
Read from a stream.
- InternalBinaryRange - org.elasticsearch.search.aggregations.bucket.range中的类
-
A range aggregation for data that is encoded in doc values using a binary representation.
- InternalBinaryRange(String, DocValueFormat, boolean, List<InternalBinaryRange.Bucket>, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange
-
- InternalBinaryRange(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange
-
Read from a stream.
- InternalBinaryRange.Bucket - org.elasticsearch.search.aggregations.bucket.range中的类
-
- InternalBucket(String, long, InternalAggregations) - 类 的构造器org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix.InternalBucket
-
- InternalBucket(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix.InternalBucket
-
Read from a stream.
- InternalBucket(String, long, InternalAggregations, boolean) - 类 的构造器org.elasticsearch.search.aggregations.bucket.filter.InternalFilters.InternalBucket
-
- InternalBucket(StreamInput, boolean) - 类 的构造器org.elasticsearch.search.aggregations.bucket.filter.InternalFilters.InternalBucket
-
Read from a stream.
- InternalBucket() - 类 的构造器org.elasticsearch.search.aggregations.InternalMultiBucketAggregation.InternalBucket
-
- InternalBucketMetricValue - org.elasticsearch.search.aggregations.pipeline.bucketmetrics中的类
-
- InternalBucketMetricValue(String, String[], double, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.InternalBucketMetricValue
-
- InternalBucketMetricValue(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.InternalBucketMetricValue
-
Read from a stream.
- InternalCardinality - org.elasticsearch.search.aggregations.metrics.cardinality中的类
-
- InternalCardinality(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.cardinality.InternalCardinality
-
Read from a stream.
- InternalClusterInfoService - org.elasticsearch.cluster中的类
-
InternalClusterInfoService provides the ClusterInfoService interface,
routinely updated on a timer.
- InternalClusterInfoService(Settings, ClusterService, ThreadPool, NodeClient, Consumer<ClusterInfo>) - 类 的构造器org.elasticsearch.cluster.InternalClusterInfoService
-
- InternalClusterInfoService.SubmitReschedulingClusterInfoUpdatedJob - org.elasticsearch.cluster中的类
-
- InternalComposite - org.elasticsearch.search.aggregations.bucket.composite中的类
-
- InternalComposite(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.composite.InternalComposite
-
- InternalContext - org.elasticsearch.common.inject.internal中的类
-
Internal context.
- InternalContext() - 类 的构造器org.elasticsearch.common.inject.internal.InternalContext
-
- InternalDateHistogram - org.elasticsearch.search.aggregations.bucket.histogram中的类
-
- InternalDateHistogram(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram
-
Stream from a stream.
- InternalDateHistogram.Bucket - org.elasticsearch.search.aggregations.bucket.histogram中的类
-
- InternalDateRange - org.elasticsearch.search.aggregations.bucket.range中的类
-
- InternalDateRange(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.InternalDateRange
-
Read from a stream.
- InternalDateRange.Bucket - org.elasticsearch.search.aggregations.bucket.range中的类
-
- InternalDateRange.Factory - org.elasticsearch.search.aggregations.bucket.range中的类
-
- InternalDerivative - org.elasticsearch.search.aggregations.pipeline.derivative中的类
-
- InternalDerivative(String, double, double, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.derivative.InternalDerivative
-
- InternalDerivative(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.derivative.InternalDerivative
-
Read from a stream.
- InternalEngine - org.elasticsearch.index.engine中的类
-
- InternalEngine(EngineConfig) - 类 的构造器org.elasticsearch.index.engine.InternalEngine
-
- InternalEngineFactory - org.elasticsearch.index.engine中的类
-
- InternalEngineFactory() - 类 的构造器org.elasticsearch.index.engine.InternalEngineFactory
-
- InternalExtendedStats - org.elasticsearch.search.aggregations.metrics.stats.extended中的类
-
- InternalExtendedStats(String, long, double, double, double, double, double, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
- InternalExtendedStats(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
Read from a stream.
- InternalExtendedStatsBucket - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended中的类
-
- InternalExtendedStatsBucket(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.InternalExtendedStatsBucket
-
Read from a stream.
- InternalFactory<T> - org.elasticsearch.common.inject.internal中的接口
-
Creates objects which will be injected.
- InternalFactory.Instance<T> - org.elasticsearch.common.inject.internal中的类
-
ES:
An factory that returns a pre created instance.
- InternalFilter - org.elasticsearch.search.aggregations.bucket.filter中的类
-
- InternalFilter(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.filter.InternalFilter
-
Stream from a stream.
- InternalFilters - org.elasticsearch.search.aggregations.bucket.filter中的类
-
- InternalFilters(String, List<InternalFilters.InternalBucket>, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.filter.InternalFilters
-
- InternalFilters(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.filter.InternalFilters
-
Read from a stream.
- InternalFilters.InternalBucket - org.elasticsearch.search.aggregations.bucket.filter中的类
-
- internalFrequency(BytesRef) - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
-
- InternalGeoBounds - org.elasticsearch.search.aggregations.metrics.geobounds中的类
-
- InternalGeoBounds(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.geobounds.InternalGeoBounds
-
Read from a stream.
- InternalGeoCentroid - org.elasticsearch.search.aggregations.metrics.geocentroid中的类
-
Serialization and merge logic for GeoCentroidAggregator.
- InternalGeoCentroid(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
-
Read from a stream.
- InternalGeoDistance - org.elasticsearch.search.aggregations.bucket.range中的类
-
- InternalGeoDistance(String, List<InternalGeoDistance.Bucket>, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.InternalGeoDistance
-
- InternalGeoDistance(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.InternalGeoDistance
-
Read from a stream.
- InternalGeoDistance.Factory - org.elasticsearch.search.aggregations.bucket.range中的类
-
- InternalGeoHashGrid - org.elasticsearch.search.aggregations.bucket.geogrid中的类
-
Represents a grid of cells where each cell's location is determined by a geohash.
- InternalGeoHashGrid(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid
-
Read from a stream.
- InternalGlobal - org.elasticsearch.search.aggregations.bucket.global中的类
-
A global scope get (the document set on which we aggregate is all documents in the search context (ie. index + type)
regardless the query.
- InternalGlobal(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.global.InternalGlobal
-
Read from a stream.
- InternalHDRPercentileRanks - org.elasticsearch.search.aggregations.metrics.percentiles.hdr中的类
-
- InternalHDRPercentileRanks(String, double[], DoubleHistogram, boolean, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks
-
- InternalHDRPercentileRanks(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks
-
Read from a stream.
- InternalHDRPercentileRanks.Iter - org.elasticsearch.search.aggregations.metrics.percentiles.hdr中的类
-
- InternalHDRPercentiles - org.elasticsearch.search.aggregations.metrics.percentiles.hdr中的类
-
- InternalHDRPercentiles(String, double[], DoubleHistogram, boolean, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles
-
- InternalHDRPercentiles(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles
-
Read from a stream.
- InternalHDRPercentiles.Iter - org.elasticsearch.search.aggregations.metrics.percentiles.hdr中的类
-
- InternalHistogram - org.elasticsearch.search.aggregations.bucket.histogram中的类
-
- InternalHistogram(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
-
Stream from a stream.
- InternalHistogram.Bucket - org.elasticsearch.search.aggregations.bucket.histogram中的类
-
- InternalMappedSignificantTerms<A extends InternalMappedSignificantTerms<A,B>,B extends InternalSignificantTerms.Bucket<B>> - org.elasticsearch.search.aggregations.bucket.significant中的类
-
- InternalMappedSignificantTerms(String, int, long, List<PipelineAggregator>, Map<String, Object>, DocValueFormat, long, long, SignificanceHeuristic, List<B>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
-
- InternalMappedSignificantTerms(StreamInput, InternalSignificantTerms.Bucket.Reader<B>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
-
- InternalMappedTerms<A extends InternalTerms<A,B>,B extends InternalTerms.Bucket<B>> - org.elasticsearch.search.aggregations.bucket.terms中的类
-
Common superclass for results of the terms aggregation on mapped fields.
- InternalMappedTerms(String, BucketOrder, int, long, List<PipelineAggregator>, Map<String, Object>, DocValueFormat, int, boolean, long, List<B>, long) - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
-
- InternalMappedTerms(StreamInput, InternalTerms.Bucket.Reader<B>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
-
Read from a stream.
- InternalMax - org.elasticsearch.search.aggregations.metrics.max中的类
-
- InternalMax(String, double, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.max.InternalMax
-
- InternalMax(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.max.InternalMax
-
Read from a stream.
- InternalMin - org.elasticsearch.search.aggregations.metrics.min中的类
-
- InternalMin(String, double, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.min.InternalMin
-
- InternalMin(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.min.InternalMin
-
Read from a stream.
- InternalMissing - org.elasticsearch.search.aggregations.bucket.missing中的类
-
- InternalMissing(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.missing.InternalMissing
-
Read from a stream.
- InternalMultiBucketAggregation<A extends InternalMultiBucketAggregation,B extends InternalMultiBucketAggregation.InternalBucket> - org.elasticsearch.search.aggregations中的类
-
- InternalMultiBucketAggregation(String, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.InternalMultiBucketAggregation
-
- InternalMultiBucketAggregation(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.InternalMultiBucketAggregation
-
Read from a stream.
- InternalMultiBucketAggregation.InternalBucket - org.elasticsearch.search.aggregations中的类
-
- InternalNested - org.elasticsearch.search.aggregations.bucket.nested中的类
-
Result of the NestedAggregator.
- InternalNested(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.nested.InternalNested
-
Read from a stream.
- InternalNumericMetricsAggregation - org.elasticsearch.search.aggregations.metrics中的类
-
- InternalNumericMetricsAggregation(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.InternalNumericMetricsAggregation
-
Read from a stream.
- InternalNumericMetricsAggregation.MultiValue - org.elasticsearch.search.aggregations.metrics中的类
-
- InternalNumericMetricsAggregation.SingleValue - org.elasticsearch.search.aggregations.metrics中的类
-
- InternalOrder - org.elasticsearch.search.aggregations中的类
-
- InternalOrder(byte, String, boolean, Comparator<MultiBucketsAggregation.Bucket>) - 类 的构造器org.elasticsearch.search.aggregations.InternalOrder
-
- InternalOrder.Aggregation - org.elasticsearch.search.aggregations中的类
-
- InternalOrder.CompoundOrder - org.elasticsearch.search.aggregations中的类
-
- InternalOrder.Parser - org.elasticsearch.search.aggregations中的类
-
- InternalOrder.Streams - org.elasticsearch.search.aggregations中的类
-
Contains logic for reading/writing
BucketOrder from/to streams.
- InternalParseContext(Settings, DocumentMapperParser, DocumentMapper, SourceToParse, XContentParser) - 类 的构造器org.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- InternalPercentilesBucket - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile中的类
-
- InternalPercentilesBucket(String, double[], double[], DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
-
- InternalPercentilesBucket(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
-
Read from a stream.
- InternalPercentilesBucket.Iter - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile中的类
-
- InternalProfileCollector - org.elasticsearch.search.profile.query中的类
-
This class wraps a Lucene Collector and times the execution of:
- setScorer()
- collect()
- doSetNextReader()
- needsScores()
InternalProfiler facilitates the linking of the Collector graph
- InternalProfileCollector(Collector, String, List<InternalProfileCollector>) - 类 的构造器org.elasticsearch.search.profile.query.InternalProfileCollector
-
- InternalQueryContext(String, int, boolean) - 类 的构造器org.elasticsearch.search.suggest.completion.context.ContextMapping.InternalQueryContext
-
- InternalRange<B extends InternalRange.Bucket,R extends InternalRange<B,R>> - org.elasticsearch.search.aggregations.bucket.range中的类
-
- InternalRange(String, List<B>, DocValueFormat, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.InternalRange
-
- InternalRange(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.InternalRange
-
Read from a stream.
- InternalRange.Bucket - org.elasticsearch.search.aggregations.bucket.range中的类
-
- InternalRange.Factory<B extends InternalRange.Bucket,R extends InternalRange<B,R>> - org.elasticsearch.search.aggregations.bucket.range中的类
-
- InternalReverseNested - org.elasticsearch.search.aggregations.bucket.nested中的类
-
- InternalReverseNested(String, long, InternalAggregations, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.nested.InternalReverseNested
-
- InternalReverseNested(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.nested.InternalReverseNested
-
Read from a stream.
- InternalSampler - org.elasticsearch.search.aggregations.bucket.sampler中的类
-
- InternalSampler(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.sampler.InternalSampler
-
Read from a stream.
- InternalScriptedMetric - org.elasticsearch.search.aggregations.metrics.scripted中的类
-
- InternalScriptedMetric(String, Object, Script, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.scripted.InternalScriptedMetric
-
- InternalScriptedMetric(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.scripted.InternalScriptedMetric
-
Read from a stream.
- InternalScrollSearchRequest - org.elasticsearch.search.internal中的类
-
- InternalScrollSearchRequest() - 类 的构造器org.elasticsearch.search.internal.InternalScrollSearchRequest
-
- InternalScrollSearchRequest(SearchScrollRequest, long) - 类 的构造器org.elasticsearch.search.internal.InternalScrollSearchRequest
-
- InternalSearchResponse - org.elasticsearch.search.internal中的类
-
- InternalSearchResponse(SearchHits, InternalAggregations, Suggest, SearchProfileShardResults, boolean, Boolean, int) - 类 的构造器org.elasticsearch.search.internal.InternalSearchResponse
-
- InternalSearchResponse(StreamInput) - 类 的构造器org.elasticsearch.search.internal.InternalSearchResponse
-
- InternalSettingsPreparer - org.elasticsearch.node中的类
-
- InternalSettingsPreparer() - 类 的构造器org.elasticsearch.node.InternalSettingsPreparer
-
- InternalSignificantTerms<A extends InternalSignificantTerms<A,B>,B extends InternalSignificantTerms.Bucket<B>> - org.elasticsearch.search.aggregations.bucket.significant中的类
-
Result of the significant terms aggregation.
- InternalSignificantTerms(String, int, long, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
-
- InternalSignificantTerms(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
-
Read from a stream.
- InternalSignificantTerms.Bucket<B extends InternalSignificantTerms.Bucket<B>> - org.elasticsearch.search.aggregations.bucket.significant中的类
-
- InternalSignificantTerms.Bucket.Reader<B extends InternalSignificantTerms.Bucket<B>> - org.elasticsearch.search.aggregations.bucket.significant中的接口
-
Reads a bucket.
- InternalSimpleValue - org.elasticsearch.search.aggregations.pipeline中的类
-
- InternalSimpleValue(String, double, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.InternalSimpleValue
-
- InternalSimpleValue(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.InternalSimpleValue
-
Read from a stream.
- InternalSingleBucketAggregation - org.elasticsearch.search.aggregations.bucket中的类
-
A base class for all the single bucket aggregations.
- InternalSingleBucketAggregation(String, long, InternalAggregations, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation
-
Creates a single bucket aggregation.
- InternalSingleBucketAggregation(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation
-
Read from a stream.
- internalSourceRef() - 类 中的方法org.elasticsearch.index.get.GetResult
-
Internal source representation, might be compressed....
- internalSourceRef() - 类 中的方法org.elasticsearch.search.lookup.SourceLookup
-
Internal source representation, might be compressed....
- InternalStats - org.elasticsearch.search.aggregations.metrics.stats中的类
-
- InternalStats(String, long, double, double, double, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- InternalStats(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
Read from a stream.
- InternalStatsBucket - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats中的类
-
- InternalStatsBucket(String, long, double, double, double, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.InternalStatsBucket
-
- InternalStatsBucket(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.InternalStatsBucket
-
Read from a stream.
- InternalSum - org.elasticsearch.search.aggregations.metrics.sum中的类
-
- InternalSum(String, double, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.sum.InternalSum
-
- InternalSum(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.sum.InternalSum
-
Read from a stream.
- InternalTDigestPercentileRanks - org.elasticsearch.search.aggregations.metrics.percentiles.tdigest中的类
-
- InternalTDigestPercentileRanks(String, double[], TDigestState, boolean, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks
-
- InternalTDigestPercentileRanks(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks
-
Read from a stream.
- InternalTDigestPercentileRanks.Iter - org.elasticsearch.search.aggregations.metrics.percentiles.tdigest中的类
-
- InternalTDigestPercentiles - org.elasticsearch.search.aggregations.metrics.percentiles.tdigest中的类
-
- InternalTDigestPercentiles(String, double[], TDigestState, boolean, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles
-
- InternalTDigestPercentiles(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles
-
Read from a stream.
- InternalTDigestPercentiles.Iter - org.elasticsearch.search.aggregations.metrics.percentiles.tdigest中的类
-
- InternalTerms<A extends InternalTerms<A,B>,B extends InternalTerms.Bucket<B>> - org.elasticsearch.search.aggregations.bucket.terms中的类
-
- InternalTerms(String, BucketOrder, int, long, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
-
- InternalTerms(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
-
Read from a stream.
- InternalTerms.Bucket<B extends InternalTerms.Bucket<B>> - org.elasticsearch.search.aggregations.bucket.terms中的类
-
- InternalTerms.Bucket.Reader<B extends InternalTerms.Bucket<B>> - org.elasticsearch.search.aggregations.bucket.terms中的接口
-
Reads a bucket.
- InternalTopHits - org.elasticsearch.search.aggregations.metrics.tophits中的类
-
- InternalTopHits(String, int, int, TopDocs, SearchHits, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.tophits.InternalTopHits
-
- InternalTopHits(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.tophits.InternalTopHits
-
Read from a stream.
- InternalValueCount - org.elasticsearch.search.aggregations.metrics.valuecount中的类
-
- InternalValueCount(String, long, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.valuecount.InternalValueCount
-
- InternalValueCount(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.valuecount.InternalValueCount
-
Read from a stream.
- internalXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.AbstractAggregationBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.FiltersAggregationBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.global.GlobalAggregationBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.nested.NestedAggregationBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregationBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregationBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregationBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketsort.BucketSortPipelineAggregationBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregationBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
-
- interruptTask() - 类 中的方法org.elasticsearch.common.util.concurrent.BaseFuture
-
Subclasses can override this method to implement interruption of the
future's computation.
- intersect(Weight, Weight, Collector, LeafReaderContext) - 类 中的静态方法org.elasticsearch.search.fetch.subphase.InnerHitsContext
-
- intersection(ObjectLookupContainer<T>, ObjectLookupContainer<T>) - 类 中的静态方法org.elasticsearch.common.collect.HppcMaps
-
- intersection(double) - 类 中的方法org.elasticsearch.common.geo.builders.ShapeBuilder.Edge
-
Set the intersection of this line segment to the given position
- intersection(Coordinate, Coordinate, double) - 类 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilder
-
Calculate the intersection of a line segment and a vertical dateline.
- INTERSECTION_ORDER - 类 中的静态变量org.elasticsearch.common.geo.builders.ShapeBuilder
-
- intersections(double, ShapeBuilder.Edge[]) - 类 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilder
-
Calculate all intersections of line segments and a vertical line.
- interval(TimeValue) - 类 中的方法org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
-
- interval() - 类 中的方法org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
-
- interval(TimeValue) - 类 中的方法org.elasticsearch.monitor.jvm.HotThreads
-
- interval() - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.DateHistogramValuesSourceBuilder
-
Returns the interval in milliseconds that is set on this source
- interval(long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.DateHistogramValuesSourceBuilder
-
Sets the interval on this source.
- interval() - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.HistogramValuesSourceBuilder
-
Returns the interval that is set on this source
- interval(double) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.HistogramValuesSourceBuilder
-
Sets the interval on this source.
- interval() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
-
Get the current interval in milliseconds that is set on this builder.
- interval(long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
-
Set the interval on this builder, and return the builder so that calls can be chained.
- interval() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
-
Get the current interval that is set on this builder.
- interval(double) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
-
Set the interval on this builder, and return the builder so that calls can be chained.
- INTERVAL_FIELD - 接口 中的静态变量org.elasticsearch.search.aggregations.bucket.histogram.Histogram
-
- intField(FieldInfo, int) - 类 中的方法org.elasticsearch.index.fieldvisitor.FieldsVisitor
-
- intPage(boolean) - 类 中的方法org.elasticsearch.common.util.PageCacheRecycler
-
- intSetting(String, int, int, int, Setting.Property...) - 类 中的静态方法org.elasticsearch.common.settings.Setting
-
- intSetting(String, int, int, Setting.Property...) - 类 中的静态方法org.elasticsearch.common.settings.Setting
-
- intSetting(String, Setting<Integer>, int, Setting.Property...) - 类 中的静态方法org.elasticsearch.common.settings.Setting
-
- intSetting(String, Setting<Integer>, int, Setting.Validator<Integer>, Setting.Property...) - 类 中的静态方法org.elasticsearch.common.settings.Setting
-
- intSetting(String, int, Setting.Property...) - 类 中的静态方法org.elasticsearch.common.settings.Setting
-
- intToBytes(int) - 类 中的静态方法org.elasticsearch.common.Numbers
-
Converts an int to a byte array.
- intValue() - 类 中的方法org.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- intValue(boolean) - 类 中的方法org.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- intValue(boolean) - 接口 中的方法org.elasticsearch.common.xcontent.XContentParser
-
- intValue() - 接口 中的方法org.elasticsearch.common.xcontent.XContentParser
-
- intValue() - 类 中的方法org.elasticsearch.script.ScoreAccessor
-
- intValue() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic.LongAccessor
-
- INVALID_FILENAME_CHARS - 类 中的静态变量org.elasticsearch.common.Strings
-
- InvalidAggregationPathException - org.elasticsearch.search.aggregations中的异常错误
-
- InvalidAggregationPathException(String) - 异常错误 的构造器org.elasticsearch.search.aggregations.InvalidAggregationPathException
-
- InvalidAggregationPathException(String, Throwable) - 异常错误 的构造器org.elasticsearch.search.aggregations.InvalidAggregationPathException
-
- InvalidAggregationPathException(StreamInput) - 异常错误 的构造器org.elasticsearch.search.aggregations.InvalidAggregationPathException
-
- InvalidAliasNameException - org.elasticsearch.indices中的异常错误
-
- InvalidAliasNameException(Index, String, String) - 异常错误 的构造器org.elasticsearch.indices.InvalidAliasNameException
-
- InvalidAliasNameException(String, String) - 异常错误 的构造器org.elasticsearch.indices.InvalidAliasNameException
-
- InvalidAliasNameException(StreamInput) - 异常错误 的构造器org.elasticsearch.indices.InvalidAliasNameException
-
- invalidate(K) - 类 中的方法org.elasticsearch.common.cache.Cache
-
Invalidate the association for the specified key.
- invalidateAll() - 类 中的方法org.elasticsearch.common.cache.Cache
-
Invalidate all cache entries.
- InvalidIndexNameException - org.elasticsearch.indices中的异常错误
-
- InvalidIndexNameException(String, String) - 异常错误 的构造器org.elasticsearch.indices.InvalidIndexNameException
-
- InvalidIndexNameException(Index, String, String) - 异常错误 的构造器org.elasticsearch.indices.InvalidIndexNameException
-
- InvalidIndexNameException(StreamInput) - 异常错误 的构造器org.elasticsearch.indices.InvalidIndexNameException
-
- InvalidIndexTemplateException - org.elasticsearch.indices中的异常错误
-
- InvalidIndexTemplateException(String, String) - 异常错误 的构造器org.elasticsearch.indices.InvalidIndexTemplateException
-
- InvalidIndexTemplateException(StreamInput) - 异常错误 的构造器org.elasticsearch.indices.InvalidIndexTemplateException
-
- InvalidSnapshotNameException - org.elasticsearch.snapshots中的异常错误
-
Thrown on the attempt to create a snapshot with invalid name
- InvalidSnapshotNameException(String, String, String) - 异常错误 的构造器org.elasticsearch.snapshots.InvalidSnapshotNameException
-
- InvalidSnapshotNameException(StreamInput) - 异常错误 的构造器org.elasticsearch.snapshots.InvalidSnapshotNameException
-
- InvalidTypeNameException - org.elasticsearch.indices中的异常错误
-
- InvalidTypeNameException(StreamInput) - 异常错误 的构造器org.elasticsearch.indices.InvalidTypeNameException
-
- InvalidTypeNameException(String) - 异常错误 的构造器org.elasticsearch.indices.InvalidTypeNameException
-
- IoStats(FsInfo.DeviceStats[]) - 类 的构造器org.elasticsearch.monitor.fs.FsInfo.IoStats
-
- IoStats(StreamInput) - 类 的构造器org.elasticsearch.monitor.fs.FsInfo.IoStats
-
- IP - 接口 中的静态变量org.elasticsearch.search.DocValueFormat
-
- IP_VALIDATOR - 类 中的静态变量org.elasticsearch.cluster.node.DiscoveryNodeFilters
-
Validates the IP addresses in a group of
Settings by looking for the keys
"_ip", "_host_ip", and "_publish_ip" and ensuring each of their comma separated values
that has no wildcards is a valid IP address.
- IpFieldMapper - org.elasticsearch.index.mapper中的类
-
- IpFieldMapper.Builder - org.elasticsearch.index.mapper中的类
-
- IpFieldMapper.Defaults - org.elasticsearch.index.mapper中的类
-
- IpFieldMapper.IpFieldType - org.elasticsearch.index.mapper中的类
-
- IpFieldMapper.IpFieldType.IpScriptDocValues - org.elasticsearch.index.mapper中的类
-
- IpFieldMapper.TypeParser - org.elasticsearch.index.mapper中的类
-
- IpFieldType() - 类 的构造器org.elasticsearch.index.mapper.IpFieldMapper.IpFieldType
-
- ipRange(String) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
- IpRangeAggregationBuilder - org.elasticsearch.search.aggregations.bucket.range中的类
-
- IpRangeAggregationBuilder(String) - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.IpRangeAggregationBuilder
-
- IpRangeAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.IpRangeAggregationBuilder
-
- IpRangeAggregationBuilder.Range - org.elasticsearch.search.aggregations.bucket.range中的类
-
- IpScriptDocValues(SortedSetDocValues) - 类 的构造器org.elasticsearch.index.mapper.IpFieldMapper.IpFieldType.IpScriptDocValues
-
- IrishAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
Provider for IrishAnalyzer
- IrishAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.IrishAnalyzerProvider
-
- isA(ValueType) - 枚举 中的方法org.elasticsearch.search.aggregations.support.ValueType
-
- isAborted() - 类 中的方法org.elasticsearch.action.bulk.BulkItemResponse.Failure
-
Whether this failure is the result of an abort.
- isAbortOnVersionConflict() - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
Should version conflicts cause aborts?
- isAccessibleDirectory(Path, Logger) - 类 中的静态方法org.elasticsearch.common.io.FileSystemUtils
-
Check that a directory exists, is a directory and is readable
by the current user
- isAcknowledged() - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverResponse
-
Returns true if the creation of the new rollover index and switching of the
alias to the newly created index was successful, and returns false otherwise.
- isAcknowledged() - 类 中的方法org.elasticsearch.action.support.master.AcknowledgedResponse
-
Returns whether the response is acknowledged or not
- isAcknowledged() - 类 中的方法org.elasticsearch.cluster.ack.ClusterStateUpdateResponse
-
Whether the cluster state update was acknowledged or not
- isActive() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- isAggregatable() - 类 中的方法org.elasticsearch.action.fieldcaps.FieldCapabilities
-
Whether this field is indexed for search on all indices.
- isAggregatable() - 类 中的方法org.elasticsearch.index.mapper.MappedFieldType
-
Returns true if the field is aggregatable.
- isAlias() - 类 中的方法org.elasticsearch.cluster.metadata.AliasOrIndex.Alias
-
- isAlias() - 类 中的方法org.elasticsearch.cluster.metadata.AliasOrIndex.Index
-
- isAlias() - 接口 中的方法org.elasticsearch.cluster.metadata.AliasOrIndex
-
- isAllIndices(List<String>) - 类 中的静态方法org.elasticsearch.cluster.metadata.IndexNameExpressionResolver
-
Identifies whether the array containing index names given as argument refers to all indices
The empty or null array identifies all indices
- isAllNodes(String...) - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes
-
- isAllOrWildcard(String[]) - 类 中的静态方法org.elasticsearch.common.Strings
-
If an array only consists of zero or one element, which is "*" or "_all" return an empty array
which is usually used as everything
- isAllowReleaseResources() - 类 中的方法org.elasticsearch.cluster.block.ClusterBlock
-
- isAllTypes(String[]) - 类 中的静态方法org.elasticsearch.cluster.metadata.MetaData
-
Identifies whether the array containing type names given as argument refers to all types
The empty or null array identifies all types
- isAlpha() - 类 中的方法org.elasticsearch.Version
-
Returns true iff this version is an alpha version
Note: This has been introduced in elasticsearch version 5.
- isAnyContextEnabled() - 类 中的方法org.elasticsearch.script.ScriptService
-
- isArray(Object) - 类 中的静态方法org.elasticsearch.common.xcontent.support.XContentMapValues
-
- isArtificial() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsResponse
-
- isAutogenerated(String) - 类 中的静态方法org.elasticsearch.index.store.Store
-
Returns true if the file is auto-generated by the store and shouldn't be deleted during cleanup.
- isAutoGeneratedIDsOptimizationEnabled() - 类 中的方法org.elasticsearch.index.engine.EngineConfig
-
returns true if the engine is allowed to optimize indexing operations with an auto-generated ID
- isAutoThrottle() - 类 中的方法org.elasticsearch.index.MergeSchedulerConfig
-
Returns true iff auto throttle is enabled.
- isAvailable() - 类 中的方法org.elasticsearch.action.main.MainResponse
-
- isBeta() - 类 中的方法org.elasticsearch.Version
-
- isBoolean(char[], int, int) - 类 中的静态方法org.elasticsearch.common.Booleans
-
returns true iff the sequence of chars is one of "true","false".
- isBoolean(String) - 类 中的静态方法org.elasticsearch.common.Booleans
-
- isBooleanLenient(char[], int, int) - 类 中的静态方法org.elasticsearch.common.Booleans
-
- isBooleanValue() - 类 中的方法org.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- isBooleanValue() - 接口 中的方法org.elasticsearch.common.xcontent.XContentParser
-
- isBooleanValueLenient() - 类 中的方法org.elasticsearch.common.xcontent.support.AbstractXContentParser
-
已过时。
- isBooleanValueLenient() - 接口 中的方法org.elasticsearch.common.xcontent.XContentParser
-
- isBoost() - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Returns whether to boost terms in query based on "score" or not.
- isBoostTerms() - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- isBroken() - 类 中的方法org.elasticsearch.common.util.concurrent.ThreadBarrier
-
Queries if this barrier is in a broken state.
- isCachable() - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
Returns true iff the result of the processed search request is cachable.
- isCancellable() - 类 中的方法org.elasticsearch.tasks.TaskInfo
-
Returns true if the task supports cancellation
- isCancelled() - 类 中的方法org.elasticsearch.common.util.CancellableThreads
-
- isCancelled() - 类 中的方法org.elasticsearch.common.util.concurrent.BaseFuture
-
- isCancelled() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- isCancelled() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- isCancelled() - 类 中的方法org.elasticsearch.tasks.CancellableTask
-
- isCancelled() - 接口 中的方法org.elasticsearch.threadpool.Scheduler.Cancellable
-
Check if the execution has been cancelled
- isCancelled() - 类 中的方法org.elasticsearch.threadpool.Scheduler.ReschedulingRunnable
-
- isChanged() - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingNodesChangedObserver
-
Returns whether changes were made
- isCloseConnectionException(Throwable) - 类 中的静态方法org.elasticsearch.common.transport.NetworkExceptionHelper
-
- isClosed() - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContentGenerator
-
- isClosed() - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContentParser
-
- isClosed() - 类 中的方法org.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- isClosed() - 接口 中的方法org.elasticsearch.common.xcontent.XContentGenerator
-
Returns true if this XContentGenerator has been closed.
- isClosed() - 接口 中的方法org.elasticsearch.common.xcontent.XContentParser
-
- isClosed() - 类 中的方法org.elasticsearch.discovery.zen.UnicastZenPing.PingingRound
-
- isClosed - 类 中的变量org.elasticsearch.index.engine.Engine
-
- isClosed() - 类 中的方法org.elasticsearch.index.translog.TranslogReader
-
- isClosed() - 类 中的方法org.elasticsearch.index.translog.TranslogWriter
-
- isClosed() - 类 中的方法org.elasticsearch.node.Node
-
Returns true if the node is closed.
- isCoerce(GeoValidationMethod) - 枚举 中的静态方法org.elasticsearch.index.query.GeoValidationMethod
-
Returns whether or not to try and fix broken/wrapping bounding boxes.
- isCommitted() - 类 中的方法org.elasticsearch.index.engine.Segment
-
- isCompatible(Version) - 类 中的方法org.elasticsearch.Version
-
Returns true iff both version are compatible.
- isComplete() - 类 中的方法org.elasticsearch.index.mapper.SourceFieldMapper
-
- isCompleted() - 类 中的方法org.elasticsearch.tasks.TaskResult
-
- isCompound() - 类 中的方法org.elasticsearch.index.engine.Segment
-
- isCompress() - 类 中的方法org.elasticsearch.repositories.blobstore.BlobStoreRepository
-
Returns true if metadata and snapshot files should be compressed
- isCompress() - 类 中的方法org.elasticsearch.repositories.fs.FsRepository
-
- isCompress(byte) - 类 中的静态方法org.elasticsearch.transport.TransportStatus
-
- isCompressed(BytesReference) - 接口 中的方法org.elasticsearch.common.compress.Compressor
-
- isCompressed(BytesReference) - 类 中的静态方法org.elasticsearch.common.compress.CompressorFactory
-
- isCompressed(BytesReference) - 类 中的方法org.elasticsearch.common.compress.DeflateCompressor
-
- isConcrete(Class<?>) - 类 中的静态方法org.elasticsearch.common.Classes
-
- isConnectException(Throwable) - 类 中的静态方法org.elasticsearch.common.transport.NetworkExceptionHelper
-
- isConstant() - 类 中的方法org.elasticsearch.common.inject.internal.BindingImpl
-
Is this a constant binding?
- isConstructing() - 类 中的方法org.elasticsearch.common.inject.internal.ConstructionContext
-
- isContextEnabled(ScriptContext) - 类 中的方法org.elasticsearch.script.ScriptService
-
- isCorruptionException(Throwable) - 类 中的静态方法org.elasticsearch.common.lucene.Lucene
-
Returns true iff the given exception or
one of it's causes is an instance of CorruptIndexException,
IndexFormatTooOldException, or IndexFormatTooNewException otherwise false.
- isCountDesc(BucketOrder) - 类 中的静态方法org.elasticsearch.search.aggregations.InternalOrder
-
Determine if the ordering strategy is sorting on bucket count descending.
- isCountedDown() - 类 中的方法org.elasticsearch.common.util.concurrent.CountDown
-
Returns true iff the count-down has reached zero.
- isCreated() - 类 中的方法org.elasticsearch.index.engine.Engine.IndexResult
-
- isCrossClusterSearchEnabled() - 类 中的方法org.elasticsearch.transport.RemoteClusterService
-
Returns true if at least one remote cluster is configured
- isCurrent(Translog.TranslogGeneration) - 类 中的方法org.elasticsearch.index.translog.Translog
-
Returns true iff the given generation is the current generation of this translog
- isCustomDataPath() - 类 中的方法org.elasticsearch.action.admin.indices.stats.ShardStats
-
- isCustomDataPath() - 类 中的方法org.elasticsearch.index.shard.ShardPath
-
Returns true iff the data location is a custom data location and therefore outside of the nodes configured data paths.
- isDataNode(Settings) - 类 中的静态方法org.elasticsearch.cluster.node.DiscoveryNode
-
- isDataNode() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNode
-
Should this node hold data (shards) or not.
- isDataOnlyNode(ClusterState) - 类 中的静态方法org.elasticsearch.gateway.GatewayMetaState
-
- isDateTimeFormatterSet() - 类 中的方法org.elasticsearch.index.mapper.DateFieldMapper.Builder
-
Whether an explicit format for this date field has been set already.
- isDecisionTaken() - 类 中的方法org.elasticsearch.cluster.routing.allocation.AbstractAllocationDecision
-
Returns true if a decision was taken by the allocator, false otherwise.
- isDecisionTaken() - 类 中的方法org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
-
- isDecisionTaken() - 类 中的方法org.elasticsearch.cluster.routing.allocation.MoveDecision
-
- isDecisionTaken() - 类 中的方法org.elasticsearch.cluster.routing.allocation.ShardAllocationDecision
-
Returns true if either an allocation decision or a move decision was taken
for the shard.
- isDefaultAllowUnmappedFields() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns true if queries should be lenient about unmapped fields.
- isDefaultEnabled() - 枚举 中的方法org.elasticsearch.script.ScriptType
-
- isDefaultProfile - 类 中的变量org.elasticsearch.transport.TcpTransport.ProfileSettings
-
- isDelayed() - 类 中的方法org.elasticsearch.cluster.routing.UnassignedInfo
-
- isDeleted() - 类 中的方法org.elasticsearch.common.lucene.IndexCommitDelegate
-
- isDeleteOnExit() - 类 中的方法org.elasticsearch.common.PidFile
-
Returns true iff the process id file is deleted on system exit.
- isDeprecated() - 类 中的方法org.elasticsearch.common.settings.Setting
-
Returns true if this setting is deprecated, otherwise false
- isDesktopServicesStore(Path) - 类 中的静态方法org.elasticsearch.common.io.FileSystemUtils
-
Check whether the file denoted by the given path is a desktop services store created by Finder on macOS.
- isDone() - 类 中的方法org.elasticsearch.common.util.concurrent.BaseFuture
-
- isDryRun() - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverResponse
-
Returns if the rollover execution was skipped even when conditions were met
- isDynamic() - 类 中的方法org.elasticsearch.common.settings.Setting
-
Returns true if this setting is dynamically updateable, otherwise false
- isDynamicSetting(String) - 类 中的方法org.elasticsearch.common.settings.AbstractScopedSettings
-
Returns true if the setting for the given key is dynamically updateable.
- isEagerSingleton(Stage) - 类 中的方法org.elasticsearch.common.inject.internal.Scoping
-
Returns true if this scope is a singleton that should be loaded eagerly in stage.
- isEmpty() - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsRequest
-
- isEmpty() - 类 中的方法org.elasticsearch.cluster.routing.RoutingNode
-
- isEmpty() - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
-
Returns true iff this collection contains one or more non-ignored unassigned shards.
- isEmpty() - 类 中的方法org.elasticsearch.common.collect.EvictingQueue
-
- isEmpty() - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- isEmpty() - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap
-
- isEmpty() - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- isEmpty() - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap
-
- isEmpty() - 类 中的方法org.elasticsearch.common.collect.MapBuilder
-
- isEmpty() - 类 中的方法org.elasticsearch.common.geo.builders.ShapeBuilder.CoordinateNode
-
- isEmpty() - 类 中的方法org.elasticsearch.common.settings.Settings
-
Returns true if this settings object contains no settings
- isEmpty(CharSequence) - 类 中的静态方法org.elasticsearch.common.Strings
-
Check that the given CharSequence is either null or of length 0.
- isEmpty(Object[]) - 类 中的静态方法org.elasticsearch.common.util.CollectionUtils
-
Checks if the given array contains any elements.
- isEmpty() - 类 中的方法org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- isEmpty() - 类 中的方法org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.StoreFilesMetaData
-
- isEmpty() - 类 中的方法org.elasticsearch.search.lookup.FieldLookup
-
- isEmpty() - 类 中的方法org.elasticsearch.search.lookup.LeafDocLookup
-
- isEmpty() - 类 中的方法org.elasticsearch.search.lookup.LeafFieldsLookup
-
- isEmpty() - 类 中的方法org.elasticsearch.search.lookup.SourceLookup
-
- isEnabled() - 类 中的方法org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
-
- isEnabled(String) - 类 中的方法org.elasticsearch.common.lucene.LoggerInfoStream
-
- isEnabled() - 类 中的方法org.elasticsearch.index.mapper.FieldNamesFieldMapper.FieldNamesFieldType
-
- isEnabled() - 类 中的方法org.elasticsearch.index.mapper.ObjectMapper
-
- isEnableGcDeletes() - 类 中的方法org.elasticsearch.index.engine.EngineConfig
-
Returns true iff delete garbage collection in the engine should be enabled.
- isError(byte) - 类 中的静态方法org.elasticsearch.transport.TransportStatus
-
- isExecuting() - 类 中的方法org.elasticsearch.cluster.service.PendingClusterTask
-
- isExecutorShutdown() - 异常错误 中的方法org.elasticsearch.common.util.concurrent.EsRejectedExecutionException
-
Checks if the thread pool that rejected the execution was terminated
shortly after the rejection.
- isExists() - 类 中的方法org.elasticsearch.action.admin.indices.alias.exists.AliasesExistResponse
-
- isExists() - 类 中的方法org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsResponse
-
- isExists() - 类 中的方法org.elasticsearch.action.admin.indices.exists.types.TypesExistsResponse
-
- isExists() - 类 中的方法org.elasticsearch.action.explain.ExplainResponse
-
- isExists() - 类 中的方法org.elasticsearch.action.get.GetResponse
-
Does the document exists.
- isExists() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsResponse
-
- isExists() - 类 中的方法org.elasticsearch.index.get.GetResult
-
Does the document exist.
- isExplain() - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
- isExplicitAllType(String[]) - 类 中的静态方法org.elasticsearch.cluster.metadata.MetaData
-
Identifies whether the array containing type names given as argument explicitly refers to all types
The empty or null array doesn't explicitly map to all types
- isExplicitlyScoped() - 类 中的方法org.elasticsearch.common.inject.internal.Scoping
-
Returns true if this scope was explicitly applied.
- isFailed() - 类 中的方法org.elasticsearch.action.bulk.BulkItemResponse
-
Is this a failed execution of an operation.
- isFailed() - 类 中的方法org.elasticsearch.action.get.MultiGetItemResponse
-
Is this a failed execution?
- isFailed() - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsItemResponse
-
Is this a failed execution?
- isFailure() - 类 中的方法org.elasticsearch.action.search.MultiSearchResponse.Item
-
Is it a failed search?
- isFailure() - 类 中的方法org.elasticsearch.bootstrap.BootstrapCheck.BootstrapCheckResult
-
- isFalse(String) - 类 中的静态方法org.elasticsearch.common.Booleans
-
- isFieldWithinQuery(IndexReader, Object, Object, boolean, boolean, DateTimeZone, DateMathParser, QueryRewriteContext) - 类 中的方法org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
-
- isFieldWithinQuery(IndexReader, Object, Object, boolean, boolean, DateTimeZone, DateMathParser, QueryRewriteContext) - 类 中的方法org.elasticsearch.index.mapper.MappedFieldType
-
Return whether all values of the given IndexReader are within the range,
outside the range or cross the range.
- isFilter() - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
Return whether we are currently parsing a filter or a query.
- isFiltered() - 类 中的方法org.elasticsearch.common.settings.Setting
-
Returns true if this setting must be filtered, otherwise false
- isFinal() - 类 中的方法org.elasticsearch.common.settings.Setting
-
Returns true if this setting is final, otherwise false
- isFinalReduce() - 类 中的方法org.elasticsearch.search.aggregations.InternalAggregation.ReduceContext
-
Returns true iff the current reduce phase is the final reduce phase.
- isFinalSetting(String) - 类 中的方法org.elasticsearch.common.settings.AbstractScopedSettings
-
Returns true if the setting for the given key is final.
- isFloatingPoint() - 枚举 中的方法org.elasticsearch.index.fielddata.IndexNumericFieldData.NumericType
-
- isFloatingPoint() - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSource.Numeric.FieldData
-
- isFloatingPoint() - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSource.Numeric
-
Whether the underlying data is floating-point or not.
- isFloatingPoint() - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSource.Numeric.Script
-
- isFloatingPoint() - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSource.Numeric.WithScript
-
- isFloatingPoint() - 枚举 中的方法org.elasticsearch.search.aggregations.support.ValueType
-
- isForceExecution() - 类 中的方法org.elasticsearch.common.util.concurrent.AbstractRunnable
-
Should the runnable force its execution in case it gets rejected?
- isForceExecution() - 类 中的方法org.elasticsearch.transport.RequestHandlerRegistry
-
- isFound() - 类 中的方法org.elasticsearch.action.ingest.GetPipelineResponse
-
- isFound() - 类 中的方法org.elasticsearch.index.engine.Engine.DeleteResult
-
- isFragment() - 接口 中的方法org.elasticsearch.common.xcontent.ToXContent
-
- isFragment() - 接口 中的方法org.elasticsearch.common.xcontent.ToXContentFragment
-
- isFragment() - 接口 中的方法org.elasticsearch.common.xcontent.ToXContentObject
-
- isFreed() - 类 中的方法org.elasticsearch.action.search.SearchTransportService.SearchFreeContextResponse
-
- isFullySpecified() - 类 中的方法org.elasticsearch.common.inject.internal.MoreTypes.GenericArrayTypeImpl
-
- isFullySpecified() - 类 中的方法org.elasticsearch.common.inject.internal.MoreTypes.ParameterizedTypeImpl
-
- isFullySpecified() - 类 中的方法org.elasticsearch.common.inject.internal.MoreTypes.WildcardTypeImpl
-
- isGeoPoint() - 枚举 中的方法org.elasticsearch.search.aggregations.support.ValueType
-
- isGlobalStateEquals(MetaData, MetaData) - 类 中的静态方法org.elasticsearch.cluster.metadata.MetaData
-
- isHeldByCurrentThread(T) - 类 中的方法org.elasticsearch.common.util.concurrent.KeyedLock
-
- isHeldByCurrentThread() - 类 中的方法org.elasticsearch.common.util.concurrent.ReleasableLock
-
- isHidden(Path) - 类 中的静态方法org.elasticsearch.common.io.FileSystemUtils
-
Check whether the file denoted by the given path is hidden.
- isHighlighted() - 类 中的方法org.apache.lucene.search.uhighlight.Snippet
-
- isHttpEnabled() - 类 中的方法org.elasticsearch.common.network.NetworkModule
-
- isIgnoredEmpty() - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
-
Returns true iff any unassigned shards are marked as temporarily ignored.
- isIgnoreFailure() - 类 中的方法org.elasticsearch.ingest.CompoundProcessor
-
- isIgnoreMalformed(GeoValidationMethod) - 枚举 中的静态方法org.elasticsearch.index.query.GeoValidationMethod
-
Returns whether or not to skip bounding box validation.
- isIgnoreUnmapped() - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
Whether to include inner hits in the search response hits if required mappings is missing
- isIncludeInParent() - 类 中的方法org.elasticsearch.index.mapper.ObjectMapper.Nested
-
- isIncludeInRoot() - 类 中的方法org.elasticsearch.index.mapper.ObjectMapper.Nested
-
- isIndicesOptions(String) - 类 中的静态方法org.elasticsearch.action.support.IndicesOptions
-
Returns true if the name represents a valid name for one of the indices option
false otherwise
- isInetAddress(String) - 类 中的静态方法org.elasticsearch.common.network.InetAddresses
-
- isIngestNode(Settings) - 类 中的静态方法org.elasticsearch.cluster.node.DiscoveryNode
-
- isIngestNode() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNode
-
Returns a boolean that tells whether this an ingest node or not
- isInnerClass(Class<?>) - 类 中的静态方法org.elasticsearch.common.Classes
-
- isInSync() - 类 中的方法org.elasticsearch.cluster.routing.allocation.NodeAllocationResult.ShardStoreInfo
-
Returns true if the shard copy is in-sync and contains the latest data.
- isKeyAsc(BucketOrder) - 类 中的静态方法org.elasticsearch.search.aggregations.InternalOrder
-
Determine if the ordering strategy is sorting on bucket key ascending.
- isKeyDesc(BucketOrder) - 类 中的静态方法org.elasticsearch.search.aggregations.InternalOrder
-
Determine if the ordering strategy is sorting on bucket key descending.
- isKeyed() - 类 中的方法org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
-
- isKeyOrder(BucketOrder) - 类 中的静态方法org.elasticsearch.search.aggregations.InternalOrder
-
Determine if the ordering strategy is sorting on bucket key (ascending or descending).
- isKnownWord(BytesRef) - 类 中的方法org.elasticsearch.search.suggest.phrase.CandidateGenerator
-
- isKnownWord(BytesRef) - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
-
- isKnownWord(BytesRef) - 类 中的方法org.elasticsearch.search.suggest.phrase.MultiCandidateGeneratorWrapper
-
- isLangSupported(String) - 类 中的方法org.elasticsearch.script.ScriptService
-
- isLeader() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask
-
Returns true if this task is a leader for other slice subtasks
- isLoaded() - 类 中的方法org.elasticsearch.common.settings.KeyStoreWrapper
-
- isLoaded() - 接口 中的方法org.elasticsearch.common.settings.SecureSettings
-
Returns true iff the settings are loaded and retrievable.
- isLocalNodeElectedMaster() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes.Builder
-
- isLocalNodeElectedMaster() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes
-
Returns true if the local node is the elected master node.
- isMarkedCorrupted() - 类 中的方法org.elasticsearch.index.store.Store
-
- isMasterNode(Settings) - 类 中的静态方法org.elasticsearch.cluster.node.DiscoveryNode
-
- isMasterNode() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNode
-
Can this node become master or not.
- isMatch() - 类 中的方法org.elasticsearch.action.explain.ExplainResponse
-
- isMatchAllPattern(String) - 类 中的静态方法org.elasticsearch.common.regex.Regex
-
- isMemoryLocked() - 类 中的静态方法org.elasticsearch.bootstrap.BootstrapInfo
-
Returns true if we were able to lock the process's address space.
- isMergedSegment(LeafReader) - 类 中的静态方法org.elasticsearch.index.engine.Engine
-
Returns whether a leaf reader comes from a merge (versus flush or addIndexes).
- isMetadataField() - 类 中的方法org.elasticsearch.common.document.DocumentField
-
- isMetadataField(String) - 类 中的静态方法org.elasticsearch.index.mapper.MapperService
-
- isMlockall() - 类 中的方法org.elasticsearch.monitor.process.ProcessInfo
-
- isMultiTermAware() - 枚举 中的方法org.elasticsearch.indices.analysis.PreBuiltTokenFilters
-
- isMultiValued(SortedSetDocValues) - 枚举 中的静态方法org.elasticsearch.index.fielddata.FieldData
-
Returns whether the provided values *might* be multi-valued.
- isMultiValued(SortedNumericDocValues) - 枚举 中的静态方法org.elasticsearch.index.fielddata.FieldData
-
Returns whether the provided values *might* be multi-valued.
- isMultiValued(SortedNumericDoubleValues) - 枚举 中的静态方法org.elasticsearch.index.fielddata.FieldData
-
Returns whether the provided values *might* be multi-valued.
- isMultiValued(SortedBinaryDocValues) - 枚举 中的静态方法org.elasticsearch.index.fielddata.FieldData
-
Returns whether the provided values *might* be multi-valued.
- isMultiValued(MultiGeoPointValues) - 枚举 中的静态方法org.elasticsearch.index.fielddata.FieldData
-
Returns whether the provided values *might* be multi-valued.
- isMultiValued() - 类 中的方法org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
-
Returns true iff this builder contains a document ID that is associated with more than one ordinal.
- isNativesAvailable() - 类 中的静态方法org.elasticsearch.bootstrap.BootstrapInfo
-
Returns true if we successfully loaded native libraries.
- isNested() - 类 中的方法org.elasticsearch.index.mapper.ObjectMapper.Nested
-
- isNewCluster() - 类 中的方法org.elasticsearch.cluster.ClusterChangedEvent
-
Determines whether or not the current cluster state represents an entirely
new cluster, either when a node joins a cluster for the first time or when
the node receives a cluster state update from a brand new cluster (different
UUID from the previous cluster), which will happen when a master node is
elected that has never been part of the cluster before.
- isNoScope() - 类 中的方法org.elasticsearch.common.inject.internal.Scoping
-
Returns true if this is the default scope.
- isNoStopwords(Settings) - 类 中的静态方法org.elasticsearch.index.analysis.Analysis
-
- isNotA(ValueType) - 枚举 中的方法org.elasticsearch.search.aggregations.support.ValueType
-
- isNull() - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsResponse.FieldMappingMetaData
-
- isNullable() - 类 中的方法org.elasticsearch.common.inject.spi.Dependency
-
Returns true if null is a legal value for this dependency.
- isNullOrEmpty(String) - 类 中的静态方法org.elasticsearch.common.Strings
-
- isNumeric() - 枚举 中的方法org.elasticsearch.search.aggregations.support.ValueType
-
- isObject(Object) - 类 中的静态方法org.elasticsearch.common.xcontent.support.XContentMapValues
-
- isOpen() - 类 中的方法org.elasticsearch.env.ShardLock
-
Returns true if this lock is still open ie. has not been closed yet.
- isOpen() - 类 中的方法org.elasticsearch.index.translog.Translog
-
Returns true if this Translog is still open.
- isOpen() - 接口 中的方法org.elasticsearch.transport.TcpChannel
-
Indicates whether a channel is currently open
- isOptional() - 类 中的方法org.elasticsearch.common.inject.spi.InjectionPoint
-
Returns true if this injection point shall be skipped if the injector cannot resolve bindings
for all required dependencies.
- isParent(String) - 类 中的方法org.elasticsearch.index.mapper.DocumentMapper
-
- isPartitionBased() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude
-
- isPrefix() - 类 中的方法org.elasticsearch.search.suggest.completion.context.CategoryQueryContext
-
Returns if the context should be treated as a prefix
- isPrefix - 类 中的变量org.elasticsearch.search.suggest.completion.context.ContextMapping.InternalQueryContext
-
- isPreserveExisting() - 类 中的方法org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsClusterStateUpdateRequest
-
Returns true iff the settings update should only add but not update settings.
- isPreserveExisting() - 类 中的方法org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
-
Returns true iff the settings update should only add but not update settings.
- isPrettyPrint() - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContentGenerator
-
- isPrettyPrint() - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- isPrettyPrint() - 接口 中的方法org.elasticsearch.common.xcontent.XContentGenerator
-
- isPrimary() - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
-
- isPrimary() - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplanation
-
Returns true if the explained shard is primary, false otherwise.
- isPrimaryActive() - 类 中的方法org.elasticsearch.cluster.health.ClusterShardHealth
-
- isPrimaryRelocation() - 类 中的方法org.elasticsearch.indices.recovery.StartRecoveryRequest
-
- isPrivate() - 接口 中的方法org.elasticsearch.cluster.ClusterState.Custom
-
Returns
true iff this
ClusterState.Custom is private to the cluster and should never be send to a client.
- isPrivateSetting(String) - 类 中的方法org.elasticsearch.common.settings.AbstractScopedSettings
-
Returns true iff the setting is a private setting ie. it should be treated as valid even though it has no internal
representation.
- isPrivateSetting(String) - 类 中的方法org.elasticsearch.common.settings.IndexScopedSettings
-
- isProfile() - 类 中的方法org.elasticsearch.search.internal.ShardSearchLocalRequest
-
- isProfile() - 接口 中的方法org.elasticsearch.search.internal.ShardSearchRequest
-
Returns true if this shard search is being profiled or not
- isProfile() - 类 中的方法org.elasticsearch.search.internal.ShardSearchTransportRequest
-
- isProxyAction(String) - 类 中的静态方法org.elasticsearch.transport.TransportActionProxy
-
Returns true iff the given action is a proxy action
- isProxyRequest(TransportRequest) - 类 中的静态方法org.elasticsearch.transport.TransportActionProxy
-
Returns true iff the given request is a proxy request
- isQueryStringAllowLeadingWildcard() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns true if the query string parser should allow leading wildcards.
- isQueryStringAnalyzeWildcard() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns true if the query string should analyze wildcards.
- isQueryStringLenient() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns true if query string parsing should be lenient.
- isRC() - 类 中的方法org.elasticsearch.Version
-
- isReadAllowed() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- isReadOnly() - 类 中的方法org.elasticsearch.repositories.blobstore.BlobStoreRepository
-
- isReadOnly() - 接口 中的方法org.elasticsearch.repositories.Repository
-
Returns true if the repository supports only read operations
- isReadOverrideException(Exception) - 类 中的静态方法org.elasticsearch.action.support.TransportActions
-
If a failure is already present, should this failure override it or not for read operations.
- isRecovering() - 类 中的方法org.elasticsearch.index.engine.Engine
-
Returns true iff this engine is currently recovering from translog.
- isRecovering() - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
- isRecovery() - 枚举 中的方法org.elasticsearch.index.engine.Engine.Operation.Origin
-
- isRecycled() - 类 中的方法org.elasticsearch.common.recycler.NoneRecycler.NV
-
- isRecycled() - 接口 中的方法org.elasticsearch.common.recycler.Recycler.V
-
Whether this instance has been recycled (true) or newly allocated (false).
- isRefresh() - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
Call refresh on the indexes we've written to after the request ends?
- isRefreshNeeded() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
Returns true iff one or more changes to the engine are not visible to via the current searcher *or* there are pending
refresh listeners.
- isRegexBased() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude
-
- isRegistered(Class<? extends Throwable>, Version) - 异常错误 中的静态方法org.elasticsearch.ElasticsearchException
-
Returns true iff the given class is a registered for an exception to be read.
- isRelease() - 类 中的方法org.elasticsearch.Version
-
- isRelocationSourceOf(ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
returns true if the routing is the relocation source for the given routing
- isRelocationTarget() - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
- isRelocationTargetOf(ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
returns true if the routing is the relocation target of the given routing
- isRepositoryInUse(ClusterState, String) - 类 中的静态方法org.elasticsearch.snapshots.RestoreService
-
Checks if a repository is currently in use by one of the snapshots
- isRepositoryInUse(ClusterState, String) - 类 中的静态方法org.elasticsearch.snapshots.SnapshotsService
-
Checks if a repository is currently in use by one of the snapshots
- isRequest(byte) - 类 中的静态方法org.elasticsearch.transport.TransportStatus
-
- isRetainedAtRuntime(Class<? extends Annotation>) - 类 中的静态方法org.elasticsearch.common.inject.internal.Annotations
-
Returns true if the given annotation is retained at runtime.
- isRetry() - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
Returns true if this request has been sent to a shard copy more than once.
- isRetry() - 类 中的方法org.elasticsearch.index.engine.Engine.Index
-
Returns true if this index requests has been retried on the coordinating node and can therefor be delivered
multiple times.
- isRetryFailed() - 类 中的方法org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
-
Returns the current retry failed flag
- isRolledOver() - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverResponse
-
Returns true if the rollover was not simulated and the conditions were met
- isRoutingPartitionedIndex() - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
- isRunning() - 类 中的方法org.elasticsearch.common.StopWatch
-
Return whether the stop watch is currently running.
- isSame(StoreFileMetaData) - 类 中的方法org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
-
Checks if a file in a store is the same file
- isSame(BlobStoreIndexShardSnapshot.FileInfo) - 类 中的方法org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
-
Checks if a file in a store is the same file
- isSame(StoreFileMetaData) - 类 中的方法org.elasticsearch.index.store.StoreFileMetaData
-
Returns true iff the length and the checksums are the same. otherwise false
- isSameAllocation(ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
returns true if this routing has the same allocation ID as another.
- isSameUUID(String) - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
Test whether the current index UUID is the same as the given one.
- isScopeAnnotation(Class<? extends Annotation>) - 类 中的静态方法org.elasticsearch.common.inject.internal.Annotations
-
- isSearch() - 类 中的方法org.elasticsearch.index.engine.Segment
-
- isSearchable() - 类 中的方法org.elasticsearch.action.fieldcaps.FieldCapabilities
-
Whether this field can be aggregated on all indices.
- isSearchable() - 类 中的方法org.elasticsearch.index.mapper.MappedFieldType
-
Returns true if the field is searchable.
- isSet(CommonStatsFlags.Flag) - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
- isSet() - 类 中的方法org.elasticsearch.tasks.TaskId
-
- isShardNotAvailableException(Throwable) - 类 中的静态方法org.elasticsearch.action.support.TransportActions
-
- isShardsAcked() - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexResponse
-
Returns true if the requisite number of shards were started before
returning from the index creation operation.
- isShardsAcked() - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverResponse
-
Returns true if the requisite number of shards were started in the newly
created rollover index before returning.
- isShardsAcked() - 类 中的方法org.elasticsearch.cluster.ack.CreateIndexClusterStateUpdateResponse
-
Returns whether the requisite number of shard copies started before the completion of the operation.
- isShardsAcknowledged() - 类 中的方法org.elasticsearch.action.admin.indices.open.OpenIndexResponse
-
Returns true if the requisite number of shards were started before
returning from the indices opening operation.
- isShardsAcknowledged() - 类 中的方法org.elasticsearch.cluster.ack.OpenIndexClusterStateUpdateResponse
-
Returns whether the requisite number of shard copies started before the completion of the operation.
- isSimpleMatchPattern(String) - 类 中的静态方法org.elasticsearch.common.regex.Regex
-
Is the str a simple match pattern.
- isSingleType() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns whether the index enforces at most one type.
- isSkipDuplicates() - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestionContext
-
- isSnapshot() - 类 中的方法org.elasticsearch.Build
-
- isSourceEmpty() - 类 中的方法org.elasticsearch.action.get.GetResponse
-
Is the source empty (not available) or not.
- isSourceEmpty() - 类 中的方法org.elasticsearch.index.get.GetResult
-
Is the source empty (not available) or not.
- isStrictDuplicateDetectionEnabled() - 接口 中的静态方法org.elasticsearch.common.xcontent.XContent
-
- isSubAction() - 类 中的方法org.elasticsearch.action.get.TransportShardMultiGetAction
-
- isSubAction() - 类 中的方法org.elasticsearch.action.support.single.shard.TransportSingleShardAction
-
Tells whether the action is a main one or a subaction.
- isSubAction() - 类 中的方法org.elasticsearch.action.termvectors.TransportShardMultiTermsVectorAction
-
- isSucceeded() - 类 中的方法org.elasticsearch.action.search.ClearScrollResponse
-
- isSuccess() - 类 中的方法org.elasticsearch.bootstrap.BootstrapCheck.BootstrapCheckResult
-
- isSuccess() - 类 中的方法org.elasticsearch.cluster.ClusterStateTaskExecutor.TaskResult
-
- isSuggestOnly() - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
- isSuggestOnly() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
- isSynthetic() - 类 中的方法org.elasticsearch.common.inject.internal.MoreTypes.MemberImpl
-
- isSystemCallFilterInstalled() - 类 中的静态方法org.elasticsearch.bootstrap.BootstrapInfo
-
Returns true if system call filter is installed (supported systems only)
- isSystemContext() - 类 中的方法org.elasticsearch.common.util.concurrent.ThreadContext
-
Returns true iff this context is a system context
- isTempBlobName(String) - 类 中的方法org.elasticsearch.repositories.blobstore.ChecksumBlobStoreFormat
-
Returns true if the blob is a leftover temporary blob.
- isTerminatedEarly() - 类 中的方法org.elasticsearch.action.search.SearchResponse
-
Has the search operation terminated early due to reaching
terminateAfter
- isThrottled() - 类 中的方法org.elasticsearch.index.engine.Engine
-
Returns the true iff this engine is currently under index throttling.
- isThrottled() - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
- isThrottled() - 类 中的方法org.elasticsearch.index.shard.IndexingStats.Stats
-
Returns if the index is under merge throttling control
- isTimedOut() - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
true if the waitForXXX has timeout out and did not match.
- isTimedOut() - 类 中的方法org.elasticsearch.action.search.SearchResponse
-
Has the search operation timed out.
- isTimedOut() - 类 中的方法org.elasticsearch.cluster.ClusterStateObserver
-
indicates whether this observer has timed out
- isTimedOut() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollResponse
-
Did any of the sub-requests that were part of this request timeout?
- isTimedOut() - 类 中的方法org.elasticsearch.index.reindex.ScrollableHitSource.Response
-
Did this batch time out?
- isTokenChar(int) - 类 中的方法org.elasticsearch.index.analysis.CharMatcher.ByUnicodeCategory
-
- isTokenChar(int) - 接口 中的方法org.elasticsearch.index.analysis.CharMatcher
-
Returns true if, and only if, the provided character matches this character class.
- isTrackScores() - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
- isTransportClient() - 类 中的方法org.elasticsearch.common.network.NetworkModule
-
- isTransportThread(Thread) - 枚举 中的静态方法org.elasticsearch.transport.Transports
-
Utility method to detect whether a thread is a network thread.
- isTranspositions() - 类 中的方法org.elasticsearch.search.suggest.completion.FuzzyOptions
-
Returns if transpositions option is set
if transpositions is set, then swapping one character for another counts as one edit instead of two.
- isTrue(String) - 类 中的静态方法org.elasticsearch.common.Booleans
-
- isTTLPurgeDisabled() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns true if the TTL purge is disabled for this index.
- isTypeEnabled(ScriptType) - 类 中的方法org.elasticsearch.script.ScriptService
-
- isUnicodeAware() - 类 中的方法org.elasticsearch.search.suggest.completion.FuzzyOptions
-
Returns if all measurements (like edit distance, transpositions and lengths) are in unicode code
points (actual letters) instead of bytes.
- isValid() - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
-
- isValid() - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.ValidateQueryResponse
-
A boolean denoting whether the query is valid.
- isValid(String) - 类 中的静态方法org.elasticsearch.bootstrap.JavaVersion
-
- isValidDouble(double) - 类 中的静态方法org.elasticsearch.common.Numbers
-
Returns true if value is neither NaN nor infinite.
- isValidKey(String) - 类 中的静态方法org.elasticsearch.common.settings.AbstractScopedSettings
-
Returns true iff the given key is a valid settings key otherwise false
- isValidLatitude(double) - 类 中的静态方法org.elasticsearch.common.geo.GeoUtils
-
Returns true if latitude is actually a valid latitude value.
- isValidLongitude(double) - 类 中的静态方法org.elasticsearch.common.geo.GeoUtils
-
Returns true if longitude is actually a valid longitude value.
- isValidPattern(String) - 类 中的静态方法org.elasticsearch.common.settings.SettingsFilter
-
Returns true iff the given string is either a valid settings key pattern or a simple regular expression
- isValue() - 枚举 中的方法org.elasticsearch.common.xcontent.XContentParser.Token
-
- isVerbose() - 类 中的方法org.elasticsearch.action.ingest.SimulatePipelineRequest
-
- isVerbose() - 类 中的方法org.elasticsearch.action.ingest.SimulatePipelineResponse
-
- isVersion() - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
- isVersionConflictForReads(long, long) - 枚举 中的方法org.elasticsearch.index.VersionType
-
Checks whether the current version conflicts with the expected version, based on the current version type.
- isVersionConflictForWrites(long, long, boolean) - 枚举 中的方法org.elasticsearch.index.VersionType
-
Checks whether the current version conflicts with the expected version, based on the current version type.
- isWarmerEnabled() - 类 中的方法org.elasticsearch.index.IndexSettings
-
Returns true if index warmers are enabled, otherwise false
- isWeightRanked() - 类 中的方法org.elasticsearch.cluster.routing.allocation.NodeAllocationResult
-
Is the weight assigned for the node?
- isWildcard() - 类 中的方法org.elasticsearch.common.path.PathTrie.TrieNode
-
- isWithinCopyTo() - 类 中的方法org.elasticsearch.index.mapper.ParseContext
-
- isWithinMultiField() - 类 中的方法org.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
-
- isWithinMultiFields() - 类 中的方法org.elasticsearch.index.mapper.ParseContext
-
- isWorker() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask
-
Returns true if this task is a worker task that performs search requests.
- ItalianAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
- ItalianAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.ItalianAnalyzerProvider
-
- Item() - 类 的构造器org.elasticsearch.action.get.MultiGetRequest.Item
-
- Item(String, String, String) - 类 的构造器org.elasticsearch.action.get.MultiGetRequest.Item
-
Constructs a single get item.
- Item(SearchResponse, Exception) - 类 的构造器org.elasticsearch.action.search.MultiSearchResponse.Item
-
- Item() - 类 的构造器org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- Item(String, String, String) - 类 的构造器org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
Constructor for a given item / document request
- Item(String, String, XContentBuilder) - 类 的构造器org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
Constructor for an artificial document request, that is not present in the index.
- items() - 类 中的方法org.elasticsearch.action.bulk.BulkShardRequest
-
- Iter(double[], DoubleHistogram) - 类 的构造器org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks.Iter
-
- Iter(double[], DoubleHistogram) - 类 的构造器org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles.Iter
-
- Iter(double[], TDigestState) - 类 的构造器org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks.Iter
-
- Iter(double[], TDigestState) - 类 的构造器org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles.Iter
-
- Iter(double[], double[]) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket.Iter
-
- iterableAsArrayList(Iterable<? extends E>) - 类 中的静态方法org.elasticsearch.common.util.CollectionUtils
-
- Iterables - org.elasticsearch.common.util.iterable中的类
-
- Iterables() - 类 的构造器org.elasticsearch.common.util.iterable.Iterables
-
- iterate(PortsRange.PortCallback) - 类 中的方法org.elasticsearch.common.transport.PortsRange
-
- iterator() - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesResponse
-
Iterator over the repositories data
- iterator() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexStatus
-
- iterator() - 类 中的方法org.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksResponse
-
- iterator() - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse
-
- iterator() - 类 中的方法org.elasticsearch.action.admin.indices.segments.IndexSegments
-
- iterator() - 类 中的方法org.elasticsearch.action.admin.indices.segments.IndexShardSegments
-
- iterator() - 类 中的方法org.elasticsearch.action.admin.indices.segments.ShardSegments
-
- iterator() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndexShardStats
-
- iterator() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndexStats
-
- iterator() - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.get.IndexShardUpgradeStatus
-
- iterator() - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.get.IndexUpgradeStatus
-
- iterator() - 类 中的方法org.elasticsearch.action.bulk.BulkResponse
-
- iterator() - 类 中的方法org.elasticsearch.action.get.GetResponse
-
- iterator() - 类 中的方法org.elasticsearch.action.get.MultiGetRequest
-
- iterator() - 类 中的方法org.elasticsearch.action.get.MultiGetResponse
-
- iterator() - 类 中的方法org.elasticsearch.action.search.MultiSearchResponse
-
- iterator() - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsRequest
-
- iterator() - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsResponse
-
- iterator() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsFields
-
- iterator() - 类 中的方法org.elasticsearch.cluster.health.ClusterIndexHealth
-
- iterator() - 类 中的方法org.elasticsearch.cluster.health.ClusterStateHealth
-
- iterator() - 类 中的方法org.elasticsearch.cluster.metadata.MetaData
-
- iterator() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes
-
- iterator() - 类 中的方法org.elasticsearch.cluster.routing.GroupShardsIterator
-
- iterator() - 类 中的方法org.elasticsearch.cluster.routing.IndexRoutingTable
-
- iterator() - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- iterator() - 类 中的方法org.elasticsearch.cluster.routing.PlainShardsIterator
-
- iterator() - 类 中的方法org.elasticsearch.cluster.routing.RoutingNode
-
- iterator() - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes
-
- iterator() - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
-
- iterator() - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable
-
- iterator() - 类 中的方法org.elasticsearch.common.blobstore.BlobPath
-
- iterator() - 类 中的方法org.elasticsearch.common.bytes.BytesReference
-
Returns a BytesRefIterator for this BytesReference.
- iterator() - 类 中的方法org.elasticsearch.common.bytes.CompositeBytesReference
-
- iterator() - 类 中的方法org.elasticsearch.common.bytes.PagedBytesReference
-
- iterator() - 类 中的方法org.elasticsearch.common.collect.EvictingQueue
-
- iterator() - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- iterator() - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap
-
Returns a cursor over the entries (key-value pairs) in this map.
- iterator() - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- iterator() - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap
-
Returns a cursor over the entries (key-value pairs) in this map.
- iterator() - 类 中的方法org.elasticsearch.common.document.DocumentField
-
- iterator() - 类 中的方法org.elasticsearch.common.FieldMemoryStats
-
- iterator() - 类 中的方法org.elasticsearch.common.inject.ModulesBuilder
-
- iterator() - 类 中的方法org.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- iterator() - 类 中的方法org.elasticsearch.common.util.LongObjectPagedHashMap
-
- iterator() - 类 中的方法org.elasticsearch.index.get.GetResult
-
- iterator() - 类 中的方法org.elasticsearch.index.IndexService
-
- iterator() - 类 中的方法org.elasticsearch.index.mapper.DocumentFieldMappers
-
- iterator() - 类 中的方法org.elasticsearch.index.mapper.FieldMapper
-
- iterator() - 类 中的方法org.elasticsearch.index.mapper.FieldMapper.MultiFields
-
- iterator() - 类 中的方法org.elasticsearch.index.mapper.ObjectMapper
-
- iterator() - 类 中的方法org.elasticsearch.index.mapper.ParentFieldMapper
-
- iterator() - 类 中的方法org.elasticsearch.index.mapper.ParseContext.Document
-
- iterator() - 类 中的方法org.elasticsearch.index.shard.CommitPoints
-
- iterator() - 类 中的方法org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshots
-
- iterator() - 类 中的方法org.elasticsearch.index.store.Store.MetadataSnapshot
-
- iterator() - 类 中的方法org.elasticsearch.indices.IndicesService
-
- iterator() - 类 中的方法org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.StoreFilesMetaData
-
- iterator() - 类 中的方法org.elasticsearch.monitor.fs.FsInfo
-
- iterator() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats.GarbageCollectors
-
- iterator() - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats.Mem
-
- iterator() - 类 中的方法org.elasticsearch.search.aggregations.Aggregations
-
- iterator() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
-
- iterator() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms
-
- iterator() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
-
- iterator() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks
-
- iterator() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles
-
- iterator() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.hdr.ParsedHDRPercentileRanks
-
- iterator() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.ParsedPercentiles
-
- iterator() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks
-
- iterator() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles
-
- iterator() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.ParsedTDigestPercentileRanks
-
- iterator() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
-
- iterator() - 类 中的方法org.elasticsearch.search.SearchHit
-
- iterator() - 类 中的方法org.elasticsearch.search.SearchHits
-
- iterator() - 类 中的方法org.elasticsearch.search.suggest.Suggest
-
- iterator() - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
-
- iterator() - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion
-
- iterator() - 类 中的方法org.elasticsearch.threadpool.ThreadPoolInfo
-
- iterator() - 类 中的方法org.elasticsearch.threadpool.ThreadPoolStats
-
- Iterators - org.elasticsearch.common.collect中的类
-
- Iterators() - 类 的构造器org.elasticsearch.common.collect.Iterators
-
- MacAddressProvider - org.elasticsearch.common中的类
-
- MacAddressProvider() - 类 的构造器org.elasticsearch.common.MacAddressProvider
-
- main(String[]) - 类 中的静态方法org.elasticsearch.bootstrap.JarHell
-
Simple driver class, can be used eg. from builds.
- main(String[]) - 类 中的静态方法org.elasticsearch.common.settings.KeyStoreCli
-
- main(String[]) - 类 中的静态方法org.elasticsearch.index.translog.TranslogToolCli
-
- main(String[]) - 类 中的静态方法org.elasticsearch.Version
-
- MainAction - org.elasticsearch.action.main中的类
-
- MainAction() - 类 的构造器org.elasticsearch.action.main.MainAction
-
- MainRequest - org.elasticsearch.action.main中的类
-
- MainRequest() - 类 的构造器org.elasticsearch.action.main.MainRequest
-
- MainRequestBuilder - org.elasticsearch.action.main中的类
-
- MainRequestBuilder(ElasticsearchClient, MainAction) - 类 的构造器org.elasticsearch.action.main.MainRequestBuilder
-
- MainResponse - org.elasticsearch.action.main中的类
-
- MainResponse(String, Version, ClusterName, String, Build, boolean) - 类 的构造器org.elasticsearch.action.main.MainResponse
-
- major - 类 中的变量org.elasticsearch.Version
-
- majorDeviceNumber - 类 中的变量org.elasticsearch.env.NodeEnvironment.NodePath
-
- makeAllocationDecision(ShardRouting, RoutingAllocation, Logger) - 类 中的方法org.elasticsearch.gateway.BaseGatewayShardAllocator
-
Make a decision on the allocation of an unassigned shard.
- makeAllocationDecision(ShardRouting, RoutingAllocation, Logger) - 类 中的方法org.elasticsearch.gateway.PrimaryShardAllocator
-
- makeAllocationDecision(ShardRouting, RoutingAllocation, Logger) - 类 中的方法org.elasticsearch.gateway.ReplicaShardAllocator
-
- makeFragment(StringBuilder, int[], Field[], FieldFragList.WeightedFragInfo, String[], String[], Encoder) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.SimpleFragmentsBuilder
-
- makeFragment(StringBuilder, int[], Field[], FieldFragList.WeightedFragInfo, String[], String[], Encoder) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.SourceScoreOrderFragmentsBuilder
-
- makeKeySafe(TypeLiteral<T>) - 类 中的静态方法org.elasticsearch.common.inject.internal.MoreTypes
-
Returns an equivalent type that's safe for use in a key.
- makeWrapper(ResponseCollectorService) - 类 中的静态方法org.elasticsearch.action.search.SearchExecutionStatsCollector
-
- MANAGEMENT - 类 中的静态变量org.elasticsearch.threadpool.ThreadPool.Names
-
- MANDATORY_SETTING - 类 中的静态变量org.elasticsearch.plugins.PluginsService
-
- map() - 类 中的方法org.elasticsearch.common.collect.MapBuilder
-
- map() - 类 中的方法org.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- map(Map<String, ?>) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- map() - 接口 中的方法org.elasticsearch.common.xcontent.XContentParser
-
- MapBinder<K,V> - org.elasticsearch.common.inject.multibindings中的类
-
An API to bind multiple map entries separately, only to later inject them as
a complete map.
- MapBinder.RealMapBinder<K,V> - org.elasticsearch.common.inject.multibindings中的类
-
The actual mapbinder plays several roles:
As a MapBinder, it acts as a factory for LinkedBindingBuilders for
each of the map's values.
- MapBinder.RealMapBinder.MapBinderProviderWithDependencies<K,V> - org.elasticsearch.common.inject.multibindings中的类
-
- MapBuilder<K,V> - org.elasticsearch.common.collect中的类
-
- MapBuilder() - 类 的构造器org.elasticsearch.common.collect.MapBuilder
-
- MapBuilder(Map<K, V>) - 类 的构造器org.elasticsearch.common.collect.MapBuilder
-
- MapDiff(DiffableUtils.KeySerializer<K>, DiffableUtils.ValueSerializer<K, T>) - 类 的构造器org.elasticsearch.cluster.DiffableUtils.MapDiff
-
- MapDiff(DiffableUtils.KeySerializer<K>, DiffableUtils.ValueSerializer<K, T>, List<K>, Map<K, Diff<T>>, Map<K, T>) - 类 的构造器org.elasticsearch.cluster.DiffableUtils.MapDiff
-
- MapDiff(StreamInput, DiffableUtils.KeySerializer<K>, DiffableUtils.ValueSerializer<K, T>) - 类 的构造器org.elasticsearch.cluster.DiffableUtils.MapDiff
-
- mapOf(Type, Type) - 类 中的静态方法org.elasticsearch.common.inject.util.Types
-
Returns a type modelling a Map whose keys are of type
keyType and whose values are of type valueType.
- mapOrdered() - 类 中的方法org.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- mapOrdered() - 接口 中的方法org.elasticsearch.common.xcontent.XContentParser
-
- MapParams(Map<String, String>) - 类 的构造器org.elasticsearch.common.xcontent.ToXContent.MapParams
-
- MappedFieldType - org.elasticsearch.index.mapper中的类
-
This defines the core properties and functions to operate on a field.
- MappedFieldType(MappedFieldType) - 类 的构造器org.elasticsearch.index.mapper.MappedFieldType
-
- MappedFieldType() - 类 的构造器org.elasticsearch.index.mapper.MappedFieldType
-
- MappedFieldType.Relation - org.elasticsearch.index.mapper中的枚举
-
An enum used to describe the relation between the range of terms in a
shard when compared with a query range
- Mapper - org.elasticsearch.index.mapper中的类
-
- Mapper(String) - 类 的构造器org.elasticsearch.index.mapper.Mapper
-
- mapper - 类 中的变量org.elasticsearch.search.fetch.subphase.highlight.HighlighterContext
-
- mapper - 类 中的变量org.elasticsearch.search.fetch.subphase.highlight.SimpleFragmentsBuilder
-
- Mapper.Builder<T extends Mapper.Builder,Y extends Mapper> - org.elasticsearch.index.mapper中的类
-
- Mapper.BuilderContext - org.elasticsearch.index.mapper中的类
-
- Mapper.TypeParser - org.elasticsearch.index.mapper中的接口
-
- Mapper.TypeParser.ParserContext - org.elasticsearch.index.mapper中的类
-
- MapperException - org.elasticsearch.index.mapper中的异常错误
-
- MapperException(StreamInput) - 异常错误 的构造器org.elasticsearch.index.mapper.MapperException
-
- MapperException(String) - 异常错误 的构造器org.elasticsearch.index.mapper.MapperException
-
- MapperException(String, Throwable) - 异常错误 的构造器org.elasticsearch.index.mapper.MapperException
-
- MapperException(String, Throwable, Object...) - 异常错误 的构造器org.elasticsearch.index.mapper.MapperException
-
- MapperParsingException - org.elasticsearch.index.mapper中的异常错误
-
- MapperParsingException(StreamInput) - 异常错误 的构造器org.elasticsearch.index.mapper.MapperParsingException
-
- MapperParsingException(String) - 异常错误 的构造器org.elasticsearch.index.mapper.MapperParsingException
-
- MapperParsingException(String, Throwable) - 异常错误 的构造器org.elasticsearch.index.mapper.MapperParsingException
-
- MapperParsingException(String, Throwable, Object...) - 异常错误 的构造器org.elasticsearch.index.mapper.MapperParsingException
-
- MapperPlugin - org.elasticsearch.plugins中的接口
-
An extension point for
Plugin implementations to add custom mappers
- MapperRegistry - org.elasticsearch.indices.mapper中的类
-
A registry for all field mappers.
- MapperRegistry(Map<String, Mapper.TypeParser>, Map<String, MetadataFieldMapper.TypeParser>) - 类 的构造器org.elasticsearch.indices.mapper.MapperRegistry
-
- mappers() - 类 中的方法org.elasticsearch.index.mapper.DocumentMapper
-
- mappersBuilders - 类 中的变量org.elasticsearch.index.mapper.ObjectMapper.Builder
-
- mapperService() - 类 中的方法org.elasticsearch.index.IndexService
-
- mapperService() - 类 中的方法org.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
-
- MapperService - org.elasticsearch.index.mapper中的类
-
- MapperService(IndexSettings, IndexAnalyzers, NamedXContentRegistry, SimilarityService, MapperRegistry, Supplier<QueryShardContext>) - 类 的构造器org.elasticsearch.index.mapper.MapperService
-
- mapperService() - 类 中的方法org.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- mapperService() - 类 中的方法org.elasticsearch.index.mapper.ParseContext
-
- mapperService() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- mapperService() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- mapperService() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- mapperService() - 类 中的方法org.elasticsearch.search.lookup.DocLookup
-
- mapperService() - 类 中的方法org.elasticsearch.search.lookup.LeafDocLookup
-
- MapperService.MergeReason - org.elasticsearch.index.mapper中的枚举
-
The reason why a mapping is being merged.
- mapping(String, String, XContentType) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Adds mapping that will be added when the index gets created.
- mapping(String, XContentBuilder) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Adds mapping that will be added when the index gets created.
- mapping(String, Map) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Adds mapping that will be added when the index gets created.
- mapping(String, Object...) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
A specialized simplified mapping source method, takes the form of simple properties definition:
("field1", "type=string,store=true").
- mapping(String, String) - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverRequestBuilder
-
- mapping(String, String, XContentType) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
Adds mapping that will be added when the index gets created.
- mapping(String, XContentBuilder) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
Adds mapping that will be added when the index gets created.
- mapping(String, BytesReference, XContentType) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
Adds mapping that will be added when the index gets created.
- mapping(String, Map<String, Object>) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
Adds mapping that will be added when the index gets created.
- mapping(String, Object...) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
A specialized simplified mapping source method, takes the form of simple properties definition:
("field1", "type=string,store=true").
- mapping(String) - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- mapping(String) - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
- mapping() - 类 中的方法org.elasticsearch.index.mapper.DocumentMapper
-
- Mapping - org.elasticsearch.index.mapper中的类
-
Wrapper around everything that defines a mapping, without references to
utility classes like MapperService, ...
- Mapping(Version, RootObjectMapper, MetadataFieldMapper[], Map<String, Object>) - 类 的构造器org.elasticsearch.index.mapper.Mapping
-
- mappingForName(String, String) - 类 中的方法org.elasticsearch.index.mapper.DynamicTemplate
-
- MappingMetaData - org.elasticsearch.cluster.metadata中的类
-
Mapping configuration for a type.
- MappingMetaData(DocumentMapper) - 类 的构造器org.elasticsearch.cluster.metadata.MappingMetaData
-
- MappingMetaData(CompressedXContent) - 类 的构造器org.elasticsearch.cluster.metadata.MappingMetaData
-
- MappingMetaData(String, Map<String, Object>) - 类 的构造器org.elasticsearch.cluster.metadata.MappingMetaData
-
- MappingMetaData(String, CompressedXContent, MappingMetaData.Routing, boolean) - 类 的构造器org.elasticsearch.cluster.metadata.MappingMetaData
-
- MappingMetaData(StreamInput) - 类 的构造器org.elasticsearch.cluster.metadata.MappingMetaData
-
- MappingMetaData.Routing - org.elasticsearch.cluster.metadata中的类
-
- mappingOrDefault(String) - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
Sometimes, the default mapping exists and an actual mapping is not created yet (introduced),
in this case, we want to return the default mapping in case it has some default mapping definitions.
- mappings(Map<String, String>) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
-
- mappings() - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
-
- mappings() - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
- mappings() - 类 中的方法org.elasticsearch.action.admin.indices.get.GetIndexResponse
-
- mappings() - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsResponse
-
returns the retrieved field mapping.
- mappings() - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetMappingsResponse
-
- mappings() - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
- mappings() - 类 中的方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- mappings(Map<String, String>) - 类 中的方法org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutRequest
-
- mappingSource() - 类 中的方法org.elasticsearch.index.mapper.DocumentMapper
-
- mappingType(String) - 类 中的方法org.elasticsearch.index.mapper.DynamicTemplate
-
- mappingUpdate(Mapper) - 类 中的方法org.elasticsearch.index.mapper.Mapping
-
Generate a mapping update for the given root object mapper.
- mappingUpdate(Mapper) - 类 中的方法org.elasticsearch.index.mapper.ObjectMapper
-
Build a mapping update with the provided sub mapping update.
- mappingUpdate(Mapper) - 类 中的方法org.elasticsearch.index.mapper.RootObjectMapper
-
- MappingUpdatedAction - org.elasticsearch.cluster.action.index中的类
-
Called by shards in the cluster when their mapping was dynamically updated and it needs to be updated
in the cluster state meta data (and broadcast to all members).
- MappingUpdatedAction(Settings, ClusterSettings) - 类 的构造器org.elasticsearch.cluster.action.index.MappingUpdatedAction
-
- MappingUpdatePerformer - org.elasticsearch.action.bulk中的接口
-
- mapScript(Script) - 类 中的方法org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
-
Set the map script.
- mapScript() - 类 中的方法org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
-
Get the map script.
- mapStrings() - 类 中的方法org.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- mapStrings() - 接口 中的方法org.elasticsearch.common.xcontent.XContentParser
-
- mapStringsOrdered() - 类 中的方法org.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- mapStringsOrdered() - 接口 中的方法org.elasticsearch.common.xcontent.XContentParser
-
- mark(int) - 类 中的方法org.elasticsearch.common.io.FastCharArrayReader
-
Marks the present position in the stream.
- mark(int) - 类 中的方法org.elasticsearch.common.io.FastStringReader
-
Marks the present position in the stream.
- mark(int) - 类 中的方法org.elasticsearch.common.io.stream.ByteBufferStreamInput
-
- mark(int) - 类 中的方法org.elasticsearch.common.io.stream.InputStreamStreamInput
-
- mark(int) - 类 中的方法org.elasticsearch.common.lucene.store.InputStreamIndexInput
-
- mark(int) - 类 中的方法org.elasticsearch.index.translog.BufferedChecksumStreamInput
-
- markAllocationIdAsInSync(String, long) - 类 中的方法org.elasticsearch.index.seqno.GlobalCheckpointTracker
-
Marks the shard with the provided allocation ID as in-sync with the primary shard.
- markAllocationIdAsInSync(String, long) - 类 中的方法org.elasticsearch.index.seqno.SequenceNumbersService
-
Marks the shard with the provided allocation ID as in-sync with the primary shard.
- markAllocationIdAsInSync(String, long) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
Marks the shard with the provided allocation ID as in-sync with the primary shard.
- markAsCommitted(String, PendingClusterStatesQueue.StateProcessedListener) - 类 中的方法org.elasticsearch.discovery.zen.PendingClusterStatesQueue
-
Mark a previously added cluster state as committed.
- markAsDone() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryTarget
-
mark the current recovery as done
- markAsFailed(ClusterState, Exception) - 类 中的方法org.elasticsearch.discovery.zen.PendingClusterStatesQueue
-
mark that the processing of the given state has failed.
- markAsProcessed(ClusterState) - 类 中的方法org.elasticsearch.discovery.zen.PendingClusterStatesQueue
-
indicates that a cluster state was successfully processed.
- markAsRecovering(String, RecoveryState) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
Marks the shard as recovering based on a recovery state, fails with exception is recovering is not allowed to be set.
- markAsRequired() - 类 中的方法org.elasticsearch.index.mapper.RoutingFieldMapper
-
- markAsSystemContext() - 类 中的方法org.elasticsearch.common.util.concurrent.ThreadContext
-
Marks this thread context as an internal system context.
- markedPos - 类 中的变量org.elasticsearch.common.io.FastCharArrayReader
-
The position of mark in buffer.
- MARKER_BYTES_SIZE - 类 中的静态变量org.elasticsearch.transport.TcpHeader
-
- markIndicesReadOnly(Set<String>) - 类 中的方法org.elasticsearch.cluster.routing.allocation.DiskThresholdMonitor
-
- markRecoveryAsDone(long) - 类 中的方法org.elasticsearch.indices.recovery.RecoveriesCollection
-
mark the recovery with the given id as done (if found)
- markSeqNoAsCompleted(long) - 类 中的方法org.elasticsearch.index.seqno.LocalCheckpointTracker
-
Marks the processing of the provided sequence number as completed as updates the checkpoint if possible.
- markSeqNoAsCompleted(long) - 类 中的方法org.elasticsearch.index.seqno.SequenceNumbersService
-
Marks the processing of the provided sequence number as completed as updates the checkpoint if possible.
- markSeqNoAsNoop(long, String) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- markShardCopyAsStaleIfNeeded(ShardId, String, Runnable, Consumer<Exception>, Consumer<Exception>) - 接口 中的方法org.elasticsearch.action.support.replication.ReplicationOperation.Replicas
-
Marks shard copy as stale if needed, removing its allocation id from
the set of in-sync allocation ids.
- markShardCopyAsStaleIfNeeded(ShardId, String, Runnable, Consumer<Exception>, Consumer<Exception>) - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction.ReplicasProxy
-
- markStoreCorrupted(IOException) - 类 中的方法org.elasticsearch.index.store.Store
-
Marks this store as corrupted.
- markSupported() - 类 中的方法org.elasticsearch.common.io.FastCharArrayReader
-
Tells whether this stream supports the mark() operation, which it does.
- markSupported() - 类 中的方法org.elasticsearch.common.io.FastStringReader
-
Tells whether this stream supports the mark() operation, which it does.
- markSupported() - 类 中的方法org.elasticsearch.common.io.stream.ByteBufferStreamInput
-
- markSupported() - 类 中的方法org.elasticsearch.common.io.stream.InputStreamStreamInput
-
- markSupported() - 类 中的方法org.elasticsearch.common.lucene.store.InputStreamIndexInput
-
- markSupported() - 类 中的方法org.elasticsearch.index.translog.BufferedChecksumStreamInput
-
- master() - 类 中的方法org.elasticsearch.discovery.zen.ZenPing.PingResponse
-
the current master of the node
- MASTER_ELECTION_IGNORE_NON_MASTER_PINGS_SETTING - 类 中的静态变量org.elasticsearch.discovery.zen.ZenDiscovery
-
- MASTER_ELECTION_WAIT_FOR_JOINS_TIMEOUT_SETTING - 类 中的静态变量org.elasticsearch.discovery.zen.ZenDiscovery
-
- MASTER_PING_ACTION_NAME - 类 中的静态变量org.elasticsearch.discovery.zen.MasterFaultDetection
-
- MASTER_UPDATE_THREAD_NAME - 类 中的静态变量org.elasticsearch.cluster.service.MasterService
-
- MasterCandidate(DiscoveryNode, long) - 类 的构造器org.elasticsearch.discovery.zen.ElectMasterService.MasterCandidate
-
- MasterFaultDetection - org.elasticsearch.discovery.zen中的类
-
A fault detection that pings the master periodically to see if its alive.
- MasterFaultDetection(Settings, ThreadPool, TransportService, Supplier<ClusterState>, MasterService, ClusterName) - 类 的构造器org.elasticsearch.discovery.zen.MasterFaultDetection
-
- MasterFaultDetection.Listener - org.elasticsearch.discovery.zen中的接口
-
- MasterFaultDetection.MasterPingRequest - org.elasticsearch.discovery.zen中的类
-
- masterNode() - 类 中的方法org.elasticsearch.discovery.zen.MasterFaultDetection
-
- masterNode() - 类 中的方法org.elasticsearch.discovery.zen.NodesFaultDetection.PingRequest
-
- masterNodeChanged() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes.Delta
-
- MasterNodeChangePredicate - org.elasticsearch.cluster中的类
-
- masterNodeId(String) - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes.Builder
-
- MasterNodeOperationRequestBuilder<Request extends MasterNodeRequest<Request>,Response extends ActionResponse,RequestBuilder extends MasterNodeOperationRequestBuilder<Request,Response,RequestBuilder>> - org.elasticsearch.action.support.master中的类
-
Base request builder for master node operations
- MasterNodeOperationRequestBuilder(ElasticsearchClient, Action<Request, Response, RequestBuilder>, Request) - 类 的构造器org.elasticsearch.action.support.master.MasterNodeOperationRequestBuilder
-
- MasterNodeReadOperationRequestBuilder<Request extends MasterNodeReadRequest<Request>,Response extends ActionResponse,RequestBuilder extends MasterNodeReadOperationRequestBuilder<Request,Response,RequestBuilder>> - org.elasticsearch.action.support.master中的类
-
Base request builder for master node read operations that can be executed on the local node as well
- MasterNodeReadOperationRequestBuilder(ElasticsearchClient, Action<Request, Response, RequestBuilder>, Request) - 类 的构造器org.elasticsearch.action.support.master.MasterNodeReadOperationRequestBuilder
-
- MasterNodeReadRequest<Request extends MasterNodeReadRequest<Request>> - org.elasticsearch.action.support.master中的类
-
Base request for master based read operations that allows to read the cluster state from the local node if needed
- MasterNodeReadRequest() - 类 的构造器org.elasticsearch.action.support.master.MasterNodeReadRequest
-
- MasterNodeRequest<Request extends MasterNodeRequest<Request>> - org.elasticsearch.action.support.master中的类
-
A based request for master based operation.
- MasterNodeRequest() - 类 的构造器org.elasticsearch.action.support.master.MasterNodeRequest
-
- masterNodeTimeout - 类 中的变量org.elasticsearch.action.support.master.MasterNodeRequest
-
- masterNodeTimeout(TimeValue) - 类 中的方法org.elasticsearch.action.support.master.MasterNodeRequest
-
A timeout value in case the master has not been discovered yet or disconnected.
- masterNodeTimeout(String) - 类 中的方法org.elasticsearch.action.support.master.MasterNodeRequest
-
A timeout value in case the master has not been discovered yet or disconnected.
- masterNodeTimeout() - 类 中的方法org.elasticsearch.action.support.master.MasterNodeRequest
-
- masterNodeTimeout() - 接口 中的方法org.elasticsearch.cluster.ack.AckedRequest
-
Returns the timeout for the request to be completed on the master node
- masterNodeTimeout() - 类 中的方法org.elasticsearch.cluster.ack.ClusterStateUpdateRequest
-
Returns the maximum time interval to wait for the request to
be completed on the master node
- masterNodeTimeout(TimeValue) - 类 中的方法org.elasticsearch.cluster.ack.ClusterStateUpdateRequest
-
Sets the master node timeout
- masterNodeTimeout() - 类 中的方法org.elasticsearch.snapshots.RestoreService.RestoreRequest
-
Return master node timeout
- masterNodeTimeout(TimeValue) - 类 中的方法org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
-
Sets master node timeout
- masterNodeTimeout() - 类 中的方法org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
-
Returns master node timeout
- MasterNotDiscoveredException - org.elasticsearch.discovery中的异常错误
-
- MasterNotDiscoveredException() - 异常错误 的构造器org.elasticsearch.discovery.MasterNotDiscoveredException
-
- MasterNotDiscoveredException(Throwable) - 异常错误 的构造器org.elasticsearch.discovery.MasterNotDiscoveredException
-
- MasterNotDiscoveredException(String) - 异常错误 的构造器org.elasticsearch.discovery.MasterNotDiscoveredException
-
- MasterNotDiscoveredException(StreamInput) - 异常错误 的构造器org.elasticsearch.discovery.MasterNotDiscoveredException
-
- masterOperation(ClusterAllocationExplainRequest, ClusterState, ActionListener<ClusterAllocationExplainResponse>) - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.TransportClusterAllocationExplainAction
-
- masterOperation(ClusterHealthRequest, ClusterState, ActionListener<ClusterHealthResponse>) - 类 中的方法org.elasticsearch.action.admin.cluster.health.TransportClusterHealthAction
-
- masterOperation(Task, ClusterHealthRequest, ClusterState, ActionListener<ClusterHealthResponse>) - 类 中的方法org.elasticsearch.action.admin.cluster.health.TransportClusterHealthAction
-
- masterOperation(DeleteRepositoryRequest, ClusterState, ActionListener<DeleteRepositoryResponse>) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.delete.TransportDeleteRepositoryAction
-
- masterOperation(GetRepositoriesRequest, ClusterState, ActionListener<GetRepositoriesResponse>) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.get.TransportGetRepositoriesAction
-
- masterOperation(PutRepositoryRequest, ClusterState, ActionListener<PutRepositoryResponse>) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.put.TransportPutRepositoryAction
-
- masterOperation(VerifyRepositoryRequest, ClusterState, ActionListener<VerifyRepositoryResponse>) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.verify.TransportVerifyRepositoryAction
-
- masterOperation(ClusterRerouteRequest, ClusterState, ActionListener<ClusterRerouteResponse>) - 类 中的方法org.elasticsearch.action.admin.cluster.reroute.TransportClusterRerouteAction
-
- masterOperation(ClusterUpdateSettingsRequest, ClusterState, ActionListener<ClusterUpdateSettingsResponse>) - 类 中的方法org.elasticsearch.action.admin.cluster.settings.TransportClusterUpdateSettingsAction
-
- masterOperation(ClusterSearchShardsRequest, ClusterState, ActionListener<ClusterSearchShardsResponse>) - 类 中的方法org.elasticsearch.action.admin.cluster.shards.TransportClusterSearchShardsAction
-
- masterOperation(CreateSnapshotRequest, ClusterState, ActionListener<CreateSnapshotResponse>) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.TransportCreateSnapshotAction
-
- masterOperation(DeleteSnapshotRequest, ClusterState, ActionListener<DeleteSnapshotResponse>) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.delete.TransportDeleteSnapshotAction
-
- masterOperation(GetSnapshotsRequest, ClusterState, ActionListener<GetSnapshotsResponse>) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.get.TransportGetSnapshotsAction
-
- masterOperation(RestoreSnapshotRequest, ClusterState, ActionListener<RestoreSnapshotResponse>) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.TransportRestoreSnapshotAction
-
- masterOperation(SnapshotsStatusRequest, ClusterState, ActionListener<SnapshotsStatusResponse>) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.TransportSnapshotsStatusAction
-
- masterOperation(ClusterStateRequest, ClusterState, ActionListener<ClusterStateResponse>) - 类 中的方法org.elasticsearch.action.admin.cluster.state.TransportClusterStateAction
-
- masterOperation(DeleteStoredScriptRequest, ClusterState, ActionListener<DeleteStoredScriptResponse>) - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.TransportDeleteStoredScriptAction
-
- masterOperation(GetStoredScriptRequest, ClusterState, ActionListener<GetStoredScriptResponse>) - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.TransportGetStoredScriptAction
-
- masterOperation(PutStoredScriptRequest, ClusterState, ActionListener<PutStoredScriptResponse>) - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.TransportPutStoredScriptAction
-
- masterOperation(PendingClusterTasksRequest, ClusterState, ActionListener<PendingClusterTasksResponse>) - 类 中的方法org.elasticsearch.action.admin.cluster.tasks.TransportPendingClusterTasksAction
-
- masterOperation(GetAliasesRequest, ClusterState, ActionListener<AliasesExistResponse>) - 类 中的方法org.elasticsearch.action.admin.indices.alias.exists.TransportAliasesExistAction
-
- masterOperation(GetAliasesRequest, ClusterState, ActionListener<GetAliasesResponse>) - 类 中的方法org.elasticsearch.action.admin.indices.alias.get.TransportGetAliasesAction
-
- masterOperation(IndicesAliasesRequest, ClusterState, ActionListener<IndicesAliasesResponse>) - 类 中的方法org.elasticsearch.action.admin.indices.alias.TransportIndicesAliasesAction
-
- masterOperation(CloseIndexRequest, ClusterState, ActionListener<CloseIndexResponse>) - 类 中的方法org.elasticsearch.action.admin.indices.close.TransportCloseIndexAction
-
- masterOperation(CreateIndexRequest, ClusterState, ActionListener<CreateIndexResponse>) - 类 中的方法org.elasticsearch.action.admin.indices.create.TransportCreateIndexAction
-
- masterOperation(DeleteIndexRequest, ClusterState, ActionListener<DeleteIndexResponse>) - 类 中的方法org.elasticsearch.action.admin.indices.delete.TransportDeleteIndexAction
-
- masterOperation(IndicesExistsRequest, ClusterState, ActionListener<IndicesExistsResponse>) - 类 中的方法org.elasticsearch.action.admin.indices.exists.indices.TransportIndicesExistsAction
-
- masterOperation(TypesExistsRequest, ClusterState, ActionListener<TypesExistsResponse>) - 类 中的方法org.elasticsearch.action.admin.indices.exists.types.TransportTypesExistsAction
-
- masterOperation(PutMappingRequest, ClusterState, ActionListener<PutMappingResponse>) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.TransportPutMappingAction
-
- masterOperation(OpenIndexRequest, ClusterState, ActionListener<OpenIndexResponse>) - 类 中的方法org.elasticsearch.action.admin.indices.open.TransportOpenIndexAction
-
- masterOperation(RolloverRequest, ClusterState, ActionListener<RolloverResponse>) - 类 中的方法org.elasticsearch.action.admin.indices.rollover.TransportRolloverAction
-
- masterOperation(GetSettingsRequest, ClusterState, ActionListener<GetSettingsResponse>) - 类 中的方法org.elasticsearch.action.admin.indices.settings.get.TransportGetSettingsAction
-
- masterOperation(UpdateSettingsRequest, ClusterState, ActionListener<UpdateSettingsResponse>) - 类 中的方法org.elasticsearch.action.admin.indices.settings.put.TransportUpdateSettingsAction
-
- masterOperation(IndicesShardStoresRequest, ClusterState, ActionListener<IndicesShardStoresResponse>) - 类 中的方法org.elasticsearch.action.admin.indices.shards.TransportIndicesShardStoresAction
-
- masterOperation(ResizeRequest, ClusterState, ActionListener<ResizeResponse>) - 类 中的方法org.elasticsearch.action.admin.indices.shrink.TransportResizeAction
-
- masterOperation(DeleteIndexTemplateRequest, ClusterState, ActionListener<DeleteIndexTemplateResponse>) - 类 中的方法org.elasticsearch.action.admin.indices.template.delete.TransportDeleteIndexTemplateAction
-
- masterOperation(GetIndexTemplatesRequest, ClusterState, ActionListener<GetIndexTemplatesResponse>) - 类 中的方法org.elasticsearch.action.admin.indices.template.get.TransportGetIndexTemplatesAction
-
- masterOperation(PutIndexTemplateRequest, ClusterState, ActionListener<PutIndexTemplateResponse>) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.TransportPutIndexTemplateAction
-
- masterOperation(UpgradeSettingsRequest, ClusterState, ActionListener<UpgradeSettingsResponse>) - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeSettingsAction
-
- masterOperation(DeletePipelineRequest, ClusterState, ActionListener<WritePipelineResponse>) - 类 中的方法org.elasticsearch.action.ingest.DeletePipelineTransportAction
-
- masterOperation(GetPipelineRequest, ClusterState, ActionListener<GetPipelineResponse>) - 类 中的方法org.elasticsearch.action.ingest.GetPipelineTransportAction
-
- masterOperation(PutPipelineRequest, ClusterState, ActionListener<WritePipelineResponse>) - 类 中的方法org.elasticsearch.action.ingest.PutPipelineTransportAction
-
- masterOperation(Request, ClusterState, ActionListener<Response>) - 类 中的方法org.elasticsearch.action.support.master.info.TransportClusterInfoAction
-
- masterOperation(Request, ClusterState, ActionListener<Response>) - 类 中的方法org.elasticsearch.action.support.master.TransportMasterNodeAction
-
- masterOperation(Task, Request, ClusterState, ActionListener<Response>) - 类 中的方法org.elasticsearch.action.support.master.TransportMasterNodeAction
-
Override this operation if access to the task parameter is needed
- MasterPingRequest() - 类 的构造器org.elasticsearch.discovery.zen.MasterFaultDetection.MasterPingRequest
-
- MasterService - org.elasticsearch.cluster.service中的类
-
- MasterService(Settings, ThreadPool) - 类 的构造器org.elasticsearch.cluster.service.MasterService
-
- MasterService.TaskInputs - org.elasticsearch.cluster.service中的类
-
Represents a set of tasks to be processed together with their executor
- masterTimeout(TimeValue) - 类 中的方法org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutRequest
-
- masterTimeout(TimeValue) - 类 中的方法org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.RemoveRequest
-
- match(int) - 类 中的方法org.apache.lucene.search.XFilteredDocIdSetIterator
-
Validation method to determine whether a docid should be in the result set.
- match(Task) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksRequest
-
- match(Task) - 类 中的方法org.elasticsearch.action.support.tasks.BaseTasksRequest
-
- match(DiscoveryNode) - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodeFilters
-
- match(String) - 类 中的方法org.elasticsearch.common.ParseField
-
- match(String) - 类 中的方法org.elasticsearch.common.settings.Setting.AffixKey
-
- match(String) - 类 中的方法org.elasticsearch.common.settings.Setting.GroupKey
-
- match(String) - 接口 中的方法org.elasticsearch.common.settings.Setting.Key
-
- match(String) - 类 中的方法org.elasticsearch.common.settings.Setting.ListKey
-
- match(String) - 类 中的方法org.elasticsearch.common.settings.Setting
-
Returns true iff the given key matches the settings key or if this setting is a group setting if the
given key is part of the settings group.
- match(String) - 类 中的方法org.elasticsearch.common.settings.Setting.SimpleKey
-
- match(URI) - 类 中的方法org.elasticsearch.common.util.URIPattern
-
Returns true if the given uri matches the pattern
- match(URIPattern[], URI) - 类 中的静态方法org.elasticsearch.common.util.URIPattern
-
- match(String) - 枚举 中的方法org.elasticsearch.index.IndexModule.Type
-
Returns true iff this settings matches the type.
- match(String, String, DynamicTemplate.XContentFieldType) - 类 中的方法org.elasticsearch.index.mapper.DynamicTemplate
-
- MATCH_ANY - 类 中的静态变量org.elasticsearch.common.lucene.uid.Versions
-
used to indicate the write operation should succeed regardless of current version
- MATCH_DELETED - 类 中的静态变量org.elasticsearch.common.lucene.uid.Versions
-
used to indicate that the write operation should be executed if the document is currently deleted
i.e., not found in the index and/or found as deleted (with version) in the version map
- matchAllQuery() - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A query that matches on all documents.
- MatchAllQueryBuilder - org.elasticsearch.index.query中的类
-
A query that matches on all documents.
- MatchAllQueryBuilder() - 类 的构造器org.elasticsearch.index.query.MatchAllQueryBuilder
-
- MatchAllQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.MatchAllQueryBuilder
-
Read from a stream.
- matched - 类 中的变量org.elasticsearch.action.admin.indices.rollover.Condition.Result
-
- MATCHED_FIELDS_FIELD - 类 中的静态变量org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- matchedFields(String...) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.Field
-
Set the matched fields to highlight against this field data.
- matchedFields() - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
-
- matchedQueries(String[]) - 类 中的方法org.elasticsearch.search.SearchHit
-
- MatchedQueriesFetchSubPhase - org.elasticsearch.search.fetch.subphase中的类
-
- MatchedQueriesFetchSubPhase() - 类 的构造器org.elasticsearch.search.fetch.subphase.MatchedQueriesFetchSubPhase
-
- Matcher<T> - org.elasticsearch.common.inject.matcher中的接口
-
Returns true or false for a given input.
- MatcherAndConverter - org.elasticsearch.common.inject.internal中的类
-
- MatcherAndConverter(Matcher<? super TypeLiteral<?>>, TypeConverter, Object) - 类 的构造器org.elasticsearch.common.inject.internal.MatcherAndConverter
-
- Matchers - org.elasticsearch.common.inject.matcher中的类
-
Matcher implementations.
- matches(T) - 接口 中的方法org.elasticsearch.common.inject.matcher.Matcher
-
Returns true if this matches t, false otherwise.
- matches() - 类 中的方法org.elasticsearch.common.xcontent.support.filtering.FilterPath
-
- matches(String, String) - 枚举 中的方法org.elasticsearch.index.mapper.DynamicTemplate.MatchType
-
Whether value matches regex.
- matchesIndex(String, String, ClusterState) - 类 中的方法org.elasticsearch.cluster.metadata.IndexNameExpressionResolver
-
Returns true iff the given expression resolves to the given index name otherwise false
- MatchNoneQueryBuilder - org.elasticsearch.index.query中的类
-
A query that matches no document.
- MatchNoneQueryBuilder() - 类 的构造器org.elasticsearch.index.query.MatchNoneQueryBuilder
-
- MatchNoneQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.MatchNoneQueryBuilder
-
Read from a stream.
- matchPhrasePrefixQuery(String, Object) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
Creates a match query with type "PHRASE_PREFIX" for the provided field name and text.
- MatchPhrasePrefixQueryBuilder - org.elasticsearch.index.query中的类
-
Match query is a query that analyzes the text and constructs a phrase prefix
query as the result of the analysis.
- MatchPhrasePrefixQueryBuilder(String, Object) - 类 的构造器org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
-
- MatchPhrasePrefixQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
-
Read from a stream.
- matchPhraseQuery(String, Object) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
Creates a text query with type "PHRASE" for the provided field name and text.
- MatchPhraseQueryBuilder - org.elasticsearch.index.query中的类
-
Match query is a query that analyzes the text and constructs a phrase query
as the result of the analysis.
- MatchPhraseQueryBuilder(String, Object) - 类 的构造器org.elasticsearch.index.query.MatchPhraseQueryBuilder
-
- MatchPhraseQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.MatchPhraseQueryBuilder
-
Read from a stream.
- matchProperty(String) - 类 中的方法org.elasticsearch.common.xcontent.support.filtering.FilterPath
-
- matchQuery(String, Object) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
Creates a match query with type "BOOLEAN" for the provided field name and text.
- MatchQuery - org.elasticsearch.index.search中的类
-
- MatchQuery(QueryShardContext) - 类 的构造器org.elasticsearch.index.search.MatchQuery
-
- MatchQuery.Type - org.elasticsearch.index.search中的枚举
-
- MatchQuery.ZeroTermsQuery - org.elasticsearch.index.search中的枚举
-
- MatchQueryBuilder - org.elasticsearch.index.query中的类
-
Match query is a query that analyzes the text and constructs a query as the
result of the analysis.
- MatchQueryBuilder(String, Object) - 类 的构造器org.elasticsearch.index.query.MatchQueryBuilder
-
Constructs a new match query.
- MatchQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.MatchQueryBuilder
-
Read from a stream.
- matchQueryType() - 枚举 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder.Type
-
- max(long, long) - 类 中的静态方法org.elasticsearch.index.seqno.SequenceNumbers
-
- max(String) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
Max aggregation with the given name.
- Max - org.elasticsearch.search.aggregations.metrics.max中的接口
-
An aggregation that computes the maximum of the values in the current bucket.
- max - 类 中的变量org.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- max - 类 中的变量org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
-
- max(Version, Version) - 类 中的静态方法org.elasticsearch.Version
-
Returns the maximum version between the 2
- MAX_ADJACENCY_MATRIX_FILTERS_SETTING - 类 中的静态变量org.elasticsearch.index.IndexSettings
-
Index setting describing the maximum number of filters clauses that can be used
in an adjacency_matrix aggregation.
- MAX_BOOST_FIELD - 类 中的静态变量org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
- MAX_BYTES_VLONG - 枚举 中的静态变量org.elasticsearch.common.util.ByteUtils
-
- MAX_CONCURRENT_GROUP_REQUESTS_FIELD - 类 中的静态变量org.elasticsearch.search.collapse.CollapseBuilder
-
- MAX_COORDINATE - 类 中的静态变量org.elasticsearch.common.geo.builders.ShapeBuilder.Edge
-
- MAX_DOCS_PER_VALUE_DEFAULT - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
-
- MAX_DOCS_PER_VALUE_FIELD - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator
-
- MAX_DOCVALUE_FIELDS_SEARCH_SETTING - 类 中的静态变量org.elasticsearch.index.IndexSettings
-
Index setting describing the maximum value of allowed `docvalue_fields`that can be retrieved
per search request.
- MAX_EDITS_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
- MAX_EXPANSIONS_FIELD - 类 中的静态变量org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
-
- MAX_EXPANSIONS_FIELD - 类 中的静态变量org.elasticsearch.index.query.MatchQueryBuilder
-
- MAX_FIELD - 类 中的静态变量org.elasticsearch.search.slice.SliceBuilder
-
- MAX_HIT_COUNT - 类 中的静态变量org.apache.lucene.analysis.miscellaneous.DuplicateByteSequenceSpotter
-
- MAX_INDEX_BUFFER_SIZE_SETTING - 类 中的静态变量org.elasticsearch.indices.IndexingMemoryController
-
Only applies when indices.memory.index_buffer_size is a %, to set a ceiling on the actual size in bytes (default: not set).
- MAX_INDEX_NAME_BYTES - 类 中的静态变量org.elasticsearch.cluster.metadata.MetaDataCreateIndexService
-
- MAX_INNER_RESULT_WINDOW_SETTING - 类 中的静态变量org.elasticsearch.index.IndexSettings
-
Index setting describing the maximum value of from + size on an individual inner hit definition or
top hits aggregation.
- MAX_INPUT_LENGTH - 类 中的静态变量org.elasticsearch.index.mapper.CompletionFieldMapper.Fields
-
- MAX_INSPECTIONS_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
- MAX_KEEPALIVE_SETTING - 类 中的静态变量org.elasticsearch.search.SearchService
-
- MAX_LAT - 类 中的静态变量org.elasticsearch.common.geo.GeoUtils
-
Maximum valid latitude in degrees.
- MAX_LOCAL_STORAGE_NODES_SETTING - 类 中的静态变量org.elasticsearch.env.NodeEnvironment
-
Maximum number of data nodes that should run in an environment.
- MAX_LON - 类 中的静态变量org.elasticsearch.common.geo.GeoUtils
-
Maximum valid longitude in degrees.
- MAX_MERGE_COUNT_SETTING - 类 中的静态变量org.elasticsearch.index.MergeSchedulerConfig
-
- MAX_NGRAM_DIFF_SETTING - 类 中的静态变量org.elasticsearch.index.IndexSettings
-
Index setting describing for NGramTokenizer and NGramTokenFilter
the maximum difference between
max_gram (maximum length of characters in a gram) and
min_gram (minimum length of characters in a gram).
- MAX_NUM_SEGMENTS - 类 中的静态变量org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest.Defaults
-
- MAX_OUTPUT_SIZE - 类 中的静态变量org.elasticsearch.index.analysis.FingerprintAnalyzerProvider
-
- MAX_PENDING_CLUSTER_STATES_SETTING - 类 中的静态变量org.elasticsearch.discovery.zen.ZenDiscovery
-
- MAX_PINGS_FROM_ANOTHER_MASTER_SETTING - 类 中的静态变量org.elasticsearch.discovery.zen.ZenDiscovery
-
- MAX_PRECISION - 类 中的静态变量org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
-
- MAX_REFRESH_LISTENERS_PER_SHARD - 类 中的静态变量org.elasticsearch.index.IndexSettings
-
The maximum number of refresh listeners allows on this shard.
- MAX_RESCORE_WINDOW_SETTING - 类 中的静态变量org.elasticsearch.index.IndexSettings
-
Index setting describing the maximum size of the rescore window.
- MAX_RESULT_WINDOW_SETTING - 类 中的静态变量org.elasticsearch.index.IndexSettings
-
Index setting describing the maximum value of from + size on a query.
- MAX_REWRITE_ROUNDS - 接口 中的静态变量org.elasticsearch.index.query.Rewriteable
-
- MAX_SCORE - 类 中的静态变量org.elasticsearch.search.SearchHits.Fields
-
- MAX_SCRIPT_FIELDS_SETTING - 类 中的静态变量org.elasticsearch.index.IndexSettings
-
Index setting describing the maximum value of allowed `script_fields`that can be retrieved
per search request.
- MAX_SEQ_NO - 类 中的静态变量org.elasticsearch.index.seqno.SequenceNumbers
-
- MAX_SHINGLE_DIFF_SETTING - 类 中的静态变量org.elasticsearch.index.IndexSettings
-
Index setting describing for ShingleTokenFilter
the maximum difference between
max_shingle_size and min_shingle_size.
- MAX_SLICES_PER_SCROLL - 类 中的静态变量org.elasticsearch.index.IndexSettings
-
The maximum number of slices allowed in a scroll request
- MAX_TERM_FREQ_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
- MAX_THREAD_COUNT_SETTING - 类 中的静态变量org.elasticsearch.index.MergeSchedulerConfig
-
- MAX_UNSAFE_AUTO_ID_TIMESTAMP_COMMIT_ID - 类 中的静态变量org.elasticsearch.index.engine.InternalEngine
-
- MaxAgeCondition - org.elasticsearch.action.admin.indices.rollover中的类
-
Condition for index maximum age.
- MaxAgeCondition(TimeValue) - 类 的构造器org.elasticsearch.action.admin.indices.rollover.MaxAgeCondition
-
- MaxAgeCondition(StreamInput) - 类 的构造器org.elasticsearch.action.admin.indices.rollover.MaxAgeCondition
-
- MaxAggregationBuilder - org.elasticsearch.search.aggregations.metrics.max中的类
-
- MaxAggregationBuilder(String) - 类 的构造器org.elasticsearch.search.aggregations.metrics.max.MaxAggregationBuilder
-
- MaxAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.max.MaxAggregationBuilder
-
Read from a stream.
- MaxAggregator - org.elasticsearch.search.aggregations.metrics.max中的类
-
- MaxAggregator(String, ValuesSource.Numeric, DocValueFormat, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.max.MaxAggregator
-
- MaxAggregatorFactory - org.elasticsearch.search.aggregations.metrics.max中的类
-
- MaxAggregatorFactory(String, ValuesSourceConfig<ValuesSource.Numeric>, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.max.MaxAggregatorFactory
-
- maxBoost(float) - 类 中的方法org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
Sets the maximum boost that will be applied by function score.
- maxBoost() - 类 中的方法org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
Returns the maximum boost that will be applied by function score.
- maxBound() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
-
Get the current maximum bound that is set on this builder.
- maxBucket() - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
-
- maxBucket(String, String) - 类 中的静态方法org.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilders
-
- maxBucketOrd() - 类 中的方法org.elasticsearch.search.aggregations.bucket.BucketsAggregator
-
Return an upper bound of the maximum bucket ordinal seen so far.
- MaxBucketPipelineAggregationBuilder - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max中的类
-
- MaxBucketPipelineAggregationBuilder(String, String) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregationBuilder
-
- MaxBucketPipelineAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregationBuilder
-
Read from a stream.
- MaxBucketPipelineAggregator - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max中的类
-
- MaxBucketPipelineAggregator(String, String[], BucketHelpers.GapPolicy, DocValueFormat, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregator
-
- MaxBucketPipelineAggregator(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregator
-
Read from a stream.
- maxConcurrentSearchRequests() - 类 中的方法org.elasticsearch.action.search.MultiSearchRequest
-
Returns the amount of search requests specified in this multi search requests are allowed to be ran concurrently.
- maxConcurrentSearchRequests(int) - 类 中的方法org.elasticsearch.action.search.MultiSearchRequest
-
Sets how many search requests specified in this multi search requests are allowed to be ran concurrently.
- maxContentLength() - 类 中的方法org.elasticsearch.http.HttpInfo
-
- maxDeterminizedStates(int) - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
Protects against too-difficult regular expression queries.
- maxDeterminizedStates() - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
- maxDeterminizedStates(int) - 类 中的方法org.elasticsearch.index.query.RegexpQueryBuilder
-
Sets the regexp maxDeterminizedStates.
- maxDeterminizedStates() - 类 中的方法org.elasticsearch.index.query.RegexpQueryBuilder
-
- maxDoc() - 类 中的方法org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
-
Returns the maximum document ID this builder can associate with an ordinal
- maxDoc() - 类 中的方法org.elasticsearch.search.dfs.AggregatedDfs
-
- maxDoc(int) - 类 中的方法org.elasticsearch.search.dfs.DfsSearchResult
-
- maxDoc() - 类 中的方法org.elasticsearch.search.dfs.DfsSearchResult
-
- maxDocFreq - 类 中的变量org.elasticsearch.action.termvectors.TermVectorsRequest.FilterSettings
-
- maxDocFreq(int) - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
Set the maximum frequency in which words may still appear.
- maxDocFreq() - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- MaxDocsCondition - org.elasticsearch.action.admin.indices.rollover中的类
-
Condition for maximum index docs.
- MaxDocsCondition(Long) - 类 的构造器org.elasticsearch.action.admin.indices.rollover.MaxDocsCondition
-
- MaxDocsCondition(StreamInput) - 类 的构造器org.elasticsearch.action.admin.indices.rollover.MaxDocsCondition
-
- maxDocsPerValue(int) - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
-
Set the max num docs to be returned per value.
- maxDocsPerValue() - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
-
Get the max num docs to be returned per value.
- maxEdits() - 类 中的方法org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- maxEdits(int) - 类 中的方法org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- maxEdits(Integer) - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
Sets the maximum edit distance candidate suggestions can have in
order to be considered as a suggestion.
- maxEdits(int) - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
Sets the maximum edit distance candidate suggestions can have in order to
be considered as a suggestion.
- maxEdits() - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
Get the maximum edit distance setting.
- maxErrors(float) - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
Sets the maximum percentage of the terms that at most considered to be
misspellings in order to form a correction.
- maxErrors() - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
get the maxErrors setting
- MAXERRORS_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- maxExpansions(int) - 类 中的方法org.elasticsearch.index.query.FuzzyQueryBuilder
-
- maxExpansions() - 类 中的方法org.elasticsearch.index.query.FuzzyQueryBuilder
-
- maxExpansions(int) - 类 中的方法org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
-
The number of term expansions to use.
- maxExpansions() - 类 中的方法org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
-
Get the (optional) number of term expansions when using fuzzy or prefix
type query.
- maxExpansions(int) - 类 中的方法org.elasticsearch.index.query.MatchQueryBuilder
-
When using fuzzy or prefix type query, the number of term expansions to use.
- maxExpansions() - 类 中的方法org.elasticsearch.index.query.MatchQueryBuilder
-
Get the (optional) number of term expansions when using fuzzy or prefix type query.
- maxExpansions(int) - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
When using fuzzy or prefix type query, the number of term expansions to use.
- maxExpansions() - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- maxExpansions - 类 中的变量org.elasticsearch.index.search.MatchQuery
-
- maxInputLength(int) - 类 中的方法org.elasticsearch.index.mapper.CompletionFieldMapper.Builder
-
- maxInspections() - 类 中的方法org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- maxInspections(int) - 类 中的方法org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- maxInspections(Integer) - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
A factor that is used to multiply with the size in order to inspect
more candidate suggestions.
- maxInspections(int) - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
A factor that is used to multiply with the size in order to inspect more
candidate suggestions.
- maxInspections() - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
Get the factor for inspecting more candidate suggestions setting.
- maxNumSegments() - 类 中的方法org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest
-
Will merge the index down to <= maxNumSegments.
- maxNumSegments(int) - 类 中的方法org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest
-
Will merge the index down to <= maxNumSegments.
- maxNumTerms - 类 中的变量org.elasticsearch.action.termvectors.TermVectorsRequest.FilterSettings
-
- maxQueryTerms(int) - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
Sets the maximum number of query terms that will be included in any generated query.
- maxQueryTerms() - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- maxRadialDistanceMeters(double, double) - 类 中的静态方法org.elasticsearch.common.geo.GeoUtils
-
Returns the maximum distance/radius (in meters) from the point 'center' before overlapping
- MaxRetryAllocationDecider - org.elasticsearch.cluster.routing.allocation.decider中的类
-
An allocation decider that prevents shards from being allocated on any node if the shards allocation has been retried N times without
success.
- MaxRetryAllocationDecider(Settings) - 类 的构造器org.elasticsearch.cluster.routing.allocation.decider.MaxRetryAllocationDecider
-
- maxScore - 类 中的变量org.elasticsearch.search.internal.ScrollContext
-
- MaxSizeCondition - org.elasticsearch.action.admin.indices.rollover中的类
-
A size-based condition for an index size.
- MaxSizeCondition(ByteSizeValue) - 类 的构造器org.elasticsearch.action.admin.indices.rollover.MaxSizeCondition
-
- MaxSizeCondition(StreamInput) - 类 的构造器org.elasticsearch.action.admin.indices.rollover.MaxSizeCondition
-
- maxSurfaceFormsPerAnalyzedForm() - 类 中的方法org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester.XBuilder
-
- maxTermFreq - 类 中的变量org.elasticsearch.action.termvectors.TermVectorsRequest.FilterSettings
-
- maxTermFreq() - 类 中的方法org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- maxTermFreq(float) - 类 中的方法org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- maxTermFreq(float) - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
Sets a maximum threshold in number of documents a suggest text token
can exist in order to be corrected.
- maxTermFreq(float) - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
Sets a maximum threshold in number of documents a suggest text token can
exist in order to be corrected.
- maxTermFreq() - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
Get the maximum term frequency threshold setting.
- maxWordLength - 类 中的变量org.elasticsearch.action.termvectors.TermVectorsRequest.FilterSettings
-
- maxWordLength(int) - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
Sets the maximum word length above which words will be ignored.
- maxWordLength() - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- maybeApplyMinimumShouldMatch(Query, String) - 类 中的静态方法org.elasticsearch.common.lucene.search.Queries
-
Potentially apply minimum should match value if we have a query that it can be applied to,
otherwise return the original query.
- maybeFailEngine(String, Exception) - 类 中的方法org.elasticsearch.index.engine.Engine
-
Check whether the engine should be failed
- maybeFailEngine(String, Exception) - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
- maybeSyncGlobalCheckpoint(String) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
Syncs the global checkpoint to the replicas if the global checkpoint on at least one replica is behind the global checkpoint on the
primary.
- maybeThrowRuntimeAndSuppress(List<T>) - 类 中的静态方法org.elasticsearch.ExceptionsHelper
-
Throws a runtime exception with all given exceptions added as suppressed.
- md5() - 类 中的静态方法org.elasticsearch.common.hash.MessageDigests
-
Returns a MessageDigest instance for MD5 digests; note
that the instance returned is thread local and must not be
shared amongst threads.
- mean() - 类 中的方法org.elasticsearch.common.metrics.MeanMetric
-
- MeanMetric - org.elasticsearch.common.metrics中的类
-
- MeanMetric() - 类 的构造器org.elasticsearch.common.metrics.MeanMetric
-
- mediaType() - 枚举 中的方法org.elasticsearch.common.xcontent.XContentType
-
- mediaTypeWithoutParameters() - 枚举 中的方法org.elasticsearch.common.xcontent.XContentType
-
- mega() - 类 中的方法org.elasticsearch.common.unit.SizeValue
-
- megaFrac() - 类 中的方法org.elasticsearch.common.unit.SizeValue
-
- Mem(long, long, long, long, long) - 类 的构造器org.elasticsearch.monitor.jvm.JvmInfo.Mem
-
- Mem(StreamInput) - 类 的构造器org.elasticsearch.monitor.jvm.JvmInfo.Mem
-
- Mem(long, long, long, long, long, List<JvmStats.MemoryPool>) - 类 的构造器org.elasticsearch.monitor.jvm.JvmStats.Mem
-
- Mem(StreamInput) - 类 的构造器org.elasticsearch.monitor.jvm.JvmStats.Mem
-
- Mem(long, long) - 类 的构造器org.elasticsearch.monitor.os.OsStats.Mem
-
- Mem(StreamInput) - 类 的构造器org.elasticsearch.monitor.os.OsStats.Mem
-
- Mem(long) - 类 的构造器org.elasticsearch.monitor.process.ProcessStats.Mem
-
- Mem(StreamInput) - 类 的构造器org.elasticsearch.monitor.process.ProcessStats.Mem
-
- memberKey(Member) - 类 中的静态方法org.elasticsearch.common.inject.internal.MoreTypes
-
- members() - 类 中的方法org.elasticsearch.monitor.jvm.DeadlockAnalyzer.Deadlock
-
- MembershipAction - org.elasticsearch.discovery.zen中的类
-
- MembershipAction(Settings, TransportService, MembershipAction.MembershipListener, Collection<BiConsumer<DiscoveryNode, ClusterState>>) - 类 的构造器org.elasticsearch.discovery.zen.MembershipAction
-
- MembershipAction.JoinCallback - org.elasticsearch.discovery.zen中的接口
-
- MembershipAction.JoinRequest - org.elasticsearch.discovery.zen中的类
-
- MembershipAction.LeaveRequest - org.elasticsearch.discovery.zen中的类
-
- MembershipAction.MembershipListener - org.elasticsearch.discovery.zen中的接口
-
- MembersInjector<T> - org.elasticsearch.common.inject中的接口
-
Injects dependencies into the fields and methods on instances of type T.
- MembersInjectorLookup<T> - org.elasticsearch.common.inject.spi中的类
-
A lookup of the members injector for a type.
- MembersInjectorLookup(Object, TypeLiteral<T>) - 类 的构造器org.elasticsearch.common.inject.spi.MembersInjectorLookup
-
- memberType(Member) - 类 中的静态方法org.elasticsearch.common.inject.internal.MoreTypes
-
Returns Field.class, Method.class or Constructor.class.
- MEMORY_LOCK_SETTING - 类 中的静态变量org.elasticsearch.bootstrap.BootstrapSettings
-
- MemoryCircuitBreaker - org.elasticsearch.common.breaker中的类
-
MemoryCircuitBreaker is a circuit breaker that breaks once a
configurable memory limit has been reached.
- MemoryCircuitBreaker(ByteSizeValue, double, Logger) - 类 的构造器org.elasticsearch.common.breaker.MemoryCircuitBreaker
-
Create a circuit breaker that will break if the number of estimated
bytes grows above the limit.
- MemoryCircuitBreaker(ByteSizeValue, double, MemoryCircuitBreaker, Logger) - 类 的构造器org.elasticsearch.common.breaker.MemoryCircuitBreaker
-
Create a circuit breaker that will break if the number of estimated
bytes grows above the limit.
- memoryInBytes - 类 中的变量org.elasticsearch.index.engine.Segment
-
- MemoryPool(String, long, long, long, long) - 类 的构造器org.elasticsearch.monitor.jvm.JvmStats.MemoryPool
-
- MemoryPool(StreamInput) - 类 的构造器org.elasticsearch.monitor.jvm.JvmStats.MemoryPool
-
- memorySizeSetting(String, ByteSizeValue, Setting.Property...) - 类 中的静态方法org.elasticsearch.common.settings.Setting
-
Creates a setting which specifies a memory size.
- memorySizeSetting(String, Function<Settings, String>, Setting.Property...) - 类 中的静态方法org.elasticsearch.common.settings.Setting
-
Creates a setting which specifies a memory size.
- memorySizeSetting(String, String, Setting.Property...) - 类 中的静态方法org.elasticsearch.common.settings.Setting
-
Creates a setting which specifies a memory size.
- MemorySizeValue - org.elasticsearch.common.unit中的枚举
-
Utility methods to get memory sizes.
- memoryUsage(int) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
-
Return the expected per-bucket memory usage for the given precision.
- MergableCustomMetaData<T extends MetaData.Custom> - org.elasticsearch.cluster中的接口
-
- merge(Sort, int, int, CollapseTopFieldDocs[], boolean) - 类 中的静态方法org.apache.lucene.search.grouping.CollapseTopFieldDocs
-
Returns a new CollapseTopDocs, containing topN collapsed results across
the provided CollapseTopDocs, sorting by score.
- merge - 类 中的变量org.elasticsearch.action.admin.indices.stats.CommonStats
-
- merge(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- merge() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- merge(boolean, SearchPhaseController.ReducedQueryPhase, Collection<? extends SearchPhaseResult>, IntFunction<SearchPhaseResult>) - 类 中的方法org.elasticsearch.action.search.SearchPhaseController
-
Enriches search hits and completion suggestion hits from sortedDocs using fetchResultsArr,
merges suggestions, aggregations and profile results
Expects sortedDocs to have top search docs across all shards, optionally followed by top suggest docs for each named
completion suggestion ordered by suggestion name
- merge(T) - 接口 中的方法org.elasticsearch.cluster.MergableCustomMetaData
-
Merges this custom metadata with other, returning either this or other custom metadata.
- merge(Collection<Message>) - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- merge(Errors) - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- merge(Mapping, boolean) - 类 中的方法org.elasticsearch.index.mapper.DocumentMapper
-
- merge(Mapper, boolean) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper
-
- merge(FieldMapper.MultiFields) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper.MultiFields
-
- merge(Mapper, boolean) - 类 中的方法org.elasticsearch.index.mapper.Mapper
-
Return the merge of mergeWith into this.
- merge(Map<String, Map<String, Object>>, MapperService.MergeReason, boolean) - 类 中的方法org.elasticsearch.index.mapper.MapperService
-
- merge(IndexMetaData, MapperService.MergeReason, boolean) - 类 中的方法org.elasticsearch.index.mapper.MapperService
-
- merge(String, CompressedXContent, MapperService.MergeReason, boolean) - 类 中的方法org.elasticsearch.index.mapper.MapperService
-
- merge(Mapping, boolean) - 类 中的方法org.elasticsearch.index.mapper.Mapping
-
- merge(Mapper, boolean) - 类 中的方法org.elasticsearch.index.mapper.MetadataFieldMapper
-
- merge(Mapper, boolean) - 类 中的方法org.elasticsearch.index.mapper.ObjectMapper
-
- merge(Mapper, boolean) - 类 中的方法org.elasticsearch.index.mapper.RootObjectMapper
-
- merge(IncludeExclude, IncludeExclude) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude
-
- merge(long, HyperLogLogPlusPlus, long) - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
-
- merge(InternalCardinality) - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.InternalCardinality
-
- merge(Suggest.Suggestion.Entry<Suggest.Suggestion.Entry.Option>) - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestion.Entry
-
- merge(Suggest.Suggestion.Entry<O>) - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
-
Merge any extra fields for this subtype.
- mergeDefaults(Map<String, Object>, Map<String, Object>) - 类 中的静态方法org.elasticsearch.common.xcontent.XContentHelper
-
Merges the defaults provided as the second parameter into the content of the first.
- mergeId - 类 中的变量org.elasticsearch.index.engine.Segment
-
- mergeInto(Suggest.Suggestion.Entry.Option) - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
-
- mergeInto(Suggest.Suggestion.Entry.Option) - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
-
- mergeInto(Suggest.Suggestion.Entry.Option) - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestion.Entry.Option
-
- MergePolicyConfig - org.elasticsearch.index中的类
-
A shard in elasticsearch is a Lucene index, and a Lucene index is broken
down into segments.
- MergeSchedulerConfig - org.elasticsearch.index中的类
-
The merge scheduler (ConcurrentMergeScheduler) controls the execution of
merge operations once they are needed (according to the merge policy).
- MergeStats - org.elasticsearch.index.merge中的类
-
- MergeStats() - 类 的构造器org.elasticsearch.index.merge.MergeStats
-
- mergeStats() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- mergeWith(IndexMetaData.Custom) - 接口 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.Custom
-
已过时。
Merges from this to another, with this being more important, i.e., if something exists in this and another,
this will prevail.
- Message - org.elasticsearch.common.inject.spi中的类
-
An error message and the context in which it occurred.
- Message(List<Object>, String, Throwable) - 类 的构造器org.elasticsearch.common.inject.spi.Message
-
- Message(Object, String) - 类 的构造器org.elasticsearch.common.inject.spi.Message
-
- Message(Object, Throwable) - 类 的构造器org.elasticsearch.common.inject.spi.Message
-
- Message(String) - 类 的构造器org.elasticsearch.common.inject.spi.Message
-
- message(String, String) - 类 中的方法org.elasticsearch.common.lucene.LoggerInfoStream
-
- MESSAGE_LENGTH_SIZE - 类 中的静态变量org.elasticsearch.transport.TcpHeader
-
- MessageDigests - org.elasticsearch.common.hash中的类
-
This MessageDigests class provides convenience methods for obtaining
thread local MessageDigest instances for MD5, SHA-1, and
SHA-256 message digests.
- MessageDigests() - 类 的构造器org.elasticsearch.common.hash.MessageDigests
-
- messageReceived(LivenessRequest, TransportChannel) - 类 中的方法org.elasticsearch.action.admin.cluster.node.liveness.TransportLivenessAction
-
- messageReceived(Request, TransportChannel, Task) - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction.OperationTransportHandler
-
- messageReceived(Request, TransportChannel) - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction.OperationTransportHandler
-
- messageReceived(TransportReplicationAction.ConcreteShardRequest<Request>, TransportChannel) - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction.PrimaryOperationTransportHandler
-
- messageReceived(TransportReplicationAction.ConcreteShardRequest<Request>, TransportChannel, Task) - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction.PrimaryOperationTransportHandler
-
- messageReceived(TransportReplicationAction.ConcreteReplicaRequest<ReplicaRequest>, TransportChannel) - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction.ReplicaOperationTransportHandler
-
- messageReceived(TransportReplicationAction.ConcreteReplicaRequest<ReplicaRequest>, TransportChannel, Task) - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction.ReplicaOperationTransportHandler
-
- messageReceived(T, TransportChannel) - 类 中的方法org.elasticsearch.transport.TaskAwareTransportRequestHandler
-
- messageReceived(BytesReference, TcpChannel, String, InetSocketAddress, int) - 类 中的方法org.elasticsearch.transport.TcpTransport
-
This method handles the message receive part for both request and responses
- messageReceived(T, TransportChannel, Task) - 接口 中的方法org.elasticsearch.transport.TransportRequestHandler
-
Override this method if access to the Task parameter is needed
- messageReceived(T, TransportChannel) - 接口 中的方法org.elasticsearch.transport.TransportRequestHandler
-
- meta(Map<String, Object>) - 类 中的方法org.elasticsearch.index.mapper.DocumentMapper.Builder
-
- meta() - 类 中的方法org.elasticsearch.index.mapper.DocumentMapper
-
- META - 类 中的静态变量org.elasticsearch.search.aggregations.Aggregation.CommonFields
-
- META_ADDRESS - 类 中的静态变量org.elasticsearch.common.transport.TransportAddress
-
- metaData() - 类 中的方法org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
-
- metaData(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
-
- metaData - 类 中的变量org.elasticsearch.bootstrap.BootstrapContext
-
The nodes local state metadata loaded on startup
- metaData(MetaData.Builder) - 类 中的方法org.elasticsearch.cluster.ClusterState.Builder
-
- metaData(MetaData) - 类 中的方法org.elasticsearch.cluster.ClusterState.Builder
-
- metaData() - 类 中的方法org.elasticsearch.cluster.ClusterState
-
- MetaData - org.elasticsearch.cluster.metadata中的类
-
- metaData() - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
Get metadata of routing nodes
- metaData() - 类 中的方法org.elasticsearch.gateway.TransportNodesListGatewayMetaState.NodeGatewayMetaState
-
- metadata() - 类 中的方法org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
-
Returns the StoreFileMetaData for this file info.
- metadata() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryFileChunkRequest
-
- metadata - 类 中的变量org.elasticsearch.repositories.blobstore.BlobStoreRepository
-
- metaData - 类 中的变量org.elasticsearch.search.aggregations.AbstractAggregationBuilder
-
- metaData() - 类 中的方法org.elasticsearch.search.aggregations.AggregatorBase
-
- metaData - 类 中的变量org.elasticsearch.search.aggregations.AggregatorFactory
-
- metaData - 类 中的变量org.elasticsearch.search.aggregations.InternalAggregation
-
- metadata - 类 中的变量org.elasticsearch.search.aggregations.ParsedAggregation
-
- metaData - 类 中的变量org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
-
- metaData() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.PipelineAggregator
-
- MetaData.Builder - org.elasticsearch.cluster.metadata中的类
-
- MetaData.Custom - org.elasticsearch.cluster.metadata中的接口
-
- MetaData.XContentContext - org.elasticsearch.cluster.metadata中的枚举
-
- metaDataChanged() - 类 中的方法org.elasticsearch.cluster.ClusterChangedEvent
-
Returns true iff the metadata for the cluster has changed between
the previous cluster state and the new cluster state.
- MetaDataCreateIndexService - org.elasticsearch.cluster.metadata中的类
-
Service responsible for submitting create index requests
- MetaDataCreateIndexService(Settings, ClusterService, IndicesService, AllocationService, AliasValidator, Environment, IndexScopedSettings, ThreadPool, NamedXContentRegistry) - 类 的构造器org.elasticsearch.cluster.metadata.MetaDataCreateIndexService
-
- MetaDataDeleteIndexService - org.elasticsearch.cluster.metadata中的类
-
Deletes indices.
- MetaDataDeleteIndexService(Settings, ClusterService, AllocationService) - 类 的构造器org.elasticsearch.cluster.metadata.MetaDataDeleteIndexService
-
- MetadataFieldMapper - org.elasticsearch.index.mapper中的类
-
A mapper for a builtin field containing metadata about a document.
- MetadataFieldMapper(String, MappedFieldType, MappedFieldType, Settings) - 类 的构造器org.elasticsearch.index.mapper.MetadataFieldMapper
-
- MetadataFieldMapper.Builder<T extends MetadataFieldMapper.Builder,Y extends MetadataFieldMapper> - org.elasticsearch.index.mapper中的类
-
- MetadataFieldMapper.TypeParser - org.elasticsearch.index.mapper中的接口
-
- MetaDataIndexAliasesService - org.elasticsearch.cluster.metadata中的类
-
Service responsible for submitting add and remove aliases requests
- MetaDataIndexAliasesService(Settings, ClusterService, IndicesService, AliasValidator, MetaDataDeleteIndexService, NamedXContentRegistry) - 类 的构造器org.elasticsearch.cluster.metadata.MetaDataIndexAliasesService
-
- MetaDataIndexStateService - org.elasticsearch.cluster.metadata中的类
-
Service responsible for submitting open/close index requests
- MetaDataIndexStateService(Settings, ClusterService, AllocationService, MetaDataIndexUpgradeService, IndicesService, ThreadPool) - 类 的构造器org.elasticsearch.cluster.metadata.MetaDataIndexStateService
-
- MetaDataIndexTemplateService - org.elasticsearch.cluster.metadata中的类
-
Service responsible for submitting index templates updates
- MetaDataIndexTemplateService(Settings, ClusterService, MetaDataCreateIndexService, AliasValidator, IndicesService, IndexScopedSettings, NamedXContentRegistry) - 类 的构造器org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService
-
- MetaDataIndexTemplateService.PutListener - org.elasticsearch.cluster.metadata中的接口
-
- MetaDataIndexTemplateService.PutRequest - org.elasticsearch.cluster.metadata中的类
-
- MetaDataIndexTemplateService.PutResponse - org.elasticsearch.cluster.metadata中的类
-
- MetaDataIndexTemplateService.RemoveListener - org.elasticsearch.cluster.metadata中的接口
-
- MetaDataIndexTemplateService.RemoveRequest - org.elasticsearch.cluster.metadata中的类
-
- MetaDataIndexTemplateService.RemoveResponse - org.elasticsearch.cluster.metadata中的类
-
- MetaDataIndexUpgradeService - org.elasticsearch.cluster.metadata中的类
-
This service is responsible for upgrading legacy index metadata to the current version
Every time an existing index is introduced into cluster this service should be used
to upgrade the existing index metadata to the latest version of the cluster.
- MetaDataIndexUpgradeService(Settings, NamedXContentRegistry, MapperRegistry, IndexScopedSettings, Collection<UnaryOperator<IndexMetaData>>) - 类 的构造器org.elasticsearch.cluster.metadata.MetaDataIndexUpgradeService
-
- metadataMapper(Class<T>) - 类 中的方法org.elasticsearch.index.mapper.DocumentMapper
-
- metadataMapper(Class<T>) - 类 中的方法org.elasticsearch.index.mapper.Mapping
-
Get the root mapper with the given class.
- MetaDataMappingService - org.elasticsearch.cluster.metadata中的类
-
Service responsible for submitting mapping changes
- MetaDataMappingService(Settings, ClusterService, IndicesService) - 类 的构造器org.elasticsearch.cluster.metadata.MetaDataMappingService
-
- MetadataSnapshot(Map<String, StoreFileMetaData>, Map<String, String>, long) - 类 的构造器org.elasticsearch.index.store.Store.MetadataSnapshot
-
- MetadataSnapshot(StreamInput) - 类 的构造器org.elasticsearch.index.store.Store.MetadataSnapshot
-
Read from a stream.
- metadataSnapshot() - 类 中的方法org.elasticsearch.indices.recovery.StartRecoveryRequest
-
- MetaDataStateFormat<T> - org.elasticsearch.gateway中的类
-
MetaDataStateFormat is a base class to write checksummed
XContent based files to one or more directories in a standardized directory structure.
- MetaDataStateFormat(XContentType, String) - 类 的构造器org.elasticsearch.gateway.MetaDataStateFormat
-
- metadataToXContent(XContentBuilder, ToXContent.Params) - 异常错误 中的方法org.elasticsearch.action.search.SearchPhaseExecutionException
-
- metadataToXContent(XContentBuilder, ToXContent.Params) - 异常错误 中的方法org.elasticsearch.common.breaker.CircuitBreakingException
-
- metadataToXContent(XContentBuilder, ToXContent.Params) - 异常错误 中的方法org.elasticsearch.common.ParsingException
-
- metadataToXContent(XContentBuilder, ToXContent.Params) - 异常错误 中的方法org.elasticsearch.ElasticsearchException
-
Renders additional per exception information into the XContent
- metadataToXContent(XContentBuilder, ToXContent.Params) - 异常错误 中的方法org.elasticsearch.script.ScriptException
-
- metadataToXContent(XContentBuilder, ToXContent.Params) - 异常错误 中的方法org.elasticsearch.search.SearchParseException
-
- MetaDataUpdateSettingsService - org.elasticsearch.cluster.metadata中的类
-
Service responsible for submitting update index settings requests
- MetaDataUpdateSettingsService(Settings, ClusterService, AllocationService, IndexScopedSettings, IndicesService, ThreadPool) - 类 的构造器org.elasticsearch.cluster.metadata.MetaDataUpdateSettingsService
-
- MetaDataUpgrader - org.elasticsearch.plugins中的类
-
- MetaDataUpgrader(Collection<UnaryOperator<Map<String, MetaData.Custom>>>, Collection<UnaryOperator<Map<String, IndexTemplateMetaData>>>) - 类 的构造器org.elasticsearch.plugins.MetaDataUpgrader
-
- MetaStateService - org.elasticsearch.gateway中的类
-
- MetaStateService(Settings, NodeEnvironment, NamedXContentRegistry) - 类 的构造器org.elasticsearch.gateway.MetaStateService
-
- method() - 类 中的方法org.elasticsearch.rest.RestRequest
-
- method(PercentilesMethod) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
-
- method() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
-
- method(PercentilesMethod) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
-
- method() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
-
- METHOD_FIELD - 类 中的静态变量org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
-
- Metric - org.elasticsearch.common.metrics中的接口
-
- metric(long) - 类 中的方法org.elasticsearch.search.aggregations.metrics.avg.AvgAggregator
-
- metric(long) - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregator
-
- metric(long) - 类 中的方法org.elasticsearch.search.aggregations.metrics.max.MaxAggregator
-
- metric(long) - 类 中的方法org.elasticsearch.search.aggregations.metrics.min.MinAggregator
-
- metric(String, long) - 类 中的方法org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregator.MultiValue
-
- metric(long) - 类 中的方法org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregator.SingleValue
-
- metric(String, long) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.hdr.HDRPercentileRanksAggregator
-
- metric(String, long) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.hdr.HDRPercentilesAggregator
-
- metric(String, long) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestPercentileRanksAggregator
-
- metric(String, long) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestPercentilesAggregator
-
- metric(String, long) - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregator
-
- metric(String, long) - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.StatsAggregator
-
- metric(long) - 类 中的方法org.elasticsearch.search.aggregations.metrics.sum.SumAggregator
-
- metric(long) - 类 中的方法org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregator
-
- MetricsAggregator - org.elasticsearch.search.aggregations.metrics中的类
-
- MetricsAggregator(String, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.MetricsAggregator
-
- micros() - 类 中的方法org.elasticsearch.common.unit.TimeValue
-
- microsFrac() - 类 中的方法org.elasticsearch.common.unit.TimeValue
-
- mightMatchNestedDocs(Query) - 类 中的方法org.elasticsearch.index.search.NestedHelper
-
Returns true if the given query might match nested documents.
- mightMatchNonNestedDocs(Query, String) - 类 中的方法org.elasticsearch.index.search.NestedHelper
-
Returns true if the given query might match parent documents or documents
that are nested under a different path.
- millis() - 类 中的方法org.elasticsearch.common.unit.TimeValue
-
- millisFrac() - 类 中的方法org.elasticsearch.common.unit.TimeValue
-
- min(long, long) - 类 中的静态方法org.elasticsearch.index.seqno.SequenceNumbers
-
- min(String) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
Min aggregation with the given name.
- Min - org.elasticsearch.search.aggregations.metrics.min中的接口
-
An aggregation that computes the minimum of the values in the current bucket.
- min - 类 中的变量org.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- min - 类 中的变量org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
-
- min(Version, Version) - 类 中的静态方法org.elasticsearch.Version
-
Returns the minimum version between the 2.
- MIN_DOC_COUNT_FIELD - 接口 中的静态变量org.elasticsearch.search.aggregations.bucket.histogram.Histogram
-
- MIN_DOC_COUNT_FIELD_NAME - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
-
- MIN_DOC_FREQ_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
- MIN_INDEX_BUFFER_SIZE_SETTING - 类 中的静态变量org.elasticsearch.indices.IndexingMemoryController
-
Only applies when indices.memory.index_buffer_size is a %, to set a floor on the actual size in bytes (default: 48 MB).
- MIN_LAT - 类 中的静态变量org.elasticsearch.common.geo.GeoUtils
-
Minimum valid latitude in degrees.
- MIN_LON - 类 中的静态变量org.elasticsearch.common.geo.GeoUtils
-
Minimum valid longitude in degrees.
- MIN_PRECISION - 类 中的静态变量org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
-
- MIN_SCORE_FIELD - 类 中的静态变量org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
- MIN_SCORE_FIELD - 类 中的静态变量org.elasticsearch.search.builder.SearchSourceBuilder
-
- MIN_WORD_LENGTH_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
- MinAggregationBuilder - org.elasticsearch.search.aggregations.metrics.min中的类
-
- MinAggregationBuilder(String) - 类 的构造器org.elasticsearch.search.aggregations.metrics.min.MinAggregationBuilder
-
- MinAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.min.MinAggregationBuilder
-
Read from a stream.
- MinAggregator - org.elasticsearch.search.aggregations.metrics.min中的类
-
- MinAggregator(String, ValuesSource.Numeric, DocValueFormat, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.min.MinAggregator
-
- MinAggregatorFactory - org.elasticsearch.search.aggregations.metrics.min中的类
-
- MinAggregatorFactory(String, ValuesSourceConfig<ValuesSource.Numeric>, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.min.MinAggregatorFactory
-
- minBound() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
-
Get the current minimum bound that is set on this builder.
- minBucket(String, String) - 类 中的静态方法org.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilders
-
- MinBucketPipelineAggregationBuilder - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min中的类
-
- MinBucketPipelineAggregationBuilder(String, String) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregationBuilder
-
- MinBucketPipelineAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregationBuilder
-
Read from a stream.
- MinBucketPipelineAggregator - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min中的类
-
- MinBucketPipelineAggregator(String, String[], BucketHelpers.GapPolicy, DocValueFormat, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregator
-
- MinBucketPipelineAggregator(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregator
-
Read from a stream.
- minDocCount() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
-
Return the minimum count of documents that buckets need to have in order
to be included in the response.
- minDocCount(long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
-
Set the minimum count of matching documents that buckets need to have
and return this builder so that calls can be chained.
- minDocCount() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregatorFactory
-
- minDocCount() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
-
Return the minimum count of documents that buckets need to have in order
to be included in the response.
- minDocCount(long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
-
Set the minimum count of matching documents that buckets need to have
and return this builder so that calls can be chained.
- minDocCount() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregatorFactory
-
- minDocCount - 类 中的变量org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
-
- minDocCount(long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
-
Set the minimum document count terms should have in order to appear in
the response.
- minDocCount(long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregationBuilder
-
Set the minimum document count terms should have in order to appear in
the response.
- minDocCount - 类 中的变量org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
-
- minDocCount(long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
-
Set the minimum document count terms should have in order to appear in
the response.
- minDocCount() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
-
Returns the minimum document count required per term
- minDocFreq - 类 中的变量org.elasticsearch.action.termvectors.TermVectorsRequest.FilterSettings
-
- minDocFreq(int) - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
Sets the frequency at which words will be ignored which do not occur in at least this
many docs.
- minDocFreq() - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- minDocFreq() - 类 中的方法org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- minDocFreq(float) - 类 中的方法org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- minDocFreq(float) - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
Sets a minimal threshold in number of documents a suggested term
should appear in.
- minDocFreq(float) - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
Sets a minimal threshold in number of documents a suggested term should
appear in.
- minDocFreq() - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
Get the minimal threshold for the frequency of a term appearing in the
document set setting.
- MinDocQuery - org.apache.lucene.queries中的类
-
A Query that only matches documents that are greater than or equal
to a configured doc ID.
- MinDocQuery(int) - 类 的构造器org.apache.lucene.queries.MinDocQuery
-
Sole constructor.
- minimize(boolean) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
-
Sets whether the model should be fit to the data using a cost
minimizing algorithm.
- minimize() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
-
Gets whether the model should be fit to the data using a cost
minimizing algorithm.
- minimize(MovAvgModel, EvictingQueue<Double>, double[]) - 类 中的静态方法org.elasticsearch.search.aggregations.pipeline.movavg.SimulatedAnealingMinimizer
-
Runs the simulated annealing algorithm and produces a model with new coefficients that, theoretically
fit the data better and generalizes to future forecasts without overfitting.
- minimizeByDefault() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
-
- minimizeByDefault() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel
-
Should this model be fit to the data via a cost minimizing algorithm by default?
- MINIMUM_SHOULD_MATCH_FIELD - 类 中的静态变量org.elasticsearch.index.query.MatchQueryBuilder
-
- minimumCompatibilityVersion() - 类 中的方法org.elasticsearch.Version
-
Returns the minimum compatible version based on the current
version.
- minimumCompatibleVersion() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- minimumIndexCompatibilityVersion() - 类 中的方法org.elasticsearch.Version
-
Returns the minimum created index version that this version supports.
- minimumMasterNodes(int) - 类 中的方法org.elasticsearch.discovery.zen.ElectMasterService
-
- minimumMasterNodes() - 类 中的方法org.elasticsearch.discovery.zen.ElectMasterService
-
- minimumScore(float) - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- minimumScore() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- minimumScore(float) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- minimumScore() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- minimumScore(float) - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- MinimumScoreCollector - org.elasticsearch.common.lucene中的类
-
- MinimumScoreCollector(Collector, float) - 类 的构造器org.elasticsearch.common.lucene.MinimumScoreCollector
-
- minimumShouldMatch() - 类 中的方法org.elasticsearch.index.query.BoolQueryBuilder
-
- minimumShouldMatch(String) - 类 中的方法org.elasticsearch.index.query.BoolQueryBuilder
-
Sets the minimum should match parameter using the special syntax (for example, supporting percentage).
- minimumShouldMatch(int) - 类 中的方法org.elasticsearch.index.query.BoolQueryBuilder
-
Specifies a minimum number of the optional (should) boolean clauses which must be satisfied.
- minimumShouldMatch(String) - 类 中的方法org.elasticsearch.index.query.MatchQueryBuilder
-
Sets optional minimumShouldMatch value to apply to the query
- minimumShouldMatch() - 类 中的方法org.elasticsearch.index.query.MatchQueryBuilder
-
Gets the minimumShouldMatch value
- minimumShouldMatch(String) - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
Number of terms that must match the generated query expressed in the
common syntax for minimum should match.
- minimumShouldMatch() - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- minimumShouldMatch(String) - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- minimumShouldMatch() - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- minimumShouldMatch(String) - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
- minimumShouldMatch() - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
- minimumShouldMatch(String) - 类 中的方法org.elasticsearch.index.query.SimpleQueryStringBuilder
-
Specifies the minimumShouldMatch to apply to the resulting query should
that be a Boolean query.
- minimumShouldMatch() - 类 中的方法org.elasticsearch.index.query.SimpleQueryStringBuilder
-
Returns the minimumShouldMatch to apply to the resulting query should
that be a Boolean query.
- minor - 类 中的变量org.elasticsearch.Version
-
- minorDeviceNumber - 类 中的变量org.elasticsearch.env.NodeEnvironment.NodePath
-
- minScore(float) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Sets the minimum score below which docs will be filtered out.
- minScore() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Gets the minimum score below which docs will be filtered out.
- minTermFreq - 类 中的变量org.elasticsearch.action.termvectors.TermVectorsRequest.FilterSettings
-
- minTermFreq(int) - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
The frequency below which terms will be ignored in the source doc.
- minTermFreq() - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- MINUS_ONE - 类 中的静态变量org.elasticsearch.common.unit.TimeValue
-
- MINUTE - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
-
- minutes() - 类 中的方法org.elasticsearch.common.unit.TimeValue
-
- minutes(int) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
-
- minutesFrac() - 类 中的方法org.elasticsearch.common.unit.TimeValue
-
- minWordLength - 类 中的变量org.elasticsearch.action.termvectors.TermVectorsRequest.FilterSettings
-
- minWordLength(int) - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
Sets the minimum word length below which words will be ignored.
- minWordLength() - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- minWordLength() - 类 中的方法org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- minWordLength(int) - 类 中的方法org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- minWordLength(int) - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
The minimum length a suggest text term must have in order to be
corrected.
- minWordLength(int) - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
The minimum length a suggest text term must have in order to be
corrected.
- minWordLength() - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
Get the minimum length of a text term to be corrected setting.
- misplacedBindingAnnotation(Member, Annotation) - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- MISSING - 类 中的静态变量org.elasticsearch.common.ParseField.CommonFields
-
- missing(double) - 类 中的方法org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
-
Value used instead of the field value for documents that don't have that field defined.
- missing() - 类 中的方法org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
-
- missing - 类 中的变量org.elasticsearch.index.store.Store.RecoveryDiff
-
Files that exist in the source but not in the target
- missing(String) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
Missing aggregation with the given name.
- missing(Object) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceBuilder
-
Sets the value to use when the source finds a missing value in a
document
- missing() - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceBuilder
-
- Missing - org.elasticsearch.search.aggregations.bucket.missing中的接口
-
A missing aggregation.
- missing(Object) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
-
Sets the value to use when the aggregation finds a missing value in a
document
- missing() - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
-
Gets the value to use when the aggregation finds a missing value in a
document
- missing(Object) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceConfig
-
- missing() - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceConfig
-
- MISSING - 类 中的静态变量org.elasticsearch.search.sort.FieldSortBuilder
-
- missing(Object) - 类 中的方法org.elasticsearch.search.sort.FieldSortBuilder
-
Sets the value when a field is missing in a doc.
- missing() - 类 中的方法org.elasticsearch.search.sort.FieldSortBuilder
-
Returns the value used when a field is missing in a doc.
- MissingAggregationBuilder - org.elasticsearch.search.aggregations.bucket.missing中的类
-
- MissingAggregationBuilder(String, ValueType) - 类 的构造器org.elasticsearch.search.aggregations.bucket.missing.MissingAggregationBuilder
-
- MissingAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.missing.MissingAggregationBuilder
-
Read from a stream.
- MissingAggregator - org.elasticsearch.search.aggregations.bucket.missing中的类
-
- MissingAggregator(String, AggregatorFactories, ValuesSource, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.missing.MissingAggregator
-
- MissingAggregatorFactory - org.elasticsearch.search.aggregations.bucket.missing中的类
-
- MissingAggregatorFactory(String, ValuesSourceConfig<ValuesSource>, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.missing.MissingAggregatorFactory
-
- missingConstantValues() - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- missingConstructor(Class<?>) - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- missingImplementation(Key) - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
We use a fairly generic error message here.
- missingObject(Object, boolean) - 类 中的方法org.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource
-
Return the missing object value according to the reduced type of the comparator.
- missingRuntimeRetention(Object) - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- missingScopeAnnotation() - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- missingValue(boolean) - 类 中的方法org.elasticsearch.index.fielddata.fieldcomparator.BytesRefFieldComparatorSource
-
- missingValue - 类 中的变量org.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource
-
- missingValue(boolean) - 类 中的方法org.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource
-
Return a missing value that is understandable by SortField.setMissingValue(Object).
- MissingValues - org.elasticsearch.search.aggregations.support中的枚举
-
Utility class that allows to return views of
ValuesSources that
replace the missing value with a configured value.
- mode - 类 中的变量org.elasticsearch.index.query.functionscore.DecayFunctionBuilder.AbstractDistanceScoreFunction
-
- MODEL - 类 中的静态变量org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
-
- model(MovAvgModel) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
-
Sets a MovAvgModel for the Moving Average.
- model() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
-
Gets a MovAvgModel for the Moving Average.
- modelBuilder(MovAvgModelBuilder) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
-
Sets a MovAvgModel for the Moving Average.
- modifier(FieldValueFactorFunction.Modifier) - 类 中的方法org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
-
- modifier() - 类 中的方法org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
-
- Module - org.elasticsearch.common.inject中的接口
-
A module contributes configuration information, typically interface
bindings, which will be used to create an
Injector.
- Modules - org.elasticsearch.common.inject.util中的类
-
Static utility methods for creating and working with instances of
Module.
- Modules.OverriddenModuleBuilder - org.elasticsearch.common.inject.util中的接口
-
- ModulesBuilder - org.elasticsearch.common.inject中的类
-
- ModulesBuilder() - 类 的构造器org.elasticsearch.common.inject.ModulesBuilder
-
- modulesFile() - 类 中的方法org.elasticsearch.env.Environment
-
- MonitorService - org.elasticsearch.monitor中的类
-
- MonitorService(Settings, NodeEnvironment, ThreadPool, ClusterInfoService) - 类 的构造器org.elasticsearch.monitor.MonitorService
-
- MONTH - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
-
- MoreLikeThisQuery - org.elasticsearch.common.lucene.search中的类
-
- MoreLikeThisQuery() - 类 的构造器org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- MoreLikeThisQuery(String, String[], Analyzer) - 类 的构造器org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- moreLikeThisQuery(String[], String[], MoreLikeThisQueryBuilder.Item[]) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A more like this query that finds documents that are "like" the provided texts or documents
which is checked against the fields the query is constructed with.
- moreLikeThisQuery(String[], MoreLikeThisQueryBuilder.Item[]) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A more like this query that finds documents that are "like" the provided texts or documents
which is checked against the "_all" field.
- moreLikeThisQuery(String[]) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A more like this query that finds documents that are "like" the provided texts
which is checked against the "_all" field.
- moreLikeThisQuery(MoreLikeThisQueryBuilder.Item[]) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A more like this query that finds documents that are "like" the provided documents
which is checked against the "_all" field.
- MoreLikeThisQueryBuilder - org.elasticsearch.index.query中的类
-
A more like this query that finds documents that are "like" the provided set of document(s).
- MoreLikeThisQueryBuilder(String[], MoreLikeThisQueryBuilder.Item[]) - 类 的构造器org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
Constructs a new more like this query which uses the "_all" field.
- MoreLikeThisQueryBuilder(String[], String[], MoreLikeThisQueryBuilder.Item[]) - 类 的构造器org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
Sets the field names that will be used when generating the 'More Like This' query.
- MoreLikeThisQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
Read from a stream.
- MoreLikeThisQueryBuilder.Item - org.elasticsearch.index.query中的类
-
- MoreTypes - org.elasticsearch.common.inject.internal中的类
-
Static methods for working with types that we aren't publishing in the
public Types API.
- MoreTypes.GenericArrayTypeImpl - org.elasticsearch.common.inject.internal中的类
-
- MoreTypes.MemberImpl - org.elasticsearch.common.inject.internal中的类
-
We cannot serialize the built-in Java member classes, which prevents us from using Members in
our exception types.
- MoreTypes.ParameterizedTypeImpl - org.elasticsearch.common.inject.internal中的类
-
- MoreTypes.WildcardTypeImpl - org.elasticsearch.common.inject.internal中的类
-
The WildcardType interface supports multiple upper bounds and multiple
lower bounds.
- mortonEncode(String) - 类 中的静态方法org.elasticsearch.common.geo.GeoHashUtils
-
Encode to a morton long value from a given geohash string
- mortonEncode(long) - 类 中的静态方法org.elasticsearch.common.geo.GeoHashUtils
-
Encode to a morton long value from a given geohash long value
- MovAvgModel - org.elasticsearch.search.aggregations.pipeline.movavg.models中的类
-
- MovAvgModel() - 类 的构造器org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel
-
- MovAvgModel.AbstractModelParser - org.elasticsearch.search.aggregations.pipeline.movavg.models中的类
-
Abstract class which also provides some concrete parsing functionality.
- MovAvgModelBuilder - org.elasticsearch.search.aggregations.pipeline.movavg.models中的接口
-
Represents the common interface that all moving average models share.
- MovAvgPipelineAggregationBuilder - org.elasticsearch.search.aggregations.pipeline.movavg中的类
-
- MovAvgPipelineAggregationBuilder(String, String) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
-
- MovAvgPipelineAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
-
Read from a stream.
- MovAvgPipelineAggregator - org.elasticsearch.search.aggregations.pipeline.movavg中的类
-
- MovAvgPipelineAggregator(String, String[], DocValueFormat, BucketHelpers.GapPolicy, int, int, MovAvgModel, boolean, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregator
-
- MovAvgPipelineAggregator(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregator
-
Read from a stream.
- move(String, String) - 接口 中的方法org.elasticsearch.common.blobstore.BlobContainer
-
Renames the source blob into the target blob.
- move(String, String) - 类 中的方法org.elasticsearch.common.blobstore.fs.FsBlobContainer
-
- moveActiveReplicaToPrimary() - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
Make the active shard primary unless it's not primary
- MoveAllocationCommand - org.elasticsearch.cluster.routing.allocation.command中的类
-
A command that moves a shard from a specific node to another node.
- MoveAllocationCommand(String, int, String, String) - 类 的构造器org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
-
- MoveAllocationCommand(StreamInput) - 类 的构造器org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
-
Read from a stream.
- MoveDecision - org.elasticsearch.cluster.routing.allocation中的类
-
Represents a decision to move a started shard, either because it is no longer allowed to remain on its current node
or because moving it to another node will form a better cluster balance.
- MoveDecision(StreamInput) - 类 的构造器org.elasticsearch.cluster.routing.allocation.MoveDecision
-
- moveShards() - 类 中的方法org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator.Balancer
-
Move started shards that can not be allocated to a node anymore
For each shard to be moved this function executes a move operation
to the minimal eligible node with respect to the
weight function.
- moveToClosed() - 类 中的方法org.elasticsearch.common.component.Lifecycle
-
- moveToStarted() - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
Set the shards state to STARTED.
- moveToStarted() - 类 中的方法org.elasticsearch.common.component.Lifecycle
-
- moveToStopped() - 类 中的方法org.elasticsearch.common.component.Lifecycle
-
- moveToUnassigned(UnassignedInfo) - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
Moves the shard to unassigned state.
- moveUnassignedFromPrimary() - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
Set the unassigned primary shard to non-primary
- movingAvg(String, String) - 类 中的静态方法org.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilders
-
- Multi() - 类 的构造器org.elasticsearch.cluster.routing.allocation.decider.Decision.Multi
-
- MULTI_ALLOW_EXPLICIT_INDEX - 类 中的静态变量org.elasticsearch.rest.BaseRestHandler
-
- MULTI_POLYGON_MAY_OVERLAP - 类 中的静态变量org.elasticsearch.common.geo.builders.ShapeBuilder
-
It's possible that some geometries in a MULTI* shape might overlap.
- MULTI_VALUE_MODE - 类 中的静态变量org.elasticsearch.index.query.functionscore.DecayFunctionParser
-
- Multibinder<T> - org.elasticsearch.common.inject.multibindings中的类
-
An API to bind multiple values separately, only to later inject them as a
complete collection.
- Multibinder.RealMultibinder<T> - org.elasticsearch.common.inject.multibindings中的类
-
The actual multibinder plays several roles:
As a Multibinder, it acts as a factory for LinkedBindingBuilders for
each of the set's elements.
- MultiBucketAggregationBuilder - org.elasticsearch.search.aggregations.bucket中的接口
-
Marker interface to indicate that the
AggregationBuilder is for a
multi-bucket aggregation.
- MultiBucketsAggregation - org.elasticsearch.search.aggregations.bucket中的接口
-
An aggregation that returns multiple buckets
- MultiBucketsAggregation.Bucket - org.elasticsearch.search.aggregations.bucket中的接口
-
A bucket represents a criteria to which all documents that fall in it adhere to.
- MultiCandidateGeneratorWrapper - org.elasticsearch.search.suggest.phrase中的类
-
- MultiCandidateGeneratorWrapper(int, CandidateGenerator...) - 类 的构造器org.elasticsearch.search.suggest.phrase.MultiCandidateGeneratorWrapper
-
- multiFields - 类 中的变量org.elasticsearch.index.mapper.FieldMapper
-
- multiFieldsBuilder - 类 中的变量org.elasticsearch.index.mapper.FieldMapper.Builder
-
- MultiGeoPointValues - org.elasticsearch.index.fielddata中的类
-
A stateful lightweight per document set of
GeoPoint values.
- MultiGeoPointValues() - 类 的构造器org.elasticsearch.index.fielddata.MultiGeoPointValues
-
- multiGet(MultiGetRequest) - 接口 中的方法org.elasticsearch.client.Client
-
Multi get documents.
- multiGet(MultiGetRequest, ActionListener<MultiGetResponse>) - 接口 中的方法org.elasticsearch.client.Client
-
Multi get documents.
- multiGet(MultiGetRequest) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- multiGet(MultiGetRequest, ActionListener<MultiGetResponse>) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- MultiGetAction - org.elasticsearch.action.get中的类
-
- MultiGetItemResponse - org.elasticsearch.action.get中的类
-
A single multi get response.
- MultiGetItemResponse(GetResponse, MultiGetResponse.Failure) - 类 的构造器org.elasticsearch.action.get.MultiGetItemResponse
-
- MultiGetRequest - org.elasticsearch.action.get中的类
-
- MultiGetRequest() - 类 的构造器org.elasticsearch.action.get.MultiGetRequest
-
- MultiGetRequest.Item - org.elasticsearch.action.get中的类
-
A single get item.
- MultiGetRequestBuilder - org.elasticsearch.action.get中的类
-
A multi get document action request builder.
- MultiGetRequestBuilder(ElasticsearchClient, MultiGetAction) - 类 的构造器org.elasticsearch.action.get.MultiGetRequestBuilder
-
- MultiGetResponse - org.elasticsearch.action.get中的类
-
- MultiGetResponse(MultiGetItemResponse[]) - 类 的构造器org.elasticsearch.action.get.MultiGetResponse
-
- MultiGetResponse.Failure - org.elasticsearch.action.get中的类
-
Represents a failure.
- MultiGetShardRequest - org.elasticsearch.action.get中的类
-
- MultiGetShardRequest() - 类 的构造器org.elasticsearch.action.get.MultiGetShardRequest
-
- MultiGetShardResponse - org.elasticsearch.action.get中的类
-
- multiLine(MultiLineStringBuilder) - 类 中的方法org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
-
- MultiLineStringBuilder - org.elasticsearch.common.geo.builders中的类
-
- MultiLineStringBuilder() - 类 的构造器org.elasticsearch.common.geo.builders.MultiLineStringBuilder
-
- MultiLineStringBuilder(StreamInput) - 类 的构造器org.elasticsearch.common.geo.builders.MultiLineStringBuilder
-
Read from a stream.
- multiMatchQuery(Object, String...) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
Creates a match query with type "BOOLEAN" for the provided field name and text.
- MultiMatchQuery - org.elasticsearch.index.search中的类
-
- MultiMatchQuery(QueryShardContext) - 类 的构造器org.elasticsearch.index.search.MultiMatchQuery
-
- MultiMatchQuery.QueryBuilder - org.elasticsearch.index.search中的类
-
- MultiMatchQueryBuilder - org.elasticsearch.index.query中的类
-
- MultiMatchQueryBuilder(Object, String...) - 类 的构造器org.elasticsearch.index.query.MultiMatchQueryBuilder
-
Constructs a new text query.
- MultiMatchQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.MultiMatchQueryBuilder
-
Read from a stream.
- MultiMatchQueryBuilder.Type - org.elasticsearch.index.query中的枚举
-
- MultiOrdinals - org.elasticsearch.index.fielddata.ordinals中的类
-
Ordinals implementation which is efficient at storing field data ordinals for multi-valued or sparse fields.
- MultiOrdinals(OrdinalsBuilder, float) - 类 的构造器org.elasticsearch.index.fielddata.ordinals.MultiOrdinals
-
- MultiPhrasePrefixQuery - org.elasticsearch.common.lucene.search中的类
-
- MultiPhrasePrefixQuery() - 类 的构造器org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
-
- multiPoint(MultiPointBuilder) - 类 中的方法org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
-
- MultiPointBuilder - org.elasticsearch.common.geo.builders中的类
-
- MultiPointBuilder(List<Coordinate>) - 类 的构造器org.elasticsearch.common.geo.builders.MultiPointBuilder
-
- MultiPointBuilder(StreamInput) - 类 的构造器org.elasticsearch.common.geo.builders.MultiPointBuilder
-
Read from a stream.
- multiPolygon(MultiPolygonBuilder) - 类 中的方法org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
-
- multipolygon(GeometryFactory, Coordinate[][][]) - 类 中的静态方法org.elasticsearch.common.geo.builders.PolygonBuilder
-
Create a Multipolygon from a set of coordinates.
- MultiPolygonBuilder - org.elasticsearch.common.geo.builders中的类
-
- MultiPolygonBuilder() - 类 的构造器org.elasticsearch.common.geo.builders.MultiPolygonBuilder
-
Build a MultiPolygonBuilder with RIGHT orientation.
- MultiPolygonBuilder(ShapeBuilder.Orientation) - 类 的构造器org.elasticsearch.common.geo.builders.MultiPolygonBuilder
-
Build a MultiPolygonBuilder with an arbitrary orientation.
- MultiPolygonBuilder(StreamInput) - 类 的构造器org.elasticsearch.common.geo.builders.MultiPolygonBuilder
-
Read from a stream.
- multiSearch(MultiSearchRequest) - 接口 中的方法org.elasticsearch.client.Client
-
Performs multiple search requests.
- multiSearch(MultiSearchRequest, ActionListener<MultiSearchResponse>) - 接口 中的方法org.elasticsearch.client.Client
-
Performs multiple search requests.
- multiSearch(MultiSearchRequest) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- multiSearch(MultiSearchRequest, ActionListener<MultiSearchResponse>) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- MultiSearchAction - org.elasticsearch.action.search中的类
-
- MultiSearchRequest - org.elasticsearch.action.search中的类
-
A multi search API request.
- MultiSearchRequest() - 类 的构造器org.elasticsearch.action.search.MultiSearchRequest
-
- MultiSearchRequestBuilder - org.elasticsearch.action.search中的类
-
A request builder for multiple search requests.
- MultiSearchRequestBuilder(ElasticsearchClient, MultiSearchAction) - 类 的构造器org.elasticsearch.action.search.MultiSearchRequestBuilder
-
- MultiSearchResponse - org.elasticsearch.action.search中的类
-
A multi search response.
- MultiSearchResponse(MultiSearchResponse.Item[]) - 类 的构造器org.elasticsearch.action.search.MultiSearchResponse
-
- MultiSearchResponse.Item - org.elasticsearch.action.search中的类
-
A search response item, holding the actual search response, or an error message if it failed.
- MultiTermAwareComponent - org.elasticsearch.index.analysis中的接口
-
Elasticsearch counterpart of MultiTermAwareComponent.
- MultiTermQueryBuilder - org.elasticsearch.index.query中的接口
-
- multiTermVectors(MultiTermVectorsRequest) - 接口 中的方法org.elasticsearch.client.Client
-
Multi get term vectors.
- multiTermVectors(MultiTermVectorsRequest, ActionListener<MultiTermVectorsResponse>) - 接口 中的方法org.elasticsearch.client.Client
-
Multi get term vectors.
- multiTermVectors(MultiTermVectorsRequest) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- multiTermVectors(MultiTermVectorsRequest, ActionListener<MultiTermVectorsResponse>) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- MultiTermVectorsAction - org.elasticsearch.action.termvectors中的类
-
- MultiTermVectorsItemResponse - org.elasticsearch.action.termvectors中的类
-
A single multi get response.
- MultiTermVectorsItemResponse(TermVectorsResponse, MultiTermVectorsResponse.Failure) - 类 的构造器org.elasticsearch.action.termvectors.MultiTermVectorsItemResponse
-
- MultiTermVectorsRequest - org.elasticsearch.action.termvectors中的类
-
- MultiTermVectorsRequest() - 类 的构造器org.elasticsearch.action.termvectors.MultiTermVectorsRequest
-
- MultiTermVectorsRequestBuilder - org.elasticsearch.action.termvectors中的类
-
- MultiTermVectorsRequestBuilder(ElasticsearchClient, MultiTermVectorsAction) - 类 的构造器org.elasticsearch.action.termvectors.MultiTermVectorsRequestBuilder
-
- MultiTermVectorsResponse - org.elasticsearch.action.termvectors中的类
-
- MultiTermVectorsResponse(MultiTermVectorsItemResponse[]) - 类 的构造器org.elasticsearch.action.termvectors.MultiTermVectorsResponse
-
- MultiTermVectorsResponse.Failure - org.elasticsearch.action.termvectors中的类
-
Represents a failure.
- MultiTermVectorsShardRequest - org.elasticsearch.action.termvectors中的类
-
- MultiTermVectorsShardRequest() - 类 的构造器org.elasticsearch.action.termvectors.MultiTermVectorsShardRequest
-
- MultiTermVectorsShardResponse - org.elasticsearch.action.termvectors中的类
-
- MULTIVAL_SEP_CHAR - 类 中的静态变量org.apache.lucene.search.uhighlight.CustomUnifiedHighlighter
-
- MultiValue(String, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.InternalNumericMetricsAggregation.MultiValue
-
- MultiValue(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.InternalNumericMetricsAggregation.MultiValue
-
Read from a stream.
- MultiValue(String, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregator.MultiValue
-
- MultiValueMode - org.elasticsearch.search中的枚举
-
Defines what values to pick in the case a document contains multiple values for a particular field.
- Murmur3HashFunction - org.elasticsearch.cluster.routing中的类
-
Hash function based on the Murmur3 algorithm, which is the default as of Elasticsearch 2.0.
- MurmurHash3 - org.elasticsearch.common.hash中的枚举
-
MurmurHash3 hashing functions.
- MurmurHash3.Hash128 - org.elasticsearch.common.hash中的类
-
A 128-bits hash.
- must(QueryBuilder) - 类 中的方法org.elasticsearch.index.query.BoolQueryBuilder
-
Adds a query that must appear in the matching documents and will
contribute to scoring.
- must() - 类 中的方法org.elasticsearch.index.query.BoolQueryBuilder
-
Gets the queries that must appear in the matching documents.
- mustAck(DiscoveryNode) - 接口 中的方法org.elasticsearch.cluster.AckedClusterStateTaskListener
-
Called to determine which nodes the acknowledgement is expected from
- mustAck(DiscoveryNode) - 类 中的方法org.elasticsearch.cluster.AckedClusterStateUpdateTask
-
Called to determine which nodes the acknowledgement is expected from
- mustNot(QueryBuilder) - 类 中的方法org.elasticsearch.index.query.BoolQueryBuilder
-
Adds a query that must not appear in the matching documents.
- mustNot() - 类 中的方法org.elasticsearch.index.query.BoolQueryBuilder
-
Gets the queries that must not appear in the matching documents.
- mustVisitAllDocs() - 类 中的方法org.elasticsearch.search.aggregations.AggregatorFactories.Builder
-
- mutableIterator() - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes
-
- MutualInformation - org.elasticsearch.search.aggregations.bucket.significant.heuristics中的类
-
- MutualInformation(boolean, boolean) - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.heuristics.MutualInformation
-
- MutualInformation(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.heuristics.MutualInformation
-
Read from a stream.
- MutualInformation.MutualInformationBuilder - org.elasticsearch.search.aggregations.bucket.significant.heuristics中的类
-
- MutualInformationBuilder(boolean, boolean) - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.heuristics.MutualInformation.MutualInformationBuilder
-
- pad(Table.Cell, int, RestRequest, UTF8StreamWriter) - 类 中的静态方法org.elasticsearch.rest.action.cat.RestTable
-
- pad(Table.Cell, int, RestRequest, UTF8StreamWriter, boolean) - 类 中的静态方法org.elasticsearch.rest.action.cat.RestTable
-
- pad(boolean) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.HoltWintersModelBuilder
-
- padStart(String, int, char) - 类 中的静态方法org.elasticsearch.common.Strings
-
- PAGE_SIZE_IN_BYTES - 类 中的静态变量org.elasticsearch.common.util.BigArrays
-
Page size in bytes: 16KB
- PageCacheRecycler - org.elasticsearch.common.util中的类
-
A recycler of fixed-size pages.
- PageCacheRecycler(Settings) - 类 的构造器org.elasticsearch.common.util.PageCacheRecycler
-
- PageCacheRecycler.Type - org.elasticsearch.common.util中的枚举
-
- PagedBytesAtomicFieldData - org.elasticsearch.index.fielddata.plain中的类
-
- PagedBytesAtomicFieldData(PagedBytes.Reader, PackedLongValues, Ordinals) - 类 的构造器org.elasticsearch.index.fielddata.plain.PagedBytesAtomicFieldData
-
- PagedBytesIndexFieldData - org.elasticsearch.index.fielddata.plain中的类
-
- PagedBytesIndexFieldData(IndexSettings, String, IndexFieldDataCache, CircuitBreakerService, double, double, int) - 类 的构造器org.elasticsearch.index.fielddata.plain.PagedBytesIndexFieldData
-
- PagedBytesIndexFieldData.Builder - org.elasticsearch.index.fielddata.plain中的类
-
- PagedBytesIndexFieldData.PagedBytesEstimator - org.elasticsearch.index.fielddata.plain中的类
-
Estimator that wraps string field data by either using
BlockTreeTermsReader, or wrapping the data in a RamAccountingTermsEnum
if the BlockTreeTermsReader cannot be used.
- PagedBytesReference - org.elasticsearch.common.bytes中的类
-
A page based bytes reference, internally holding the bytes in a paged
data structure.
- PagedBytesReference(BigArrays, ByteArray, int) - 类 的构造器org.elasticsearch.common.bytes.PagedBytesReference
-
- PagedBytesReference(BigArrays, ByteArray, int, int) - 类 的构造器org.elasticsearch.common.bytes.PagedBytesReference
-
- PARAGRAPH_SEPARATOR - 类 中的静态变量org.elasticsearch.search.fetch.subphase.highlight.HighlightUtils
-
- param(String) - 类 中的方法org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams
-
- param(String, String) - 类 中的方法org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams
-
- param(String) - 类 中的方法org.elasticsearch.common.xcontent.ToXContent.MapParams
-
- param(String, String) - 类 中的方法org.elasticsearch.common.xcontent.ToXContent.MapParams
-
- param(String) - 接口 中的方法org.elasticsearch.common.xcontent.ToXContent.Params
-
- param(String, String) - 接口 中的方法org.elasticsearch.common.xcontent.ToXContent.Params
-
- param(String) - 类 中的方法org.elasticsearch.rest.RestRequest
-
- param(String, String) - 类 中的方法org.elasticsearch.rest.RestRequest
-
- paramAsBoolean(String, boolean) - 类 中的方法org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams
-
- paramAsBoolean(String, Boolean) - 类 中的方法org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams
-
- paramAsBoolean(String, boolean) - 类 中的方法org.elasticsearch.common.xcontent.ToXContent.MapParams
-
- paramAsBoolean(String, Boolean) - 类 中的方法org.elasticsearch.common.xcontent.ToXContent.MapParams
-
- paramAsBoolean(String, boolean) - 接口 中的方法org.elasticsearch.common.xcontent.ToXContent.Params
-
- paramAsBoolean(String, Boolean) - 接口 中的方法org.elasticsearch.common.xcontent.ToXContent.Params
-
- paramAsBoolean(String, boolean) - 类 中的方法org.elasticsearch.rest.RestRequest
-
- paramAsBoolean(String, Boolean) - 类 中的方法org.elasticsearch.rest.RestRequest
-
- paramAsFloat(String, float) - 类 中的方法org.elasticsearch.rest.RestRequest
-
- paramAsInt(String, int) - 类 中的方法org.elasticsearch.rest.RestRequest
-
- paramAsLong(String, long) - 类 中的方法org.elasticsearch.rest.RestRequest
-
- paramAsSize(String, ByteSizeValue) - 类 中的方法org.elasticsearch.rest.RestRequest
-
- paramAsStringArray(String, String[]) - 类 中的方法org.elasticsearch.rest.RestRequest
-
- paramAsStringArrayOrEmptyIfAll(String) - 类 中的方法org.elasticsearch.rest.RestRequest
-
- paramAsTime(String, TimeValue) - 类 中的方法org.elasticsearch.rest.RestRequest
-
- ParameterizedTypeImpl(Type, Type, Type...) - 类 的构造器org.elasticsearch.common.inject.internal.MoreTypes.ParameterizedTypeImpl
-
- Parameters(Environment, ScriptService, AnalysisRegistry, ThreadContext) - 类 的构造器org.elasticsearch.ingest.Processor.Parameters
-
- PARAMETERS - 类 中的静态变量org.elasticsearch.script.FilterScript
-
- PARAMETERS - 类 中的静态变量org.elasticsearch.script.SimilarityScript
-
- PARAMETERS - 类 中的静态变量org.elasticsearch.script.SimilarityWeightScript
-
- PARAMETERS - 类 中的静态变量org.elasticsearch.script.TemplateScript
-
- params() - 类 中的方法org.elasticsearch.rest.RestRequest
-
- params(Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
-
Set parameters that will be available in the init,
map and combine phases.
- params() - 类 中的方法org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
-
Get parameters that will be available in the init,
map and combine phases.
- PARAMS_PARSE_FIELD - 类 中的静态变量org.elasticsearch.script.Script
-
Standard
ParseField for params on the inner level.
- parent() - 类 中的方法org.elasticsearch.action.delete.DeleteRequest
-
- parent(String) - 类 中的方法org.elasticsearch.action.delete.DeleteRequest
-
Sets the parent id of this document.
- parent() - 接口 中的方法org.elasticsearch.action.DocWriteRequest
-
Get the parent for this request
- parent(String) - 类 中的方法org.elasticsearch.action.explain.ExplainRequest
-
Simple sets the routing.
- parent() - 类 中的方法org.elasticsearch.action.get.GetRequest
-
- parent(String) - 类 中的方法org.elasticsearch.action.get.GetRequest
-
Sets the parent id of this document.
- parent(String) - 类 中的方法org.elasticsearch.action.get.MultiGetRequest.Item
-
- parent() - 类 中的方法org.elasticsearch.action.get.MultiGetRequest.Item
-
- parent(String) - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
Sets the parent id of this document.
- parent() - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
- parent() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
- parent(String) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
Sets the parent id of this document.
- PARENT - 类 中的静态变量org.elasticsearch.action.update.UpdateHelper.ContextFields
-
- parent(String) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
The parent id is used for the upsert request.
- parent() - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- PARENT - 接口 中的静态变量org.elasticsearch.common.breaker.CircuitBreaker
-
- parent() - 类 中的方法org.elasticsearch.index.engine.Engine.Index
-
- parent(String) - 类 中的方法org.elasticsearch.index.mapper.ParsedDocument
-
- parent() - 类 中的方法org.elasticsearch.index.mapper.ParsedDocument
-
- parent() - 类 中的方法org.elasticsearch.index.mapper.SourceToParse
-
- parent(String) - 类 中的方法org.elasticsearch.index.mapper.SourceToParse
-
- parent() - 类 中的方法org.elasticsearch.index.translog.Translog.Index
-
- parent - 类 中的变量org.elasticsearch.index.translog.Translog.Source
-
- parent() - 类 中的方法org.elasticsearch.search.aggregations.Aggregator
-
Return the parent aggregator.
- parent - 类 中的变量org.elasticsearch.search.aggregations.AggregatorBase
-
- parent() - 类 中的方法org.elasticsearch.search.aggregations.AggregatorBase
-
- parent() - 类 中的方法org.elasticsearch.search.aggregations.AggregatorFactory.MultiBucketAggregatorWrapper
-
- parent - 类 中的变量org.elasticsearch.search.aggregations.AggregatorFactory
-
- parent() - 类 中的方法org.elasticsearch.search.aggregations.bucket.DeferringBucketCollector.WrappedAggregator
-
- parent() - 类 中的方法org.elasticsearch.search.profile.aggregation.ProfilingAggregator
-
- parentFieldMapper() - 类 中的方法org.elasticsearch.index.mapper.DocumentMapper
-
- ParentFieldMapper - org.elasticsearch.index.mapper中的类
-
- ParentFieldMapper.Builder - org.elasticsearch.index.mapper中的类
-
- ParentFieldMapper.Defaults - org.elasticsearch.index.mapper中的类
-
- ParentFieldMapper.TypeParser - org.elasticsearch.index.mapper中的类
-
- ParentFieldSubFetchPhase - org.elasticsearch.search.fetch.subphase中的类
-
- ParentFieldSubFetchPhase() - 类 的构造器org.elasticsearch.search.fetch.subphase.ParentFieldSubFetchPhase
-
- parentObjectMapperAreNested(MapperService) - 类 中的方法org.elasticsearch.index.mapper.ObjectMapper
-
Returns whether all parent objects fields are nested too.
- parentSearchContext() - 类 中的方法org.elasticsearch.search.fetch.subphase.InnerHitsContext.InnerHitSubContext
-
- ParentTaskAssigningClient - org.elasticsearch.client中的类
-
A
Client that sets the parent task on all requests that it makes.
- ParentTaskAssigningClient(Client, TaskId) - 类 的构造器org.elasticsearch.client.ParentTaskAssigningClient
-
Standard constructor.
- ParentTaskAssigningClient(Client, DiscoveryNode, Task) - 类 的构造器org.elasticsearch.client.ParentTaskAssigningClient
-
Convenience constructor for building the TaskId out of what is usually at hand.
- parse(XContentParser) - 类 中的静态方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
-
- parse(String) - 枚举 中的静态方法org.elasticsearch.action.support.WriteRequest.RefreshPolicy
-
Parse the string representation of a refresh policy, usually from a request parameter.
- parse(String) - 类 中的静态方法org.elasticsearch.bootstrap.JavaVersion
-
- parse(XContentParser) - 类 中的方法org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand.Builder
-
- parse(XContentParser) - 类 中的方法org.elasticsearch.cluster.routing.allocation.command.AllocateEmptyPrimaryAllocationCommand.Builder
-
- parse(XContentParser) - 类 中的方法org.elasticsearch.cluster.routing.allocation.command.AllocateReplicaAllocationCommand.Builder
-
- parse(XContentParser) - 类 中的方法org.elasticsearch.cluster.routing.allocation.command.AllocateStalePrimaryAllocationCommand.Builder
-
- parse(String) - 枚举 中的静态方法org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider.Allocation
-
- parse(String) - 枚举 中的静态方法org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider.Rebalance
-
- parse(String) - 枚举 中的静态方法org.elasticsearch.cluster.routing.Preference
-
Parses the Preference Type given a string
- parse(XContentParser) - 枚举 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
- parse(XContentParser, GeoShapeFieldMapper) - 枚举 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
Parse the geometry specified by the source document and return a ShapeBuilder instance used to
build the actual geometry
- parse(XContentParser) - 类 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilder
-
- parse(XContentParser, GeoShapeFieldMapper) - 类 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilder
-
- parse(String, LongSupplier) - 类 中的方法org.elasticsearch.common.joda.DateMathParser
-
- parse(String, LongSupplier, boolean, DateTimeZone) - 类 中的方法org.elasticsearch.common.joda.DateMathParser
-
- parse(String, DistanceUnit, DistanceUnit) - 枚举 中的静态方法org.elasticsearch.common.unit.DistanceUnit
-
Parses a given distance and converts it to the specified unit.
- parse(String, DistanceUnit) - 枚举 中的方法org.elasticsearch.common.unit.DistanceUnit
-
Parses a given distance and converts it to this unit.
- parse(XContentParser) - 类 中的静态方法org.elasticsearch.common.unit.Fuzziness
-
- parse(String) - 类 中的静态方法org.elasticsearch.common.util.LocaleUtils
-
Parse the given locale as language, language-country or
language-country-variant.
- parse(String) - 枚举 中的静态方法org.elasticsearch.common.util.PageCacheRecycler.Type
-
- parse(XContentParser, Context) - 类 中的方法org.elasticsearch.common.xcontent.ConstructingObjectParser
-
- parse(XContentParser, Context) - 接口 中的方法org.elasticsearch.common.xcontent.ContextParser
-
- parse(XContentParser, Context, String) - 接口 中的方法org.elasticsearch.common.xcontent.ObjectParser.NamedObjectParser
-
- parse(XContentParser, Context) - 类 中的方法org.elasticsearch.common.xcontent.ObjectParser
-
- parse(XContentParser, Value, Context) - 类 中的方法org.elasticsearch.common.xcontent.ObjectParser
-
- parse(XContentParser, Value, Context) - 接口 中的方法org.elasticsearch.common.xcontent.ObjectParser.Parser
-
- parse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.AllFieldMapper
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.AllFieldMapper.TypeParser
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.BinaryFieldMapper.TypeParser
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.BooleanFieldMapper.TypeParser
-
- parse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.CompletionFieldMapper
-
Parses and indexes inputs
Parsing:
Acceptable format:
"STRING" - interpreted as field value (input)
"ARRAY" - each element can be one of "OBJECT" (see below)
"OBJECT" - { "input": STRING|ARRAY, "weight": STRING|INT, "contexts": ARRAY|OBJECT }
Indexing:
if context mappings are defined, delegates to
ContextMappings.addField(ParseContext.Document, String, String, int, Map)
else adds inputs as a
SuggestField
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.CompletionFieldMapper.TypeParser
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.DateFieldMapper.TypeParser
-
- parse(SourceToParse) - 类 中的方法org.elasticsearch.index.mapper.DocumentMapper
-
- parse(String, CompressedXContent) - 类 中的方法org.elasticsearch.index.mapper.DocumentMapperParser
-
- parse(String, CompressedXContent, String) - 类 中的方法org.elasticsearch.index.mapper.DocumentMapperParser
-
- parse(String, Map<String, Object>, Version) - 类 中的静态方法org.elasticsearch.index.mapper.DynamicTemplate
-
- parse(FieldMapper, ParseContext) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper.MultiFields
-
- parse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper
-
Parse using the provided
ParseContext and return a mapping
update if dynamic mappings modified the mappings, or
null if
mappings were not modified.
- parse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.FieldNamesFieldMapper
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.FieldNamesFieldMapper.TypeParser
-
- parse(ParseContext, GeoPoint) - 类 中的方法org.elasticsearch.index.mapper.GeoPointFieldMapper
-
- parse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.GeoPointFieldMapper
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.GeoPointFieldMapper.TypeParser
-
- parse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper.TypeParser
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.IdFieldMapper.TypeParser
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.IndexFieldMapper.TypeParser
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.IpFieldMapper.TypeParser
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.KeywordFieldMapper.TypeParser
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - 接口 中的方法org.elasticsearch.index.mapper.Mapper.TypeParser
-
- parse(String, CompressedXContent, boolean) - 类 中的方法org.elasticsearch.index.mapper.MapperService
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - 接口 中的方法org.elasticsearch.index.mapper.MetadataFieldMapper.TypeParser
-
- parse(XContentParser, boolean) - 枚举 中的方法org.elasticsearch.index.mapper.NumberFieldMapper.NumberType
-
- parse(Object, boolean) - 枚举 中的方法org.elasticsearch.index.mapper.NumberFieldMapper.NumberType
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.NumberFieldMapper.TypeParser
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.ObjectMapper.TypeParser
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.ParentFieldMapper.TypeParser
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.RootObjectMapper.TypeParser
-
- parse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.RoutingFieldMapper
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.RoutingFieldMapper.TypeParser
-
- parse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.SeqNoFieldMapper
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.SeqNoFieldMapper.TypeParser
-
- parse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.SourceFieldMapper
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.SourceFieldMapper.TypeParser
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.TextFieldMapper.TypeParser
-
- parse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.TypeFieldMapper
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.TypeFieldMapper.TypeParser
-
- parse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.UidFieldMapper
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.UidFieldMapper.TypeParser
-
- parse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.VersionFieldMapper
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - 类 中的方法org.elasticsearch.index.mapper.VersionFieldMapper.TypeParser
-
- parse(XContentParser, MoreLikeThisQueryBuilder.Item) - 类 中的静态方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
Parses and returns the given item.
- parse(String) - 枚举 中的静态方法org.elasticsearch.index.query.MultiMatchQueryBuilder.Type
-
- parse(MatchQuery.Type, String, Object) - 类 中的方法org.elasticsearch.index.search.MatchQuery
-
- parse(MultiMatchQueryBuilder.Type, Map<String, Float>, Object, String) - 类 中的方法org.elasticsearch.index.search.MultiMatchQuery
-
- parse(String) - 类 中的方法org.elasticsearch.index.search.QueryStringQueryParser
-
- parse(String) - 枚举 中的静态方法org.elasticsearch.index.SlowLogLevel
-
- parse(XContentParser) - 类 中的静态方法org.elasticsearch.script.Script
-
- parse(Settings) - 类 中的静态方法org.elasticsearch.script.Script
-
Parse the script configured in the given settings.
- parse(XContentParser, String) - 类 中的静态方法org.elasticsearch.script.Script
-
This will parse XContent into a
Script.
- parse(BytesReference, XContentType) - 类 中的静态方法org.elasticsearch.script.StoredScriptSource
-
- parse(String, XContentParser) - 接口 中的方法org.elasticsearch.search.aggregations.Aggregator.Parser
-
Returns the aggregator factory with which this parser is associated, may return null indicating the
aggregation should be skipped (e.g. when trying to aggregate on unmapped fields).
- parse(String) - 枚举 中的静态方法org.elasticsearch.search.aggregations.Aggregator.SubAggCollectionMode
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.filter.FiltersAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.global.GlobalAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.missing.MissingAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.nested.NestedAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.range.GeoDistanceAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.range.IpRangeAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder
-
- parse(XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.JLHScore
-
- parse(XContentParser) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic.NXYParser
-
- parse(XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.PercentageScore
-
- parse(XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic
-
- parse(XContentParser) - 接口 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.SignificanceHeuristicParser
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.avg.AvgAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.max.MaxAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.min.MinAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.stats.StatsAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.sum.SumAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregationBuilder
-
- parse(String, XContentLocation) - 枚举 中的静态方法org.elasticsearch.search.aggregations.pipeline.BucketHelpers.GapPolicy
-
Parse a string GapPolicy into the byte enum
- parse(String, XContentParser) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsParser
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.pipeline.bucketsort.BucketSortPipelineAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregationBuilder
-
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
-
- parse(String) - 枚举 中的静态方法org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.SeasonalityType
-
Parse a string SeasonalityType into the byte enum
- parse(Map<String, Object>, String, int) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel.AbstractModelParser
-
Parse a settings hash that is specific to this model
- parse(ParseFieldRegistry<MovAvgModel.AbstractModelParser>, String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
-
- parse(String, XContentParser) - 接口 中的方法org.elasticsearch.search.aggregations.pipeline.PipelineAggregator.Parser
-
Returns the pipeline aggregator factory with which this parser is
associated.
- parse(String, XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
-
- parse(String) - 类 中的静态方法org.elasticsearch.search.aggregations.support.AggregationPath
-
- parse5x(String) - 类 中的静态方法org.elasticsearch.common.util.LocaleUtils
-
已过时。
- parseAfterEffect(Settings) - 类 中的方法org.elasticsearch.index.similarity.DFRSimilarityProvider
-
Parses the given Settings and creates the appropriate AfterEffect
- parseAggregators(XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregatorFactories
-
Parses the aggregation request recursively generating aggregator
factories in turn.
- parseAliasFilter(CheckedFunction<byte[], QueryBuilder, IOException>, IndexMetaData, String...) - 接口 中的静态方法org.elasticsearch.search.internal.ShardSearchRequest
-
Returns the filter associated with listed filtering aliases.
- parseAnalysisVersion(Settings, Settings, Logger) - 类 中的静态方法org.elasticsearch.index.analysis.Analysis
-
- parseArticles(Environment, Version, Settings) - 类 中的静态方法org.elasticsearch.index.analysis.Analysis
-
- parseBasicModel(Settings) - 类 中的方法org.elasticsearch.index.similarity.DFRSimilarityProvider
-
Parses the given Settings and creates the appropriate BasicModel
- parseBoolean(char[], int, int, boolean) - 类 中的静态方法org.elasticsearch.common.Booleans
-
Parses a char[] representation of a boolean value to boolean.
- parseBoolean(String) - 类 中的静态方法org.elasticsearch.common.Booleans
-
Parses a string representation of a boolean value to boolean.
- parseBoolean(String, boolean) - 类 中的静态方法org.elasticsearch.common.Booleans
-
- parseBoolean(String, Boolean) - 类 中的静态方法org.elasticsearch.common.Booleans
-
- parseBooleanLenient(String, Boolean) - 类 中的静态方法org.elasticsearch.common.Booleans
-
- parseBooleanLenient(String, boolean) - 类 中的静态方法org.elasticsearch.common.Booleans
-
- parseBooleanLenient(char[], int, int, boolean) - 类 中的静态方法org.elasticsearch.common.Booleans
-
- parseBoolParam(Map<String, Object>, String, boolean) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel.AbstractModelParser
-
Extracts a boolean from the settings map, otherwise throws an exception
- parseByteSize(String, ByteSizeValue, ByteSizeValue, String) - 类 中的静态方法org.elasticsearch.common.settings.Setting
-
- parseBytesRef(String) - 类 中的方法org.elasticsearch.search.DocValueFormat.DateTime
-
- parseBytesRef(String) - 类 中的方法org.elasticsearch.search.DocValueFormat.Decimal
-
- parseBytesRef(String) - 接口 中的方法org.elasticsearch.search.DocValueFormat
-
- parseBytesSizeValue(String, String) - 类 中的静态方法org.elasticsearch.common.unit.ByteSizeValue
-
- parseBytesSizeValue(String, ByteSizeValue, String) - 类 中的静态方法org.elasticsearch.common.unit.ByteSizeValue
-
- parseBytesSizeValueOrHeapRatio(String, String) - 枚举 中的静态方法org.elasticsearch.common.unit.MemorySizeValue
-
Parse the provided string as a memory size.
- parseCidr(String) - 类 中的静态方法org.elasticsearch.common.network.InetAddresses
-
Parse an IP address and its prefix length using the CIDR notation.
- parseCircle(ShapeBuilder.CoordinateNode, DistanceUnit.Distance) - 枚举 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
- parseClassPath() - 类 中的静态方法org.elasticsearch.bootstrap.JarHell
-
Parses the classpath into an array of URLs
- parseCommonWords(Environment, Settings, CharArraySet, boolean) - 类 中的静态方法org.elasticsearch.index.analysis.Analysis
-
- ParseContext - org.elasticsearch.index.mapper中的类
-
- ParseContext() - 类 的构造器org.elasticsearch.index.mapper.ParseContext
-
- parseContext(ParseContext, XContentParser) - 类 中的方法org.elasticsearch.search.suggest.completion.context.CategoryContextMapping
-
Parse a set of CharSequence contexts at index-time.
- parseContext(ParseContext.Document) - 类 中的方法org.elasticsearch.search.suggest.completion.context.CategoryContextMapping
-
- parseContext(ParseContext, XContentParser) - 类 中的方法org.elasticsearch.search.suggest.completion.context.ContextMapping
-
Parses a set of index-time contexts.
- parseContext(ParseContext.Document) - 类 中的方法org.elasticsearch.search.suggest.completion.context.ContextMapping
-
Retrieves a set of context from a document at index-time.
- parseContext(ParseContext, XContentParser) - 类 中的方法org.elasticsearch.search.suggest.completion.context.GeoContextMapping
-
Parse a set of CharSequence contexts at index-time.
- parseContext(ParseContext.Document) - 类 中的方法org.elasticsearch.search.suggest.completion.context.GeoContextMapping
-
- ParseContext.Document - org.elasticsearch.index.mapper中的类
-
Fork of Document with additional functionality.
- ParseContext.InternalParseContext - org.elasticsearch.index.mapper中的类
-
- parseCopyFields(Object, FieldMapper.Builder) - 类 中的静态方法org.elasticsearch.index.mapper.TypeParsers
-
- parseCreateField(ParseContext, List<IndexableField>) - 类 中的方法org.elasticsearch.index.mapper.AllFieldMapper
-
- parseCreateField(ParseContext, List<IndexableField>) - 类 中的方法org.elasticsearch.index.mapper.BinaryFieldMapper
-
- parseCreateField(ParseContext, List<IndexableField>) - 类 中的方法org.elasticsearch.index.mapper.BooleanFieldMapper
-
- parseCreateField(ParseContext, List<IndexableField>) - 类 中的方法org.elasticsearch.index.mapper.CompletionFieldMapper
-
- parseCreateField(ParseContext, List<IndexableField>) - 类 中的方法org.elasticsearch.index.mapper.DateFieldMapper
-
- parseCreateField(ParseContext, List<IndexableField>) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper
-
Parse the field value and populate fields.
- parseCreateField(ParseContext, List<IndexableField>) - 类 中的方法org.elasticsearch.index.mapper.FieldNamesFieldMapper
-
- parseCreateField(ParseContext, List<IndexableField>) - 类 中的方法org.elasticsearch.index.mapper.GeoPointFieldMapper
-
- parseCreateField(ParseContext, List<IndexableField>) - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper
-
- parseCreateField(ParseContext, List<IndexableField>) - 类 中的方法org.elasticsearch.index.mapper.IdFieldMapper
-
- parseCreateField(ParseContext, List<IndexableField>) - 类 中的方法org.elasticsearch.index.mapper.IndexFieldMapper
-
- parseCreateField(ParseContext, List<IndexableField>) - 类 中的方法org.elasticsearch.index.mapper.IpFieldMapper
-
- parseCreateField(ParseContext, List<IndexableField>) - 类 中的方法org.elasticsearch.index.mapper.KeywordFieldMapper
-
- parseCreateField(ParseContext, List<IndexableField>) - 类 中的方法org.elasticsearch.index.mapper.NumberFieldMapper
-
- parseCreateField(ParseContext, List<IndexableField>) - 类 中的方法org.elasticsearch.index.mapper.ParentFieldMapper
-
- parseCreateField(ParseContext, List<IndexableField>) - 类 中的方法org.elasticsearch.index.mapper.RoutingFieldMapper
-
- parseCreateField(ParseContext, List<IndexableField>) - 类 中的方法org.elasticsearch.index.mapper.SeqNoFieldMapper
-
- parseCreateField(ParseContext, List<IndexableField>) - 类 中的方法org.elasticsearch.index.mapper.SourceFieldMapper
-
- parseCreateField(ParseContext, List<IndexableField>) - 类 中的方法org.elasticsearch.index.mapper.TextFieldMapper
-
- parseCreateField(ParseContext, List<IndexableField>) - 类 中的方法org.elasticsearch.index.mapper.TypeFieldMapper
-
- parseCreateField(ParseContext, List<IndexableField>) - 类 中的方法org.elasticsearch.index.mapper.UidFieldMapper
-
- parseCreateField(ParseContext, List<IndexableField>) - 类 中的方法org.elasticsearch.index.mapper.VersionFieldMapper
-
- ParsedAdjacencyMatrix - org.elasticsearch.search.aggregations.bucket.adjacency中的类
-
- ParsedAdjacencyMatrix() - 类 的构造器org.elasticsearch.search.aggregations.bucket.adjacency.ParsedAdjacencyMatrix
-
- ParsedAdjacencyMatrix.ParsedBucket - org.elasticsearch.search.aggregations.bucket.adjacency中的类
-
- ParsedAggregation - org.elasticsearch.search.aggregations中的类
-
An implementation of
Aggregation that is parsed from a REST response.
- ParsedAggregation() - 类 的构造器org.elasticsearch.search.aggregations.ParsedAggregation
-
- parseDateTimeFormatter(Object) - 类 中的静态方法org.elasticsearch.index.mapper.TypeParsers
-
- ParsedAvg - org.elasticsearch.search.aggregations.metrics.avg中的类
-
- ParsedAvg() - 类 的构造器org.elasticsearch.search.aggregations.metrics.avg.ParsedAvg
-
- ParsedBinaryRange - org.elasticsearch.search.aggregations.bucket.range中的类
-
- ParsedBinaryRange() - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.ParsedBinaryRange
-
- ParsedBinaryRange.ParsedBucket - org.elasticsearch.search.aggregations.bucket.range中的类
-
- ParsedBucket() - 类 的构造器org.elasticsearch.search.aggregations.bucket.adjacency.ParsedAdjacencyMatrix.ParsedBucket
-
- ParsedBucket() - 类 的构造器org.elasticsearch.search.aggregations.bucket.composite.ParsedComposite.ParsedBucket
-
- ParsedBucket() - 类 的构造器org.elasticsearch.search.aggregations.bucket.filter.ParsedFilters.ParsedBucket
-
- ParsedBucket() - 类 的构造器org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoHashGrid.ParsedBucket
-
- ParsedBucket() - 类 的构造器org.elasticsearch.search.aggregations.bucket.histogram.ParsedDateHistogram.ParsedBucket
-
- ParsedBucket() - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.ParsedBinaryRange.ParsedBucket
-
- ParsedBucket() - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.ParsedDateRange.ParsedBucket
-
- ParsedBucket() - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.ParsedGeoDistance.ParsedBucket
-
- ParsedBucket() - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
-
- ParsedBucket() - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantLongTerms.ParsedBucket
-
- ParsedBucket() - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantStringTerms.ParsedBucket
-
- ParsedBucket() - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms.ParsedBucket
-
- ParsedBucket() - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.ParsedDoubleTerms.ParsedBucket
-
- ParsedBucket() - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.ParsedLongTerms.ParsedBucket
-
- ParsedBucket() - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.ParsedStringTerms.ParsedBucket
-
- ParsedBucket() - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.ParsedTerms.ParsedBucket
-
- ParsedBucket() - 类 的构造器org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
-
- ParsedBucketMetricValue - org.elasticsearch.search.aggregations.pipeline.bucketmetrics中的类
-
- ParsedBucketMetricValue() - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.ParsedBucketMetricValue
-
- ParsedCardinality - org.elasticsearch.search.aggregations.metrics.cardinality中的类
-
- ParsedCardinality() - 类 的构造器org.elasticsearch.search.aggregations.metrics.cardinality.ParsedCardinality
-
- ParsedComposite - org.elasticsearch.search.aggregations.bucket.composite中的类
-
- ParsedComposite() - 类 的构造器org.elasticsearch.search.aggregations.bucket.composite.ParsedComposite
-
- ParsedComposite.ParsedBucket - org.elasticsearch.search.aggregations.bucket.composite中的类
-
- ParsedDateHistogram - org.elasticsearch.search.aggregations.bucket.histogram中的类
-
- ParsedDateHistogram() - 类 的构造器org.elasticsearch.search.aggregations.bucket.histogram.ParsedDateHistogram
-
- ParsedDateHistogram.ParsedBucket - org.elasticsearch.search.aggregations.bucket.histogram中的类
-
- ParsedDateRange - org.elasticsearch.search.aggregations.bucket.range中的类
-
- ParsedDateRange() - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.ParsedDateRange
-
- ParsedDateRange.ParsedBucket - org.elasticsearch.search.aggregations.bucket.range中的类
-
- ParsedDerivative - org.elasticsearch.search.aggregations.pipeline.derivative中的类
-
- ParsedDerivative() - 类 的构造器org.elasticsearch.search.aggregations.pipeline.derivative.ParsedDerivative
-
- parsedDoc() - 类 中的方法org.elasticsearch.index.engine.Engine.Index
-
- ParsedDocument - org.elasticsearch.index.mapper中的类
-
The result of parsing a document.
- ParsedDocument(Field, SeqNoFieldMapper.SequenceIDFields, String, String, String, List<ParseContext.Document>, BytesReference, XContentType, Mapping) - 类 的构造器org.elasticsearch.index.mapper.ParsedDocument
-
- ParsedDoubleTerms - org.elasticsearch.search.aggregations.bucket.terms中的类
-
- ParsedDoubleTerms() - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.ParsedDoubleTerms
-
- ParsedDoubleTerms.ParsedBucket - org.elasticsearch.search.aggregations.bucket.terms中的类
-
- ParsedExtendedStats - org.elasticsearch.search.aggregations.metrics.stats.extended中的类
-
- ParsedExtendedStats() - 类 的构造器org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
-
- ParsedExtendedStatsBucket - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended中的类
-
- ParsedExtendedStatsBucket() - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ParsedExtendedStatsBucket
-
- ParsedFilter - org.elasticsearch.search.aggregations.bucket.filter中的类
-
- ParsedFilter() - 类 的构造器org.elasticsearch.search.aggregations.bucket.filter.ParsedFilter
-
- ParsedFilters - org.elasticsearch.search.aggregations.bucket.filter中的类
-
- ParsedFilters() - 类 的构造器org.elasticsearch.search.aggregations.bucket.filter.ParsedFilters
-
- ParsedFilters.ParsedBucket - org.elasticsearch.search.aggregations.bucket.filter中的类
-
- ParsedGeoBounds - org.elasticsearch.search.aggregations.metrics.geobounds中的类
-
- ParsedGeoBounds() - 类 的构造器org.elasticsearch.search.aggregations.metrics.geobounds.ParsedGeoBounds
-
- ParsedGeoCentroid - org.elasticsearch.search.aggregations.metrics.geocentroid中的类
-
Serialization and merge logic for GeoCentroidAggregator.
- ParsedGeoCentroid() - 类 的构造器org.elasticsearch.search.aggregations.metrics.geocentroid.ParsedGeoCentroid
-
- ParsedGeoDistance - org.elasticsearch.search.aggregations.bucket.range中的类
-
- ParsedGeoDistance() - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.ParsedGeoDistance
-
- ParsedGeoDistance.ParsedBucket - org.elasticsearch.search.aggregations.bucket.range中的类
-
- ParsedGeoHashGrid - org.elasticsearch.search.aggregations.bucket.geogrid中的类
-
- ParsedGeoHashGrid() - 类 的构造器org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoHashGrid
-
- ParsedGeoHashGrid.ParsedBucket - org.elasticsearch.search.aggregations.bucket.geogrid中的类
-
- ParsedGlobal - org.elasticsearch.search.aggregations.bucket.global中的类
-
- ParsedGlobal() - 类 的构造器org.elasticsearch.search.aggregations.bucket.global.ParsedGlobal
-
- ParsedHDRPercentileRanks - org.elasticsearch.search.aggregations.metrics.percentiles.hdr中的类
-
- ParsedHDRPercentileRanks() - 类 的构造器org.elasticsearch.search.aggregations.metrics.percentiles.hdr.ParsedHDRPercentileRanks
-
- ParsedHDRPercentiles - org.elasticsearch.search.aggregations.metrics.percentiles.hdr中的类
-
- ParsedHDRPercentiles() - 类 的构造器org.elasticsearch.search.aggregations.metrics.percentiles.hdr.ParsedHDRPercentiles
-
- ParsedHistogram - org.elasticsearch.search.aggregations.bucket.histogram中的类
-
- ParsedHistogram() - 类 的构造器org.elasticsearch.search.aggregations.bucket.histogram.ParsedHistogram
-
- parseDistance(String) - 类 中的静态方法org.elasticsearch.common.unit.DistanceUnit.Distance
-
- parseDistribution(Settings) - 类 中的方法org.elasticsearch.index.similarity.IBSimilarityProvider
-
Parses the given Settings and creates the appropriate Distribution
- ParsedLongTerms - org.elasticsearch.search.aggregations.bucket.terms中的类
-
- ParsedLongTerms() - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.ParsedLongTerms
-
- ParsedLongTerms.ParsedBucket - org.elasticsearch.search.aggregations.bucket.terms中的类
-
- parsedMatchAllQuery() - 类 中的静态方法org.elasticsearch.index.query.ParsedQuery
-
- ParsedMax - org.elasticsearch.search.aggregations.metrics.max中的类
-
- ParsedMax() - 类 的构造器org.elasticsearch.search.aggregations.metrics.max.ParsedMax
-
- ParsedMin - org.elasticsearch.search.aggregations.metrics.min中的类
-
- ParsedMin() - 类 的构造器org.elasticsearch.search.aggregations.metrics.min.ParsedMin
-
- ParsedMissing - org.elasticsearch.search.aggregations.bucket.missing中的类
-
- ParsedMissing() - 类 的构造器org.elasticsearch.search.aggregations.bucket.missing.ParsedMissing
-
- ParsedMultiBucketAggregation<B extends MultiBucketsAggregation.Bucket> - org.elasticsearch.search.aggregations中的类
-
- ParsedMultiBucketAggregation() - 类 的构造器org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation
-
- ParsedMultiBucketAggregation.ParsedBucket - org.elasticsearch.search.aggregations中的类
-
- ParsedNested - org.elasticsearch.search.aggregations.bucket.nested中的类
-
- ParsedNested() - 类 的构造器org.elasticsearch.search.aggregations.bucket.nested.ParsedNested
-
- parseDocuments(XContentParser, List<MultiGetRequest.Item>, String, String, String[], FetchSourceContext, String, boolean) - 类 中的静态方法org.elasticsearch.action.get.MultiGetRequest
-
- parseDocuments(XContentParser, List<MultiGetRequest.Item>) - 类 中的静态方法org.elasticsearch.action.get.MultiGetRequest
-
- parseDouble(XContentParser, double) - 类 中的静态方法org.elasticsearch.search.aggregations.ParsedAggregation
-
Parse a token of type XContentParser.Token.VALUE_NUMBER or XContentParser.Token.STRING to a double.
- parseDouble(String, boolean, LongSupplier) - 类 中的方法org.elasticsearch.search.DocValueFormat.DateTime
-
- parseDouble(String, boolean, LongSupplier) - 类 中的方法org.elasticsearch.search.DocValueFormat.Decimal
-
- parseDouble(String, boolean, LongSupplier) - 接口 中的方法org.elasticsearch.search.DocValueFormat
-
- parseDoubleParam(Map<String, Object>, String, double) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel.AbstractModelParser
-
Extracts a 0-1 inclusive double from the settings map, otherwise throws an exception
- ParsedPercentileRanks - org.elasticsearch.search.aggregations.metrics.percentiles中的类
-
- ParsedPercentileRanks() - 类 的构造器org.elasticsearch.search.aggregations.metrics.percentiles.ParsedPercentileRanks
-
- ParsedPercentiles - org.elasticsearch.search.aggregations.metrics.percentiles中的类
-
- ParsedPercentiles() - 类 的构造器org.elasticsearch.search.aggregations.metrics.percentiles.ParsedPercentiles
-
- ParsedPercentilesBucket - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile中的类
-
- ParsedPercentilesBucket() - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.ParsedPercentilesBucket
-
- parsedPostFilter(ParsedQuery) - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- parsedPostFilter() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- parsedPostFilter(ParsedQuery) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- parsedPostFilter() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- parsedPostFilter(ParsedQuery) - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- ParsedQuery - org.elasticsearch.index.query中的类
-
The result of parsing a query.
- ParsedQuery(Query, Map<String, Query>) - 类 的构造器org.elasticsearch.index.query.ParsedQuery
-
Store the query and filters.
- ParsedQuery(Query, ParsedQuery) - 类 的构造器org.elasticsearch.index.query.ParsedQuery
-
- ParsedQuery(Query) - 类 的构造器org.elasticsearch.index.query.ParsedQuery
-
- parsedQuery(ParsedQuery) - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- parsedQuery() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- parsedQuery(ParsedQuery) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- parsedQuery() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- parsedQuery(ParsedQuery) - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- parsedQuery() - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- ParsedRange - org.elasticsearch.search.aggregations.bucket.range中的类
-
- ParsedRange() - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.ParsedRange
-
- ParsedRange.ParsedBucket - org.elasticsearch.search.aggregations.bucket.range中的类
-
- ParsedReverseNested - org.elasticsearch.search.aggregations.bucket.nested中的类
-
- ParsedReverseNested() - 类 的构造器org.elasticsearch.search.aggregations.bucket.nested.ParsedReverseNested
-
- ParsedSampler - org.elasticsearch.search.aggregations.bucket.sampler中的类
-
- ParsedSampler() - 类 的构造器org.elasticsearch.search.aggregations.bucket.sampler.ParsedSampler
-
- ParsedScriptedMetric - org.elasticsearch.search.aggregations.metrics.scripted中的类
-
- ParsedScriptedMetric() - 类 的构造器org.elasticsearch.search.aggregations.metrics.scripted.ParsedScriptedMetric
-
- ParsedSignificantLongTerms - org.elasticsearch.search.aggregations.bucket.significant中的类
-
- ParsedSignificantLongTerms() - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantLongTerms
-
- ParsedSignificantLongTerms.ParsedBucket - org.elasticsearch.search.aggregations.bucket.significant中的类
-
- ParsedSignificantStringTerms - org.elasticsearch.search.aggregations.bucket.significant中的类
-
- ParsedSignificantStringTerms() - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantStringTerms
-
- ParsedSignificantStringTerms.ParsedBucket - org.elasticsearch.search.aggregations.bucket.significant中的类
-
- ParsedSignificantTerms - org.elasticsearch.search.aggregations.bucket.significant中的类
-
- ParsedSignificantTerms() - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms
-
- ParsedSignificantTerms.ParsedBucket - org.elasticsearch.search.aggregations.bucket.significant中的类
-
- ParsedSimpleValue - org.elasticsearch.search.aggregations.pipeline中的类
-
- ParsedSimpleValue() - 类 的构造器org.elasticsearch.search.aggregations.pipeline.ParsedSimpleValue
-
- ParsedSingleBucketAggregation - org.elasticsearch.search.aggregations.bucket中的类
-
A base class for all the single bucket aggregations.
- ParsedSingleBucketAggregation() - 类 的构造器org.elasticsearch.search.aggregations.bucket.ParsedSingleBucketAggregation
-
- ParsedSingleValueNumericMetricsAggregation - org.elasticsearch.search.aggregations.metrics中的类
-
- ParsedSingleValueNumericMetricsAggregation() - 类 的构造器org.elasticsearch.search.aggregations.metrics.ParsedSingleValueNumericMetricsAggregation
-
- ParsedStats - org.elasticsearch.search.aggregations.metrics.stats中的类
-
- ParsedStats() - 类 的构造器org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
-
- ParsedStatsBucket - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats中的类
-
- ParsedStatsBucket() - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.ParsedStatsBucket
-
- ParsedStringTerms - org.elasticsearch.search.aggregations.bucket.terms中的类
-
- ParsedStringTerms() - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.ParsedStringTerms
-
- ParsedStringTerms.ParsedBucket - org.elasticsearch.search.aggregations.bucket.terms中的类
-
- ParsedSum - org.elasticsearch.search.aggregations.metrics.sum中的类
-
- ParsedSum() - 类 的构造器org.elasticsearch.search.aggregations.metrics.sum.ParsedSum
-
- ParsedTDigestPercentileRanks - org.elasticsearch.search.aggregations.metrics.percentiles.tdigest中的类
-
- ParsedTDigestPercentileRanks() - 类 的构造器org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.ParsedTDigestPercentileRanks
-
- ParsedTDigestPercentiles - org.elasticsearch.search.aggregations.metrics.percentiles.tdigest中的类
-
- ParsedTDigestPercentiles() - 类 的构造器org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.ParsedTDigestPercentiles
-
- ParsedTerms - org.elasticsearch.search.aggregations.bucket.terms中的类
-
- ParsedTerms() - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.ParsedTerms
-
- ParsedTerms.ParsedBucket - org.elasticsearch.search.aggregations.bucket.terms中的类
-
- ParsedTopHits - org.elasticsearch.search.aggregations.metrics.tophits中的类
-
- ParsedTopHits() - 类 的构造器org.elasticsearch.search.aggregations.metrics.tophits.ParsedTopHits
-
- ParsedValueCount - org.elasticsearch.search.aggregations.metrics.valuecount中的类
-
- ParsedValueCount() - 类 的构造器org.elasticsearch.search.aggregations.metrics.valuecount.ParsedValueCount
-
- parseEntries(XContentParser, Suggest.Suggestion<E>, CheckedFunction<XContentParser, E, IOException>) - 类 中的静态方法org.elasticsearch.search.suggest.Suggest.Suggestion
-
- parseEnvelope(ShapeBuilder.CoordinateNode) - 枚举 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
- parseExclude(XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude
-
- parseExternalValue(Class<T>) - 类 中的方法org.elasticsearch.index.mapper.ParseContext
-
Try to parse an externalValue if any
- ParseField - org.elasticsearch.common中的类
-
Holds a field that can be found in a request while parsing and its different
variants, which may be deprecated.
- ParseField(String, String...) - 类 的构造器org.elasticsearch.common.ParseField
-
- parseField(FieldMapper.Builder, String, Map<String, Object>, Mapper.TypeParser.ParserContext) - 类 中的静态方法org.elasticsearch.index.mapper.TypeParsers
-
Parse common field attributes such as doc_values or store.
- parseField() - 枚举 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder.Type
-
- parseField() - 枚举 中的方法org.elasticsearch.search.aggregations.Aggregator.SubAggCollectionMode
-
- ParseField.CommonFields - org.elasticsearch.common中的类
-
- ParseFieldRegistry<T> - org.elasticsearch.common.xcontent中的类
-
Registry for looking things up using ParseField semantics.
- ParseFieldRegistry(String) - 类 的构造器org.elasticsearch.common.xcontent.ParseFieldRegistry
-
Build the registry.
- parseFields(XContentParser) - 类 中的静态方法org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequest
-
- parseFieldsAndWeights(List<String>) - 类 中的静态方法org.elasticsearch.index.search.QueryParserHelper
-
Convert a list of field names encoded with optional boosts to a map that associates
the field name and its boost.
- parseFromLatLon(String) - 类 中的静态方法org.elasticsearch.common.geo.GeoPoint
-
- parseFromRestRequest(RestRequest) - 类 中的静态方法org.elasticsearch.search.fetch.subphase.FetchSourceContext
-
- parseFromXContent(XContentParser) - 类 中的静态方法org.elasticsearch.search.rescore.RescorerBuilder
-
- parseGeometries(XContentParser, GeoShapeFieldMapper) - 枚举 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
Parse the geometries array of a GeometryCollection
- parseGeoPoint(XContentParser) - 类 中的静态方法org.elasticsearch.common.geo.GeoUtils
-
- parseGeoPoint(XContentParser, GeoPoint) - 类 中的静态方法org.elasticsearch.common.geo.GeoUtils
-
- parseGeoPoint(String, GeoPoint) - 类 中的静态方法org.elasticsearch.common.geo.GeoUtils
-
- parseGroup(MatchQuery.Type, String, Float, Object, String) - 类 中的方法org.elasticsearch.index.search.MultiMatchQuery.QueryBuilder
-
- parseIdFromFileName(Path) - 类 中的静态方法org.elasticsearch.index.translog.Translog
-
Extracts the translog generation from a file name.
- parseIds(XContentParser, List<MultiGetRequest.Item>, String, String, String[], FetchSourceContext, String) - 类 中的静态方法org.elasticsearch.action.get.MultiGetRequest
-
- parseIds(XContentParser, List<MultiGetRequest.Item>) - 类 中的静态方法org.elasticsearch.action.get.MultiGetRequest
-
- parseInclude(XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude
-
- parseInnerQueryBuilder(XContentParser) - 类 中的静态方法org.elasticsearch.index.query.AbstractQueryBuilder
-
Parses a query excluding the query element that wraps it
- parseInnerQueryBuilder(XContentParser) - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
- parseInnerToXContent(XContentParser, DocWriteResponse.Builder) - 类 中的静态方法org.elasticsearch.action.DocWriteResponse
-
Parse the output of the #innerToXContent(XContentBuilder, Params) method.
- parseInt(String, int, String) - 类 中的静态方法org.elasticsearch.common.settings.Setting
-
- parseInt(String, int, int, String) - 类 中的静态方法org.elasticsearch.common.settings.Setting
-
- parseIntegerParam(Map<String, Object>, String, int) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel.AbstractModelParser
-
Extracts an integer from the settings map, otherwise throws an exception
- parseInto(DateTimeParserBucket, String, int) - 类 中的方法org.elasticsearch.common.joda.Joda.EpochTimeParser
-
- parseLambda(Settings) - 类 中的方法org.elasticsearch.index.similarity.IBSimilarityProvider
-
Parses the given Settings and creates the appropriate Lambda
- parseLinearRing(ShapeBuilder.CoordinateNode, boolean) - 枚举 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
- parseLineString(ShapeBuilder.CoordinateNode) - 枚举 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
- parseLong(String, long, String) - 类 中的静态方法org.elasticsearch.common.settings.Setting
-
- parseLong(String, boolean, LongSupplier) - 类 中的方法org.elasticsearch.search.DocValueFormat.DateTime
-
- parseLong(String, boolean, LongSupplier) - 类 中的方法org.elasticsearch.search.DocValueFormat.Decimal
-
- parseLong(String, boolean, LongSupplier) - 接口 中的方法org.elasticsearch.search.DocValueFormat
-
- parseMapping(NamedXContentRegistry, String) - 类 中的静态方法org.elasticsearch.index.mapper.MapperService
-
Parses the mappings (formatted as JSON) into a map
- parseMultiField(FieldMapper.Builder, String, Mapper.TypeParser.ParserContext, String, Object) - 类 中的静态方法org.elasticsearch.index.mapper.TypeParsers
-
- parseMultiLine(ShapeBuilder.CoordinateNode) - 枚举 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
- parseMultiLineRequest(RestRequest, IndicesOptions, boolean, BiConsumer<SearchRequest, XContentParser>) - 类 中的静态方法org.elasticsearch.rest.action.search.RestMultiSearchAction
-
- parseMultiPoint(ShapeBuilder.CoordinateNode) - 枚举 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
- parseMultiPolygon(ShapeBuilder.CoordinateNode, ShapeBuilder.Orientation, boolean) - 枚举 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
- parseNamedObject(Class<T>, String, XContentParser, C) - 类 中的方法org.elasticsearch.common.xcontent.NamedXContentRegistry
-
Parse a named object, throwing an exception if the parser isn't found.
- parseNested(String, Map<String, Object>, ObjectMapper.Builder, Mapper.TypeParser.ParserContext) - 类 中的静态方法org.elasticsearch.index.mapper.ObjectMapper.TypeParser
-
- parseNestedFilter(XContentParser) - 类 中的静态方法org.elasticsearch.search.sort.SortBuilder
-
- parseNormalization(Settings) - 类 中的方法org.elasticsearch.index.similarity.AbstractSimilarityProvider
-
Parses the given Settings and creates the appropriate Normalization
- parseNorms(FieldMapper.Builder, String, String, Object, Mapper.TypeParser.ParserContext) - 类 中的静态方法org.elasticsearch.index.mapper.TypeParsers
-
- parseObjectOrDocumentTypeProperties(String, Object, Mapper.TypeParser.ParserContext, ObjectMapper.Builder) - 类 中的静态方法org.elasticsearch.index.mapper.ObjectMapper.TypeParser
-
- parseOrderParam(XContentParser) - 类 中的静态方法org.elasticsearch.search.aggregations.InternalOrder.Parser
-
- parsePoint(ShapeBuilder.CoordinateNode) - 枚举 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
- parsePolygon(ShapeBuilder.CoordinateNode, ShapeBuilder.Orientation, boolean) - 枚举 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
- parseProperties(ObjectMapper.Builder, Map<String, Object>, Mapper.TypeParser.ParserContext) - 类 中的静态方法org.elasticsearch.index.mapper.ObjectMapper.TypeParser
-
- parseQueryContext(XContentParser) - 类 中的方法org.elasticsearch.search.suggest.completion.context.ContextMapping
-
Parses query contexts for this mapper
- PARSER - 类 中的静态变量org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- PARSER - 类 中的静态变量org.elasticsearch.action.admin.indices.rollover.Condition
-
- PARSER - 类 中的静态变量org.elasticsearch.action.admin.indices.rollover.RolloverRequest
-
- PARSER - 类 中的静态变量org.elasticsearch.action.admin.indices.shrink.ResizeRequest
-
- parser() - 类 中的方法org.elasticsearch.common.joda.FormatDateTimeFormatter
-
- parser() - 类 中的方法org.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- parser() - 类 中的方法org.elasticsearch.index.mapper.ParseContext
-
- PARSER - 类 中的静态变量org.elasticsearch.index.query.functionscore.ExponentialDecayFunctionBuilder
-
- PARSER - 类 中的静态变量org.elasticsearch.index.query.functionscore.GaussDecayFunctionBuilder
-
- PARSER - 类 中的静态变量org.elasticsearch.index.query.functionscore.LinearDecayFunctionBuilder
-
- PARSER - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregator.KeyedFilter
-
- PARSER - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.histogram.ExtendedBounds
-
- PARSER - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.significant.heuristics.ChiSquare
-
- PARSER - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.significant.heuristics.GND
-
- PARSER - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.significant.heuristics.MutualInformation
-
- Parser() - 类 的构造器org.elasticsearch.search.aggregations.InternalOrder.Parser
-
- PARSER - 类 中的静态变量org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregationBuilder
-
- PARSER - 类 中的静态变量org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregationBuilder
-
- PARSER - 类 中的静态变量org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregationBuilder
-
- PARSER - 类 中的静态变量org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregationBuilder
-
- PARSER - 类 中的静态变量org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregationBuilder
-
- PARSER - 类 中的静态变量org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregationBuilder
-
- PARSER - 类 中的静态变量org.elasticsearch.search.aggregations.pipeline.bucketsort.BucketSortPipelineAggregationBuilder
-
- PARSER - 类 中的静态变量org.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel
-
- PARSER - 类 中的静态变量org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel
-
- PARSER - 类 中的静态变量org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
-
- PARSER - 类 中的静态变量org.elasticsearch.search.aggregations.pipeline.movavg.models.LinearModel
-
- PARSER - 类 中的静态变量org.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel
-
- PARSER - 类 中的静态变量org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
- PARSER - 类 中的静态变量org.elasticsearch.tasks.TaskInfo
-
- PARSER - 类 中的静态变量org.elasticsearch.tasks.TaskResult
-
- PARSER_NAME - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.sampler.InternalSampler
-
- parseRangeBucketXContent(XContentParser, Supplier<B>, boolean) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
-
- parseRatioValue(String) - 类 中的静态方法org.elasticsearch.common.unit.RatioValue
-
Parses the provided string as a
RatioValue, the string can
either be in percentage format (eg. 73.5%), or a floating-point ratio
format (eg. 0.735)
- parserContext(String) - 类 中的方法org.elasticsearch.index.mapper.DocumentMapperParser
-
- ParserContext(String, IndexAnalyzers, Function<String, SimilarityProvider>, MapperService, Function<String, Mapper.TypeParser>, Version, Supplier<QueryShardContext>) - 类 的构造器org.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
-
- parseRequest(TermVectorsRequest, XContentParser) - 类 中的静态方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
populates a request object (pre-populated with defaults) based on a parser.
- parseRequest(RestRequest, boolean) - 类 中的静态方法org.elasticsearch.rest.action.search.RestMultiSearchAction
-
- parseRewriteMethod(String) - 类 中的静态方法org.elasticsearch.index.query.support.QueryParsers
-
- parseRewriteMethod(String, MultiTermQuery.RewriteMethod) - 类 中的静态方法org.elasticsearch.index.query.support.QueryParsers
-
- parseScoreMode(String) - 类 中的静态方法org.elasticsearch.index.query.NestedQueryBuilder
-
- parseSearchRequest(SearchRequest, RestRequest, XContentParser, IntConsumer) - 类 中的静态方法org.elasticsearch.rest.action.search.RestSearchAction
-
Parses the rest request on top of the SearchRequest, preserving values that are not overridden by the rest request.
- parseSeparator(Settings) - 类 中的静态方法org.elasticsearch.index.analysis.FingerprintAnalyzerProvider
-
- parseSizeValue(String) - 类 中的静态方法org.elasticsearch.common.unit.SizeValue
-
- parseSizeValue(String, SizeValue) - 类 中的静态方法org.elasticsearch.common.unit.SizeValue
-
- parseStemExclusion(Settings, CharArraySet) - 类 中的静态方法org.elasticsearch.index.analysis.Analysis
-
- parseStopWords(Environment, Version, Settings, CharArraySet) - 类 中的静态方法org.elasticsearch.index.analysis.Analysis
-
- parseStopWords(Environment, Settings, CharArraySet, boolean) - 类 中的静态方法org.elasticsearch.index.analysis.Analysis
-
- parseStoredFieldsValue(XContentParser) - 类 中的静态方法org.elasticsearch.common.xcontent.XContentParserUtils
-
Parse the current token depending on its token type.
- parseString(String) - 类 中的静态方法org.elasticsearch.action.support.ActiveShardCount
-
Parses the active shard count from the given string.
- parseString(String, boolean) - 枚举 中的静态方法org.elasticsearch.cluster.ClusterState.Metric
-
- parseString(String) - 枚举 中的静态方法org.elasticsearch.cluster.routing.allocation.decider.ClusterRebalanceAllocationDecider.ClusterRebalanceType
-
- parseTermsLookup(XContentParser) - 类 中的静态方法org.elasticsearch.indices.TermsLookup
-
- parseTermVector(String, String, FieldMapper.Builder) - 类 中的静态方法org.elasticsearch.index.mapper.TypeParsers
-
- parseTextField(FieldMapper.Builder, String, Map<String, Object>, Mapper.TypeParser.ParserContext) - 类 中的静态方法org.elasticsearch.index.mapper.TypeParsers
-
Parse text field attributes.
- parseTimeValue(String, TimeValue, String) - 类 中的静态方法org.elasticsearch.common.settings.Setting
-
- parseTimeValue(String, String) - 类 中的静态方法org.elasticsearch.common.unit.TimeValue
-
- parseTimeValue(String, TimeValue, String) - 类 中的静态方法org.elasticsearch.common.unit.TimeValue
-
- parseToMilliseconds(Object, boolean, DateTimeZone, DateMathParser, QueryRewriteContext) - 类 中的方法org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
-
- parseTypedKeysObject(XContentParser, String, Class<T>, Consumer<T>) - 类 中的静态方法org.elasticsearch.common.xcontent.XContentParserUtils
-
This method expects that the current field name is the concatenation of a type, a delimiter and a name
(ex: terms#foo where "terms" refers to the type of a registered
NamedXContentRegistry.Entry,
"#" is the delimiter and "foo" the name of the object to parse).
- parseUnit(String, DistanceUnit) - 枚举 中的静态方法org.elasticsearch.common.unit.DistanceUnit
-
Parses the suffix of a given distance string and return the corresponding
DistanceUnit
- parseValue(String) - 枚举 中的静态方法org.elasticsearch.common.breaker.CircuitBreaker.Type
-
- parseVersion(String, Version, Logger) - 类 中的静态方法org.elasticsearch.common.lucene.Lucene
-
- parseVersion(RestRequest) - 类 中的静态方法org.elasticsearch.rest.action.RestActions
-
- parseVersion(RestRequest, long) - 类 中的静态方法org.elasticsearch.rest.action.RestActions
-
- parseVersionLenient(String, Version) - 类 中的静态方法org.elasticsearch.common.lucene.Lucene
-
Parses the version string lenient and returns the default value if the given string is null or empty
- parseWords(Environment, Settings, String, CharArraySet, Map<String, Set<?>>, boolean) - 类 中的静态方法org.elasticsearch.index.analysis.Analysis
-
- parseXContent(XContentParser, T, String) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.ParsedSingleBucketAggregation
-
- parseXContent(XContentParser, boolean, Supplier<B>, CheckedBiConsumer<XContentParser, B, IOException>) - 类 中的静态方法org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
-
- parseXContent(XContentParser) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Parse some xContent into this SearchSourceBuilder, overwriting any values specified in the xContent.
- parseXContentFields(XContentParser, DeleteResponse.Builder) - 类 中的静态方法org.elasticsearch.action.delete.DeleteResponse
-
Parse the current token and update the parsing context appropriately.
- parseXContentFields(XContentParser, IndexResponse.Builder) - 类 中的静态方法org.elasticsearch.action.index.IndexResponse
-
Parse the current token and update the parsing context appropriately.
- parseXContentFields(XContentParser, UpdateResponse.Builder) - 类 中的静态方法org.elasticsearch.action.update.UpdateResponse
-
Parse the current token and update the parsing context appropriately.
- ParsingException - org.elasticsearch.common中的异常错误
-
Exception that can be used when parsing queries with a given
XContentParser.
- ParsingException(XContentLocation, String, Object...) - 异常错误 的构造器org.elasticsearch.common.ParsingException
-
- ParsingException(XContentLocation, String, Throwable, Object...) - 异常错误 的构造器org.elasticsearch.common.ParsingException
-
- ParsingException(int, int, String, Throwable) - 异常错误 的构造器org.elasticsearch.common.ParsingException
-
This constructor is provided for use in unit tests where a
XContentParser may not be available
- ParsingException(StreamInput) - 异常错误 的构造器org.elasticsearch.common.ParsingException
-
- partBytes(int) - 类 中的方法org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
-
Returns the size (in bytes) of a given part
- partial() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Returns true if indices with unavailable shards should be be partially snapshotted.
- partial(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Set to true to allow indices with unavailable shards to be partially snapshotted.
- partial() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Returns true if indices with failed to snapshot shards should be partially restored.
- partial(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Set to true to allow indices with failed to snapshot shards should be partially restored.
- partial() - 类 中的方法org.elasticsearch.cluster.SnapshotsInProgress.Entry
-
- partial() - 类 中的方法org.elasticsearch.snapshots.RestoreService.RestoreRequest
-
Returns true if incomplete indices will be restored
- partial(boolean) - 类 中的方法org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
-
Set to true if partial snapshot should be allowed
- partial() - 类 中的方法org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
-
Returns true if partial snapshot should be allowed
- PARTITION_FIELD - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude
-
- PartitionedLongFilter() - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude.PartitionedLongFilter
-
- partName(long) - 类 中的方法org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
-
Returns part name if file is stored as multiple parts
- partSize() - 类 中的方法org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
-
Returns part size
- path() - 接口 中的方法org.elasticsearch.common.blobstore.BlobContainer
-
Gets the
BlobPath that defines the implementation specific paths to where the blobs are contained.
- path - 类 中的变量org.elasticsearch.common.blobstore.fs.FsBlobContainer
-
- path() - 类 中的方法org.elasticsearch.common.blobstore.fs.FsBlobStore
-
- path() - 类 中的方法org.elasticsearch.common.blobstore.support.AbstractBlobContainer
-
- path - 类 中的变量org.elasticsearch.env.NodeEnvironment.NodePath
-
- path() - 类 中的方法org.elasticsearch.index.mapper.Mapper.BuilderContext
-
- path() - 类 中的方法org.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- path() - 类 中的方法org.elasticsearch.index.mapper.ParseContext
-
- path - 类 中的变量org.elasticsearch.index.translog.BaseTranslogReader
-
- path() - 类 中的方法org.elasticsearch.index.translog.BaseTranslogReader
-
- path() - 类 中的方法org.elasticsearch.indices.TermsLookup
-
- Path() - 类 的构造器org.elasticsearch.monitor.fs.FsInfo.Path
-
- Path(String, String, long, long, long) - 类 的构造器org.elasticsearch.monitor.fs.FsInfo.Path
-
- Path(StreamInput) - 类 的构造器org.elasticsearch.monitor.fs.FsInfo.Path
-
Read from a stream.
- path() - 类 中的方法org.elasticsearch.rest.RestRequest
-
The path part of the URI (without the query string), decoded.
- path() - 类 中的方法org.elasticsearch.search.aggregations.bucket.nested.NestedAggregationBuilder
-
Get the path to use for this nested aggregation.
- path(String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder
-
Set the path to use for this nested aggregation.
- path() - 类 中的方法org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder
-
Get the path to use for this nested aggregation.
- path() - 类 中的方法org.elasticsearch.search.aggregations.InternalOrder.Aggregation
-
- PATH_DATA_SETTING - 类 中的静态变量org.elasticsearch.env.Environment
-
- PATH_FIELD - 类 中的静态变量org.elasticsearch.search.sort.NestedSortBuilder
-
- PATH_HOME_SETTING - 类 中的静态变量org.elasticsearch.env.Environment
-
- PATH_LOGS_SETTING - 类 中的静态变量org.elasticsearch.env.Environment
-
- PATH_REPO_SETTING - 类 中的静态变量org.elasticsearch.env.Environment
-
- PATH_SHARED_DATA_SETTING - 类 中的静态变量org.elasticsearch.env.Environment
-
- pathAsText(String) - 类 中的方法org.elasticsearch.index.mapper.ContentPath
-
- PathElement(String, String, String) - 类 的构造器org.elasticsearch.search.aggregations.support.AggregationPath.PathElement
-
- PathHierarchyTokenizerFactory - org.elasticsearch.index.analysis中的类
-
- PathHierarchyTokenizerFactory(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.PathHierarchyTokenizerFactory
-
- PathTrie<T> - org.elasticsearch.common.path中的类
-
- PathTrie(PathTrie.Decoder) - 类 的构造器org.elasticsearch.common.path.PathTrie
-
- PathTrie.Decoder - org.elasticsearch.common.path中的接口
-
- PathTrie.TrieNode - org.elasticsearch.common.path中的类
-
- PathUtils - org.elasticsearch.common.io中的类
-
Utilities for creating a Path from names,
or accessing the default FileSystem.
- PatternAnalyzer - org.elasticsearch.index.analysis中的类
-
Simple regex-based analyzer based on PatternTokenizer + lowercase + stopwords
- PatternAnalyzer(Pattern, boolean, CharArraySet) - 类 的构造器org.elasticsearch.index.analysis.PatternAnalyzer
-
- PatternAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
- PatternAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.PatternAnalyzerProvider
-
- patterns(List<String>) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
- patterns() - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
- patterns(List<String>) - 类 中的方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
-
- patterns() - 类 中的方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- patterns(List<String>) - 类 中的方法org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutRequest
-
- PatternTokenizerFactory - org.elasticsearch.index.analysis中的类
-
- PatternTokenizerFactory(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.PatternTokenizerFactory
-
- PAYLOAD_SEP - 类 中的静态变量org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
-
- payloads() - 类 中的方法org.elasticsearch.action.bulk.BulkRequest
-
The list of optional payloads associated with requests in the same order as the requests.
- payloads() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
- payloads(boolean) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
Return the payloads for each term or skip.
- peek() - 类 中的方法org.elasticsearch.common.collect.EvictingQueue
-
- peek() - 类 中的方法org.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- PeerRecoverySourceService - org.elasticsearch.indices.recovery中的类
-
The source recovery accepts recovery requests from other peer shards and start the recovery process from this
source shard to the target shard.
- PeerRecoverySourceService(Settings, TransportService, IndicesService, RecoverySettings) - 类 的构造器org.elasticsearch.indices.recovery.PeerRecoverySourceService
-
- PeerRecoverySourceService.Actions - org.elasticsearch.indices.recovery中的类
-
- PeerRecoveryTargetService - org.elasticsearch.indices.recovery中的类
-
The recovery target handles recoveries of peer shards of the shard+node to recover to.
- PeerRecoveryTargetService(Settings, ThreadPool, TransportService, RecoverySettings, ClusterService) - 类 的构造器org.elasticsearch.indices.recovery.PeerRecoveryTargetService
-
- PeerRecoveryTargetService.Actions - org.elasticsearch.indices.recovery中的类
-
- PeerRecoveryTargetService.RecoveryListener - org.elasticsearch.indices.recovery中的接口
-
- Pending(Object, Priority, long, boolean) - 类 的构造器org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor.Pending
-
- pendingClusterStates() - 类 中的方法org.elasticsearch.discovery.zen.PendingClusterStatesQueue
-
returns all pending states, committed or not
- pendingClusterStates() - 类 中的方法org.elasticsearch.discovery.zen.ZenDiscovery
-
- PendingClusterStatesQueue - org.elasticsearch.discovery.zen中的类
-
A queue that holds all "in-flight" incoming cluster states from the master.
- PendingClusterStatesQueue(Logger, int) - 类 的构造器org.elasticsearch.discovery.zen.PendingClusterStatesQueue
-
- PendingClusterStateStats - org.elasticsearch.discovery.zen中的类
-
Class encapsulating stats about the PendingClusterStatsQueue
- PendingClusterStateStats(int, int, int) - 类 的构造器org.elasticsearch.discovery.zen.PendingClusterStateStats
-
- PendingClusterStateStats(StreamInput) - 类 的构造器org.elasticsearch.discovery.zen.PendingClusterStateStats
-
- PendingClusterTask - org.elasticsearch.cluster.service中的类
-
- PendingClusterTask() - 类 的构造器org.elasticsearch.cluster.service.PendingClusterTask
-
- PendingClusterTask(long, Priority, Text, long, boolean) - 类 的构造器org.elasticsearch.cluster.service.PendingClusterTask
-
- pendingClusterTasks(PendingClusterTasksRequest, ActionListener<PendingClusterTasksResponse>) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Returns a list of the pending cluster tasks, that are scheduled to be executed.
- pendingClusterTasks(PendingClusterTasksRequest) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Returns a list of the pending cluster tasks, that are scheduled to be executed.
- PendingClusterTasksAction - org.elasticsearch.action.admin.cluster.tasks中的类
-
- PendingClusterTasksRequest - org.elasticsearch.action.admin.cluster.tasks中的类
-
- PendingClusterTasksRequest() - 类 的构造器org.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksRequest
-
- PendingClusterTasksRequestBuilder - org.elasticsearch.action.admin.cluster.tasks中的类
-
- PendingClusterTasksRequestBuilder(ElasticsearchClient, PendingClusterTasksAction) - 类 的构造器org.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksRequestBuilder
-
- PendingClusterTasksResponse - org.elasticsearch.action.admin.cluster.tasks中的类
-
- pendingCount() - 类 中的方法org.elasticsearch.index.shard.RefreshListeners
-
The number of pending listeners.
- pendingInSync() - 类 中的方法org.elasticsearch.index.seqno.GlobalCheckpointTracker
-
Whether the are shards blocking global checkpoint advancement.
- pendingInSync() - 类 中的方法org.elasticsearch.index.seqno.SequenceNumbersService
-
Check if there are any recoveries pending in-sync.
- pendingInSync() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
Check if there are any recoveries pending in-sync.
- pendingNodes() - 类 中的方法org.elasticsearch.discovery.BlockingClusterStatePublishResponseHandler
-
returns a list of nodes which didn't respond yet
- pendingTasks() - 类 中的方法org.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksResponse
-
- pendingTasks() - 类 中的方法org.elasticsearch.cluster.service.MasterService
-
Returns the tasks that are pending.
- percent(double) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks
-
- percent(double) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.ParsedPercentileRanks
-
- percent(double) - 接口 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanks
-
Return the percentile for the given value.
- percent(double) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks
-
- percentageField(String, String, double) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- PercentageScore - org.elasticsearch.search.aggregations.bucket.significant.heuristics中的类
-
- PercentageScore() - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.heuristics.PercentageScore
-
- PercentageScore(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.heuristics.PercentageScore
-
- PercentageScore.PercentageScoreBuilder - org.elasticsearch.search.aggregations.bucket.significant.heuristics中的类
-
- PercentageScoreBuilder() - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.heuristics.PercentageScore.PercentageScoreBuilder
-
- percentAsString(double) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks
-
- percentAsString(double) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.ParsedPercentileRanks
-
- percentAsString(double) - 接口 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanks
-
Return the percentile for the given value as a String.
- percentAsString(double) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks
-
- percentile(double) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles
-
- percentile(double) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.hdr.ParsedHDRPercentiles
-
- Percentile - org.elasticsearch.search.aggregations.metrics.percentiles中的类
-
- Percentile(double, double) - 类 的构造器org.elasticsearch.search.aggregations.metrics.percentiles.Percentile
-
- percentile(double) - 接口 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.Percentiles
-
Return the value associated with the provided percentile.
- percentile(double) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles
-
- percentile(double) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.ParsedTDigestPercentiles
-
- percentile(double) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
-
- percentile(double) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.ParsedPercentilesBucket
-
- percentileAsString(double) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles
-
- percentileAsString(double) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.hdr.ParsedHDRPercentiles
-
- percentileAsString(double) - 接口 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.Percentiles
-
Return the value associated with the provided percentile as a String.
- percentileAsString(double) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles
-
- percentileAsString(double) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.ParsedTDigestPercentiles
-
- percentileAsString(double) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
-
- percentileAsString(double) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.ParsedPercentilesBucket
-
- percentileRanks(String, double[]) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
- PercentileRanks - org.elasticsearch.search.aggregations.metrics.percentiles中的接口
-
An aggregation that computes approximate percentiles given values.
- PercentileRanksAggregationBuilder - org.elasticsearch.search.aggregations.metrics.percentiles中的类
-
- PercentileRanksAggregationBuilder(String, double[]) - 类 的构造器org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
-
- PercentileRanksAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
-
Read from a stream.
- percentiles(String) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
Percentiles aggregation with the given name.
- percentiles - 类 中的变量org.elasticsearch.search.aggregations.metrics.percentiles.ParsedPercentiles
-
- Percentiles - org.elasticsearch.search.aggregations.metrics.percentiles中的接口
-
An aggregation that computes approximate percentiles.
- percentiles(double...) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
-
Set the values to compute percentiles from.
- percentiles() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
-
Get the values to compute percentiles from.
- PercentilesAggregationBuilder - org.elasticsearch.search.aggregations.metrics.percentiles中的类
-
- PercentilesAggregationBuilder(String) - 类 的构造器org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
-
- PercentilesAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
-
Read from a stream.
- percentilesAsString - 类 中的变量org.elasticsearch.search.aggregations.metrics.percentiles.ParsedPercentiles
-
- PercentilesBucket - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile中的接口
-
- percentilesBucket(String, String) - 类 中的静态方法org.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilders
-
- PercentilesBucketPipelineAggregationBuilder - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile中的类
-
- PercentilesBucketPipelineAggregationBuilder(String, String) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregationBuilder
-
- PercentilesBucketPipelineAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregationBuilder
-
Read from a stream.
- PercentilesBucketPipelineAggregator - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile中的类
-
- PercentilesBucketPipelineAggregator(String, double[], String[], BucketHelpers.GapPolicy, DocValueFormat, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregator
-
- PercentilesBucketPipelineAggregator(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregator
-
Read from a stream.
- PercentilesMethod - org.elasticsearch.search.aggregations.metrics.percentiles中的枚举
-
An enum representing the methods for calculating percentiles
- percents() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregationBuilder
-
Get the percentages to calculate percentiles for in this aggregation
- percents(double[]) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregationBuilder
-
Set the percentages to calculate percentiles for in this aggregation
- PERCENTS_FIELD - 类 中的静态变量org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
-
- PERCENTS_FIELD - 类 中的静态变量org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregationBuilder
-
- PERCENTS_FIELD - 类 中的变量org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregator
-
- perFieldAnalyzer() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
Return the overridden analyzers at each field.
- perFieldAnalyzer(Map<String, String>) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
Override the analyzer used at each field when generating term vectors.
- perFieldAnalyzer() - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- perFieldAnalyzer(Map<String, String>) - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
Sets the analyzer(s) to use at any given field.
- PerFieldMappingPostingFormatCodec - org.elasticsearch.index.codec中的类
-
- PerFieldMappingPostingFormatCodec(Lucene50StoredFieldsFormat.Mode, MapperService, Logger) - 类 的构造器org.elasticsearch.index.codec.PerFieldMappingPostingFormatCodec
-
- perform(RequestT) - 接口 中的方法org.elasticsearch.action.support.replication.ReplicationOperation.Primary
-
Performs the given request on this primary.
- performOn(ShardRouting, RequestT, long, ActionListener<ReplicationOperation.ReplicaResponse>) - 接口 中的方法org.elasticsearch.action.support.replication.ReplicationOperation.Replicas
-
Performs the specified request on the specified replica.
- performOn(ShardRouting, ReplicaRequest, long, ActionListener<ReplicationOperation.ReplicaResponse>) - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction.ReplicasProxy
-
- performOnPrimary(BulkShardRequest, IndexShard, UpdateHelper, LongSupplier, MappingUpdatePerformer) - 类 中的静态方法org.elasticsearch.action.bulk.TransportShardBulkAction
-
- performOnPrimary(ResyncReplicationRequest, IndexShard) - 类 中的静态方法org.elasticsearch.action.resync.TransportResyncReplicationAction
-
- performOnReplica(BulkShardRequest, IndexShard) - 类 中的静态方法org.elasticsearch.action.bulk.TransportShardBulkAction
-
- performOnReplica(ResyncReplicationRequest, IndexShard) - 类 中的静态方法org.elasticsearch.action.resync.TransportResyncReplicationAction
-
- performOperation(ShardIterator, ShardRouting, int) - 类 中的方法org.elasticsearch.action.support.broadcast.TransportBroadcastAction.AsyncBroadcastAction
-
- performRecoveryRestart() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
called if recovery has to be restarted after network error / delay **
- performReroute(String) - 类 中的方法org.elasticsearch.cluster.routing.RoutingService
-
- performStateRecovery(Gateway.GatewayStateRecoveredListener) - 类 中的方法org.elasticsearch.gateway.Gateway
-
- performTranslogRecovery(boolean) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
After the store has been recovered, we need to start the engine in order to apply operations
- period(int) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.HoltWintersModelBuilder
-
- PersianAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
- PersianAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.PersianAnalyzerProvider
-
- persistentSettings() - 类 中的方法org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
-
- persistentSettings(Settings) - 类 中的方法org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
-
Sets the persistent settings to be updated.
- persistentSettings(Settings.Builder) - 类 中的方法org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
-
Sets the persistent settings to be updated.
- persistentSettings(String, XContentType) - 类 中的方法org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
-
Sets the source containing the persistent settings to be updated.
- persistentSettings(Map) - 类 中的方法org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
-
Sets the persistent settings to be updated.
- persistentSettings() - 类 中的方法org.elasticsearch.cluster.metadata.MetaData.Builder
-
- persistentSettings(Settings) - 类 中的方法org.elasticsearch.cluster.metadata.MetaData.Builder
-
- persistentSettings() - 类 中的方法org.elasticsearch.cluster.metadata.MetaData
-
- peta() - 类 中的方法org.elasticsearch.common.unit.SizeValue
-
- petaFrac() - 类 中的方法org.elasticsearch.common.unit.SizeValue
-
- phase() - 异常错误 中的方法org.elasticsearch.index.engine.RecoveryEngineException
-
- phase1(IndexCommit, Supplier<Integer>) - 类 中的方法org.elasticsearch.indices.recovery.RecoverySourceHandler
-
Perform phase1 of the recovery operations.
- PHRASE_LIMIT_FIELD - 类 中的静态变量org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- phraseLimit - 类 中的变量org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- phraseLimit(Integer) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
Sets the maximum number of phrases the fvh will consider if the field doesn't also define phraseLimit.
- phraseLimit() - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- phraseLimit() - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
-
- phraseSlop(int) - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
Sets the default slop for phrases.
- phraseSlop() - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
- phraseSlop - 类 中的变量org.elasticsearch.index.search.MatchQuery
-
- PhraseSuggester - org.elasticsearch.search.suggest.phrase中的类
-
- PhraseSuggestion - org.elasticsearch.search.suggest.phrase中的类
-
- PhraseSuggestion() - 类 的构造器org.elasticsearch.search.suggest.phrase.PhraseSuggestion
-
- PhraseSuggestion(String, int) - 类 的构造器org.elasticsearch.search.suggest.phrase.PhraseSuggestion
-
- phraseSuggestion(String) - 类 中的静态方法org.elasticsearch.search.suggest.SuggestBuilders
-
Creates a phrase suggestion lookup query with the provided field
- PhraseSuggestion.Entry - org.elasticsearch.search.suggest.phrase中的类
-
- PhraseSuggestionBuilder - org.elasticsearch.search.suggest.phrase中的类
-
Defines the actual suggest command for phrase suggestions ( phrase).
- PhraseSuggestionBuilder(String) - 类 的构造器org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- PhraseSuggestionBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
Read from a stream.
- PhraseSuggestionBuilder.CandidateGenerator - org.elasticsearch.search.suggest.phrase中的接口
-
- physicalName() - 类 中的方法org.elasticsearch.index.shard.CommitPoint.FileInfo
-
- physicalName() - 类 中的方法org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
-
Returns original file name
- pick(SortedNumericDocValues) - 枚举 中的方法org.elasticsearch.search.MultiValueMode
-
- pick(SortedNumericDocValues, long, DocIdSetIterator, int, int) - 枚举 中的方法org.elasticsearch.search.MultiValueMode
-
- pick(SortedNumericDoubleValues) - 枚举 中的方法org.elasticsearch.search.MultiValueMode
-
- pick(SortedNumericDoubleValues, double, DocIdSetIterator, int, int) - 枚举 中的方法org.elasticsearch.search.MultiValueMode
-
- pick(SortedBinaryDocValues) - 枚举 中的方法org.elasticsearch.search.MultiValueMode
-
- pick(BinaryDocValues, BytesRefBuilder, DocIdSetIterator, int, int) - 枚举 中的方法org.elasticsearch.search.MultiValueMode
-
- pick(SortedSetDocValues) - 枚举 中的方法org.elasticsearch.search.MultiValueMode
-
- pick(SortedDocValues, DocIdSetIterator, int, int) - 枚举 中的方法org.elasticsearch.search.MultiValueMode
-
- pid() - 类 中的方法org.elasticsearch.monitor.jvm.JvmInfo
-
The process id.
- PidFile - org.elasticsearch.common中的类
-
Process ID file abstraction that writes the current pid into a file and optionally
removes it on system exit.
- pidFile() - 类 中的方法org.elasticsearch.env.Environment
-
The PID file location (can be null if no PID file is configured)
- PIDFILE_SETTING - 类 中的静态变量org.elasticsearch.env.Environment
-
- ping(Consumer<ZenPing.PingCollection>, TimeValue) - 类 中的方法org.elasticsearch.discovery.zen.UnicastZenPing
-
Sends three rounds of pings notifying the specified Consumer when pinging is complete.
- ping(Consumer<ZenPing.PingCollection>, TimeValue, TimeValue) - 类 中的方法org.elasticsearch.discovery.zen.UnicastZenPing
-
- ping(Consumer<ZenPing.PingCollection>, TimeValue) - 接口 中的方法org.elasticsearch.discovery.zen.ZenPing
-
- PING_ACTION_NAME - 类 中的静态变量org.elasticsearch.discovery.zen.NodesFaultDetection
-
- PING_DATA_SIZE - 类 中的静态变量org.elasticsearch.transport.TcpTransport
-
- PING_INTERVAL_SETTING - 类 中的静态变量org.elasticsearch.discovery.zen.FaultDetection
-
- PING_RETRIES_SETTING - 类 中的静态变量org.elasticsearch.discovery.zen.FaultDetection
-
- PING_SCHEDULE - 类 中的静态变量org.elasticsearch.transport.TcpTransport
-
- PING_TIMEOUT_SETTING - 类 中的静态变量org.elasticsearch.discovery.zen.FaultDetection
-
- PING_TIMEOUT_SETTING - 类 中的静态变量org.elasticsearch.discovery.zen.ZenDiscovery
-
- PingCollection() - 类 的构造器org.elasticsearch.discovery.zen.ZenPing.PingCollection
-
- PingContextProvider - org.elasticsearch.discovery.zen中的接口
-
- pingInterval - 类 中的变量org.elasticsearch.discovery.zen.FaultDetection
-
- PingRequest() - 类 的构造器org.elasticsearch.discovery.zen.NodesFaultDetection.PingRequest
-
- PingResponse(DiscoveryNode, DiscoveryNode, ClusterState) - 类 的构造器org.elasticsearch.discovery.zen.ZenPing.PingResponse
-
- pingRetryCount - 类 中的变量org.elasticsearch.discovery.zen.FaultDetection
-
- pingRetryTimeout - 类 中的变量org.elasticsearch.discovery.zen.FaultDetection
-
- Pipeline - org.elasticsearch.ingest中的类
-
A pipeline is a list of
Processor instances grouped under a unique id.
- Pipeline(String, String, Integer, CompoundProcessor) - 类 的构造器org.elasticsearch.ingest.Pipeline
-
- Pipeline.Factory - org.elasticsearch.ingest中的类
-
- PipelineAggregationBuilder - org.elasticsearch.search.aggregations中的类
-
- PipelineAggregationBuilder(String, String[]) - 类 的构造器org.elasticsearch.search.aggregations.PipelineAggregationBuilder
-
Constructs a new pipeline aggregator factory.
- PipelineAggregationSpec(ParseField, Writeable.Reader<? extends PipelineAggregationBuilder>, Writeable.Reader<? extends PipelineAggregator>, PipelineAggregator.Parser) - 类 的构造器org.elasticsearch.plugins.SearchPlugin.PipelineAggregationSpec
-
- PipelineAggregationSpec(String, Writeable.Reader<? extends PipelineAggregationBuilder>, Writeable.Reader<? extends PipelineAggregator>, PipelineAggregator.Parser) - 类 的构造器org.elasticsearch.plugins.SearchPlugin.PipelineAggregationSpec
-
- PipelineAggregator - org.elasticsearch.search.aggregations.pipeline中的类
-
- PipelineAggregator(String, String[], Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.PipelineAggregator
-
- PipelineAggregator(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.PipelineAggregator
-
Read from a stream.
- PipelineAggregator.Parser - org.elasticsearch.search.aggregations.pipeline中的接口
-
- PipelineAggregatorBuilders - org.elasticsearch.search.aggregations.pipeline中的类
-
- pipelineAggregators() - 类 中的方法org.elasticsearch.search.aggregations.AggregatorBase
-
- pipelineAggregators() - 类 中的方法org.elasticsearch.search.aggregations.InternalAggregation
-
- pipelineAggregators() - 类 中的方法org.elasticsearch.search.query.QuerySearchResult
-
- pipelineAggregators(List<SiblingPipelineAggregator>) - 类 中的方法org.elasticsearch.search.query.QuerySearchResult
-
- PipelineConfiguration - org.elasticsearch.ingest中的类
-
Encapsulates a pipeline's id and configuration as a blob
- PipelineConfiguration(String, BytesReference, XContentType) - 类 的构造器org.elasticsearch.ingest.PipelineConfiguration
-
- PipelineExecutionService - org.elasticsearch.ingest中的类
-
- PipelineExecutionService(PipelineStore, ThreadPool) - 类 的构造器org.elasticsearch.ingest.PipelineExecutionService
-
- pipelines() - 类 中的方法org.elasticsearch.action.ingest.GetPipelineResponse
-
- PipelineStore - org.elasticsearch.ingest中的类
-
- PipelineStore(Settings, Map<String, Processor.Factory>) - 类 的构造器org.elasticsearch.ingest.PipelineStore
-
- PlainActionFuture<T> - org.elasticsearch.action.support中的类
-
- PlainActionFuture() - 类 的构造器org.elasticsearch.action.support.PlainActionFuture
-
- PlainBlobMetaData - org.elasticsearch.common.blobstore.support中的类
-
- PlainBlobMetaData(String, long) - 类 的构造器org.elasticsearch.common.blobstore.support.PlainBlobMetaData
-
- PlainHighlighter - org.elasticsearch.search.fetch.subphase.highlight中的类
-
- PlainHighlighter() - 类 的构造器org.elasticsearch.search.fetch.subphase.highlight.PlainHighlighter
-
- PlainListenableActionFuture<T> - org.elasticsearch.action.support中的类
-
- PlainListenableActionFuture() - 类 的构造器org.elasticsearch.action.support.PlainListenableActionFuture
-
- PlainShardIterator - org.elasticsearch.cluster.routing中的类
-
- PlainShardIterator(ShardId, List<ShardRouting>) - 类 的构造器org.elasticsearch.cluster.routing.PlainShardIterator
-
Creates a
PlainShardIterator instance that iterates over a subset of the given shards
this the a given
shardId.
- PlainShardsIterator - org.elasticsearch.cluster.routing中的类
-
- PlainShardsIterator(List<ShardRouting>) - 类 的构造器org.elasticsearch.cluster.routing.PlainShardsIterator
-
- PlainTransportFuture<V extends TransportResponse> - org.elasticsearch.transport中的类
-
- PlainTransportFuture(TransportResponseHandler<V>) - 类 的构造器org.elasticsearch.transport.PlainTransportFuture
-
- planeDistance(double, double, double, double) - 类 中的静态方法org.elasticsearch.common.geo.GeoUtils
-
- planeDistance(double, double) - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- planeDistanceWithDefault(double, double, double) - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- PLATFORM_NAME - 类 中的静态变量org.elasticsearch.plugins.Platforms
-
- platformName(String, String) - 类 中的静态方法org.elasticsearch.plugins.Platforms
-
Return the platform name based on the OS name and
- darwin-x86_64
- linux-x86-64
- windows-x86_64
For *nix platforms this is more-or-less `uname -s`-`uname -m` converted to lower case.
- Platforms - org.elasticsearch.plugins中的类
-
Encapsulates platform-dependent methods for handling native components of plugins.
- Plugin - org.elasticsearch.plugins中的类
-
An extension point allowing to plug in custom functionality.
- Plugin() - 类 的构造器org.elasticsearch.plugins.Plugin
-
- PluginInfo - org.elasticsearch.plugins中的类
-
An in-memory representation of the plugin descriptor.
- PluginInfo(String, String, String, String, boolean, boolean) - 类 的构造器org.elasticsearch.plugins.PluginInfo
-
Construct plugin info.
- PluginInfo(StreamInput) - 类 的构造器org.elasticsearch.plugins.PluginInfo
-
Construct plugin info from a stream.
- plugins(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
Should information about plugins be returned
- plugins() - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
- PluginsAndModules - org.elasticsearch.action.admin.cluster.node.info中的类
-
Information about plugins and modules
- PluginsAndModules(List<PluginInfo>, List<PluginInfo>) - 类 的构造器org.elasticsearch.action.admin.cluster.node.info.PluginsAndModules
-
- PluginsAndModules(StreamInput) - 类 的构造器org.elasticsearch.action.admin.cluster.node.info.PluginsAndModules
-
- pluginsFile() - 类 中的方法org.elasticsearch.env.Environment
-
- PluginsService - org.elasticsearch.plugins中的类
-
- PluginsService(Settings, Path, Path, Path, Collection<Class<? extends Plugin>>) - 类 的构造器org.elasticsearch.plugins.PluginsService
-
Constructs a new PluginService
- plusSkippedClasses(Class...) - 类 中的方法org.elasticsearch.common.inject.internal.SourceProvider
-
Returns a new instance that also skips moreClassesToSkip.
- point(PointBuilder) - 类 中的方法org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
-
- point(GeoPoint) - 类 中的方法org.elasticsearch.index.query.GeoDistanceQueryBuilder
-
Sets the center point for the query.
- point(double, double) - 类 中的方法org.elasticsearch.index.query.GeoDistanceQueryBuilder
-
Sets the center point of the query.
- point() - 类 中的方法org.elasticsearch.index.query.GeoDistanceQueryBuilder
-
Returns the center point of the distance query.
- point(double, double) - 类 中的方法org.elasticsearch.search.sort.GeoDistanceSortBuilder
-
The point to create the range distance facets from.
- PointBuilder - org.elasticsearch.common.geo.builders中的类
-
- PointBuilder() - 类 的构造器org.elasticsearch.common.geo.builders.PointBuilder
-
Create a point at [0.0,0.0]
- PointBuilder(StreamInput) - 类 的构造器org.elasticsearch.common.geo.builders.PointBuilder
-
Read from a stream.
- points() - 类 中的方法org.elasticsearch.index.query.GeoPolygonQueryBuilder
-
- points(GeoPoint...) - 类 中的方法org.elasticsearch.search.sort.GeoDistanceSortBuilder
-
The point to create the range distance facets from.
- points() - 类 中的方法org.elasticsearch.search.sort.GeoDistanceSortBuilder
-
Returns the points to create the range distance facets from.
- POINTS_ONLY - 类 中的静态变量org.elasticsearch.index.mapper.GeoShapeFieldMapper.Defaults
-
- pointsOnly() - 类 中的方法org.elasticsearch.common.geo.XShapeCollection
-
- pointsOnly() - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
-
- poll() - 类 中的方法org.elasticsearch.common.collect.EvictingQueue
-
- poll() - 类 中的方法org.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- poll(long, TimeUnit) - 类 中的方法org.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- pollLast() - 类 中的方法org.elasticsearch.search.profile.AbstractInternalProfileTree
-
Removes the last (e.g. most recent) value on the stack
- pollLastElement() - 类 中的方法org.elasticsearch.search.profile.AbstractProfiler
-
Removes the last (e.g. most recent) element on the stack.
- polygon(PolygonBuilder) - 类 中的方法org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
-
- polygon(PolygonBuilder) - 类 中的方法org.elasticsearch.common.geo.builders.MultiPolygonBuilder
-
Add a shallow copy of the polygon to the multipolygon.
- polygon(GeometryFactory, Coordinate[][]) - 类 中的静态方法org.elasticsearch.common.geo.builders.PolygonBuilder
-
- PolygonBuilder - org.elasticsearch.common.geo.builders中的类
-
- PolygonBuilder(LineStringBuilder, ShapeBuilder.Orientation, boolean) - 类 的构造器org.elasticsearch.common.geo.builders.PolygonBuilder
-
- PolygonBuilder(LineStringBuilder, ShapeBuilder.Orientation) - 类 的构造器org.elasticsearch.common.geo.builders.PolygonBuilder
-
- PolygonBuilder(CoordinatesBuilder, ShapeBuilder.Orientation) - 类 的构造器org.elasticsearch.common.geo.builders.PolygonBuilder
-
- PolygonBuilder(CoordinatesBuilder) - 类 的构造器org.elasticsearch.common.geo.builders.PolygonBuilder
-
- PolygonBuilder(StreamInput) - 类 的构造器org.elasticsearch.common.geo.builders.PolygonBuilder
-
Read from a stream.
- polygons() - 类 中的方法org.elasticsearch.common.geo.builders.MultiPolygonBuilder
-
get the list of polygons
- populateCommonFields(MapperService, SuggestionSearchContext.SuggestionContext) - 类 中的方法org.elasticsearch.search.suggest.SuggestionBuilder
-
- PORT - 类 中的静态变量org.elasticsearch.transport.TcpTransport
-
- PORT_PROFILE - 类 中的静态变量org.elasticsearch.transport.TcpTransport
-
- portOrRange - 类 中的变量org.elasticsearch.transport.TcpTransport.ProfileSettings
-
- ports() - 类 中的方法org.elasticsearch.common.transport.PortsRange
-
- PortsRange - org.elasticsearch.common.transport中的类
-
- PortsRange(String) - 类 的构造器org.elasticsearch.common.transport.PortsRange
-
- PortsRange.PortCallback - org.elasticsearch.common.transport中的接口
-
- PortugueseAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
- PortugueseAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.PortugueseAnalyzerProvider
-
- pos - 类 中的变量org.elasticsearch.common.io.FastCharArrayReader
-
The current buffer position.
- posIncAttr - 类 中的变量org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.TokenConsumer
-
- position(Coordinate, Coordinate, double) - 类 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilder.Edge
-
- position - 类 中的变量org.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
- position() - 类 中的方法org.elasticsearch.common.io.stream.BytesStreamOutput
-
- position() - 类 中的方法org.elasticsearch.common.io.stream.StreamOutput
-
- position() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryFileChunkRequest
-
- POSITION_INCREMENT_GAP - 类 中的静态变量org.elasticsearch.index.mapper.AllFieldMapper.Defaults
-
- POSITION_INCREMENT_GAP - 类 中的静态变量org.elasticsearch.index.mapper.TextFieldMapper.Defaults
-
The default position_increment_gap is set to 100 so that phrase
queries of reasonably high slop will not match across field values.
- positionIncrementGap(int) - 类 中的方法org.elasticsearch.index.mapper.TextFieldMapper.Builder
-
- positions(boolean) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
Return the positions for each term if stored or skip.
- positions() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
- positiveQuery() - 类 中的方法org.elasticsearch.index.query.BoostingQueryBuilder
-
Get the positive query for this boosting query.
- positiveTimeSetting(String, TimeValue, Setting.Property...) - 类 中的静态方法org.elasticsearch.common.settings.Setting
-
- post(int) - 类 中的方法org.elasticsearch.index.query.SpanNotQueryBuilder
-
- post() - 类 中的方法org.elasticsearch.index.query.SpanNotQueryBuilder
-
- POST_FILTER_FIELD - 类 中的静态变量org.elasticsearch.search.builder.SearchSourceBuilder
-
- POST_TAG_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- POST_TAGS_FIELD - 类 中的静态变量org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- postAdded() - 接口 中的方法org.elasticsearch.cluster.TimeoutClusterStateListener
-
- postCollection() - 类 中的方法org.elasticsearch.search.aggregations.AggregatorBase
-
Called after collection of all document is done.
- postCollection() - 类 中的方法org.elasticsearch.search.aggregations.AggregatorFactory.MultiBucketAggregatorWrapper
-
- postCollection() - 类 中的方法org.elasticsearch.search.aggregations.bucket.BestBucketsDeferringCollector
-
- postCollection() - 类 中的方法org.elasticsearch.search.aggregations.bucket.DeferringBucketCollector.WrappedAggregator
-
- postCollection() - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.BestDocsDeferringCollector
-
- postCollection() - 类 中的方法org.elasticsearch.search.aggregations.BucketCollector
-
Post-collection callback.
- postCollection() - 类 中的方法org.elasticsearch.search.profile.aggregation.ProfilingAggregator
-
- postDelete(ShardId, Engine.Delete, Engine.DeleteResult) - 类 中的方法org.elasticsearch.index.shard.IndexingOperationListener.CompositeListener
-
- postDelete(ShardId, Engine.Delete, Exception) - 类 中的方法org.elasticsearch.index.shard.IndexingOperationListener.CompositeListener
-
- postDelete(ShardId, Engine.Delete, Engine.DeleteResult) - 接口 中的方法org.elasticsearch.index.shard.IndexingOperationListener
-
Called after the delete operation occurred.
- postDelete(ShardId, Engine.Delete, Exception) - 接口 中的方法org.elasticsearch.index.shard.IndexingOperationListener
-
Called after the delete operation occurred with engine level exception.
- postDelete(ShardId, Engine.Delete, Engine.DeleteResult) - 类 中的方法org.elasticsearch.indices.IndexingMemoryController
-
- postFilter(QueryBuilder) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Sets a filter that will be executed after the query has been executed and
only has affect on the search hits (not aggregations).
- postFilter() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Gets the post filter for this request
- postFilter(DirectCandidateGenerator.Candidate, CharsRefBuilder, BytesRefBuilder, List<DirectCandidateGenerator.Candidate>) - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
-
- postFilter(String) - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
Sets a filter (analyzer) that is applied to each of the generated tokens
before they are passed to the actual phrase scorer.
- POSTFILTER_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
- postIndex(ShardId, Engine.Index, Engine.IndexResult) - 类 中的方法org.elasticsearch.index.IndexingSlowLog
-
- postIndex(ShardId, Engine.Index, Engine.IndexResult) - 类 中的方法org.elasticsearch.index.shard.IndexingOperationListener.CompositeListener
-
- postIndex(ShardId, Engine.Index, Exception) - 类 中的方法org.elasticsearch.index.shard.IndexingOperationListener.CompositeListener
-
- postIndex(ShardId, Engine.Index, Engine.IndexResult) - 接口 中的方法org.elasticsearch.index.shard.IndexingOperationListener
-
Called after the indexing operation occurred.
- postIndex(ShardId, Engine.Index, Exception) - 接口 中的方法org.elasticsearch.index.shard.IndexingOperationListener
-
Called after the indexing operation occurred with engine level exception.
- postIndex(ShardId, Engine.Index, Engine.IndexResult) - 类 中的方法org.elasticsearch.indices.IndexingMemoryController
-
- postings(PostingsEnum, int) - 类 中的方法org.elasticsearch.common.lucene.index.FilterableTermsEnum
-
- postingsFormat() - 类 中的静态方法org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
-
- postParse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.AllFieldMapper
-
- postParse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.FieldNamesFieldMapper
-
- postParse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.IdFieldMapper
-
- postParse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.IndexFieldMapper
-
- postParse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.MetadataFieldMapper
-
- postParse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.ParentFieldMapper
-
- postParse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.RoutingFieldMapper
-
- postParse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.SeqNoFieldMapper
-
- postParse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.SourceFieldMapper
-
- postParse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.TypeFieldMapper
-
- postParse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.UidFieldMapper
-
- postParse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.VersionFieldMapper
-
- postProcess(MapperService) - 类 中的方法org.elasticsearch.index.fieldvisitor.FieldsVisitor
-
- postProcess(MapperService) - 类 中的方法org.elasticsearch.index.fieldvisitor.SingleFieldsVisitor
-
- postRecovery(String) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- postTag() - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- postTags - 类 中的变量org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- postTags(String...) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
Set the post tags that will be used for highlighting.
- postTags() - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- postTags() - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
-
- pre(int) - 类 中的方法org.elasticsearch.index.query.SpanNotQueryBuilder
-
- pre() - 类 中的方法org.elasticsearch.index.query.SpanNotQueryBuilder
-
- PRE_60_NODE_CHECKPOINT - 类 中的静态变量org.elasticsearch.index.seqno.SequenceNumbers
-
Represents a checkpoint coming from a pre-6.0 node
- PRE_TAG_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- PRE_TAGS_FIELD - 类 中的静态变量org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- PreBuiltAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
- PreBuiltAnalyzerProvider(String, AnalyzerScope, Analyzer) - 类 的构造器org.elasticsearch.index.analysis.PreBuiltAnalyzerProvider
-
- PreBuiltAnalyzerProviderFactory - org.elasticsearch.index.analysis中的类
-
- PreBuiltAnalyzerProviderFactory(String, AnalyzerScope, Analyzer) - 类 的构造器org.elasticsearch.index.analysis.PreBuiltAnalyzerProviderFactory
-
- PreBuiltAnalyzers - org.elasticsearch.indices.analysis中的枚举
-
- PreBuiltCacheFactory - org.elasticsearch.indices.analysis中的类
-
- PreBuiltCacheFactory.CachingStrategy - org.elasticsearch.indices.analysis中的枚举
-
The strategy of caching the analyzer
ONE Exactly one version is stored.
- PreBuiltCacheFactory.PreBuiltCache<T> - org.elasticsearch.indices.analysis中的接口
-
- PreBuiltTokenFilters - org.elasticsearch.indices.analysis中的枚举
-
- PreBuiltTokenizers - org.elasticsearch.indices.analysis中的枚举
-
- preceding(int) - 类 中的方法org.apache.lucene.search.uhighlight.BoundedBreakIteratorScanner
-
Must be called with increasing offset.
- PRECISION - 类 中的静态变量org.elasticsearch.common.geo.GeoHashUtils
-
maximum precision for geohash strings
- precision(int) - 类 中的方法org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
-
- precision() - 类 中的方法org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
-
- precision() - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
-
- precision(String) - 类 中的方法org.elasticsearch.search.suggest.completion.context.GeoContextMapping.Builder
-
Set the precision use o make suggestions
- precision(double, DistanceUnit) - 类 中的方法org.elasticsearch.search.suggest.completion.context.GeoContextMapping.Builder
-
Set the precision use o make suggestions
- precision(double) - 类 中的方法org.elasticsearch.search.suggest.completion.context.GeoContextMapping.Builder
-
Set the precision use o make suggestions
- precision(int) - 类 中的方法org.elasticsearch.search.suggest.completion.context.GeoContextMapping.Builder
-
Set the precision use o make suggestions
- PRECISION_THRESHOLD_FIELD - 类 中的静态变量org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregationBuilder
-
- precisionFromThreshold(long) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
-
Compute the required precision so that count distinct entries
would be counted with linear counting.
- precisionInMeters() - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
-
- precisionThreshold(long) - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregationBuilder
-
Set a precision threshold.
- precisionThreshold() - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregationBuilder
-
Get the precision threshold.
- preCollection() - 类 中的方法org.elasticsearch.search.aggregations.AggregatorBase
-
- preCollection() - 类 中的方法org.elasticsearch.search.aggregations.AggregatorFactory.MultiBucketAggregatorWrapper
-
- preCollection() - 类 中的方法org.elasticsearch.search.aggregations.bucket.BestBucketsDeferringCollector
-
- preCollection() - 类 中的方法org.elasticsearch.search.aggregations.bucket.DeferringBucketCollector.WrappedAggregator
-
- preCollection() - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.BestDocsDeferringCollector
-
- preCollection() - 类 中的方法org.elasticsearch.search.aggregations.BucketCollector
-
Pre collection callback.
- preCollection() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregator
-
- preCollection() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregator
-
Called before initial collection and between successive collection runs.
- preCollection() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregator
-
- preCollection() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregator
-
- preCollection() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregator
-
- preCollection() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregator
-
- preCollection() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregator
-
- preCollection() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregator
-
- preCollection() - 类 中的方法org.elasticsearch.search.profile.aggregation.ProfilingAggregator
-
- PreConfiguredAnalysisComponent<T> - org.elasticsearch.index.analysis中的类
-
Shared implementation for pre-configured analysis components.
- PreConfiguredAnalysisComponent(String, PreBuiltCacheFactory.CachingStrategy) - 类 的构造器org.elasticsearch.index.analysis.PreConfiguredAnalysisComponent
-
- PreConfiguredCharFilter - org.elasticsearch.index.analysis中的类
-
Provides pre-configured, shared CharFilters.
- PreConfiguredCharFilter(String, PreBuiltCacheFactory.CachingStrategy, boolean, BiFunction<Reader, Version, Reader>) - 类 的构造器org.elasticsearch.index.analysis.PreConfiguredCharFilter
-
- PreConfiguredTokenFilter - org.elasticsearch.index.analysis中的类
-
Provides pre-configured, shared TokenFilters.
- PreConfiguredTokenizer - org.elasticsearch.index.analysis中的类
-
Provides pre-configured, shared Tokenizers.
- preDelete(ShardId, Engine.Delete) - 类 中的方法org.elasticsearch.index.shard.IndexingOperationListener.CompositeListener
-
- preDelete(ShardId, Engine.Delete) - 接口 中的方法org.elasticsearch.index.shard.IndexingOperationListener
-
Called before the delete occurs.
- predict(Collection<T>, int) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel
-
Predicts the next `n` values in the series.
- predict(int) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
-
Sets the number of predictions that should be returned.
- predict() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
-
Gets the number of predictions that should be returned.
- preferAttributesActiveInitializingShardsIt(String[], DiscoveryNodes) - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- preferAttributesActiveInitializingShardsIt(String[], DiscoveryNodes, int) - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- preference(String) - 类 中的方法org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
-
Sets the preference to execute the search.
- preference() - 类 中的方法org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
-
- preference() - 类 中的方法org.elasticsearch.action.explain.ExplainRequest
-
- preference(String) - 类 中的方法org.elasticsearch.action.explain.ExplainRequest
-
- preference(String) - 类 中的方法org.elasticsearch.action.get.GetRequest
-
Sets the preference to execute the search.
- preference() - 类 中的方法org.elasticsearch.action.get.GetRequest
-
- preference(String) - 类 中的方法org.elasticsearch.action.get.MultiGetRequest
-
Sets the preference to execute the search.
- preference() - 类 中的方法org.elasticsearch.action.get.MultiGetRequest
-
- preference(String) - 类 中的方法org.elasticsearch.action.get.MultiGetShardRequest
-
Sets the preference to execute the search.
- preference() - 类 中的方法org.elasticsearch.action.get.MultiGetShardRequest
-
- preference(String) - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
Sets the preference to execute the search.
- preference() - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
- preference(String) - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsShardRequest
-
Sets the preference to execute the search.
- preference() - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsShardRequest
-
- preference - 类 中的变量org.elasticsearch.action.termvectors.TermVectorsRequest
-
- preference() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
- preference(String) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
Sets the preference to execute the search.
- Preference - org.elasticsearch.cluster.routing中的枚举
-
Routing Preference Type
- preferNodeActiveInitializingShardsIt(Set<String>) - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- preferredName() - 枚举 中的方法org.elasticsearch.action.admin.indices.get.GetIndexRequest.Feature
-
- preFilter(BytesRef, CharsRefBuilder, BytesRefBuilder) - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
-
- preFilter(String) - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
Sets a filter (analyzer) that is applied to each of the tokens passed to this candidate generator.
- PREFILTER_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
- PREFIX - 类 中的静态变量org.elasticsearch.common.util.concurrent.ThreadContext
-
- prefix(String) - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
-
Sets the prefix to provide completions for.
- prefix(String, Fuzziness) - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
-
- prefix(String, FuzzyOptions) - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
-
- prefix - 类 中的变量org.elasticsearch.search.suggest.SuggestionBuilder
-
- prefix(String) - 类 中的方法org.elasticsearch.search.suggest.SuggestionBuilder
-
- prefix() - 类 中的方法org.elasticsearch.search.suggest.SuggestionBuilder
-
get the prefix for this suggestion
- PREFIX_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.SuggestionBuilder
-
- PREFIX_LENGTH_FIELD - 类 中的静态变量org.elasticsearch.index.query.MatchQueryBuilder
-
- PREFIX_LENGTH_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
- prefixKeySetting(String, Function<String, Setting<T>>) - 类 中的静态方法org.elasticsearch.common.settings.Setting
-
This setting type allows to validate settings that have the same type and a common prefix.
- prefixLength(int) - 类 中的方法org.elasticsearch.index.query.FuzzyQueryBuilder
-
- prefixLength() - 类 中的方法org.elasticsearch.index.query.FuzzyQueryBuilder
-
- prefixLength(int) - 类 中的方法org.elasticsearch.index.query.MatchQueryBuilder
-
Sets the length of a length of common (non-fuzzy) prefix for fuzzy match queries
- prefixLength() - 类 中的方法org.elasticsearch.index.query.MatchQueryBuilder
-
Gets the length of a length of common (non-fuzzy) prefix for fuzzy match queries
- prefixLength(int) - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- prefixLength() - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- prefixLength() - 类 中的方法org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- prefixLength(int) - 类 中的方法org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- prefixLength(int) - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
Sets the number of minimal prefix characters that must match in order
be a candidate suggestion.
- prefixLength(int) - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
Sets the number of minimal prefix characters that must match in order be
a candidate suggestion.
- prefixLength() - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
Get the minimum prefix length that must match setting.
- prefixQuery(Object) - 类 中的方法org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
-
Completion prefix query
- prefixQuery(String, MultiTermQuery.RewriteMethod, QueryShardContext) - 类 中的方法org.elasticsearch.index.mapper.MappedFieldType
-
- prefixQuery(String, MultiTermQuery.RewriteMethod, QueryShardContext) - 类 中的方法org.elasticsearch.index.mapper.StringFieldType
-
- prefixQuery(String, String) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A Query that matches documents containing terms with a specified prefix.
- PrefixQueryBuilder - org.elasticsearch.index.query中的类
-
A Query that matches documents containing terms with a specified prefix.
- PrefixQueryBuilder(String, String) - 类 的构造器org.elasticsearch.index.query.PrefixQueryBuilder
-
A Query that matches documents containing terms with a specified prefix.
- PrefixQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.PrefixQueryBuilder
-
Read from a stream.
- preIndex(ShardId, Engine.Index) - 类 中的方法org.elasticsearch.index.shard.IndexingOperationListener.CompositeListener
-
- preIndex(ShardId, Engine.Index) - 接口 中的方法org.elasticsearch.index.shard.IndexingOperationListener
-
Called before the indexing occurs.
- preMultiTermQueryRewrite(Query) - 类 中的方法org.apache.lucene.search.uhighlight.CustomUnifiedHighlighter
-
- prepare(UpdateRequest, IndexShard, LongSupplier) - 类 中的方法org.elasticsearch.action.update.UpdateHelper
-
Prepares an update request by converting it into an index or delete request or an update response (no action).
- prepare(ShardId, UpdateRequest, GetResult, LongSupplier) - 类 中的方法org.elasticsearch.action.update.UpdateHelper
-
Prepares an update request by converting it into an index or delete request or an update response (no action, in the event of a
noop).
- PREPARE_TRANSLOG - 类 中的静态变量org.elasticsearch.indices.recovery.PeerRecoveryTargetService.Actions
-
- prepareAliases() - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Allows to add/remove aliases from indices.
- prepareAliasesExist(String...) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Allows to check to existence of aliases from indices.
- prepareAllocationExplain() - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Explain the allocation of a shard
- prepareAnalyze(String, String) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Analyze text under the provided index.
- prepareAnalyze(String) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Analyze text.
- prepareAnalyze() - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Analyze text/texts.
- prepareBulk() - 接口 中的方法org.elasticsearch.client.Client
-
Executes a bulk of index / delete operations.
- prepareBulk() - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- prepareCancelTasks(String...) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Cancel active tasks
- prepareClearCache(String...) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Clear indices cache.
- prepareClearScroll() - 接口 中的方法org.elasticsearch.client.Client
-
Clears the search contexts associated with specified scroll ids.
- prepareClearScroll() - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- prepareClose(String...) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Closes one or more indices based on their index name.
- prepareClusterStats() - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
- prepareCreate(String) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Creates an index using an explicit request allowing to specify the settings of the index.
- prepareCreateSnapshot(String, String) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Creates a new snapshot.
- prepareDelete() - 接口 中的方法org.elasticsearch.client.Client
-
Deletes a document from the index based on the index, type and id.
- prepareDelete(String, String, String) - 接口 中的方法org.elasticsearch.client.Client
-
Deletes a document from the index based on the index, type and id.
- prepareDelete(String...) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Deletes an index based on the index name.
- prepareDelete() - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- prepareDelete(String, String, String) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- prepareDeletePipeline() - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Deletes a stored ingest pipeline
- prepareDeletePipeline(String) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Deletes a stored ingest pipeline
- prepareDeleteRepository(String) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Unregisters a repository.
- prepareDeleteSnapshot(String, String) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Delete snapshot.
- prepareDeleteStoredScript() - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Delete a script from the cluster state
- prepareDeleteStoredScript(String) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Delete a script from the cluster state
- prepareDeleteTemplate(String) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Deletes an index template.
- prepareEnvironment(Settings, Terminal) - 类 中的静态方法org.elasticsearch.node.InternalSettingsPreparer
-
Prepares the settings by gathering all elasticsearch system properties, optionally loading the configuration settings,
and then replacing all property placeholders.
- prepareEnvironment(Settings, Terminal, Map<String, String>, Path) - 类 中的静态方法org.elasticsearch.node.InternalSettingsPreparer
-
Prepares the settings by gathering all elasticsearch system properties, optionally loading the configuration settings,
and then replacing all property placeholders.
- prepareExecute(Action<Request, Response, RequestBuilder>) - 接口 中的方法org.elasticsearch.client.ElasticsearchClient
-
Prepares a request builder to execute, specified by
Action.
- prepareExecute(Action<Request, Response, RequestBuilder>) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- prepareExists(String...) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Indices exists.
- prepareExplain(String, String, String) - 接口 中的方法org.elasticsearch.client.Client
-
Computes a score explanation for the specified request.
- prepareExplain(String, String, String) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- prepareFieldCaps() - 接口 中的方法org.elasticsearch.client.Client
-
Builder for the field capabilities request.
- prepareFieldCaps() - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- prepareFlush(String...) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Explicitly flush one or more indices (releasing memory from the node).
- prepareForceMerge(String...) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Explicitly force merge one or more indices into a the number of segments.
- prepareForIndexRecovery() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
called before starting to copy index files over
- prepareForTranslogOperations(int) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryTarget
-
- prepareForTranslogOperations(int) - 接口 中的方法org.elasticsearch.indices.recovery.RecoveryTargetHandler
-
Prepares the target to receive translog operations, after all file have been copied
- prepareForTranslogOperations(int) - 类 中的方法org.elasticsearch.indices.recovery.RemoteRecoveryTargetHandler
-
- prepareGet() - 接口 中的方法org.elasticsearch.client.Client
-
Gets the document that was indexed from an index with a type and id.
- prepareGet(String, String, String) - 接口 中的方法org.elasticsearch.client.Client
-
Gets the document that was indexed from an index with a type (optional) and id.
- prepareGet() - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- prepareGet(String, String, String) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- prepareGetAliases(String...) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Get specific index aliases that exists in particular indices and / or by name.
- prepareGetFieldMappings(String...) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Get the mappings of specific fields
- prepareGetIndex() - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Get index metadata for particular indices.
- prepareGetMappings(String...) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Get the complete mappings of one or more types
- prepareGetPipeline(String...) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Returns a stored ingest pipeline
- prepareGetRepositories(String...) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Gets repositories.
- prepareGetSettings(String...) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Returns a builder for a per index settings get request.
- prepareGetSnapshots(String) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Get snapshot.
- prepareGetStoredScript() - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Get a script from the cluster state
- prepareGetStoredScript(String) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Get a script from the cluster state
- prepareGetTask(String) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Fetch a task by id.
- prepareGetTask(TaskId) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Fetch a task by id.
- prepareGetTemplates(String...) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Gets an index template (optional).
- prepareHealth(String...) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
The health of the cluster.
- prepareIndex() - 接口 中的方法org.elasticsearch.client.Client
-
Index a document associated with a given index and type.
- prepareIndex(String, String) - 接口 中的方法org.elasticsearch.client.Client
-
Index a document associated with a given index and type.
- prepareIndex(String, String, String) - 接口 中的方法org.elasticsearch.client.Client
-
Index a document associated with a given index and type.
- prepareIndex() - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- prepareIndex(String, String) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- prepareIndex(String, String, String) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- prepareIndex(DocumentMapperForType, Version, SourceToParse, long, long, long, VersionType, Engine.Operation.Origin, long, boolean) - 类 中的静态方法org.elasticsearch.index.shard.IndexShard
-
- prepareListTasks(String...) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
List active tasks
- prepareMultiGet() - 接口 中的方法org.elasticsearch.client.Client
-
Multi get documents.
- prepareMultiGet() - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- prepareMultiSearch() - 接口 中的方法org.elasticsearch.client.Client
-
Performs multiple search requests.
- prepareMultiSearch() - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- prepareMultiTermVectors() - 接口 中的方法org.elasticsearch.client.Client
-
Multi get term vectors.
- prepareMultiTermVectors() - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- prepareNodesHotThreads(String...) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Returns a request builder to fetch top N hot-threads samples per node.
- prepareNodesInfo(String...) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Nodes info of the cluster.
- prepareNodesStats(String...) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Nodes stats of the cluster.
- prepareNodesUsage(String...) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Nodes usage of the cluster.
- prepareOpen(String...) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Opens one or more indices based on their index name.
- preparePendingClusterTasks() - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Returns a list of the pending cluster tasks, that are scheduled to be executed.
- preparePutMapping(String...) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Add mapping definition for a type into one or more indices.
- preparePutPipeline(String, BytesReference) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
- preparePutPipeline(String, BytesReference, XContentType) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Stores an ingest pipeline
- preparePutRepository(String) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Registers a snapshot repository.
- preparePutStoredScript() - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Store a script in the cluster state
- preparePutTemplate(String) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Puts an index template.
- prepareRecoveries(String...) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Indices recoveries
- prepareRefresh(String...) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Explicitly refresh one or more indices (making the content indexed since the last refresh searchable).
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestCancelTasksAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestClusterAllocationExplainAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestClusterGetSettingsAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestClusterHealthAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestClusterRerouteAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestClusterSearchShardsAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestClusterStateAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestClusterStatsAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestClusterUpdateSettingsAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestCreateSnapshotAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestDeleteRepositoryAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestDeleteSnapshotAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestDeleteStoredScriptAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestGetRepositoriesAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestGetSnapshotsAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestGetStoredScriptAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestGetTaskAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestListTasksAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestNodesHotThreadsAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestNodesInfoAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestNodesStatsAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestNodesUsageAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestPendingClusterTasksAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestPutRepositoryAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestPutStoredScriptAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestRemoteClusterInfoAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestRestoreSnapshotAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestSnapshotsStatusAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestVerifyRepositoryAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestAnalyzeAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestClearIndicesCacheAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestCloseIndexAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestCreateIndexAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestDeleteIndexAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestDeleteIndexTemplateAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestFlushAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestForceMergeAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestGetAliasesAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestGetAllAliasesAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestGetAllMappingsAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestGetAllSettingsAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestGetFieldMappingAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestGetIndexTemplateAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestGetIndicesAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestGetMappingAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestGetSettingsAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestIndexDeleteAliasesAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestIndexPutAliasAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestIndicesAliasesAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestIndicesSegmentsAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestIndicesShardStoresAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestIndicesStatsAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestOpenIndexAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestPutIndexTemplateAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestPutMappingAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestRecoveryAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestRefreshAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestRolloverIndexAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestShrinkIndexAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestSplitIndexAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestSyncedFlushAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestUpdateSettingsAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestUpgradeAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestValidateQueryAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.cat.AbstractCatAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.cat.RestCatAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.document.RestBulkAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.document.RestCountAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.document.RestDeleteAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.document.RestGetAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.document.RestGetSourceAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.document.RestIndexAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.document.RestMultiGetAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.document.RestMultiTermVectorsAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.document.RestTermVectorsAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.document.RestUpdateAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.ingest.RestDeletePipelineAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.ingest.RestGetPipelineAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.ingest.RestPutPipelineAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.ingest.RestSimulatePipelineAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.RestFieldCapabilitiesAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.RestMainAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.search.RestClearScrollAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.search.RestExplainAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.search.RestMultiSearchAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.search.RestSearchAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.action.search.RestSearchScrollAction
-
- prepareRequest(RestRequest, NodeClient) - 类 中的方法org.elasticsearch.rest.BaseRestHandler
-
Prepare the request for execution.
- prepareReroute() - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Update settings in the cluster.
- prepareResizeIndex(String, String) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Resize an index using an explicit request allowing to specify the settings, mappings and aliases of the target index of the index.
- prepareRestoreSnapshot(String, String) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Restores a snapshot.
- prepareRolloverIndex(String) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Swaps the index pointed to by an alias given all provided conditions are satisfied
- prepareSearch(String...) - 接口 中的方法org.elasticsearch.client.Client
-
Search across one or more indices and one or more types with a query.
- prepareSearch(String...) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- prepareSearchScroll(String) - 接口 中的方法org.elasticsearch.client.Client
-
A search scroll request to continue searching a previous scrollable search request.
- prepareSearchScroll(String) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- prepareSearchShards() - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Returns list of shards the given search would be executed on.
- prepareSearchShards(String...) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Returns list of shards the given search would be executed on.
- prepareSegments(String...) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
The segments of one or more indices.
- prepareSelectedBuckets(long...) - 类 中的方法org.elasticsearch.search.aggregations.bucket.BestBucketsDeferringCollector
-
Replay the wrapped collector, but only on a selection of buckets.
- prepareSelectedBuckets(long...) - 类 中的方法org.elasticsearch.search.aggregations.bucket.DeferringBucketCollector
-
- prepareSelectedBuckets(long...) - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.BestDocsDeferringCollector
-
- prepareSettings(Settings) - 类 中的静态方法org.elasticsearch.node.InternalSettingsPreparer
-
Prepares the settings by gathering all elasticsearch system properties and setting defaults.
- prepareShardStores(String...) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
The shard stores info of one or more indices.
- prepareSimulatePipeline(BytesReference) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
已过时。
- prepareSimulatePipeline(BytesReference, XContentType) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Simulates an ingest pipeline
- prepareSnapshotStatus(String) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Get snapshot status.
- prepareSnapshotStatus() - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Get snapshot status.
- prepareState() - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
The state of the cluster.
- prepareStats(String...) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Indices stats.
- prepareSyncedFlush(String...) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Explicitly sync flush one or more indices (write sync id to shards for faster recovery).
- prepareTermVector() - 接口 中的方法org.elasticsearch.client.Client
-
已过时。
- prepareTermVector(String, String, String) - 接口 中的方法org.elasticsearch.client.Client
-
已过时。
- prepareTermVector() - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
已过时。
- prepareTermVector(String, String, String) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
已过时。
- prepareTermVectors() - 接口 中的方法org.elasticsearch.client.Client
-
Builder for the term vector request.
- prepareTermVectors(String, String, String) - 接口 中的方法org.elasticsearch.client.Client
-
Builder for the term vector request.
- prepareTermVectors() - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- prepareTermVectors(String, String, String) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- prepareTypesExists(String...) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Indices exists.
- prepareUpdate() - 接口 中的方法org.elasticsearch.client.Client
-
Updates a document based on a script.
- prepareUpdate(String, String, String) - 接口 中的方法org.elasticsearch.client.Client
-
Updates a document based on a script.
- prepareUpdate() - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- prepareUpdate(String, String, String) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- prepareUpdateSettings() - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Update settings in the cluster.
- prepareUpdateSettings(String...) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Update indices settings.
- prepareUpgrade(String...) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Check upgrade status of one or more indices
- prepareUpgradeStatus(String...) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Explicitly upgrade one or more indices
- prepareValidateQuery(String...) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Validate a query for correctness.
- prepareVerifyRepository(String) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Verifies a repository.
- preParse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.AllFieldMapper
-
- preParse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.FieldNamesFieldMapper
-
- preParse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.IdFieldMapper
-
- preParse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.IndexFieldMapper
-
- preParse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.MetadataFieldMapper
-
- preParse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.ParentFieldMapper
-
- preParse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.RoutingFieldMapper
-
- preParse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.SeqNoFieldMapper
-
- preParse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.SourceFieldMapper
-
- preParse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.TypeFieldMapper
-
- preParse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.UidFieldMapper
-
- preParse(ParseContext) - 类 中的方法org.elasticsearch.index.mapper.VersionFieldMapper
-
- preProcess(SearchContext) - 类 中的方法org.elasticsearch.search.aggregations.AggregationPhase
-
- preProcess(SearchContext) - 类 中的方法org.elasticsearch.search.dfs.DfsPhase
-
- preProcess(SearchContext) - 类 中的方法org.elasticsearch.search.fetch.FetchPhase
-
- preProcess(boolean) - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- preProcess(boolean) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
Should be called before executing the main query and after all other parameters have been set.
- preProcess(boolean) - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- preProcess(SearchContext) - 类 中的方法org.elasticsearch.search.query.QueryPhase
-
- preProcess(SearchContext) - 类 中的方法org.elasticsearch.search.rescore.RescorePhase
-
- preProcess(SearchContext) - 接口 中的方法org.elasticsearch.search.SearchPhase
-
Performs pre processing of the search context before the execute.
- preProcess(SearchContext) - 类 中的方法org.elasticsearch.search.suggest.SuggestPhase
-
- PreProcessModule - org.elasticsearch.common.inject中的接口
-
A module can implement this interface to allow to pre process other modules
before an injector is created.
- PRESERVE_POSITION_INCREMENTS - 类 中的静态变量org.elasticsearch.index.mapper.CompletionFieldMapper.Fields
-
- PRESERVE_SEP - 类 中的静态变量org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
-
Include this flag in the options parameter to #XAnalyzingSuggester(Analyzer,Analyzer,int,int,int,boolean,FST,boolean,int,int,int,int,int) to preserve
token separators when matching.
- PRESERVE_SEPARATORS - 类 中的静态变量org.elasticsearch.index.mapper.CompletionFieldMapper.Fields
-
- preserveContext(Runnable) - 类 中的方法org.elasticsearch.common.util.concurrent.ThreadContext
-
Saves the current thread context and wraps command in a Runnable that restores that context before running command.
- preserveContext(Runnable) - 接口 中的方法org.elasticsearch.threadpool.Scheduler
-
Does nothing by default but can be used by subclasses to save the current thread context and wraps the command in a Runnable
that restores that context before running the command.
- preserveContext(Runnable) - 类 中的方法org.elasticsearch.threadpool.ThreadPool
-
- preservePositionIncrements(boolean) - 类 中的方法org.elasticsearch.index.mapper.CompletionFieldMapper.Builder
-
- preservePositionIncrements() - 类 中的方法org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
-
- preserveSep() - 类 中的方法org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
-
- preserveSeparators(boolean) - 类 中的方法org.elasticsearch.index.mapper.CompletionFieldMapper.Builder
-
- PreShardSyncedFlushRequest() - 类 的构造器org.elasticsearch.indices.flush.SyncedFlushService.PreShardSyncedFlushRequest
-
- PreShardSyncedFlushRequest(ShardId) - 类 的构造器org.elasticsearch.indices.flush.SyncedFlushService.PreShardSyncedFlushRequest
-
- preSpanQueryRewrite(Query) - 类 中的方法org.apache.lucene.search.uhighlight.CustomUnifiedHighlighter
-
- preTag() - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- preTags - 类 中的变量org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- preTags(String...) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
Set the pre tags that will be used for highlighting.
- preTags() - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- preTags() - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
-
- prettyPrint() - 类 中的方法org.elasticsearch.cluster.routing.IndexRoutingTable
-
- prettyPrint() - 类 中的方法org.elasticsearch.cluster.routing.RoutingNode
-
- prettyPrint() - 类 中的方法org.elasticsearch.common.StopWatch
-
Return a string with a table describing all tasks performed.
- prettyPrint() - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- previous() - 类 中的方法org.apache.lucene.search.uhighlight.BoundedBreakIteratorScanner
-
- previousLevel() - 类 中的方法org.elasticsearch.index.query.support.NestedScope
-
Sets the previous nested level as current nested level and removes and returns the current nested level.
- previousMasterNode() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes.Delta
-
- previousState() - 类 中的方法org.elasticsearch.cluster.ClusterChangedEvent
-
The previous cluster state for this change event.
- primary() - 类 中的方法org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo.Failure
-
- primary() - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
Returns true iff this shard is a primary.
- primary() - 类 中的方法org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodeGatewayStartedShards
-
- primary - 类 中的变量org.elasticsearch.index.shard.ShardStateMetaData
-
- PRIMARY_TERM_NAME - 类 中的静态变量org.elasticsearch.index.mapper.SeqNoFieldMapper
-
- primaryActiveInitializingShardIt() - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- PrimaryContext(long, Map<String, GlobalCheckpointTracker.CheckpointState>, IndexShardRoutingTable) - 类 的构造器org.elasticsearch.index.seqno.GlobalCheckpointTracker.PrimaryContext
-
- PrimaryContext(StreamInput) - 类 的构造器org.elasticsearch.index.seqno.GlobalCheckpointTracker.PrimaryContext
-
- primaryFirstActiveInitializingShardsIt() - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- PrimaryMissingActionException - org.elasticsearch.action中的异常错误
-
- PrimaryMissingActionException(String) - 异常错误 的构造器org.elasticsearch.action.PrimaryMissingActionException
-
- PrimaryMissingActionException(StreamInput) - 异常错误 的构造器org.elasticsearch.action.PrimaryMissingActionException
-
- PrimaryOperationTransportHandler() - 类 的构造器org.elasticsearch.action.support.replication.TransportReplicationAction.PrimaryOperationTransportHandler
-
- PrimaryReplicaSyncer - org.elasticsearch.index.shard中的类
-
- PrimaryReplicaSyncer(Settings, TransportService, TransportResyncReplicationAction) - 类 的构造器org.elasticsearch.index.shard.PrimaryReplicaSyncer
-
- PrimaryReplicaSyncer(Settings, TaskManager, PrimaryReplicaSyncer.SyncAction) - 类 的构造器org.elasticsearch.index.shard.PrimaryReplicaSyncer
-
- PrimaryReplicaSyncer.ResyncRequest - org.elasticsearch.index.shard中的类
-
- PrimaryReplicaSyncer.ResyncTask - org.elasticsearch.index.shard中的类
-
- PrimaryReplicaSyncer.ResyncTask.Status - org.elasticsearch.index.shard中的类
-
- PrimaryReplicaSyncer.SyncAction - org.elasticsearch.index.shard中的接口
-
- PrimaryResult(ReplicaRequest, Response, Exception) - 类 的构造器org.elasticsearch.action.support.replication.TransportReplicationAction.PrimaryResult
-
Result of executing a primary operation
expects finalResponseIfSuccessful or finalFailure to be not-null
- PrimaryResult(ReplicaRequest, Response) - 类 的构造器org.elasticsearch.action.support.replication.TransportReplicationAction.PrimaryResult
-
- primaryShard() - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- PrimaryShardAllocator - org.elasticsearch.gateway中的类
-
The primary shard allocator allocates unassigned primary shards to nodes that hold
valid copies of the unassigned primaries.
- PrimaryShardAllocator(Settings) - 类 的构造器org.elasticsearch.gateway.PrimaryShardAllocator
-
- primaryShardIt() - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
Returns an iterator only on the primary shard.
- primaryShardsActive() - 类 中的方法org.elasticsearch.cluster.routing.IndexRoutingTable
-
Calculates the number of primary shards in active state in routing table
- primaryShardsUnassigned() - 类 中的方法org.elasticsearch.cluster.routing.IndexRoutingTable
-
- primaryTerm - 类 中的变量org.elasticsearch.action.DocWriteResponse.Builder
-
- primaryTerm - 类 中的变量org.elasticsearch.action.support.replication.TransportReplicationAction.ReplicasProxy
-
- primaryTerm(int) - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
returns the primary term for the given shard.
- primaryTerm(int, long) - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
sets the primary term for the given shard.
- primaryTerm(int) - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
The term of the current selected primary.
- primaryTerm() - 类 中的方法org.elasticsearch.index.engine.Engine.Operation
-
- primaryTerm - 类 中的变量org.elasticsearch.index.mapper.SeqNoFieldMapper.SequenceIDFields
-
- primaryTerm - 类 中的变量org.elasticsearch.index.shard.IndexShard
-
- primaryTerm() - 类 中的方法org.elasticsearch.index.translog.Translog.Delete
-
- primaryTerm() - 类 中的方法org.elasticsearch.index.translog.Translog.Index
-
- primaryTerm() - 类 中的方法org.elasticsearch.index.translog.Translog.NoOp
-
- primaryTerm() - 接口 中的方法org.elasticsearch.index.translog.Translog.Operation
-
- printAdditionalHelp(Terminal) - 类 中的方法org.elasticsearch.index.translog.TruncateTranslogCommand
-
- printBoostAndQueryName(XContentBuilder) - 类 中的方法org.elasticsearch.index.query.AbstractQueryBuilder
-
- printer() - 类 中的方法org.elasticsearch.common.joda.FormatDateTimeFormatter
-
- printTo(StringBuffer, long, Chronology, int, DateTimeZone, Locale) - 类 中的方法org.elasticsearch.common.joda.Joda.EpochTimePrinter
-
We adjust the instant by displayOffset to adjust for the offset that might have been added in
DateTimeFormatter.printTo(Appendable, long, Chronology) when using a time zone.
- printTo(Writer, long, Chronology, int, DateTimeZone, Locale) - 类 中的方法org.elasticsearch.common.joda.Joda.EpochTimePrinter
-
We adjust the instant by displayOffset to adjust for the offset that might have been added in
DateTimeFormatter.printTo(Appendable, long, Chronology) when using a time zone.
- printTo(StringBuffer, ReadablePartial, Locale) - 类 中的方法org.elasticsearch.common.joda.Joda.EpochTimePrinter
-
- printTo(Writer, ReadablePartial, Locale) - 类 中的方法org.elasticsearch.common.joda.Joda.EpochTimePrinter
-
- PrioritizedCallable<T> - org.elasticsearch.common.util.concurrent中的类
-
- PrioritizedCallable(Priority) - 类 的构造器org.elasticsearch.common.util.concurrent.PrioritizedCallable
-
- PrioritizedEsThreadPoolExecutor - org.elasticsearch.common.util.concurrent中的类
-
A prioritizing executor which uses a priority queue as a work queue.
- PrioritizedEsThreadPoolExecutor.Pending - org.elasticsearch.common.util.concurrent中的类
-
- PrioritizedRunnable - org.elasticsearch.common.util.concurrent中的类
-
- PrioritizedRunnable(Priority) - 类 的构造器org.elasticsearch.common.util.concurrent.PrioritizedRunnable
-
- priority() - 类 中的方法org.elasticsearch.cluster.ClusterStateTaskConfig.Basic
-
- priority() - 接口 中的方法org.elasticsearch.cluster.ClusterStateTaskConfig
-
The
Priority for this cluster state update task configuration.
- priority() - 类 中的方法org.elasticsearch.cluster.ClusterStateUpdateTask
-
- priority() - 类 中的方法org.elasticsearch.cluster.LocalClusterUpdateTask
-
- Priority - org.elasticsearch.common中的枚举
-
- priority() - 类 中的方法org.elasticsearch.common.util.concurrent.PrioritizedCallable
-
- priority - 类 中的变量org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor.Pending
-
- priority() - 类 中的方法org.elasticsearch.common.util.concurrent.PrioritizedRunnable
-
- PriorityComparator - org.elasticsearch.gateway中的类
-
A comparator that compares ShardRouting based on it's indexes priority (index.priority),
it's creation date (index.creation_date), or eventually by it's index name in reverse order.
- PriorityComparator() - 类 的构造器org.elasticsearch.gateway.PriorityComparator
-
- PrivateBinder - org.elasticsearch.common.inject中的接口
-
Returns a binder whose configuration information is hidden from its environment by default.
- PrivateElements - org.elasticsearch.common.inject.spi中的接口
-
A private collection of elements that are hidden from the enclosing injector or module by
default.
- PrivateElementsImpl - org.elasticsearch.common.inject.internal中的类
-
- PrivateElementsImpl(Object) - 类 的构造器org.elasticsearch.common.inject.internal.PrivateElementsImpl
-
- PrivateModule - org.elasticsearch.common.inject中的类
-
A module whose configuration information is hidden from its environment by default.
- PrivateModule() - 类 的构造器org.elasticsearch.common.inject.PrivateModule
-
- probablySingleFieldRequest() - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsIndexRequest
-
- Probes - org.elasticsearch.monitor中的类
-
- Probes() - 类 的构造器org.elasticsearch.monitor.Probes
-
- proceed(Task, String, Request, ActionListener<Response>) - 接口 中的方法org.elasticsearch.action.support.ActionFilterChain
-
Continue processing the request.
- process() - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
Should the node Process be returned.
- process(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
Should the node Process be returned.
- process() - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
Should the node Process be returned.
- process(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
Should the node Process be returned.
- process(Version, MappingMetaData, String) - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
- processAllocation(RoutingAllocation) - 类 中的方法org.elasticsearch.gateway.AsyncShardFetch.FetchResult
-
Process any changes needed to the allocation based on this fetch result.
- processAsyncFetch(List<T>, List<FailedNodeException>, long) - 类 中的方法org.elasticsearch.gateway.AsyncShardFetch
-
Called by the response handler of the async action to fetch data.
- ProcessClusterEventTimeoutException - org.elasticsearch.cluster.metadata中的异常错误
-
- ProcessClusterEventTimeoutException(TimeValue, String) - 异常错误 的构造器org.elasticsearch.cluster.metadata.ProcessClusterEventTimeoutException
-
- ProcessClusterEventTimeoutException(StreamInput) - 异常错误 的构造器org.elasticsearch.cluster.metadata.ProcessClusterEventTimeoutException
-
- processDanglingIndices(MetaData) - 类 中的方法org.elasticsearch.gateway.DanglingIndicesState
-
Process dangling indices based on the provided meta data, handling cleanup, finding
new dangling indices, and allocating outstanding ones.
- processed - 类 中的变量org.elasticsearch.cluster.service.TaskBatcher.BatchedTask
-
whether the task has been processed already
- processedFiles(int, long) - 类 中的方法org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Sets processed files stats
- processedFiles() - 类 中的方法org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Number of processed files
- processedSize() - 类 中的方法org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Size of processed files
- processExistingRecoveries(RoutingAllocation) - 类 中的方法org.elasticsearch.gateway.ReplicaShardAllocator
-
Process existing recoveries of replicas and see if we need to cancel them if we find a better
match.
- processField(RootObjectMapper.Builder, String, Object, Version) - 类 中的方法org.elasticsearch.index.mapper.RootObjectMapper.TypeParser
-
- ProcessInfo - org.elasticsearch.monitor.process中的类
-
- ProcessInfo(long, boolean, long) - 类 的构造器org.elasticsearch.monitor.process.ProcessInfo
-
- ProcessInfo(StreamInput) - 类 的构造器org.elasticsearch.monitor.process.ProcessInfo
-
- processInfo(long) - 类 中的方法org.elasticsearch.monitor.process.ProcessProbe
-
- processMessageReceived(Request, TransportChannel) - 类 中的方法org.elasticsearch.transport.RequestHandlerRegistry
-
- processModule(Module) - 接口 中的方法org.elasticsearch.common.inject.PreProcessModule
-
- Processor - org.elasticsearch.ingest中的接口
-
A processor implementation may modify the data belonging to a document.
- Processor.Factory - org.elasticsearch.ingest中的接口
-
A factory that knows how to construct a processor based on a map of maps.
- Processor.Parameters - org.elasticsearch.ingest中的类
-
Infrastructure class that holds services that can be used by processor factories to create processor instances
and that gets passed around to all
IngestPlugins.
- ProcessorInfo - org.elasticsearch.ingest中的类
-
- ProcessorInfo(String) - 类 的构造器org.elasticsearch.ingest.ProcessorInfo
-
- ProcessorInfo(StreamInput) - 类 的构造器org.elasticsearch.ingest.ProcessorInfo
-
Read from a stream.
- PROCESSORS_SETTING - 类 中的静态变量org.elasticsearch.common.util.concurrent.EsExecutors
-
Settings key to manually set the number of available processors.
- processPendingDeletes(Index, IndexSettings, TimeValue) - 接口 中的方法org.elasticsearch.indices.cluster.IndicesClusterStateService.AllocatedIndices
-
- processPendingDeletes(Index, IndexSettings, TimeValue) - 类 中的方法org.elasticsearch.indices.IndicesService
-
Processes all pending deletes for the given index.
- ProcessProbe - org.elasticsearch.monitor.process中的类
-
- processRanges(Function<RangeAggregator.Range, RangeAggregator.Range>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.AbstractRangeBuilder
-
Resolve any strings in the ranges so we have a number value for the from
and to of each range.
- processRecoverySettings(ClusterSettings, RecoverySettings) - 类 中的方法org.elasticsearch.node.Node
-
- processResponse(Response) - 类 中的方法org.elasticsearch.rest.action.RestActionListener
-
- processResponse(Response) - 类 中的方法org.elasticsearch.rest.action.RestResponseListener
-
- processScale(double, double) - 接口 中的方法org.elasticsearch.index.query.functionscore.DecayFunction
-
The final scale parameter is computed from the scale parameter given by
the user and a value.
- processService() - 类 中的方法org.elasticsearch.monitor.MonitorService
-
- ProcessService - org.elasticsearch.monitor.process中的类
-
- ProcessService(Settings) - 类 的构造器org.elasticsearch.monitor.process.ProcessService
-
- processStats() - 类 中的方法org.elasticsearch.monitor.process.ProcessProbe
-
- ProcessStats - org.elasticsearch.monitor.process中的类
-
- ProcessStats(long, long, long, ProcessStats.Cpu, ProcessStats.Mem) - 类 的构造器org.elasticsearch.monitor.process.ProcessStats
-
- ProcessStats(StreamInput) - 类 的构造器org.elasticsearch.monitor.process.ProcessStats
-
- ProcessStats.Cpu - org.elasticsearch.monitor.process中的类
-
- ProcessStats.Mem - org.elasticsearch.monitor.process中的类
-
- processTasks(CancelTasksRequest, Consumer<CancellableTask>) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.cancel.TransportCancelTasksAction
-
- processTasks(ListTasksRequest, Consumer<Task>) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.list.TransportListTasksAction
-
- processTasks(TasksRequest, Consumer<OperationTask>) - 类 中的方法org.elasticsearch.action.support.tasks.TransportTasksAction
-
- profile() - 类 中的方法org.elasticsearch.action.search.SearchResponseSections
-
Returns the profile results for this search response (including all shards).
- profile(boolean) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Should the query be profiled.
- profile() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Return whether to profile query execution, or null if
unspecified.
- PROFILE_FIELD - 类 中的静态变量org.elasticsearch.search.builder.SearchSourceBuilder
-
- PROFILE_FIELD - 类 中的静态变量org.elasticsearch.search.profile.SearchProfileShardResults
-
- profileAddresses() - 类 中的方法org.elasticsearch.transport.TransportInfo
-
- profileBoundAddresses - 类 中的变量org.elasticsearch.transport.TcpTransport
-
- profileBoundAddresses() - 类 中的方法org.elasticsearch.transport.TcpTransport
-
- profileBoundAddresses() - 接口 中的方法org.elasticsearch.transport.Transport
-
Further profile bound addresses
- profileName - 类 中的变量org.elasticsearch.transport.TcpTransport.ProfileSettings
-
- ProfileResult - org.elasticsearch.search.profile中的类
-
This class is the internal representation of a profiled Query, corresponding
to a single node in the query tree.
- ProfileResult(String, String, Map<String, Long>, List<ProfileResult>) - 类 的构造器org.elasticsearch.search.profile.ProfileResult
-
- ProfileResult(StreamInput) - 类 的构造器org.elasticsearch.search.profile.ProfileResult
-
Read from a stream.
- profileResults - 类 中的变量org.elasticsearch.action.search.SearchResponseSections
-
- profileResults(ProfileShardResult) - 类 中的方法org.elasticsearch.search.query.QuerySearchResult
-
Sets the finalized profiling results for this query
- Profilers - org.elasticsearch.search.profile中的类
-
Wrapper around all the profilers that makes management easier.
- Profilers(ContextIndexSearcher) - 类 的构造器org.elasticsearch.search.profile.Profilers
-
Sole constructor.
- profileSettings - 类 中的变量org.elasticsearch.transport.TcpTransport
-
- ProfileSettings(Settings, String) - 类 的构造器org.elasticsearch.transport.TcpTransport.ProfileSettings
-
- ProfileShardResult - org.elasticsearch.search.profile中的类
-
- ProfileShardResult(List<QueryProfileShardResult>, AggregationProfileShardResult) - 类 的构造器org.elasticsearch.search.profile.ProfileShardResult
-
- ProfileShardResult(StreamInput) - 类 的构造器org.elasticsearch.search.profile.ProfileShardResult
-
- profileTree - 类 中的变量org.elasticsearch.search.profile.AbstractProfiler
-
- ProfileWeight - org.elasticsearch.search.profile.query中的类
-
Weight wrapper that will compute how much time it takes to build the
Scorer and then return a Scorer that is wrapped in
order to compute timings as well.
- ProfileWeight(Query, Weight, QueryProfileBreakdown) - 类 的构造器org.elasticsearch.search.profile.query.ProfileWeight
-
- ProfilingAggregator - org.elasticsearch.search.profile.aggregation中的类
-
- ProfilingAggregator(Aggregator, AggregationProfiler) - 类 的构造器org.elasticsearch.search.profile.aggregation.ProfilingAggregator
-
- ProfilingLeafBucketCollector - org.elasticsearch.search.profile.aggregation中的类
-
- ProfilingLeafBucketCollector(LeafBucketCollector, AggregationProfileBreakdown) - 类 的构造器org.elasticsearch.search.profile.aggregation.ProfilingLeafBucketCollector
-
- ProvidedBy - org.elasticsearch.common.inject中的注释类型
-
A pointer to the default provider type for a type.
- Provider<T> - org.elasticsearch.common.inject中的接口
-
An object capable of providing instances of type T.
- ProviderBinding<T extends Provider<?>> - org.elasticsearch.common.inject.spi中的接口
-
A binding to a
Provider that delegates to the binding for the provided type.
- ProviderInstanceBinding<T> - org.elasticsearch.common.inject.spi中的接口
-
A binding to a provider instance.
- ProviderInstanceBindingImpl<T> - org.elasticsearch.common.inject.internal中的类
-
- ProviderInstanceBindingImpl(Injector, Key<T>, Object, InternalFactory<? extends T>, Scoping, Provider<? extends T>, Set<InjectionPoint>) - 类 的构造器org.elasticsearch.common.inject.internal.ProviderInstanceBindingImpl
-
- ProviderInstanceBindingImpl(Object, Key<T>, Scoping, Set<InjectionPoint>, Provider<? extends T>) - 类 的构造器org.elasticsearch.common.inject.internal.ProviderInstanceBindingImpl
-
- ProviderKeyBinding<T> - org.elasticsearch.common.inject.spi中的接口
-
A binding to a provider key.
- ProviderLookup<T> - org.elasticsearch.common.inject.spi中的类
-
A lookup of the provider for a type.
- ProviderLookup(Object, Key<T>) - 类 的构造器org.elasticsearch.common.inject.spi.ProviderLookup
-
- ProviderLookup.ProviderImpl<T> - org.elasticsearch.common.inject.spi中的类
-
- ProviderMethod<T> - org.elasticsearch.common.inject.internal中的类
-
A provider that invokes a method and returns its result.
- ProviderMethodsModule - org.elasticsearch.common.inject.internal中的类
-
Creates bindings to methods annotated with @
Provides.
- providerOf(Type) - 类 中的静态方法org.elasticsearch.common.inject.util.Types
-
Returns a type modelling a
Provider that provides elements of type
elementType.
- Providers - org.elasticsearch.common.inject.util中的类
-
Static utility methods for creating and working with instances of
Provider.
- ProviderWithDependencies<T> - org.elasticsearch.common.inject.spi中的接口
-
A provider with dependencies on other injected types.
- Provides - org.elasticsearch.common.inject中的注释类型
-
Annotates methods of a
Module to create a provider method binding.
- ProvisionException - org.elasticsearch.common.inject中的异常错误
-
Indicates that there was a runtime failure while providing an instance.
- ProvisionException(Iterable<Message>) - 异常错误 的构造器org.elasticsearch.common.inject.ProvisionException
-
Creates a ConfigurationException containing messages.
- ProvisionException(String, Throwable) - 异常错误 的构造器org.elasticsearch.common.inject.ProvisionException
-
- ProvisionException(String) - 异常错误 的构造器org.elasticsearch.common.inject.ProvisionException
-
- pruneUnreferencedFiles(String, Directory) - 类 中的静态方法org.elasticsearch.common.lucene.Lucene
-
This method removes all files from the given directory that are not referenced by the given segments file.
- publish(ClusterChangedEvent, Discovery.AckListener) - 接口 中的方法org.elasticsearch.discovery.Discovery
-
Publish all the changes to the cluster from the master (can be called just by the master).
- publish(ClusterChangedEvent, Discovery.AckListener) - 类 中的方法org.elasticsearch.discovery.single.SingleNodeDiscovery
-
- publish(ClusterChangedEvent, int, Discovery.AckListener) - 类 中的方法org.elasticsearch.discovery.zen.PublishClusterStateAction
-
publishes a cluster change event to other nodes. if at least minMasterNodes acknowledge the change it is committed and will
be processed by the master and the other nodes.
- publish(ClusterChangedEvent, Discovery.AckListener) - 类 中的方法org.elasticsearch.discovery.zen.ZenDiscovery
-
- PUBLISH_DIFF_ENABLE_SETTING - 类 中的静态变量org.elasticsearch.discovery.DiscoverySettings
-
- PUBLISH_HOST - 类 中的静态变量org.elasticsearch.transport.TcpTransport
-
- PUBLISH_HOST_PROFILE - 类 中的静态变量org.elasticsearch.transport.TcpTransport
-
- PUBLISH_PORT - 类 中的静态变量org.elasticsearch.transport.TcpTransport
-
- PUBLISH_PORT_PROFILE - 类 中的静态变量org.elasticsearch.transport.TcpTransport
-
- PUBLISH_TIMEOUT_SETTING - 类 中的静态变量org.elasticsearch.discovery.DiscoverySettings
-
sets the timeout for a complete publishing cycle, including both sending and committing. the master
will continue to process the next cluster state update after this time has elapsed
- publishAddress() - 类 中的方法org.elasticsearch.common.transport.BoundTransportAddress
-
- PublishClusterStateAction - org.elasticsearch.discovery.zen中的类
-
- PublishClusterStateAction(Settings, TransportService, NamedWriteableRegistry, PublishClusterStateAction.IncomingClusterStateListener, DiscoverySettings) - 类 的构造器org.elasticsearch.discovery.zen.PublishClusterStateAction
-
- PublishClusterStateAction.CommitClusterStateRequest - org.elasticsearch.discovery.zen中的类
-
- PublishClusterStateAction.IncomingClusterStateListener - org.elasticsearch.discovery.zen中的接口
-
- PublishClusterStateStats - org.elasticsearch.discovery.zen中的类
-
Class encapsulating stats about the PublishClusterStateAction
- PublishClusterStateStats(long, long, long) - 类 的构造器org.elasticsearch.discovery.zen.PublishClusterStateStats
-
- PublishClusterStateStats(StreamInput) - 类 的构造器org.elasticsearch.discovery.zen.PublishClusterStateStats
-
- publishHosts - 类 中的变量org.elasticsearch.transport.TcpTransport.ProfileSettings
-
- publishPort - 类 中的变量org.elasticsearch.transport.TcpTransport.ProfileSettings
-
- put(IndexMetaData.Builder) - 类 中的方法org.elasticsearch.cluster.metadata.MetaData.Builder
-
- put(IndexMetaData, boolean) - 类 中的方法org.elasticsearch.cluster.metadata.MetaData.Builder
-
- put(IndexTemplateMetaData.Builder) - 类 中的方法org.elasticsearch.cluster.metadata.MetaData.Builder
-
- put(IndexTemplateMetaData) - 类 中的方法org.elasticsearch.cluster.metadata.MetaData.Builder
-
- put(K, V) - 类 中的方法org.elasticsearch.common.cache.Cache
-
Associates the specified value with the specified key in this map.
- put(int, VType) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- put(KType, VType) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- put(K, V) - 类 中的方法org.elasticsearch.common.collect.MapBuilder
-
- put(String, Path) - 类 中的方法org.elasticsearch.common.settings.Settings.Builder
-
Sets a path setting with the provided setting key and path.
- put(String, TimeValue) - 类 中的方法org.elasticsearch.common.settings.Settings.Builder
-
Sets a time value setting with the provided setting key and value.
- put(String, ByteSizeValue) - 类 中的方法org.elasticsearch.common.settings.Settings.Builder
-
Sets a byteSizeValue setting with the provided setting key and byteSizeValue.
- put(String, Enum<?>) - 类 中的方法org.elasticsearch.common.settings.Settings.Builder
-
Sets an enum setting with the provided setting key and enum instance.
- put(String, Level) - 类 中的方法org.elasticsearch.common.settings.Settings.Builder
-
Sets an level setting with the provided setting key and level instance.
- put(String, Version) - 类 中的方法org.elasticsearch.common.settings.Settings.Builder
-
Sets an lucene version setting with the provided setting key and lucene version instance.
- put(String, String) - 类 中的方法org.elasticsearch.common.settings.Settings.Builder
-
Sets a setting with the provided setting key and value.
- put(String, Class) - 类 中的方法org.elasticsearch.common.settings.Settings.Builder
-
Sets a setting with the provided setting key and class as value.
- put(String, boolean) - 类 中的方法org.elasticsearch.common.settings.Settings.Builder
-
Sets the setting with the provided setting key and the boolean value.
- put(String, int) - 类 中的方法org.elasticsearch.common.settings.Settings.Builder
-
Sets the setting with the provided setting key and the int value.
- put(String, Version) - 类 中的方法org.elasticsearch.common.settings.Settings.Builder
-
- put(String, long) - 类 中的方法org.elasticsearch.common.settings.Settings.Builder
-
Sets the setting with the provided setting key and the long value.
- put(String, float) - 类 中的方法org.elasticsearch.common.settings.Settings.Builder
-
Sets the setting with the provided setting key and the float value.
- put(String, double) - 类 中的方法org.elasticsearch.common.settings.Settings.Builder
-
Sets the setting with the provided setting key and the double value.
- put(String, long, TimeUnit) - 类 中的方法org.elasticsearch.common.settings.Settings.Builder
-
Sets the setting with the provided setting key and the time value.
- put(String, long, ByteSizeUnit) - 类 中的方法org.elasticsearch.common.settings.Settings.Builder
-
Sets the setting with the provided setting key and the size value.
- put(String, String, String[], String[]) - 类 中的方法org.elasticsearch.common.settings.Settings.Builder
-
Sets the setting group.
- put(Settings) - 类 中的方法org.elasticsearch.common.settings.Settings.Builder
-
Sets all the provided settings including secure settings
- put(Settings, boolean) - 类 中的方法org.elasticsearch.common.settings.Settings.Builder
-
Sets all the provided settings.
- put(Item, Consumer<Exception>) - 类 中的方法org.elasticsearch.common.util.concurrent.AsyncIOProcessor
-
Adds the given item to the queue.
- put(long, T) - 类 中的方法org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- put(Long, T) - 类 中的方法org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- put(long, T) - 接口 中的方法org.elasticsearch.common.util.concurrent.ConcurrentMapLong
-
- put(E) - 类 中的方法org.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- put(long, T) - 类 中的方法org.elasticsearch.common.util.LongObjectPagedHashMap
-
Put this new (key, value) pair into this hash table and return the value
that was previously associated with key or null in case of
an insertion.
- put(MetadataFieldMapper.Builder<?, ?>) - 类 中的方法org.elasticsearch.index.mapper.DocumentMapper.Builder
-
- put(Version, T) - 接口 中的方法org.elasticsearch.indices.analysis.PreBuiltCacheFactory.PreBuiltCache
-
- put(ClusterService, Map<DiscoveryNode, IngestInfo>, PutPipelineRequest, ActionListener<WritePipelineResponse>) - 类 中的方法org.elasticsearch.ingest.PipelineStore
-
Stores the specified pipeline definition in the request.
- put(String, ScriptDocValues<?>) - 类 中的方法org.elasticsearch.search.lookup.LeafDocLookup
-
- put(Object, Object) - 类 中的方法org.elasticsearch.search.lookup.LeafFieldsLookup
-
- put(Object, Object) - 类 中的方法org.elasticsearch.search.lookup.SourceLookup
-
- putAlias(AliasMetaData) - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- putAlias(AliasMetaData.Builder) - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- putAlias(AliasMetaData) - 类 中的方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
-
- putAlias(AliasMetaData.Builder) - 类 中的方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
-
- putAll(Map<Integer, VType>) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
Puts all the entries in the map to the builder.
- putAll(IntObjectAssociativeContainer<? extends VType>) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- putAll(Iterable<? extends IntObjectCursor<? extends VType>>) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- putAll(Map<KType, VType>) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
Puts all the entries in the map to the builder.
- putAll(ObjectObjectAssociativeContainer<? extends KType, ? extends VType>) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- putAll(Iterable<? extends ObjectObjectCursor<? extends KType, ? extends VType>>) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- putAll(Map<K, V>) - 类 中的方法org.elasticsearch.common.collect.MapBuilder
-
- putAll(Map<? extends Long, ? extends T>) - 类 中的方法org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- putAll(Map<? extends String, ? extends ScriptDocValues<?>>) - 类 中的方法org.elasticsearch.search.lookup.LeafDocLookup
-
- putAll(Map) - 类 中的方法org.elasticsearch.search.lookup.LeafFieldsLookup
-
- putAll(Map) - 类 中的方法org.elasticsearch.search.lookup.SourceLookup
-
- putContext(SearchContext) - 类 中的方法org.elasticsearch.search.SearchService
-
- putCustom(String, ClusterState.Custom) - 类 中的方法org.elasticsearch.cluster.ClusterState.Builder
-
- putCustom(String, IndexMetaData.Custom) - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- putCustom(String, IndexMetaData.Custom) - 类 中的方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
-
- putCustom(String, MetaData.Custom) - 类 中的方法org.elasticsearch.cluster.metadata.MetaData.Builder
-
- putHeader(String, String) - 类 中的方法org.elasticsearch.common.util.concurrent.ThreadContext
-
Puts a header into the context
- putHeader(Map<String, String>) - 类 中的方法org.elasticsearch.common.util.concurrent.ThreadContext
-
Puts all of the given headers into this context
- putIfAbsent(long, T) - 类 中的方法org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- putIfAbsent(Long, T) - 类 中的方法org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- putIfAbsent(long, T) - 接口 中的方法org.elasticsearch.common.util.concurrent.ConcurrentMapLong
-
- putInContext(String, Object) - 类 中的方法org.elasticsearch.search.internal.ScrollContext
-
Puts the object into the context
- PutIndexTemplateAction - org.elasticsearch.action.admin.indices.template.put中的类
-
- PutIndexTemplateRequest - org.elasticsearch.action.admin.indices.template.put中的类
-
A request to create an index template.
- PutIndexTemplateRequest() - 类 的构造器org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
- PutIndexTemplateRequest(String) - 类 的构造器org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
Constructs a new put index template request with the provided name.
- PutIndexTemplateRequestBuilder - org.elasticsearch.action.admin.indices.template.put中的类
-
- PutIndexTemplateRequestBuilder(ElasticsearchClient, PutIndexTemplateAction) - 类 的构造器org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
- PutIndexTemplateRequestBuilder(ElasticsearchClient, PutIndexTemplateAction, String) - 类 的构造器org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
- PutIndexTemplateResponse - org.elasticsearch.action.admin.indices.template.put中的类
-
A response for a put index template action.
- PutIndexTemplateResponse() - 类 的构造器org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateResponse
-
- PutIndexTemplateResponse(boolean) - 类 的构造器org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateResponse
-
- putInSyncAllocationIds(int, Set<String>) - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- putList(String, String...) - 类 中的方法org.elasticsearch.common.settings.Settings.Builder
-
Sets the setting with the provided setting key and an array of values.
- putList(String, List<String>) - 类 中的方法org.elasticsearch.common.settings.Settings.Builder
-
Sets the setting with the provided setting key and a list of values.
- putMapper(Mapper) - 类 中的方法org.elasticsearch.index.mapper.ObjectMapper
-
- putMapping(PutMappingRequest) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Add mapping definition for a type into one or more indices.
- putMapping(PutMappingRequest, ActionListener<PutMappingResponse>) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Add mapping definition for a type into one or more indices.
- putMapping(String, String) - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- putMapping(MappingMetaData) - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- putMapping(String, CompressedXContent) - 类 中的方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
-
- putMapping(String, String) - 类 中的方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
-
- putMapping(String, String) - 类 中的方法org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutRequest
-
- putMapping(PutMappingClusterStateUpdateRequest, ActionListener<ClusterStateUpdateResponse>) - 类 中的方法org.elasticsearch.cluster.metadata.MetaDataMappingService
-
- PutMappingAction - org.elasticsearch.action.admin.indices.mapping.put中的类
-
- PutMappingClusterStateUpdateRequest - org.elasticsearch.action.admin.indices.mapping.put中的类
-
Cluster state update request that allows to put a mapping
- PutMappingClusterStateUpdateRequest() - 类 的构造器org.elasticsearch.action.admin.indices.mapping.put.PutMappingClusterStateUpdateRequest
-
- PutMappingRequest - org.elasticsearch.action.admin.indices.mapping.put中的类
-
Puts mapping definition registered under a specific type into one or more indices.
- PutMappingRequest() - 类 的构造器org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
- PutMappingRequest(String...) - 类 的构造器org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
Constructs a new put mapping request against one or more indices.
- putMappingRequest(String...) - 类 中的静态方法org.elasticsearch.client.Requests
-
Create a create mapping request against one or more indices.
- PutMappingRequestBuilder - org.elasticsearch.action.admin.indices.mapping.put中的类
-
Builder for a put mapping request
- PutMappingRequestBuilder(ElasticsearchClient, PutMappingAction) - 类 的构造器org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
-
- PutMappingResponse - org.elasticsearch.action.admin.indices.mapping.put中的类
-
The response of put mapping operation.
- PutMappingResponse() - 类 的构造器org.elasticsearch.action.admin.indices.mapping.put.PutMappingResponse
-
- PutMappingResponse(boolean) - 类 的构造器org.elasticsearch.action.admin.indices.mapping.put.PutMappingResponse
-
- putNull(String) - 类 中的方法org.elasticsearch.common.settings.Settings.Builder
-
Sets a null value for the given setting key
- putPipeline(PutPipelineRequest, ActionListener<WritePipelineResponse>) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Stores an ingest pipeline
- putPipeline(PutPipelineRequest) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Stores an ingest pipeline
- PutPipelineAction - org.elasticsearch.action.ingest中的类
-
- PutPipelineAction() - 类 的构造器org.elasticsearch.action.ingest.PutPipelineAction
-
- PutPipelineRequest - org.elasticsearch.action.ingest中的类
-
- PutPipelineRequest(String, BytesReference) - 类 的构造器org.elasticsearch.action.ingest.PutPipelineRequest
-
- PutPipelineRequest(String, BytesReference, XContentType) - 类 的构造器org.elasticsearch.action.ingest.PutPipelineRequest
-
Create a new pipeline request with the id and source along with the content type of the source
- PutPipelineRequestBuilder - org.elasticsearch.action.ingest中的类
-
- PutPipelineRequestBuilder(ElasticsearchClient, PutPipelineAction) - 类 的构造器org.elasticsearch.action.ingest.PutPipelineRequestBuilder
-
- PutPipelineRequestBuilder(ElasticsearchClient, PutPipelineAction, String, BytesReference) - 类 的构造器org.elasticsearch.action.ingest.PutPipelineRequestBuilder
-
已过时。
- PutPipelineRequestBuilder(ElasticsearchClient, PutPipelineAction, String, BytesReference, XContentType) - 类 的构造器org.elasticsearch.action.ingest.PutPipelineRequestBuilder
-
- PutPipelineTransportAction - org.elasticsearch.action.ingest中的类
-
- PutPipelineTransportAction(Settings, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, NodeService, TransportNodesInfoAction) - 类 的构造器org.elasticsearch.action.ingest.PutPipelineTransportAction
-
- putProperties(Map<String, String>, Function<String, String>) - 类 中的方法org.elasticsearch.common.settings.Settings.Builder
-
- putRepository(PutRepositoryRequest) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Registers a snapshot repository.
- putRepository(PutRepositoryRequest, ActionListener<PutRepositoryResponse>) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Registers a snapshot repository.
- PutRepositoryAction - org.elasticsearch.action.admin.cluster.repositories.put中的类
-
Register repository action
- PutRepositoryRequest - org.elasticsearch.action.admin.cluster.repositories.put中的类
-
Register repository request.
- PutRepositoryRequest() - 类 的构造器org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
-
- PutRepositoryRequest(String) - 类 的构造器org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
-
Constructs a new put repository request with the provided name.
- putRepositoryRequest(String) - 类 中的静态方法org.elasticsearch.client.Requests
-
Registers snapshot repository
- PutRepositoryRequestBuilder - org.elasticsearch.action.admin.cluster.repositories.put中的类
-
Register repository request builder
- PutRepositoryRequestBuilder(ElasticsearchClient, PutRepositoryAction) - 类 的构造器org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequestBuilder
-
Constructs register repository request
- PutRepositoryRequestBuilder(ElasticsearchClient, PutRepositoryAction, String) - 类 的构造器org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequestBuilder
-
Constructs register repository request for the repository with a given name
- PutRepositoryResponse - org.elasticsearch.action.admin.cluster.repositories.put中的类
-
Register repository response
- PutRequest(String, String) - 类 的构造器org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutRequest
-
- PutResponse(boolean, IndexTemplateMetaData) - 类 的构造器org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutResponse
-
- putStoredScript(PutStoredScriptRequest, ActionListener<PutStoredScriptResponse>) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Store a script in the cluster state
- putStoredScript(PutStoredScriptRequest) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Store a script in the cluster state
- putStoredScript(ClusterService, PutStoredScriptRequest, ActionListener<PutStoredScriptResponse>) - 类 中的方法org.elasticsearch.script.ScriptService
-
- PutStoredScriptAction - org.elasticsearch.action.admin.cluster.storedscripts中的类
-
- PutStoredScriptRequest - org.elasticsearch.action.admin.cluster.storedscripts中的类
-
- PutStoredScriptRequest() - 类 的构造器org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequest
-
- PutStoredScriptRequest(String, String, BytesReference, XContentType, StoredScriptSource) - 类 的构造器org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequest
-
- PutStoredScriptRequestBuilder - org.elasticsearch.action.admin.cluster.storedscripts中的类
-
- PutStoredScriptRequestBuilder(ElasticsearchClient, PutStoredScriptAction) - 类 的构造器org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequestBuilder
-
- PutStoredScriptResponse - org.elasticsearch.action.admin.cluster.storedscripts中的类
-
- PutStoredScriptResponse(boolean) - 类 的构造器org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptResponse
-
- putTemplate(PutIndexTemplateRequest) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Puts an index template.
- putTemplate(PutIndexTemplateRequest, ActionListener<PutIndexTemplateResponse>) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Puts an index template.
- putTemplate(MetaDataIndexTemplateService.PutRequest, MetaDataIndexTemplateService.PutListener) - 类 中的方法org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService
-
- putTransient(String, Object) - 类 中的方法org.elasticsearch.common.util.concurrent.ThreadContext
-
Puts a transient header object into this context
- radius(String) - 类 中的方法org.elasticsearch.common.geo.builders.CircleBuilder
-
Set the radius of the circle.
- radius(DistanceUnit.Distance) - 类 中的方法org.elasticsearch.common.geo.builders.CircleBuilder
-
Set the radius of the circle
- radius(double, String) - 类 中的方法org.elasticsearch.common.geo.builders.CircleBuilder
-
Set the radius of the circle
- radius(double, DistanceUnit) - 类 中的方法org.elasticsearch.common.geo.builders.CircleBuilder
-
Set the radius of the circle
- radius() - 类 中的方法org.elasticsearch.common.geo.builders.CircleBuilder
-
Get the radius of the circle without unit
- RamAccountingTermsEnum - org.elasticsearch.index.fielddata中的类
-
TermsEnum that takes a MemoryCircuitBreaker, increasing the breaker
every time .next(...) is called.
- RamAccountingTermsEnum(TermsEnum, CircuitBreaker, AbstractIndexFieldData.PerValueEstimator, String) - 类 的构造器org.elasticsearch.index.fielddata.RamAccountingTermsEnum
-
- ramBytesUsed() - 类 中的方法org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
-
Returns byte size of the underlying FST.
- ramBytesUsed() - 类 中的方法org.elasticsearch.common.bytes.BytesArray
-
- ramBytesUsed() - 类 中的方法org.elasticsearch.common.bytes.CompositeBytesReference
-
- ramBytesUsed() - 类 中的方法org.elasticsearch.common.bytes.PagedBytesReference
-
- ramBytesUsed() - 类 中的方法org.elasticsearch.common.io.stream.BytesStreamOutput
-
Returns the number of bytes used by the underlying
ByteArray
- ramBytesUsed() - 类 中的方法org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsIndexFieldData
-
- ramBytesUsed() - 类 中的方法org.elasticsearch.index.fielddata.ordinals.MultiOrdinals
-
- ramBytesUsed() - 类 中的方法org.elasticsearch.index.fielddata.ordinals.Ordinals
-
The memory size this ordinals take.
- ramBytesUsed() - 类 中的方法org.elasticsearch.index.fielddata.ordinals.SinglePackedOrdinals
-
- ramBytesUsed() - 类 中的方法org.elasticsearch.index.fielddata.plain.BinaryDVAtomicFieldData
-
- ramBytesUsed() - 类 中的方法org.elasticsearch.index.fielddata.plain.PagedBytesAtomicFieldData
-
- ramBytesUsed() - 类 中的方法org.elasticsearch.index.fielddata.plain.SortedSetDVBytesAtomicFieldData
-
- ramTree - 类 中的变量org.elasticsearch.index.engine.Segment
-
- RANDOM_SHARD - 类 中的静态变量org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
-
- randomAllActiveShardsIt() - 类 中的方法org.elasticsearch.cluster.routing.IndexRoutingTable
-
Returns an unordered iterator over all active shards (including replicas).
- randomBase64UUID(Random) - 类 中的静态方法org.elasticsearch.common.UUIDs
-
Returns a Base64 encoded version of a Version 4.0 compatible UUID as defined here: http://www.ietf.org/rfc/rfc4122.txt, using the
provided Random instance
- randomBase64UUID() - 类 中的静态方法org.elasticsearch.common.UUIDs
-
Returns a Base64 encoded version of a Version 4.0 compatible UUID as defined here: http://www.ietf.org/rfc/rfc4122.txt, using a
private SecureRandom instance
- randomFunction() - 类 中的静态方法org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
-
- Randomness - org.elasticsearch.common中的类
-
Provides factory methods for producing reproducible sources of
randomness.
- RandomScoreFunction - org.elasticsearch.common.lucene.search.function中的类
-
- RandomScoreFunction(int, int, IndexFieldData<?>) - 类 的构造器org.elasticsearch.common.lucene.search.function.RandomScoreFunction
-
Creates a RandomScoreFunction.
- RandomScoreFunctionBuilder - org.elasticsearch.index.query.functionscore中的类
-
A function that computes a random score for the matched documents
- RandomScoreFunctionBuilder() - 类 的构造器org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
-
- RandomScoreFunctionBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
-
Read from a stream.
- range(String) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
Range aggregation with the given name.
- Range(String, BytesRef, BytesRef) - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.BinaryRangeAggregator.Range
-
- range() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.GeoDistanceAggregationBuilder
-
- Range(String, Double, Double) - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.GeoDistanceAggregationBuilder.Range
-
- Range(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.GeoDistanceAggregationBuilder.Range
-
Read from a stream.
- Range - org.elasticsearch.search.aggregations.bucket.range中的接口
-
A range aggregation.
- Range(String, Double, Double) - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
-
- Range(String, String, String) - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
-
- Range(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
-
Read from a stream.
- Range(String, Double, String, Double, String) - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
-
- Range.Bucket - org.elasticsearch.search.aggregations.bucket.range中的接口
-
A bucket associated with a specific range
- RangeAggregationBuilder - org.elasticsearch.search.aggregations.bucket.range中的类
-
- RangeAggregationBuilder(String) - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder
-
- RangeAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder
-
Read from a stream.
- RangeAggregator - org.elasticsearch.search.aggregations.bucket.range中的类
-
- RangeAggregator(String, AggregatorFactories, ValuesSource.Numeric, DocValueFormat, InternalRange.Factory, RangeAggregator.Range[], boolean, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.RangeAggregator
-
- RangeAggregator.Range - org.elasticsearch.search.aggregations.bucket.range中的类
-
- RangeAggregator.Unmapped<R extends RangeAggregator.Range> - org.elasticsearch.search.aggregations.bucket.range中的类
-
- RangeAggregatorFactory - org.elasticsearch.search.aggregations.bucket.range中的类
-
- RangeAggregatorFactory(String, ValuesSourceConfig<ValuesSource.Numeric>, RangeAggregator.Range[], boolean, InternalRange.Factory<?, ?>, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.range.RangeAggregatorFactory
-
- rangeFactory - 类 中的变量org.elasticsearch.search.aggregations.bucket.range.AbstractRangeBuilder
-
- rangeQuery(Object, Object, boolean, boolean, QueryShardContext) - 类 中的方法org.elasticsearch.index.mapper.BooleanFieldMapper.BooleanFieldType
-
- rangeQuery(Object, Object, boolean, boolean, ShapeRelation, DateTimeZone, DateMathParser, QueryShardContext) - 类 中的方法org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
-
- rangeQuery(Object, Object, boolean, boolean, QueryShardContext) - 类 中的方法org.elasticsearch.index.mapper.IpFieldMapper.IpFieldType
-
- rangeQuery(Object, Object, boolean, boolean, ShapeRelation, DateTimeZone, DateMathParser, QueryShardContext) - 类 中的方法org.elasticsearch.index.mapper.MappedFieldType
-
Factory method for range queries.
- rangeQuery(Object, Object, boolean, boolean, QueryShardContext) - 类 中的方法org.elasticsearch.index.mapper.NumberFieldMapper.NumberFieldType
-
- rangeQuery(String, Object, Object, boolean, boolean, boolean) - 枚举 中的方法org.elasticsearch.index.mapper.NumberFieldMapper.NumberType
-
- rangeQuery(Object, Object, boolean, boolean, ShapeRelation, DateTimeZone, DateMathParser, QueryShardContext) - 类 中的方法org.elasticsearch.index.mapper.SimpleMappedFieldType
-
- rangeQuery(Object, Object, boolean, boolean, QueryShardContext) - 类 中的方法org.elasticsearch.index.mapper.SimpleMappedFieldType
-
- rangeQuery(Object, Object, boolean, boolean, QueryShardContext) - 类 中的方法org.elasticsearch.index.mapper.StringFieldType
-
- rangeQuery(String) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A Query that matches documents within an range of terms.
- RangeQueryBuilder - org.elasticsearch.index.query中的类
-
A Query that matches documents within an range of terms.
- RangeQueryBuilder(String) - 类 的构造器org.elasticsearch.index.query.RangeQueryBuilder
-
A Query that matches documents within an range of terms.
- RangeQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.RangeQueryBuilder
-
Read from a stream.
- ranges - 类 中的变量org.elasticsearch.search.aggregations.bucket.range.AbstractRangeBuilder
-
- ranges() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.AbstractRangeBuilder
-
- RANGES_FIELD - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.range.RangeAggregator
-
- rank(long) - 类 中的方法org.elasticsearch.node.ResponseCollectorService.ComputedNodeStats
-
- rateLimiter() - 类 中的方法org.elasticsearch.indices.recovery.RecoverySettings
-
- RateLimitingInputStream - org.elasticsearch.index.snapshots.blobstore中的类
-
Rate limiting wrapper for InputStream
- RateLimitingInputStream(InputStream, RateLimiter, RateLimitingInputStream.Listener) - 类 的构造器org.elasticsearch.index.snapshots.blobstore.RateLimitingInputStream
-
- RateLimitingInputStream.Listener - org.elasticsearch.index.snapshots.blobstore中的接口
-
- RatioValue - org.elasticsearch.common.unit中的类
-
Utility class to represent ratio and percentage values between 0 and 100
- RatioValue(double) - 类 的构造器org.elasticsearch.common.unit.RatioValue
-
- RAW - 接口 中的静态变量org.elasticsearch.search.DocValueFormat
-
- rawField(String, InputStream) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- rawField(String, InputStream, XContentType) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
Writes a raw field with the value taken from the bytes in the stream
- rawField(String, BytesReference) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- rawField(String, BytesReference, XContentType) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
Writes a raw field with the given bytes as the value
- rawPath() - 类 中的方法org.elasticsearch.rest.RestRequest
-
The non decoded, raw path provided.
- RawTaskStatus - org.elasticsearch.tasks中的类
-
Raw, unparsed status from the task results index.
- RawTaskStatus(BytesReference) - 类 的构造器org.elasticsearch.tasks.RawTaskStatus
-
- RawTaskStatus(StreamInput) - 类 的构造器org.elasticsearch.tasks.RawTaskStatus
-
Read from a stream.
- rawValue(BytesReference) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- rawValue(BytesReference, XContentType) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
Writes a value with the source coming directly from the bytes
- read(StreamInput) - 类 中的静态方法org.elasticsearch.action.admin.indices.alias.Alias
-
Allows to read an alias from the provided input stream
- read(StreamInput, K) - 类 中的方法org.elasticsearch.cluster.DiffableUtils.DiffableValueReader
-
- read(StreamInput, K) - 类 中的方法org.elasticsearch.cluster.DiffableUtils.StringSetValueSerializer
-
- read(StreamInput, K) - 接口 中的方法org.elasticsearch.cluster.DiffableUtils.ValueSerializer
-
Reads value from stream.
- read(StreamInput, String) - 类 中的方法org.elasticsearch.cluster.NamedDiffableValueSerializer
-
- read() - 类 中的方法org.elasticsearch.common.io.FastCharArrayReader
-
Reads a single character.
- read(char[], int, int) - 类 中的方法org.elasticsearch.common.io.FastCharArrayReader
-
Reads characters into a portion of an array.
- read() - 类 中的方法org.elasticsearch.common.io.FastStringReader
-
Reads a single character.
- read(char[], int, int) - 类 中的方法org.elasticsearch.common.io.FastStringReader
-
Reads characters into a portion of an array.
- read() - 类 中的方法org.elasticsearch.common.io.stream.ByteBufferStreamInput
-
- read(byte[], int, int) - 类 中的方法org.elasticsearch.common.io.stream.ByteBufferStreamInput
-
- read() - 类 中的方法org.elasticsearch.common.io.stream.FilterStreamInput
-
- read() - 类 中的方法org.elasticsearch.common.io.stream.InputStreamStreamInput
-
- read(byte[]) - 类 中的方法org.elasticsearch.common.io.stream.InputStreamStreamInput
-
- read(byte[], int, int) - 类 中的方法org.elasticsearch.common.io.stream.InputStreamStreamInput
-
- read(StreamInput) - 接口 中的方法org.elasticsearch.common.io.stream.Writeable.Reader
-
Read V-type value from a stream.
- read(byte[], int, int) - 类 中的方法org.elasticsearch.common.lucene.store.InputStreamIndexInput
-
- read() - 类 中的方法org.elasticsearch.common.lucene.store.InputStreamIndexInput
-
- read(StreamInput) - 类 中的静态方法org.elasticsearch.common.rounding.Rounding.Streams
-
- read(NamedXContentRegistry, Path) - 类 中的方法org.elasticsearch.gateway.MetaDataStateFormat
-
Reads the state from a given file and compares the expected version against the actual version of
the state.
- read() - 类 中的方法org.elasticsearch.index.snapshots.blobstore.RateLimitingInputStream
-
- read(byte[], int, int) - 类 中的方法org.elasticsearch.index.snapshots.blobstore.RateLimitingInputStream
-
- read() - 类 中的方法org.elasticsearch.index.snapshots.blobstore.SlicedInputStream
-
- read(byte[], int, int) - 类 中的方法org.elasticsearch.index.snapshots.blobstore.SlicedInputStream
-
- read(BufferedChecksumStreamInput) - 类 中的方法org.elasticsearch.index.translog.BaseTranslogReader
-
- read() - 类 中的方法org.elasticsearch.index.translog.BufferedChecksumStreamInput
-
- read(BlobContainer, String) - 类 中的方法org.elasticsearch.repositories.blobstore.BlobStoreFormat
-
Reads and parses the blob with given name, applying name translation using the {link #blobName} method
- read(BytesReference) - 类 中的方法org.elasticsearch.repositories.blobstore.BlobStoreFormat
-
- read(StreamInput, long, long, DocValueFormat) - 接口 中的方法org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket.Reader
-
- read(StreamInput, DocValueFormat, boolean) - 接口 中的方法org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket.Reader
-
- read(StreamInput) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestState
-
- READ_WRITE - 枚举 中的静态变量org.elasticsearch.cluster.block.ClusterBlockLevel
-
- readAcknowledged(StreamInput) - 类 中的方法org.elasticsearch.action.support.master.AcknowledgedResponse
-
Reads the timeout value
- readAggregatedDfs(StreamInput) - 类 中的静态方法org.elasticsearch.search.dfs.AggregatedDfs
-
- readAggregations(StreamInput) - 类 中的静态方法org.elasticsearch.search.aggregations.InternalAggregations
-
- readAllLines(InputStream) - 类 中的静态方法org.elasticsearch.common.io.Streams
-
- readAllLines(InputStream, Consumer<String>) - 类 中的静态方法org.elasticsearch.common.io.Streams
-
- readAllowed() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- readAnalyzeToken(StreamInput) - 类 中的静态方法org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
-
- readAnalyzeTokenList(StreamInput) - 类 中的静态方法org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.AnalyzeTokenList
-
- readArray(Writeable.Reader<T>, IntFunction<T[]>) - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
Reads an array from the stream using the specified
Writeable.Reader to read array elements
from the stream.
- readBlob(String) - 接口 中的方法org.elasticsearch.common.blobstore.BlobContainer
-
Creates a new InputStream for the given blob name.
- readBlob(String) - 类 中的方法org.elasticsearch.common.blobstore.fs.FsBlobContainer
-
- readBlob(BlobContainer, String) - 类 中的方法org.elasticsearch.repositories.blobstore.BlobStoreFormat
-
Reads and parses the blob with given blob name.
- readBlob(BlobContainer, String) - 类 中的方法org.elasticsearch.repositories.blobstore.ChecksumBlobStoreFormat
-
- readBoolean() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
Reads a boolean.
- readBooleanProperty(String, String, Map<String, Object>, String, boolean) - 类 中的静态方法org.elasticsearch.ingest.ConfigurationUtils
-
- readBoundTransportAddress(StreamInput) - 类 中的静态方法org.elasticsearch.common.transport.BoundTransportAddress
-
- readBuild(StreamInput) - 类 中的静态方法org.elasticsearch.Build
-
- readBulkItem(StreamInput) - 类 中的静态方法org.elasticsearch.action.bulk.BulkItemRequest
-
- readBulkItem(StreamInput) - 类 中的静态方法org.elasticsearch.action.bulk.BulkItemResponse
-
- readByte() - 类 中的方法org.elasticsearch.common.io.stream.ByteBufferStreamInput
-
- readByte() - 类 中的方法org.elasticsearch.common.io.stream.FilterStreamInput
-
- readByte() - 类 中的方法org.elasticsearch.common.io.stream.InputStreamStreamInput
-
- readByte() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
Reads and returns a single byte.
- readByte() - 类 中的方法org.elasticsearch.common.lucene.store.ByteArrayIndexInput
-
- readByte() - 类 中的方法org.elasticsearch.index.translog.BufferedChecksumStreamInput
-
- readByteArray() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readBytes(byte[], int, int) - 类 中的方法org.elasticsearch.common.io.stream.ByteBufferStreamInput
-
- readBytes(byte[], int, int) - 类 中的方法org.elasticsearch.common.io.stream.FilterStreamInput
-
- readBytes(byte[], int, int) - 类 中的方法org.elasticsearch.common.io.stream.InputStreamStreamInput
-
- readBytes(byte[], int, int) - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
Reads a specified number of bytes into an array at the specified offset.
- readBytes(byte[], int, int) - 类 中的方法org.elasticsearch.common.lucene.store.ByteArrayIndexInput
-
- readBytes(ByteBuffer, long) - 类 中的方法org.elasticsearch.index.translog.BaseTranslogReader
-
reads bytes at position into the given buffer, filling it.
- readBytes(byte[], int, int) - 类 中的方法org.elasticsearch.index.translog.BufferedChecksumStreamInput
-
- readBytes(ByteBuffer, long) - 类 中的方法org.elasticsearch.index.translog.TranslogReader
-
reads an operation at the given position into the given buffer.
- readBytes(ByteBuffer, long) - 类 中的方法org.elasticsearch.index.translog.TranslogWriter
-
- readBytesRef() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readBytesRef(int) - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readBytesReference() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
Reads a bytes reference from this stream, might hold an actual reference to the underlying
bytes of the stream.
- readBytesReference(int) - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
Reads a bytes reference from this stream, might hold an actual reference to the underlying
bytes of the stream.
- readCharFilteredText(StreamInput) - 类 中的静态方法org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.CharFilteredText
-
- readClusterBlock(StreamInput) - 类 中的静态方法org.elasticsearch.cluster.block.ClusterBlock
-
- readCompressedString(StreamInput) - 类 中的静态方法org.elasticsearch.common.compress.CompressedXContent
-
- readDiff(StreamInput, K) - 类 中的方法org.elasticsearch.cluster.DiffableUtils.DiffableValueReader
-
- readDiff(StreamInput, K) - 类 中的方法org.elasticsearch.cluster.DiffableUtils.NonDiffableValueSerializer
-
- readDiff(StreamInput, K) - 接口 中的方法org.elasticsearch.cluster.DiffableUtils.ValueSerializer
-
Reads value as diff from stream if this serializer supports diffable values.
- readDiff(StreamInput, String) - 类 中的方法org.elasticsearch.cluster.NamedDiffableValueSerializer
-
- readDiffFrom(Writeable.Reader<T>, StreamInput) - 类 中的静态方法org.elasticsearch.cluster.AbstractDiffable
-
- readDiffFrom(Class<? extends T>, String, StreamInput) - 类 中的静态方法org.elasticsearch.cluster.AbstractNamedDiffable
-
- readDiffFrom(StreamInput) - 类 中的静态方法org.elasticsearch.cluster.block.ClusterBlocks
-
- readDiffFrom(StreamInput, DiscoveryNode) - 类 中的静态方法org.elasticsearch.cluster.ClusterState
-
- readDiffFrom(StreamInput) - 类 中的静态方法org.elasticsearch.cluster.metadata.AliasMetaData
-
- readDiffFrom(StreamInput) - 类 中的静态方法org.elasticsearch.cluster.metadata.IndexGraveyard
-
- readDiffFrom(StreamInput) - 接口 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.Custom
-
已过时。
Reads the
Diff from StreamInput
- readDiffFrom(StreamInput) - 类 中的静态方法org.elasticsearch.cluster.metadata.IndexMetaData
-
- readDiffFrom(StreamInput) - 类 中的静态方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- readDiffFrom(StreamInput) - 类 中的静态方法org.elasticsearch.cluster.metadata.MappingMetaData
-
- readDiffFrom(StreamInput) - 类 中的静态方法org.elasticsearch.cluster.metadata.MetaData
-
- readDiffFrom(StreamInput) - 类 中的静态方法org.elasticsearch.cluster.metadata.RepositoriesMetaData
-
- readDiffFrom(StreamInput, DiscoveryNode) - 类 中的静态方法org.elasticsearch.cluster.node.DiscoveryNodes
-
- readDiffFrom(StreamInput) - 类 中的静态方法org.elasticsearch.cluster.RestoreInProgress
-
- readDiffFrom(StreamInput) - 类 中的静态方法org.elasticsearch.cluster.routing.IndexRoutingTable
-
- readDiffFrom(StreamInput) - 类 中的静态方法org.elasticsearch.cluster.routing.RoutingTable
-
- readDiffFrom(StreamInput) - 类 中的静态方法org.elasticsearch.cluster.SnapshotDeletionsInProgress
-
- readDiffFrom(StreamInput) - 类 中的静态方法org.elasticsearch.cluster.SnapshotsInProgress
-
- readDiffFrom(StreamInput) - 类 中的静态方法org.elasticsearch.ingest.IngestMetadata
-
- readDiffFrom(StreamInput) - 类 中的静态方法org.elasticsearch.ingest.PipelineConfiguration
-
- readDiffFrom(StreamInput) - 类 中的静态方法org.elasticsearch.script.ScriptMetaData
-
- readDiffFrom(StreamInput) - 类 中的静态方法org.elasticsearch.script.StoredScriptSource
-
Required for ScriptMetaData.ScriptMetadataDiff.
- readDocumentField(StreamInput) - 类 中的静态方法org.elasticsearch.common.document.DocumentField
-
- readDocumentRequest(StreamInput) - 接口 中的静态方法org.elasticsearch.action.DocWriteRequest
-
read a document write (index/delete/update) request
- readDouble() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readDoubleArray() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readDoubleLE(byte[], int) - 枚举 中的静态方法org.elasticsearch.common.util.ByteUtils
-
Read a double in little-endian format.
- readEmptyResultFrom(StreamInput) - 类 中的静态方法org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.EmptyResult
-
- readEnum(Class<E>) - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
Reads an enum with type E that was serialized based on the value of it's ordinal
- reader - 类 中的变量org.elasticsearch.common.io.stream.NamedWriteableRegistry.Entry
-
A reader capability of reading
- reader() - 类 中的方法org.elasticsearch.index.engine.Engine.Searcher
-
- reader - 类 中的变量org.elasticsearch.repositories.blobstore.BlobStoreFormat
-
- reader() - 类 中的方法org.elasticsearch.search.fetch.FetchSubPhase.HitContext
-
- reader - 类 中的变量org.elasticsearch.search.suggest.phrase.WordScorer
-
- readerContext() - 类 中的方法org.elasticsearch.search.fetch.FetchSubPhase.HitContext
-
- readerKey - 类 中的变量org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache.Key
-
- readerValue() - 类 中的方法org.elasticsearch.index.mapper.CustomDocValuesField
-
- readException() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readException(StreamInput, int) - 异常错误 中的静态方法org.elasticsearch.ElasticsearchException
-
- readExplanation(StreamInput) - 类 中的静态方法org.elasticsearch.common.lucene.Lucene
-
- readFailure(StreamInput) - 类 中的静态方法org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.Failure
-
- readFailure(StreamInput) - 类 中的静态方法org.elasticsearch.action.get.MultiGetResponse.Failure
-
- readFailure(StreamInput) - 类 中的静态方法org.elasticsearch.action.termvectors.MultiTermVectorsResponse.Failure
-
- readFetchSearchResult(StreamInput) - 类 中的静态方法org.elasticsearch.search.fetch.FetchSearchResult
-
- readFieldDoc(StreamInput) - 类 中的静态方法org.elasticsearch.common.lucene.Lucene
-
- readFieldStats(StreamInput) - 类 中的静态方法org.elasticsearch.search.dfs.DfsSearchResult
-
- readFieldStats(StreamInput, ObjectObjectHashMap<String, CollectionStatistics>) - 类 中的静态方法org.elasticsearch.search.dfs.DfsSearchResult
-
- readFile(StreamInput) - 类 中的静态方法org.elasticsearch.indices.recovery.RecoveryState.File
-
- readFloat() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readFloatArray() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readFloatLE(byte[], int) - 枚举 中的静态方法org.elasticsearch.common.util.ByteUtils
-
Read a float in little-endian format.
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.ActionRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.ActionResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.node.hotthreads.NodeHotThreads
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.node.hotthreads.TransportNodesHotThreadsAction.NodeRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodeInfo
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.TransportNodesInfoAction.NodeInfoRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.node.liveness.LivenessResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction.NodeStatsRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.node.usage.NodesUsageRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.node.usage.NodeUsage
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.node.usage.TransportNodesUsageAction.NodeUsageRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.remote.RemoteInfoResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsGroup
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStatus
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStats
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.NodeRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.NodeSnapshotStatus
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.Request
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.state.ClusterStateResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodeResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.stats.TransportClusterStatsAction.ClusterStatsNodeRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.alias.Alias
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.alias.exists.AliasesExistResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.alias.get.GetAliasesResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.AnalyzeTokenList
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.CharFilteredText
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.close.CloseIndexRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.close.CloseIndexResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.delete.DeleteIndexResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.exists.types.TypesExistsResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.flush.FlushRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.flush.ShardFlushRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.flush.SyncedFlushResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.get.GetIndexRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.get.GetIndexResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsIndexRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetMappingsResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.PutMappingResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.open.OpenIndexRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.open.OpenIndexResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.recovery.RecoveryRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.recovery.RecoveryResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.segments.IndicesSegmentResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.segments.IndicesSegmentsRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.segments.ShardSegments
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.settings.get.GetSettingsRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.settings.get.GetSettingsResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.shards.IndicesShardStoresRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.Failure
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.shrink.ResizeRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndexShardStats
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.stats.ShardStats
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.get.ShardUpgradeStatus
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.post.ShardUpgradeRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.post.UpgradeRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.post.UpgradeResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.ShardValidateQueryRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.ValidateQueryResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.bulk.BulkItemRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.bulk.BulkItemResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.bulk.BulkRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.bulk.BulkResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.bulk.BulkShardRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.bulk.BulkShardResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.delete.DeleteRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.DocWriteResponse
-
- readFrom(StreamInput) - 枚举 中的静态方法org.elasticsearch.action.DocWriteResponse.Result
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.explain.ExplainRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.explain.ExplainResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.fieldcaps.FieldCapabilitiesIndexRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.fieldcaps.FieldCapabilitiesIndexResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.fieldcaps.FieldCapabilitiesResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.get.GetRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.get.GetResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.get.MultiGetItemResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.get.MultiGetRequest.Item
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.get.MultiGetRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.get.MultiGetResponse.Failure
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.get.MultiGetResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.get.MultiGetShardRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.get.MultiGetShardResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.ingest.DeletePipelineRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.ingest.GetPipelineRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.ingest.GetPipelineResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.ingest.PutPipelineRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.ingest.SimulatePipelineRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.ingest.SimulatePipelineResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.ingest.WritePipelineResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.main.MainResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.resync.ResyncReplicationRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.search.ClearScrollRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.search.ClearScrollResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.search.MultiSearchRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.search.MultiSearchResponse.Item
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.search.MultiSearchResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.search.SearchResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.search.SearchScrollRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.search.SearchTransportService.CanMatchResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.search.SearchTransportService.SearchFreeContextResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.search.ShardSearchFailure
-
- readFrom(StreamInput) - 类 中的静态方法org.elasticsearch.action.support.ActiveShardCount
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.support.broadcast.BroadcastRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.support.broadcast.BroadcastResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.support.broadcast.BroadcastShardRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.support.broadcast.BroadcastShardResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.EmptyResult
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.NodeRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.support.DefaultShardOperationFailedException
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.support.master.AcknowledgedRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.support.master.info.ClusterInfoRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.support.master.MasterNodeReadRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.support.master.MasterNodeRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.support.nodes.BaseNodeRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.support.nodes.BaseNodeResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.support.nodes.BaseNodesRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.support.nodes.BaseNodesResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.support.replication.ReplicatedWriteRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.support.replication.ReplicationRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.support.replication.ReplicationResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo.Failure
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction.ConcreteReplicaRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction.ConcreteShardRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction.ReplicaResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.support.single.shard.SingleShardRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.support.tasks.BaseTasksRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.support.tasks.BaseTasksResponse
-
- readFrom(StreamInput) - 枚举 中的静态方法org.elasticsearch.action.support.WriteRequest.RefreshPolicy
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsItemResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsResponse.Failure
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsShardRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsShardResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest.FilterSettings
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.action.update.UpdateResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.cluster.action.index.NodeMappingRefreshAction.NodeMappingRefreshRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.cluster.action.shard.ShardStateAction.ShardEntry
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.cluster.block.ClusterBlock
-
- readFrom(StreamInput, DiscoveryNode) - 类 中的静态方法org.elasticsearch.cluster.ClusterState
-
- readFrom(StreamInput) - 枚举 中的静态方法org.elasticsearch.cluster.health.ClusterHealthStatus
-
Read from a stream.
- readFrom(StreamInput) - 接口 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.Custom
-
已过时。
Reads an object of this type from the provided
StreamInput.
- readFrom(StreamInput) - 类 中的静态方法org.elasticsearch.cluster.metadata.IndexMetaData
-
- readFrom(StreamInput) - 类 中的静态方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- readFrom(StreamInput) - 类 中的静态方法org.elasticsearch.cluster.metadata.MetaData
-
- readFrom(StreamInput, DiscoveryNode) - 类 中的静态方法org.elasticsearch.cluster.node.DiscoveryNodes
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.cluster.RestoreInProgress.ShardRestoreStatus
-
Reads restore status from stream input
- readFrom(StreamInput) - 枚举 中的静态方法org.elasticsearch.cluster.routing.allocation.AllocationDecision
-
- readFrom(StreamInput) - 类 中的静态方法org.elasticsearch.cluster.routing.allocation.command.AllocationCommands
-
- readFrom(StreamInput) - 类 中的静态方法org.elasticsearch.cluster.routing.allocation.decider.Decision
-
- readFrom(StreamInput) - 枚举 中的静态方法org.elasticsearch.cluster.routing.allocation.decider.Decision.Type
-
- readFrom(StreamInput) - 类 中的静态方法org.elasticsearch.cluster.routing.allocation.RerouteExplanation
-
- readFrom(StreamInput) - 类 中的静态方法org.elasticsearch.cluster.routing.allocation.RoutingExplanations
-
Read in a RoutingExplanations object
- readFrom(StreamInput) - 类 中的静态方法org.elasticsearch.cluster.routing.IndexRoutingTable
-
- readFrom(StreamInput) - 类 中的静态方法org.elasticsearch.cluster.routing.IndexShardRoutingTable.Builder
-
- readFrom(StreamInput) - 类 中的静态方法org.elasticsearch.cluster.routing.RecoverySource
-
- readFrom(StreamInput) - 类 中的静态方法org.elasticsearch.cluster.routing.RoutingTable
-
- readFrom(StreamInput) - 枚举 中的静态方法org.elasticsearch.cluster.routing.UnassignedInfo.AllocationStatus
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.cluster.routing.UnassignedInfo
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.cluster.service.PendingClusterTask
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.common.document.DocumentField
-
- readFrom(StreamInput) - 枚举 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilder.Orientation
-
- readFrom(StreamInput) - 接口 中的方法org.elasticsearch.common.io.stream.Streamable
-
- readFrom(StreamInput) - 枚举 中的静态方法org.elasticsearch.common.Priority
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.common.transport.BoundTransportAddress
-
- readFrom(StreamInput) - 枚举 中的静态方法org.elasticsearch.common.unit.ByteSizeUnit
-
- readFrom(StreamInput) - 枚举 中的静态方法org.elasticsearch.common.xcontent.XContentType
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.discovery.zen.MasterFaultDetection.MasterPingRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.discovery.zen.MembershipAction.JoinRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.discovery.zen.MembershipAction.LeaveRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.discovery.zen.NodesFaultDetection.PingRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.discovery.zen.PublishClusterStateAction.CommitClusterStateRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.discovery.zen.UnicastZenPing.UnicastPingRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.discovery.zen.ZenDiscovery.RejoinClusterRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.discovery.zen.ZenPing.PingResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.gateway.LocalAllocateDangledIndices.AllocateDangledRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.gateway.LocalAllocateDangledIndices.AllocateDangledResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.gateway.TransportNodesListGatewayMetaState.NodeGatewayMetaState
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.gateway.TransportNodesListGatewayMetaState.NodeRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.gateway.TransportNodesListGatewayMetaState.Request
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodeGatewayStartedShards
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodeRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.Request
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.index.cache.query.QueryCacheStats
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.index.cache.request.RequestCacheStats
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.index.engine.CommitStats
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.index.engine.Segment
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.index.fielddata.FieldDataStats
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.index.flush.FlushStats
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.index.get.GetResult
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.index.get.GetStats
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.index.merge.MergeStats
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.index.recovery.RecoveryStats
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.index.refresh.RefreshStats
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.index.reindex.ReindexRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.index.reindex.UpdateByQueryRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.index.search.stats.SearchStats
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.index.search.stats.SearchStats.Stats
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.index.shard.DocsStats
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.index.shard.IndexingStats
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.index.shard.IndexingStats.Stats
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.index.shard.ShardId
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.index.store.StoreStats
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.index.translog.TranslogStats
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.index.warmer.WarmerStats
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.indices.flush.ShardsSyncedFlushResult
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.indices.flush.SyncedFlushService.InFlightOpsRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.indices.flush.SyncedFlushService.PreShardSyncedFlushRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.indices.NodeIndicesStats
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryCleanFilesRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryFileChunkRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryFilesInfoRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryFinalizeRecoveryRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryPrepareForTranslogOperationsRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.File
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Index
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Timer
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Translog
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.VerifyIndex
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryTranslogOperationsRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryTranslogOperationsResponse
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryWaitForClusterStateRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.indices.recovery.StartRecoveryRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.NodeRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.NodeStoreFilesMetaData
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.Request
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.StoreFilesMetaData
-
- readFrom(StreamInput) - 类 中的静态方法org.elasticsearch.ingest.PipelineConfiguration
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.repositories.VerificationFailure
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.repositories.VerifyNodeRepositoryAction.VerifyNodeRepositoryRequest
-
- readFrom(StreamInput) - 枚举 中的静态方法org.elasticsearch.rest.RestStatus
-
- readFrom(StreamInput) - 枚举 中的静态方法org.elasticsearch.script.ScriptType
-
Reads an int from the input stream and converts it to a
ScriptType.
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.search.aggregations.InternalAggregations
-
- readFrom(StreamInput, BigArrays) - 类 中的静态方法org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
-
- readFrom(StreamInput) - 枚举 中的静态方法org.elasticsearch.search.aggregations.pipeline.BucketHelpers.GapPolicy
-
Deserialize the GapPolicy from the input stream
- readFrom(StreamInput) - 枚举 中的静态方法org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.SeasonalityType
-
Deserialize the SeasonalityType from the input stream
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.search.dfs.AggregatedDfs
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.search.dfs.DfsSearchResult
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.search.fetch.FetchSearchResult
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.search.fetch.QueryFetchSearchResult
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.search.fetch.ScrollQueryFetchSearchResult
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.search.fetch.ShardFetchRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.search.fetch.ShardFetchSearchRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.HighlightField
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.search.internal.InternalScrollSearchRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.search.internal.ShardSearchTransportRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.search.query.QuerySearchRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.search.query.QuerySearchResult
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.search.query.ScrollQuerySearchResult
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.search.SearchHit
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.search.SearchHits
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionStats
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestion
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestion.Entry
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.search.suggest.Suggest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestion.Entry.Option
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.snapshots.RestoreInfo
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.snapshots.SnapshotShardFailure
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.snapshots.SnapshotShardsService.UpdateIndexShardSnapshotStatusRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.transport.BytesTransportRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.transport.TransportMessage
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.transport.TransportRequest
-
- readFrom(StreamInput) - 类 中的方法org.elasticsearch.transport.TransportService.HandshakeResponse
-
- readFromFileChannel(FileChannel, long, int) - 类 中的静态方法org.elasticsearch.common.io.Channels
-
read length bytes from position of a file channel
- readFromFileChannel(FileChannel, long, byte[], int, int) - 类 中的静态方法org.elasticsearch.common.io.Channels
-
read length bytes from position of a file channel.
- readFromFileChannel(FileChannel, long, ByteBuffer) - 类 中的静态方法org.elasticsearch.common.io.Channels
-
read from a file channel into a byte buffer, starting at a certain position.
- readFromFileChannelWithEofException(FileChannel, long, byte[], int, int) - 类 中的静态方法org.elasticsearch.common.io.Channels
-
read length bytes from position of a file channel.
- readFromFileChannelWithEofException(FileChannel, long, ByteBuffer) - 类 中的静态方法org.elasticsearch.common.io.Channels
-
read from a file channel into a byte buffer, starting at a certain position.
- readFromProperties(Path) - 类 中的静态方法org.elasticsearch.plugins.PluginInfo
-
Reads and validates the plugin descriptor file.
- readFromStream(StreamInput) - 类 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilder
-
- readFromStream(StreamInput) - 枚举 中的静态方法org.elasticsearch.common.geo.GeoDistance
-
Creates a GeoDistance instance from an input stream
- readFromStream(StreamInput) - 枚举 中的静态方法org.elasticsearch.common.geo.ShapeRelation
-
- readFromStream(StreamInput) - 枚举 中的静态方法org.elasticsearch.common.geo.SpatialStrategy
-
- readFromStream(StreamInput) - 枚举 中的静态方法org.elasticsearch.common.lucene.search.function.CombineFunction
-
- readFromStream(StreamInput) - 枚举 中的静态方法org.elasticsearch.common.lucene.search.function.FieldValueFactorFunction.Modifier
-
- readFromStream(StreamInput) - 枚举 中的静态方法org.elasticsearch.common.lucene.search.function.FunctionScoreQuery.ScoreMode
-
- readFromStream(StreamInput) - 枚举 中的静态方法org.elasticsearch.common.unit.DistanceUnit
-
- readFromStream(StreamInput) - 枚举 中的静态方法org.elasticsearch.index.query.GeoExecType
-
- readFromStream(StreamInput) - 枚举 中的静态方法org.elasticsearch.index.query.GeoValidationMethod
-
- readFromStream(StreamInput) - 枚举 中的静态方法org.elasticsearch.index.query.MultiMatchQueryBuilder.Type
-
- readFromStream(StreamInput) - 枚举 中的静态方法org.elasticsearch.index.query.Operator
-
- readFromStream(StreamInput) - 枚举 中的静态方法org.elasticsearch.index.search.MatchQuery.Type
-
- readFromStream(StreamInput) - 枚举 中的静态方法org.elasticsearch.index.search.MatchQuery.ZeroTermsQuery
-
- readFromStream(StreamInput) - 枚举 中的静态方法org.elasticsearch.index.VersionType
-
- readFromStream(StreamInput) - 枚举 中的静态方法org.elasticsearch.search.aggregations.Aggregator.SubAggCollectionMode
-
- readFromStream(StreamInput) - 枚举 中的静态方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesMethod
-
- readFromStream(StreamInput) - 枚举 中的静态方法org.elasticsearch.search.aggregations.support.ValueType
-
- readFromStream(StreamInput) - 枚举 中的静态方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.BoundaryScannerType
-
- readFromStream(StreamInput) - 枚举 中的静态方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.Order
-
- readFromStream(StreamInput) - 枚举 中的静态方法org.elasticsearch.search.rescore.QueryRescoreMode
-
- readFromStream(StreamInput) - 枚举 中的静态方法org.elasticsearch.search.sort.SortMode
-
- readFromStream(StreamInput) - 枚举 中的静态方法org.elasticsearch.search.sort.SortOrder
-
- readFromStream(StreamInput) - 枚举 中的静态方法org.elasticsearch.search.suggest.SortBy
-
- readFromStream(StreamInput) - 枚举 中的静态方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder.StringDistanceImpl
-
- readFromStream(StreamInput) - 枚举 中的静态方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder.SuggestMode
-
- readFromStream(StreamInput) - 类 中的静态方法org.elasticsearch.tasks.TaskId
-
- readFromThin(StreamInput, Index) - 类 中的静态方法org.elasticsearch.cluster.routing.IndexShardRoutingTable.Builder
-
- readFromWithId(long, StreamInput) - 类 中的方法org.elasticsearch.search.query.QuerySearchResult
-
- readFully(byte[]) - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readFully(Reader, char[]) - 类 中的静态方法org.elasticsearch.common.io.Streams
-
- readFully(Reader, char[], int, int) - 类 中的静态方法org.elasticsearch.common.io.Streams
-
- readFully(InputStream, byte[]) - 类 中的静态方法org.elasticsearch.common.io.Streams
-
- readFully(InputStream, byte[], int, int) - 类 中的静态方法org.elasticsearch.common.io.Streams
-
- readGenericValue() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readGeoPoint() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readGetResult(StreamInput) - 类 中的静态方法org.elasticsearch.index.get.GetResult
-
- readGlobalCheckpoint(Path) - 类 中的静态方法org.elasticsearch.index.translog.Translog
-
Reads the sequence numbers global checkpoint from the translog checkpoint.
- readHeaders(StreamInput) - 类 中的方法org.elasticsearch.common.util.concurrent.ThreadContext
-
Reads the headers from the stream into the current context
- readHighlightField(StreamInput) - 类 中的静态方法org.elasticsearch.search.fetch.subphase.highlight.HighlightField
-
- readHistogramOrder(StreamInput, boolean) - 类 中的静态方法org.elasticsearch.search.aggregations.InternalOrder.Streams
-
- readImmutableOpenIntMapDiff(StreamInput, DiffableUtils.KeySerializer<Integer>, DiffableUtils.ValueSerializer<Integer, T>) - 类 中的静态方法org.elasticsearch.cluster.DiffableUtils
-
Loads an object that represents difference between two ImmutableOpenMaps
- readImmutableOpenIntMapDiff(StreamInput, DiffableUtils.KeySerializer<Integer>, Writeable.Reader<T>, Writeable.Reader<Diff<T>>) - 类 中的静态方法org.elasticsearch.cluster.DiffableUtils
-
Loads an object that represents difference between two ImmutableOpenIntMaps of Diffable objects using Diffable proto object
- readImmutableOpenMapDiff(StreamInput, DiffableUtils.KeySerializer<K>, DiffableUtils.ValueSerializer<K, T>) - 类 中的静态方法org.elasticsearch.cluster.DiffableUtils
-
Loads an object that represents difference between two ImmutableOpenMaps
- readImmutableOpenMapDiff(StreamInput, DiffableUtils.KeySerializer<K>, Writeable.Reader<T>, Writeable.Reader<Diff<T>>) - 类 中的静态方法org.elasticsearch.cluster.DiffableUtils
-
Loads an object that represents difference between two ImmutableOpenMaps of Diffable objects using Diffable proto object
- readIndexShardStats(StreamInput) - 类 中的静态方法org.elasticsearch.action.admin.indices.stats.IndexShardStats
-
- readIndicesOptions(StreamInput) - 类 中的静态方法org.elasticsearch.action.support.IndicesOptions
-
- readIndicesStats(StreamInput) - 类 中的静态方法org.elasticsearch.indices.NodeIndicesStats
-
- readInt() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
Reads four bytes and returns an int.
- readIntArray() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readIntLE(byte[], int) - 枚举 中的静态方法org.elasticsearch.common.util.ByteUtils
-
Read an int in little-endian format.
- readIntProperty(String, String, Map<String, Object>, String, Integer) - 类 中的静态方法org.elasticsearch.ingest.ConfigurationUtils
-
Returns and removes the specified property from the specified configuration map.
- readItem(StreamInput) - 类 中的静态方法org.elasticsearch.action.get.MultiGetRequest.Item
-
- readItem(StreamInput) - 类 中的静态方法org.elasticsearch.action.search.MultiSearchResponse.Item
-
- readItemResponse(StreamInput) - 类 中的静态方法org.elasticsearch.action.get.MultiGetItemResponse
-
- readItemResponse(StreamInput) - 类 中的静态方法org.elasticsearch.action.termvectors.MultiTermVectorsItemResponse
-
- readJdkMapDiff(StreamInput, DiffableUtils.KeySerializer<K>, DiffableUtils.ValueSerializer<K, T>) - 类 中的静态方法org.elasticsearch.cluster.DiffableUtils
-
Loads an object that represents difference between two Maps of Diffable objects
- readJdkMapDiff(StreamInput, DiffableUtils.KeySerializer<K>, Writeable.Reader<T>, Writeable.Reader<Diff<T>>) - 类 中的静态方法org.elasticsearch.cluster.DiffableUtils
-
Loads an object that represents difference between two Maps of Diffable objects using Diffable proto object
- readKey(StreamInput) - 接口 中的方法org.elasticsearch.cluster.DiffableUtils.KeySerializer
-
- readKilobytes() - 类 中的方法org.elasticsearch.monitor.fs.FsInfo.DeviceStats
-
- readLastCommittedSegmentInfos(ReferenceManager<IndexSearcher>, Store) - 类 中的静态方法org.elasticsearch.index.engine.Engine
-
Read the last segments info from the commit pointed to by the searcher manager
- readLastCommittedSegmentsInfo() - 类 中的方法org.elasticsearch.index.store.Store
-
Returns the last committed segments info for this store
- readList(Writeable.Reader<T>) - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
Reads a list of objects
- readList(String, String, Map<String, Object>, String) - 类 中的静态方法org.elasticsearch.ingest.ConfigurationUtils
-
Returns and removes the specified property of type list from the specified configuration map.
- readListShardStoreNodeOperationResponse(StreamInput) - 类 中的静态方法org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.NodeStoreFilesMetaData
-
- readLock - 类 中的变量org.elasticsearch.index.engine.Engine
-
- readLock - 类 中的变量org.elasticsearch.index.translog.Translog
-
- readLong() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
Reads eight bytes and returns a long.
- readLongArray() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readLongLE(byte[], int) - 枚举 中的静态方法org.elasticsearch.common.util.ByteUtils
-
Write a long in little-endian format.
- readMap(Writeable.Reader<K>, Writeable.Reader<V>) - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readMap() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readMap(String, String, Map<String, Object>, String) - 类 中的静态方法org.elasticsearch.ingest.ConfigurationUtils
-
Returns and removes the specified property of type map from the specified configuration map.
- readMapOfLists(Writeable.Reader<K>, Writeable.Reader<V>) - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
Read a Map of K-type keys to V-type Lists.
- readMetadataSnapshot(Path, ShardId, NodeEnvironment.ShardLocker, Logger) - 类 中的静态方法org.elasticsearch.index.store.Store
-
Reads a MetadataSnapshot from the given index locations or returns an empty snapshot if it can't be read.
- readMultiValueModeFrom(StreamInput) - 枚举 中的静态方法org.elasticsearch.search.MultiValueMode
-
- readNamedWriteable(Class<C>) - 类 中的方法org.elasticsearch.common.io.stream.NamedWriteableAwareStreamInput
-
- readNamedWriteable(Class<C>, String) - 类 中的方法org.elasticsearch.common.io.stream.NamedWriteableAwareStreamInput
-
- readNamedWriteable(Class<C>) - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
Reads a
NamedWriteable from the current stream, by first reading its name and then looking for
the corresponding entry in the registry by name, so that the proper object can be read and returned.
- readNamedWriteable(Class<C>, String) - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readNamedWriteableList(Class<T>) - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readNode(StreamInput) - 类 中的静态方法org.elasticsearch.repositories.VerificationFailure
-
- readNodeHotThreads(StreamInput) - 类 中的静态方法org.elasticsearch.action.admin.cluster.node.hotthreads.NodeHotThreads
-
- readNodeInfo(StreamInput) - 类 中的静态方法org.elasticsearch.action.admin.cluster.node.info.NodeInfo
-
- readNodeResponse(StreamInput) - 类 中的静态方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodeResponse
-
- readNodesFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsResponse
-
- readNodesFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse
-
- readNodesFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsResponse
-
- readNodesFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.node.usage.NodesUsageResponse
-
- readNodesFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.NodesSnapshotStatus
-
- readNodesFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
-
- readNodesFrom(StreamInput) - 类 中的方法org.elasticsearch.action.support.nodes.BaseNodesResponse
-
- readNodesFrom(StreamInput) - 类 中的方法org.elasticsearch.gateway.TransportNodesListGatewayMetaState.NodesGatewayMetaState
-
- readNodesFrom(StreamInput) - 类 中的方法org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodesGatewayStartedShards
-
- readNodesFrom(StreamInput) - 类 中的方法org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.NodesStoreFilesMetaData
-
- readNodeStats(StreamInput) - 类 中的静态方法org.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
- readNodeStats(StreamInput) - 类 中的静态方法org.elasticsearch.action.admin.cluster.node.usage.NodeUsage
-
- readObject(String, String, Map<String, Object>, String) - 类 中的静态方法org.elasticsearch.ingest.ConfigurationUtils
-
Returns and removes the specified property as an Object from the specified configuration map.
- readOperation(StreamInput) - 接口 中的静态方法org.elasticsearch.index.translog.Translog.Operation
-
Reads the type and the operation from the given stream.
- readOperations(StreamInput) - 类 中的静态方法org.elasticsearch.index.translog.Translog
-
- readOperations() - 类 中的方法org.elasticsearch.monitor.fs.FsInfo.DeviceStats
-
- readOptionalArray(Writeable.Reader<T>, IntFunction<T[]>) - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readOptionalBoolean() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readOptionalBytesReference() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
Reads an optional bytes reference from this stream.
- readOptionalCommitStatsFrom(StreamInput) - 类 中的静态方法org.elasticsearch.index.engine.CommitStats
-
- readOptionalDouble() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readOptionalFloat() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readOptionalList(String, String, Map<String, Object>, String) - 类 中的静态方法org.elasticsearch.ingest.ConfigurationUtils
-
Returns and removes the specified property of type list from the specified configuration map.
- readOptionalLong() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readOptionalMap(String, String, Map<String, Object>, String) - 类 中的静态方法org.elasticsearch.ingest.ConfigurationUtils
-
Returns and removes the specified property of type map from the specified configuration map.
- readOptionalNamedWriteable(Class<C>) - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readOptionalRestoreInfo(StreamInput) - 类 中的静态方法org.elasticsearch.snapshots.RestoreInfo
-
- readOptionalStreamable(Supplier<T>) - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
Serializes a potential null value.
- readOptionalString() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readOptionalStringArray() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readOptionalStringOrIntProperty(String, String, Map<String, Object>, String) - 类 中的静态方法org.elasticsearch.ingest.ConfigurationUtils
-
Returns and removes the specified property from the specified configuration map.
- readOptionalStringProperty(String, String, Map<String, Object>, String) - 类 中的静态方法org.elasticsearch.ingest.ConfigurationUtils
-
Returns and removes the specified optional property from the specified configuration map.
- readOptionalText() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readOptionalTimeZone() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
Read an optional DateTimeZone.
- readOptionalVInt() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readOptionalWriteable(Writeable.Reader<T>) - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readOrder(StreamInput) - 类 中的静态方法org.elasticsearch.search.aggregations.InternalOrder.Streams
-
- readOriginalIndices(StreamInput) - 类 中的静态方法org.elasticsearch.action.OriginalIndices
-
- readPerFieldAnalyzer(Map<String, Object>) - 类 中的静态方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
- readPingResponse(StreamInput) - 类 中的静态方法org.elasticsearch.discovery.zen.ZenPing.PingResponse
-
- readProcessor(Map<String, Processor.Factory>, String, Map<String, Object>) - 类 中的静态方法org.elasticsearch.ingest.ConfigurationUtils
-
- readProcessorConfigs(List<Map<String, Map<String, Object>>>, Map<String, Processor.Factory>) - 类 中的静态方法org.elasticsearch.ingest.ConfigurationUtils
-
- readQueryExplanation(StreamInput) - 类 中的静态方法org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
-
- readQueryFetchSearchResult(StreamInput) - 类 中的静态方法org.elasticsearch.search.fetch.QueryFetchSearchResult
-
- readQuerySearchResult(StreamInput) - 类 中的静态方法org.elasticsearch.search.query.QuerySearchResult
-
- readRecoveryState(StreamInput) - 类 中的静态方法org.elasticsearch.indices.recovery.RecoveryState
-
- readRecoveryStats(StreamInput) - 类 中的静态方法org.elasticsearch.index.recovery.RecoveryStats
-
- readRequestFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.cache.clear.TransportClearIndicesCacheAction
-
- readRequestFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.forcemerge.TransportForceMergeAction
-
- readRequestFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.recovery.TransportRecoveryAction
-
- readRequestFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.segments.TransportIndicesSegmentsAction
-
- readRequestFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.stats.TransportIndicesStatsAction
-
- readRequestFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.get.TransportUpgradeStatusAction
-
- readRequestFrom(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeAction
-
- readRequestFrom(StreamInput) - 类 中的方法org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction
-
Deserialize a request from an input stream
- readResponseFrom(StreamInput) - 类 中的静态方法org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- readRestoreInfo(StreamInput) - 类 中的静态方法org.elasticsearch.snapshots.RestoreInfo
-
- readScoreDoc(StreamInput) - 类 中的静态方法org.elasticsearch.common.lucene.Lucene
-
- readSearchHit(StreamInput) - 类 中的静态方法org.elasticsearch.search.SearchHit
-
- readSearchHits(StreamInput) - 类 中的静态方法org.elasticsearch.search.SearchHits
-
- readSegment(StreamInput) - 类 中的静态方法org.elasticsearch.index.engine.Segment
-
- readSegmentInfos(Directory) - 类 中的静态方法org.elasticsearch.common.lucene.Lucene
-
Reads the segments infos, failing if it fails to load
- readSegmentInfos(IndexCommit) - 类 中的静态方法org.elasticsearch.common.lucene.Lucene
-
Reads the segments infos from the given commit, failing if it fails to load
- readSettingsFromStream(StreamInput) - 类 中的静态方法org.elasticsearch.common.settings.Settings
-
- readShardId(StreamInput) - 类 中的静态方法org.elasticsearch.index.shard.ShardId
-
- readShardInfo(StreamInput) - 类 中的静态方法org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo
-
- readShardOperationFailed(StreamInput) - 类 中的静态方法org.elasticsearch.action.support.DefaultShardOperationFailedException
-
- readShardRestoreStatus(StreamInput) - 类 中的静态方法org.elasticsearch.cluster.RestoreInProgress.ShardRestoreStatus
-
Reads restore status from stream input
- readShardResult(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.cache.clear.TransportClearIndicesCacheAction
-
- readShardResult(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.forcemerge.TransportForceMergeAction
-
- readShardResult(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.recovery.TransportRecoveryAction
-
- readShardResult(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.segments.TransportIndicesSegmentsAction
-
- readShardResult(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.stats.TransportIndicesStatsAction
-
- readShardResult(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.get.TransportUpgradeStatusAction
-
- readShardResult(StreamInput) - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeAction
-
- readShardResult(StreamInput) - 类 中的方法org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction
-
Deserialize a shard-level result from an input stream
- readShardSearchFailure(StreamInput) - 类 中的静态方法org.elasticsearch.action.search.ShardSearchFailure
-
- readShardSegments(StreamInput) - 类 中的静态方法org.elasticsearch.action.admin.indices.segments.ShardSegments
-
- readShardSnapshotStatus(StreamInput) - 类 中的静态方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStatus
-
- readShardsSyncedFlushResult(StreamInput) - 类 中的静态方法org.elasticsearch.indices.flush.ShardsSyncedFlushResult
-
- readShardStats(StreamInput) - 类 中的静态方法org.elasticsearch.action.admin.indices.stats.ShardStats
-
- readShardUpgradeStatus(StreamInput) - 类 中的静态方法org.elasticsearch.action.admin.indices.upgrade.get.ShardUpgradeStatus
-
- readShort() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readSize(ByteBuffer, long) - 类 中的方法org.elasticsearch.index.translog.BaseTranslogReader
-
read the size of the op (i.e., number of bytes, including the op size) written at the given position
- readSize(StreamInput) - 类 中的静态方法org.elasticsearch.search.aggregations.InternalAggregation
-
Read a size under the assumption that a value of 0 means unlimited.
- readSnapshotShardFailure(StreamInput) - 类 中的静态方法org.elasticsearch.snapshots.SnapshotShardFailure
-
Reads shard failure information from stream input
- readSnapshotStats(StreamInput) - 类 中的静态方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStats
-
- readSnapshotStatus(StreamInput) - 类 中的静态方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
-
Reads snapshot status from stream input
- readSortField(StreamInput) - 类 中的静态方法org.elasticsearch.common.lucene.Lucene
-
- readSortType(StreamInput) - 类 中的静态方法org.elasticsearch.common.lucene.Lucene
-
- readStackTrace(T, StreamInput) - 异常错误 中的静态方法org.elasticsearch.ElasticsearchException
-
Deserializes stacktrace elements as well as suppressed exceptions from the given output stream and
adds it to the given exception.
- readStats(StreamInput) - 类 中的静态方法org.elasticsearch.index.search.stats.SearchStats.Stats
-
- readStats(StreamInput) - 类 中的静态方法org.elasticsearch.index.shard.IndexingStats.Stats
-
- readStoreFilesMetaData(StreamInput) - 类 中的静态方法org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.StoreFilesMetaData
-
- readStoreStatus(StreamInput) - 类 中的静态方法org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus
-
- readStreamableList(Supplier<T>) - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
Read a
List of
Streamable objects, using the
constructor to instantiate each instance.
- readString() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readStringArray() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readStringOrIntProperty(String, String, Map<String, Object>, String, String) - 类 中的静态方法org.elasticsearch.ingest.ConfigurationUtils
-
Returns and removes the specified property from the specified configuration map.
- readStringProperty(String, String, Map<String, Object>, String) - 类 中的静态方法org.elasticsearch.ingest.ConfigurationUtils
-
Returns and removes the specified property from the specified configuration map.
- readStringProperty(String, String, Map<String, Object>, String, String) - 类 中的静态方法org.elasticsearch.ingest.ConfigurationUtils
-
Returns and removes the specified property from the specified configuration map.
- readSuggest(StreamInput) - 类 中的静态方法org.elasticsearch.search.suggest.Suggest
-
- readSyncedFlushResponse(StreamInput) - 类 中的静态方法org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushResponse
-
- readTaskResponse(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.cancel.TransportCancelTasksAction
-
- readTaskResponse(StreamInput) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.list.TransportListTasksAction
-
- readTaskResponse(StreamInput) - 类 中的方法org.elasticsearch.action.support.tasks.TransportTasksAction
-
- readTermStats(StreamInput, Term[]) - 类 中的静态方法org.elasticsearch.search.dfs.DfsSearchResult
-
- readTermVectorsRequest(StreamInput) - 类 中的静态方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
- readText() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readTimeZone() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
Read a DateTimeZone.
- readTopDocs(StreamInput) - 类 中的静态方法org.elasticsearch.common.lucene.Lucene
-
- readURIParameters(TermVectorsRequest, RestRequest) - 类 中的静态方法org.elasticsearch.rest.action.document.RestTermVectorsAction
-
- readVersion(StreamInput) - 类 中的静态方法org.elasticsearch.Version
-
- readVInt() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
Reads an int stored in variable-length format.
- readVIntArray() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- readVLong() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
Reads a long stored in variable-length format.
- readVLong(ByteArrayDataInput) - 枚举 中的静态方法org.elasticsearch.common.util.ByteUtils
-
Same as DataOutput#readVLong but can read negative values (read on 9 bytes).
- readVLongArray() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- ready() - 类 中的方法org.elasticsearch.common.io.FastCharArrayReader
-
Tells whether this stream is ready to be read.
- ready() - 类 中的方法org.elasticsearch.common.io.FastStringReader
-
Tells whether this stream is ready to be read.
- readZLong() - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
- REAL_WORD_LIKELYHOOD - 类 中的静态变量org.elasticsearch.search.suggest.phrase.NoisyChannelSpellChecker
-
- realtime() - 类 中的方法org.elasticsearch.action.get.GetRequest
-
- realtime(boolean) - 类 中的方法org.elasticsearch.action.get.GetRequest
-
- realtime() - 类 中的方法org.elasticsearch.action.get.MultiGetRequest
-
- realtime(boolean) - 类 中的方法org.elasticsearch.action.get.MultiGetRequest
-
- realtime() - 类 中的方法org.elasticsearch.action.get.MultiGetShardRequest
-
- realtime(boolean) - 类 中的方法org.elasticsearch.action.get.MultiGetShardRequest
-
- realtime(boolean) - 接口 中的方法org.elasticsearch.action.RealtimeRequest
-
- realtime(boolean) - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsRequest
-
- realtime() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
Return whether term vectors should be generated real-time (default to true).
- realtime(boolean) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
- realtime() - 类 中的方法org.elasticsearch.index.engine.Engine.Get
-
- RealtimeRequest - org.elasticsearch.action中的接口
-
Indicates that a request can execute in realtime (reads from the translog).
- realWordErrorLikelihood(float) - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
Sets the likelihood of a term being a misspelled even if the term exists
in the dictionary.
- realWordErrorLikelihood() - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- realWordLikelyhood - 类 中的变量org.elasticsearch.search.suggest.phrase.WordScorer
-
- reason() - 类 中的方法org.elasticsearch.action.search.ShardSearchFailure
-
The reason of the failure.
- reason() - 接口 中的方法org.elasticsearch.action.ShardOperationFailedException
-
The reason of the failure.
- reason() - 类 中的方法org.elasticsearch.action.support.DefaultShardOperationFailedException
-
- reason() - 类 中的方法org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo.Failure
-
- reason() - 类 中的方法org.elasticsearch.cluster.RestoreInProgress.ShardRestoreStatus
-
Returns failure reason
- reason() - 类 中的方法org.elasticsearch.cluster.SnapshotsInProgress.ShardSnapshotStatus
-
- reason() - 类 中的方法org.elasticsearch.index.engine.Engine.NoOp
-
- reason - 类 中的变量org.elasticsearch.index.shard.IndexShard.ShardFailure
-
- reason() - 类 中的方法org.elasticsearch.index.translog.Translog.NoOp
-
- reason() - 类 中的方法org.elasticsearch.snapshots.SnapshotInfo
-
Returns snapshot failure reason; null if the snapshot succeeded.
- reason() - 类 中的方法org.elasticsearch.snapshots.SnapshotShardFailure
-
Returns reason for the failure
- REASON_AGGREGATION - 类 中的静态变量org.elasticsearch.search.profile.query.CollectorResult
-
- REASON_AGGREGATION_GLOBAL - 类 中的静态变量org.elasticsearch.search.profile.query.CollectorResult
-
- REASON_SEARCH_CANCELLED - 类 中的静态变量org.elasticsearch.search.profile.query.CollectorResult
-
- REASON_SEARCH_COUNT - 类 中的静态变量org.elasticsearch.search.profile.query.CollectorResult
-
- REASON_SEARCH_MIN_SCORE - 类 中的静态变量org.elasticsearch.search.profile.query.CollectorResult
-
- REASON_SEARCH_MULTI - 类 中的静态变量org.elasticsearch.search.profile.query.CollectorResult
-
- REASON_SEARCH_POST_FILTER - 类 中的静态变量org.elasticsearch.search.profile.query.CollectorResult
-
- REASON_SEARCH_TERMINATE_AFTER_COUNT - 类 中的静态变量org.elasticsearch.search.profile.query.CollectorResult
-
- REASON_SEARCH_TIMEOUT - 类 中的静态变量org.elasticsearch.search.profile.query.CollectorResult
-
- REASON_SEARCH_TOP_HITS - 类 中的静态变量org.elasticsearch.search.profile.query.CollectorResult
-
- rebalance(Decision, AllocationDecision, DiscoveryNode, int, List<NodeAllocationResult>) - 类 中的静态方法org.elasticsearch.cluster.routing.allocation.MoveDecision
-
Creates a decision for whether to move the shard to a different node to form a better cluster balance.
- RebalanceOnlyWhenActiveAllocationDecider - org.elasticsearch.cluster.routing.allocation.decider中的类
-
Only allow rebalancing when all shards are active within the shard replication group.
- RebalanceOnlyWhenActiveAllocationDecider(Settings) - 类 的构造器org.elasticsearch.cluster.routing.allocation.decider.RebalanceOnlyWhenActiveAllocationDecider
-
- receiveBufferSize - 类 中的变量org.elasticsearch.transport.TcpTransport.ProfileSettings
-
- receiveFileInfo(List<String>, List<Long>, List<String>, List<Long>, int) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryTarget
-
- receiveFileInfo(List<String>, List<Long>, List<String>, List<Long>, int) - 接口 中的方法org.elasticsearch.indices.recovery.RecoveryTargetHandler
-
Notifies the target of the files it is going to receive
- receiveFileInfo(List<String>, List<Long>, List<String>, List<Long>, int) - 类 中的方法org.elasticsearch.indices.recovery.RemoteRecoveryTargetHandler
-
- ReceiveTimeoutTransportException - org.elasticsearch.transport中的异常错误
-
- ReceiveTimeoutTransportException(DiscoveryNode, String, String) - 异常错误 的构造器org.elasticsearch.transport.ReceiveTimeoutTransportException
-
- ReceiveTimeoutTransportException(StreamInput) - 异常错误 的构造器org.elasticsearch.transport.ReceiveTimeoutTransportException
-
- RECOVER_AFTER_DATA_NODES_SETTING - 类 中的静态变量org.elasticsearch.gateway.GatewayService
-
- RECOVER_AFTER_MASTER_NODES_SETTING - 类 中的静态变量org.elasticsearch.gateway.GatewayService
-
- RECOVER_AFTER_NODES_SETTING - 类 中的静态变量org.elasticsearch.gateway.GatewayService
-
- RECOVER_AFTER_TIME_SETTING - 类 中的静态变量org.elasticsearch.gateway.GatewayService
-
- recoverAfterTime() - 类 中的方法org.elasticsearch.gateway.GatewayService
-
- recovered() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.File
-
number of bytes recovered for this file (so far). 0 if the file is reused *
- recoveredBytes() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Index
-
total number of bytes recovered so far, including both existing and reused
- recoveredBytesPercent() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Index
-
percent of bytes recovered out of total files bytes *to be* recovered
- recoveredFileCount() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Index
-
number of file that were recovered (excluding on ongoing files)
- recoveredFilesPercent() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Index
-
percent of recovered (i.e., not reused) files out of the total files to be recovered
- recoveredOperations() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Translog
-
returns the total number of translog operations recovered so far
- recoveredPercent() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Translog
-
- RecoverFilesRecoveryException - org.elasticsearch.indices.recovery中的异常错误
-
- RecoverFilesRecoveryException(ShardId, int, ByteSizeValue, Throwable) - 异常错误 的构造器org.elasticsearch.indices.recovery.RecoverFilesRecoveryException
-
- RecoverFilesRecoveryException(StreamInput) - 异常错误 的构造器org.elasticsearch.indices.recovery.RecoverFilesRecoveryException
-
- recoverFrom(Index) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
-
- recoverFrom() - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
-
- recoverFromLocalShards(BiConsumer<String, MappingMetaData>, List<IndexShard>) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- recoverFromStore() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- recoverFromTranslog() - 类 中的方法org.elasticsearch.index.engine.Engine
-
Performs recovery from the transaction log.
- recoverFromTranslog() - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
- recoveries(RecoveryRequest) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Indices recoveries
- recoveries(RecoveryRequest, ActionListener<RecoveryResponse>) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Indices recoveries
- RecoveriesCollection - org.elasticsearch.indices.recovery中的类
-
This class holds a collection of all on going recoveries on the current node (i.e., the node is the target node
of those recoveries).
- RecoveriesCollection(Logger, ThreadPool, LongConsumer) - 类 的构造器org.elasticsearch.indices.recovery.RecoveriesCollection
-
- RecoveriesCollection.RecoveryRef - org.elasticsearch.indices.recovery中的类
-
- recoverToTarget() - 类 中的方法org.elasticsearch.indices.recovery.RecoverySourceHandler
-
performs the recovery from the local engine to the target
- recovery(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- recovery() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- RecoveryAction - org.elasticsearch.action.admin.indices.recovery中的类
-
Recovery information action
- RecoveryCleanFilesRequest - org.elasticsearch.indices.recovery中的类
-
- RecoveryCleanFilesRequest() - 类 的构造器org.elasticsearch.indices.recovery.RecoveryCleanFilesRequest
-
- RecoveryCounter - org.elasticsearch.index.engine中的类
-
RecoveryCounter keeps tracks of the number of ongoing recoveries for a
particular
Store
- recoveryDiff(Store.MetadataSnapshot) - 类 中的方法org.elasticsearch.index.store.Store.MetadataSnapshot
-
Returns a diff between the two snapshots that can be used for recovery.
- RecoveryEngineException - org.elasticsearch.index.engine中的异常错误
-
- RecoveryEngineException(ShardId, int, String, Throwable) - 异常错误 的构造器org.elasticsearch.index.engine.RecoveryEngineException
-
- RecoveryEngineException(StreamInput) - 异常错误 的构造器org.elasticsearch.index.engine.RecoveryEngineException
-
- RecoveryFailedException - org.elasticsearch.indices.recovery中的异常错误
-
- RecoveryFailedException(StartRecoveryRequest, Throwable) - 异常错误 的构造器org.elasticsearch.indices.recovery.RecoveryFailedException
-
- RecoveryFailedException(StartRecoveryRequest, String, Throwable) - 异常错误 的构造器org.elasticsearch.indices.recovery.RecoveryFailedException
-
- RecoveryFailedException(RecoveryState, String, Throwable) - 异常错误 的构造器org.elasticsearch.indices.recovery.RecoveryFailedException
-
- RecoveryFailedException(ShardId, DiscoveryNode, DiscoveryNode, Throwable) - 异常错误 的构造器org.elasticsearch.indices.recovery.RecoveryFailedException
-
- RecoveryFailedException(ShardId, DiscoveryNode, DiscoveryNode, String, Throwable) - 异常错误 的构造器org.elasticsearch.indices.recovery.RecoveryFailedException
-
- RecoveryFailedException(StreamInput) - 异常错误 的构造器org.elasticsearch.indices.recovery.RecoveryFailedException
-
- RecoveryFileChunkRequest - org.elasticsearch.indices.recovery中的类
-
- RecoveryFileChunkRequest() - 类 的构造器org.elasticsearch.indices.recovery.RecoveryFileChunkRequest
-
- RecoveryFileChunkRequest(long, ShardId, StoreFileMetaData, long, BytesReference, boolean, int, long) - 类 的构造器org.elasticsearch.indices.recovery.RecoveryFileChunkRequest
-
- RecoveryFilesInfoRequest - org.elasticsearch.indices.recovery中的类
-
- RecoveryFilesInfoRequest() - 类 的构造器org.elasticsearch.indices.recovery.RecoveryFilesInfoRequest
-
- RecoveryFinalizeRecoveryRequest - org.elasticsearch.indices.recovery中的类
-
- RecoveryFinalizeRecoveryRequest() - 类 的构造器org.elasticsearch.indices.recovery.RecoveryFinalizeRecoveryRequest
-
- recoveryId() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryCleanFilesRequest
-
- recoveryId() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryFileChunkRequest
-
- recoveryId() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryFilesInfoRequest
-
- recoveryId() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryFinalizeRecoveryRequest
-
- recoveryId() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryPrepareForTranslogOperationsRequest
-
- recoveryId() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryTarget
-
- recoveryId() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryTranslogOperationsRequest
-
- recoveryId() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryWaitForClusterStateRequest
-
- recoveryId() - 类 中的方法org.elasticsearch.indices.recovery.StartRecoveryRequest
-
- RecoveryPrepareForTranslogOperationsRequest - org.elasticsearch.indices.recovery中的类
-
- RecoveryPrepareForTranslogOperationsRequest() - 类 的构造器org.elasticsearch.indices.recovery.RecoveryPrepareForTranslogOperationsRequest
-
- RecoveryRef(RecoveryTarget) - 类 的构造器org.elasticsearch.indices.recovery.RecoveriesCollection.RecoveryRef
-
- RecoveryRequest - org.elasticsearch.action.admin.indices.recovery中的类
-
Request for recovery information
- RecoveryRequest() - 类 的构造器org.elasticsearch.action.admin.indices.recovery.RecoveryRequest
-
Constructs a request for recovery information for all shards
- RecoveryRequest(String...) - 类 的构造器org.elasticsearch.action.admin.indices.recovery.RecoveryRequest
-
Constructs a request for recovery information for all shards for the given indices
- RecoveryRequestBuilder - org.elasticsearch.action.admin.indices.recovery中的类
-
Recovery information request builder.
- RecoveryRequestBuilder(ElasticsearchClient, RecoveryAction) - 类 的构造器org.elasticsearch.action.admin.indices.recovery.RecoveryRequestBuilder
-
Constructs a new recovery information request builder.
- RecoveryResponse - org.elasticsearch.action.admin.indices.recovery中的类
-
Information regarding the recovery state of indices and their associated shards.
- RecoveryResponse() - 类 的构造器org.elasticsearch.action.admin.indices.recovery.RecoveryResponse
-
- RecoveryResponse(int, int, int, boolean, Map<String, List<RecoveryState>>, List<ShardOperationFailedException>) - 类 的构造器org.elasticsearch.action.admin.indices.recovery.RecoveryResponse
-
Constructs recovery information for a collection of indices and associated shards.
- RecoverySettings - org.elasticsearch.indices.recovery中的类
-
- RecoverySettings(Settings, ClusterSettings) - 类 的构造器org.elasticsearch.indices.recovery.RecoverySettings
-
- RecoverySource - org.elasticsearch.cluster.routing中的类
-
Represents the recovery source of a shard.
- RecoverySource() - 类 的构造器org.elasticsearch.cluster.routing.RecoverySource
-
- recoverySource() - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
Returns recovery source for the given shard.
- RecoverySource.LocalShardsRecoverySource - org.elasticsearch.cluster.routing中的类
-
recovery from other shards on same node (shrink index action)
- RecoverySource.PeerRecoverySource - org.elasticsearch.cluster.routing中的类
-
peer recovery from a primary shard
- RecoverySource.SnapshotRecoverySource - org.elasticsearch.cluster.routing中的类
-
recovery from a snapshot
- RecoverySource.StoreRecoverySource - org.elasticsearch.cluster.routing中的类
-
recovery from an existing on-disk store or a fresh copy
- RecoverySource.Type - org.elasticsearch.cluster.routing中的枚举
-
- RecoverySourceHandler - org.elasticsearch.indices.recovery中的类
-
RecoverySourceHandler handles the three phases of shard recovery, which is
everything relating to copying the segment files as well as sending translog
operations across the wire once the segments have been copied.
- RecoverySourceHandler(IndexShard, RecoveryTargetHandler, StartRecoveryRequest, int, Settings) - 类 的构造器org.elasticsearch.indices.recovery.RecoverySourceHandler
-
- recoveryState() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
Returns the current
RecoveryState if this shard is recovering or has been recovering.
- recoveryState() - 接口 中的方法org.elasticsearch.indices.cluster.IndicesClusterStateService.Shard
-
Returns the recovery state associated with this shard.
- RecoveryState - org.elasticsearch.indices.recovery中的类
-
Keeps track of state related to shard recovery.
- RecoveryState(ShardRouting, DiscoveryNode, DiscoveryNode) - 类 的构造器org.elasticsearch.indices.recovery.RecoveryState
-
- RecoveryState.File - org.elasticsearch.indices.recovery中的类
-
- RecoveryState.Index - org.elasticsearch.indices.recovery中的类
-
- RecoveryState.Stage - org.elasticsearch.indices.recovery中的枚举
-
- RecoveryState.Timer - org.elasticsearch.indices.recovery中的类
-
- RecoveryState.Translog - org.elasticsearch.indices.recovery中的类
-
- RecoveryState.VerifyIndex - org.elasticsearch.indices.recovery中的类
-
- recoveryStats - 类 中的变量org.elasticsearch.action.admin.indices.stats.CommonStats
-
- RecoveryStats - org.elasticsearch.index.recovery中的类
-
Recovery related statistics, starting at the shard level and allowing aggregation to
indices and node level
- RecoveryStats() - 类 的构造器org.elasticsearch.index.recovery.RecoveryStats
-
- recoveryStats() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
returns stats about ongoing recoveries, both source and target
- RecoveryTarget - org.elasticsearch.indices.recovery中的类
-
Represents a recovery where the current node is the target node of the recovery.
- RecoveryTarget(IndexShard, DiscoveryNode, PeerRecoveryTargetService.RecoveryListener, LongConsumer) - 类 的构造器org.elasticsearch.indices.recovery.RecoveryTarget
-
Creates a new recovery target object that represents a recovery to the provided shard.
- RecoveryTargetHandler - org.elasticsearch.indices.recovery中的接口
-
- RecoveryTranslogOperationsRequest - org.elasticsearch.indices.recovery中的类
-
- RecoveryTranslogOperationsRequest() - 类 的构造器org.elasticsearch.indices.recovery.RecoveryTranslogOperationsRequest
-
- RecoveryTranslogOperationsResponse - org.elasticsearch.indices.recovery中的类
-
- RecoveryWaitForClusterStateRequest - org.elasticsearch.indices.recovery中的类
-
- RecoveryWaitForClusterStateRequest() - 类 的构造器org.elasticsearch.indices.recovery.RecoveryWaitForClusterStateRequest
-
- rectangleContainsPoint(Rectangle, double, double) - 类 中的静态方法org.elasticsearch.common.geo.GeoUtils
-
check if point is within a rectangle
todo: move this to lucene Rectangle class
- recursiveBinding() - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- recursiveImplementationType() - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- recursiveProviderType() - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- recycle(T) - 类 中的方法org.elasticsearch.common.recycler.AbstractRecyclerC
-
- recycle(T) - 接口 中的方法org.elasticsearch.common.recycler.Recycler.C
-
Recycle the data.
- Recycler<T> - org.elasticsearch.common.recycler中的接口
-
A recycled object, note, implementations should support calling obtain and then recycle
on different threads.
- Recycler.C<T> - org.elasticsearch.common.recycler中的接口
-
- Recycler.Factory<T> - org.elasticsearch.common.recycler中的接口
-
- Recycler.V<T> - org.elasticsearch.common.recycler中的接口
-
- Recyclers - org.elasticsearch.common.recycler中的枚举
-
- reduce(List<B>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
-
- reduce(List<B>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
-
- reduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.InternalAggregation
-
Reduces the given aggregations to a single one and returns it.
- reduce(List<InternalAggregations>, InternalAggregation.ReduceContext) - 类 中的静态方法org.elasticsearch.search.aggregations.InternalAggregations
-
Reduces the given lists of addAggregation.
- reduce(InternalAggregation, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregator
-
- reduce(InternalAggregation, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregator
-
- reduce(InternalAggregation, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketsort.BucketSortPipelineAggregator
-
- reduce(InternalAggregation, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregator
-
- reduce(InternalAggregation, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregator
-
- reduce(InternalAggregation, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregator
-
- reduce(InternalAggregation, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.PipelineAggregator
-
- reduce(InternalAggregation, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregator
-
- reduce(InternalAggregation, InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.SiblingPipelineAggregator
-
- reduce(List<Suggest.Suggestion<CompletionSuggestion.Entry>>) - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestion
-
- reduce(Map<String, List<Suggest.Suggestion>>) - 类 中的静态方法org.elasticsearch.search.suggest.Suggest
-
- reduce(List<T>) - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
-
- reduce(List<Suggest.Suggestion<T>>) - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion
-
Merges the result of another suggestion into this suggestion.
- ReduceContext(BigArrays, ScriptService, boolean) - 类 的构造器org.elasticsearch.search.aggregations.InternalAggregation.ReduceContext
-
- reducedQueryPhase(Collection<? extends SearchPhaseResult>, boolean) - 类 中的方法org.elasticsearch.action.search.SearchPhaseController
-
Reduces the given query results and consumes all aggregations and profile results.
- reducedQueryPhase(Collection<? extends SearchPhaseResult>, boolean, boolean) - 类 中的方法org.elasticsearch.action.search.SearchPhaseController
-
Reduces the given query results and consumes all aggregations and profile results.
- reducedType() - 类 中的方法org.elasticsearch.index.fielddata.fieldcomparator.BytesRefFieldComparatorSource
-
- reducedType() - 类 中的方法org.elasticsearch.index.fielddata.fieldcomparator.DoubleValuesComparatorSource
-
- reducedType() - 类 中的方法org.elasticsearch.index.fielddata.fieldcomparator.FloatValuesComparatorSource
-
- reducedType() - 类 中的方法org.elasticsearch.index.fielddata.fieldcomparator.LongValuesComparatorSource
-
- reducedType() - 类 中的方法org.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource
-
- reduceScript(Script) - 类 中的方法org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
-
Set the reduce script.
- reduceScript() - 类 中的方法org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
-
Get the reduce script.
- ReduceSearchPhaseException - org.elasticsearch.action.search中的异常错误
-
A failure during a reduce phase (when receiving results from several shards, and reducing them
into one or more results and possible actions).
- ReduceSearchPhaseException(String, String, Throwable, ShardSearchFailure[]) - 异常错误 的构造器org.elasticsearch.action.search.ReduceSearchPhaseException
-
- ReduceSearchPhaseException(StreamInput) - 异常错误 的构造器org.elasticsearch.action.search.ReduceSearchPhaseException
-
- reduceTo(List<Suggest.Suggestion<CompletionSuggestion.Entry>>) - 类 中的静态方法org.elasticsearch.search.suggest.completion.CompletionSuggestion
-
- refCount() - 类 中的方法org.elasticsearch.common.util.concurrent.AbstractRefCounted
-
Returns the current reference count.
- refCount() - 类 中的方法org.elasticsearch.index.store.Store
-
Returns the current reference count.
- RefCounted - org.elasticsearch.common.util.concurrent中的接口
-
An interface for objects that need to be notified when all reference
to itself are not in user anymore.
- reflectWith(AttributeReflector) - 类 中的方法org.apache.lucene.analysis.miscellaneous.DisableGraphAttributeImpl
-
- reflectWith(AttributeReflector) - 类 中的方法org.apache.lucene.analysis.miscellaneous.DuplicateSequenceAttributeImpl
-
- refresh - 类 中的变量org.elasticsearch.action.admin.indices.stats.CommonStats
-
- refresh(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- refresh() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- refresh(boolean) - 类 中的方法org.elasticsearch.action.get.GetRequest
-
Should a refresh be executed before this get operation causing the operation to
return the latest value.
- refresh() - 类 中的方法org.elasticsearch.action.get.GetRequest
-
- refresh() - 类 中的方法org.elasticsearch.action.get.MultiGetRequest
-
- refresh(boolean) - 类 中的方法org.elasticsearch.action.get.MultiGetRequest
-
- refresh() - 类 中的方法org.elasticsearch.action.get.MultiGetShardRequest
-
- refresh(boolean) - 类 中的方法org.elasticsearch.action.get.MultiGetShardRequest
-
- refresh(RefreshRequest) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Explicitly refresh one or more indices (making the content indexed since the last refresh searchable).
- refresh(RefreshRequest, ActionListener<RefreshResponse>) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Explicitly refresh one or more indices (making the content indexed since the last refresh searchable).
- refresh() - 类 中的方法org.elasticsearch.cluster.InternalClusterInfoService
-
Refreshes the ClusterInfo in a blocking fashion
- refresh() - 类 中的方法org.elasticsearch.common.cache.Cache
-
Force any outstanding size-based and time-based evictions to occur
- refresh() - 类 中的方法org.elasticsearch.common.util.SingleObjectCache
-
Returns a new instance to cache
- refresh(String) - 类 中的方法org.elasticsearch.index.engine.Engine
-
Synchronously refreshes the engine for new search operations to reflect the latest
changes.
- refresh(String) - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
- refresh(boolean) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
-
Call refresh on the indexes we've written to after the request ends?
- refresh(String) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
Writes all indexing changes to disk and opens a new searcher reflecting all changes.
- REFRESH - 类 中的静态变量org.elasticsearch.threadpool.ThreadPool.Names
-
- REFRESH_INTERVAL_SETTING - 类 中的静态变量org.elasticsearch.monitor.fs.FsService
-
- REFRESH_INTERVAL_SETTING - 类 中的静态变量org.elasticsearch.monitor.jvm.JvmGcMonitorService
-
- REFRESH_INTERVAL_SETTING - 类 中的静态变量org.elasticsearch.monitor.jvm.JvmService
-
- REFRESH_INTERVAL_SETTING - 类 中的静态变量org.elasticsearch.monitor.os.OsService
-
- REFRESH_INTERVAL_SETTING - 类 中的静态变量org.elasticsearch.monitor.process.ProcessService
-
- RefreshAction - org.elasticsearch.action.admin.indices.refresh中的类
-
- RefreshFailedEngineException - org.elasticsearch.index.engine中的异常错误
-
- RefreshFailedEngineException(ShardId, Throwable) - 异常错误 的构造器org.elasticsearch.index.engine.RefreshFailedEngineException
-
- RefreshFailedEngineException(StreamInput) - 异常错误 的构造器org.elasticsearch.index.engine.RefreshFailedEngineException
-
- refreshInterval() - 类 中的方法org.elasticsearch.monitor.process.ProcessInfo
-
- RefreshListeners - org.elasticsearch.index.shard中的类
-
Allows for the registration of listeners that are called when a change becomes visible for search.
- RefreshListeners(IntSupplier, Runnable, Executor, Logger, ThreadContext) - 类 的构造器org.elasticsearch.index.shard.RefreshListeners
-
- refreshMapping(String, String) - 类 中的方法org.elasticsearch.cluster.metadata.MetaDataMappingService
-
Refreshes mappings if they are not the same between original and parsed version
- refreshNeeded() - 类 中的方法org.elasticsearch.index.engine.Engine
-
- refreshNeeded() - 类 中的方法org.elasticsearch.index.shard.RefreshListeners
-
Returns true if there are pending listeners.
- RefreshRequest - org.elasticsearch.action.admin.indices.refresh中的类
-
A refresh request making all operations performed since the last refresh available for search.
- RefreshRequest(String...) - 类 的构造器org.elasticsearch.action.admin.indices.refresh.RefreshRequest
-
- refreshRequest(String...) - 类 中的静态方法org.elasticsearch.client.Requests
-
Creates a refresh indices request.
- RefreshRequestBuilder - org.elasticsearch.action.admin.indices.refresh中的类
-
A refresh request making all operations performed since the last refresh available for search.
- RefreshRequestBuilder(ElasticsearchClient, RefreshAction) - 类 的构造器org.elasticsearch.action.admin.indices.refresh.RefreshRequestBuilder
-
- RefreshResponse - org.elasticsearch.action.admin.indices.refresh中的类
-
The response of a refresh action.
- RefreshStats - org.elasticsearch.index.refresh中的类
-
- RefreshStats() - 类 的构造器org.elasticsearch.index.refresh.RefreshStats
-
- RefreshStats(long, long, int) - 类 的构造器org.elasticsearch.index.refresh.RefreshStats
-
- refreshStats() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- Regex - org.elasticsearch.common.regex中的类
-
- Regex() - 类 的构造器org.elasticsearch.common.regex.Regex
-
- regex(String) - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
-
Sets a regular expression pattern for prefixes to provide completions for.
- regex(String, RegexOptions) - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
-
- regex - 类 中的变量org.elasticsearch.search.suggest.SuggestionBuilder
-
- regex(String) - 类 中的方法org.elasticsearch.search.suggest.SuggestionBuilder
-
- regex() - 类 中的方法org.elasticsearch.search.suggest.SuggestionBuilder
-
get the regex for this suggestion
- REGEX_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.SuggestionBuilder
-
- regexOptions - 类 中的变量org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
-
- RegexOptions - org.elasticsearch.search.suggest.completion中的类
-
Regular expression options for completion suggester
- RegexOptions.Builder - org.elasticsearch.search.suggest.completion中的类
-
Options for regular expression queries
- RegexpFlag - org.elasticsearch.index.query中的枚举
-
Regular expression syntax flags.
- regexpQuery(Object, int, int) - 类 中的方法org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
-
Completion prefix regular expression query
- regexpQuery(String, int, int, MultiTermQuery.RewriteMethod, QueryShardContext) - 类 中的方法org.elasticsearch.index.mapper.MappedFieldType
-
- regexpQuery(String, int, int, MultiTermQuery.RewriteMethod, QueryShardContext) - 类 中的方法org.elasticsearch.index.mapper.StringFieldType
-
- regexpQuery(String, String) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A Query that matches documents containing terms with a specified regular expression.
- RegexpQueryBuilder - org.elasticsearch.index.query中的类
-
A Query that does fuzzy matching for a specific value.
- RegexpQueryBuilder(String, String) - 类 的构造器org.elasticsearch.index.query.RegexpQueryBuilder
-
Constructs a new regex query.
- RegexpQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.RegexpQueryBuilder
-
Read from a stream.
- register(List<NamedWriteableRegistry.Entry>) - 类 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilders
-
- register(MembersInjector<? super I>) - 接口 中的方法org.elasticsearch.common.inject.spi.TypeEncounter
-
Registers a members injector for type I.
- register(InjectionListener<? super I>) - 接口 中的方法org.elasticsearch.common.inject.spi.TypeEncounter
-
Registers an injection listener for type I.
- register(String, T) - 类 中的方法org.elasticsearch.common.NamedRegistry
-
- register(T, String) - 类 中的方法org.elasticsearch.common.xcontent.ParseFieldRegistry
-
Register a parser.
- register(T, ParseField) - 类 中的方法org.elasticsearch.common.xcontent.ParseFieldRegistry
-
Register a parser.
- register(String, String, TaskAwareRequest) - 类 中的方法org.elasticsearch.tasks.TaskManager
-
Registers a task without parent task
Returns the task manager tracked task or null if the task doesn't support the task manager
- REGISTER_CONNECTION_LISTENER_SETTING - 类 中的静态变量org.elasticsearch.discovery.zen.FaultDetection
-
- registerAsDeprecatedHandler(RestRequest.Method, String, RestHandler, String, DeprecationLogger) - 类 中的方法org.elasticsearch.rest.RestController
-
Registers a REST handler to be executed when the provided method and path match the request.
- registerAsyncAction(BiConsumer<Client, ActionListener<?>>) - 类 中的方法org.elasticsearch.index.query.QueryRewriteContext
-
Registers an async action that must be executed before the next rewrite round in order to make progress.
- registerAsyncAction(BiConsumer<Client, ActionListener<?>>) - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
- registerBreaker(BreakerSettings) - 类 中的方法org.elasticsearch.indices.breaker.CircuitBreakerService
-
Allows to register of a custom circuit breaker.
- registerBreaker(BreakerSettings) - 类 中的方法org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
-
Allows to register a custom circuit breaker.
- registerBreaker(BreakerSettings) - 类 中的方法org.elasticsearch.indices.breaker.NoneCircuitBreakerService
-
- registerClusterSettingsListeners(ClusterSettings) - 类 中的方法org.elasticsearch.script.ScriptModule
-
Allow the script service to register any settings update handlers on the cluster settings
- registerConnectionListener - 类 中的变量org.elasticsearch.discovery.zen.FaultDetection
-
- registerErrorListener() - 类 中的静态方法org.elasticsearch.common.logging.LogConfigurator
-
Registers a listener for status logger errors.
- registerHandler(RestRequest.Method, String, RestHandler) - 类 中的方法org.elasticsearch.rest.RestController
-
Registers a REST handler to be executed when one of the provided methods and path match the request.
- registerPrototype(String, IndexMetaData.Custom) - 类 中的静态方法org.elasticsearch.cluster.metadata.IndexMetaData
-
Register a custom index meta data factory.
- registerProxyAction(TransportService, String, Function<TransportRequest, Supplier<TransportResponse>>) - 类 中的静态方法org.elasticsearch.transport.TransportActionProxy
-
Registers a proxy request handler that allows to forward requests for the given action to another node.
- registerProxyAction(TransportService, String, Supplier<TransportResponse>) - 类 中的静态方法org.elasticsearch.transport.TransportActionProxy
-
Registers a proxy request handler that allows to forward requests for the given action to another node.
- registerRepository(RepositoriesService.RegisterRepositoryRequest, ActionListener<ClusterStateUpdateResponse>) - 类 中的方法org.elasticsearch.repositories.RepositoriesService
-
Registers new repository in the cluster
This method can be only called on the master node.
- RegisterRepositoryRequest(String, String, String, boolean) - 类 的构造器org.elasticsearch.repositories.RepositoriesService.RegisterRepositoryRequest
-
Constructs new register repository request
- registerRequestHandler(TransportService, SearchService) - 类 中的静态方法org.elasticsearch.action.search.SearchTransportService
-
- registerRequestHandler(String, Supplier<Request>, String, TransportRequestHandler<Request>) - 类 中的方法org.elasticsearch.transport.TransportService
-
Registers a new request handler
- registerRequestHandler(String, Supplier<Request>, String, boolean, boolean, TransportRequestHandler<Request>) - 类 中的方法org.elasticsearch.transport.TransportService
-
Registers a new request handler
- registerRequestHandlers(String, TransportService, Supplier<ResyncReplicationRequest>, Supplier<ResyncReplicationRequest>, String) - 类 中的方法org.elasticsearch.action.resync.TransportResyncReplicationAction
-
- registerRequestHandlers(String, TransportService, Supplier<Request>, Supplier<ReplicaRequest>, String) - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction
-
- registerSmoothingModels(List<NamedWriteableRegistry.Entry>) - 类 中的静态方法org.elasticsearch.search.SearchModule
-
- registerWithDeprecatedHandler(RestRequest.Method, String, RestHandler, RestRequest.Method, String, DeprecationLogger) - 类 中的方法org.elasticsearch.rest.RestController
-
Registers a REST handler to be executed when the provided method and path match the request, or when provided
with deprecatedMethod and deprecatedPath.
- rehash(boolean) - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregationBuilder
-
- ReindexAction - org.elasticsearch.index.reindex中的类
-
- ReindexRequest - org.elasticsearch.index.reindex中的类
-
Request to reindex some documents from one index to another.
- ReindexRequest() - 类 的构造器org.elasticsearch.index.reindex.ReindexRequest
-
- ReindexRequest(SearchRequest, IndexRequest) - 类 的构造器org.elasticsearch.index.reindex.ReindexRequest
-
- ReindexRequestBuilder - org.elasticsearch.index.reindex中的类
-
- ReindexRequestBuilder(ElasticsearchClient, Action<ReindexRequest, BulkByScrollResponse, ReindexRequestBuilder>) - 类 的构造器org.elasticsearch.index.reindex.ReindexRequestBuilder
-
- reinitializeReplicaShard() - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
Reinitializes a replica shard, giving it a fresh allocation id
- rejected() - 类 中的方法org.elasticsearch.common.util.concurrent.EsAbortPolicy
-
- rejected() - 接口 中的方法org.elasticsearch.common.util.concurrent.XRejectedExecutionHandler
-
The number of rejected executions.
- rejectedExecution(Runnable, ThreadPoolExecutor) - 类 中的方法org.elasticsearch.common.util.concurrent.EsAbortPolicy
-
- rejoin(String) - 类 中的方法org.elasticsearch.discovery.zen.ZenDiscovery
-
- RejoinClusterRequest() - 类 的构造器org.elasticsearch.discovery.zen.ZenDiscovery.RejoinClusterRequest
-
- relation(ShapeRelation) - 类 中的方法org.elasticsearch.index.query.GeoShapeQueryBuilder
-
Sets the relation of query shape and indexed shape.
- relation() - 类 中的方法org.elasticsearch.index.query.GeoShapeQueryBuilder
-
- relation() - 类 中的方法org.elasticsearch.index.query.RangeQueryBuilder
-
- relation(String) - 类 中的方法org.elasticsearch.index.query.RangeQueryBuilder
-
- relativeTimeInMillis() - 类 中的方法org.elasticsearch.threadpool.ThreadPool
-
Returns a value of milliseconds that may be used for relative time calculations.
- Releasable - org.elasticsearch.common.lease中的接口
-
- ReleasableBytesStreamOutput - org.elasticsearch.common.io.stream中的类
-
- ReleasableBytesStreamOutput(BigArrays) - 类 的构造器org.elasticsearch.common.io.stream.ReleasableBytesStreamOutput
-
- ReleasableBytesStreamOutput(int, BigArrays) - 类 的构造器org.elasticsearch.common.io.stream.ReleasableBytesStreamOutput
-
- ReleasableLock - org.elasticsearch.common.util.concurrent中的类
-
Releasable lock used inside of Engine implementations
- ReleasableLock(Lock) - 类 的构造器org.elasticsearch.common.util.concurrent.ReleasableLock
-
- ReleasablePagedBytesReference - org.elasticsearch.common.bytes中的类
-
- ReleasablePagedBytesReference(BigArrays, ByteArray, int, Releasable) - 类 的构造器org.elasticsearch.common.bytes.ReleasablePagedBytesReference
-
- Releasables - org.elasticsearch.common.lease中的枚举
-
- release() - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- release() - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- release() - 类 中的方法org.elasticsearch.index.engine.Engine.GetResult
-
- releaseOnce(Releasable...) - 枚举 中的静态方法org.elasticsearch.common.lease.Releasables
-
- RELOAD_INTERVAL_HIGH - 类 中的静态变量org.elasticsearch.watcher.ResourceWatcherService
-
- RELOAD_INTERVAL_LOW - 类 中的静态变量org.elasticsearch.watcher.ResourceWatcherService
-
- RELOAD_INTERVAL_MEDIUM - 类 中的静态变量org.elasticsearch.watcher.ResourceWatcherService
-
- relocate(String, long) - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
Relocate the shard to another node.
- relocated(String, Consumer<GlobalCheckpointTracker.PrimaryContext>) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
Completes the relocation.
- relocateShard(ShardRouting, String, long, RoutingChangesObserver) - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes
-
Relocate a shard to another node, adding the target initializing
shard as well as assigning it.
- relocating() - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
Returns true iff the this shard is currently relocating to
another node.
- relocatingNodeId() - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
The relocating node id the shard is either relocating to or relocating from.
- relocationCompleted(ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.allocation.IndexMetaDataUpdater
-
- relocationCompleted(ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingNodesChangedObserver
-
- relocationCompleted(ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.RoutingChangesObserver.AbstractRoutingChangesObserver
-
- relocationCompleted(ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.RoutingChangesObserver.DelegatingRoutingChangesObserver
-
- relocationCompleted(ShardRouting) - 接口 中的方法org.elasticsearch.cluster.routing.RoutingChangesObserver
-
Called on relocation source when relocation completes after relocation target is started.
- relocationSourceRemoved(ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingNodesChangedObserver
-
- relocationSourceRemoved(ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.RoutingChangesObserver.AbstractRoutingChangesObserver
-
- relocationSourceRemoved(ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.RoutingChangesObserver.DelegatingRoutingChangesObserver
-
- relocationSourceRemoved(ShardRouting) - 接口 中的方法org.elasticsearch.cluster.routing.RoutingChangesObserver
-
Called on replica relocation target when replica relocation source fails.
- relocationStarted(ShardRouting, ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingNodesChangedObserver
-
- relocationStarted(ShardRouting, ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.RoutingChangesObserver.AbstractRoutingChangesObserver
-
- relocationStarted(ShardRouting, ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.RoutingChangesObserver.DelegatingRoutingChangesObserver
-
- relocationStarted(ShardRouting, ShardRouting) - 接口 中的方法org.elasticsearch.cluster.routing.RoutingChangesObserver
-
Called when relocation of a started shard is initiated.
- remaining() - 类 中的方法org.elasticsearch.cluster.routing.PlainShardsIterator
-
- remaining() - 接口 中的方法org.elasticsearch.cluster.routing.ShardsIterator
-
- remainingCapacity() - 类 中的方法org.elasticsearch.common.collect.EvictingQueue
-
- remainingCapacity() - 类 中的方法org.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- REMOTE_CLUSTER_INDEX_SEPARATOR - 类 中的静态变量org.elasticsearch.transport.RemoteClusterAware
-
- REMOTE_CLUSTER_SKIP_UNAVAILABLE - 类 中的静态变量org.elasticsearch.transport.RemoteClusterService
-
- REMOTE_CLUSTERS_SEEDS - 类 中的静态变量org.elasticsearch.transport.RemoteClusterAware
-
A list of initial seed nodes to discover eligible nodes from the remote cluster
- REMOTE_CONNECTIONS_PER_CLUSTER - 类 中的静态变量org.elasticsearch.transport.RemoteClusterService
-
The maximum number of connections that will be established to a remote cluster.
- REMOTE_INITIAL_CONNECTION_TIMEOUT_SETTING - 类 中的静态变量org.elasticsearch.transport.RemoteClusterService
-
The initial connect timeout for remote cluster connections
- REMOTE_NODE_ATTRIBUTE - 类 中的静态变量org.elasticsearch.transport.RemoteClusterService
-
The name of a node attribute to select nodes that should be connected to in the remote cluster.
- remoteAddress(TransportAddress) - 类 中的方法org.elasticsearch.transport.TransportMessage
-
- remoteAddress() - 类 中的方法org.elasticsearch.transport.TransportMessage
-
- RemoteClusterAware - org.elasticsearch.transport中的类
-
Base class for all services and components that need up-to-date information about the registered remote clusters
- RemoteClusterAware(Settings) - 类 的构造器org.elasticsearch.transport.RemoteClusterAware
-
- RemoteClusterService - org.elasticsearch.transport中的类
-
Basic service for accessing remote clusters via gateway nodes
- RemoteConnectionInfo - org.elasticsearch.transport中的类
-
This class encapsulates all remote cluster information to be rendered on
_remote/info requests.
- RemoteConnectionInfo(StreamInput) - 类 的构造器org.elasticsearch.transport.RemoteConnectionInfo
-
- RemoteInfo - org.elasticsearch.index.reindex中的类
-
- RemoteInfo(String, String, int, BytesReference, String, String, Map<String, String>, TimeValue, TimeValue) - 类 的构造器org.elasticsearch.index.reindex.RemoteInfo
-
- RemoteInfo(StreamInput) - 类 的构造器org.elasticsearch.index.reindex.RemoteInfo
-
Read from a stream.
- RemoteInfoAction - org.elasticsearch.action.admin.cluster.remote中的类
-
- RemoteInfoAction() - 类 的构造器org.elasticsearch.action.admin.cluster.remote.RemoteInfoAction
-
- RemoteInfoRequest - org.elasticsearch.action.admin.cluster.remote中的类
-
- RemoteInfoRequest() - 类 的构造器org.elasticsearch.action.admin.cluster.remote.RemoteInfoRequest
-
- RemoteInfoRequestBuilder - org.elasticsearch.action.admin.cluster.remote中的类
-
- RemoteInfoRequestBuilder(ElasticsearchClient, RemoteInfoAction) - 类 的构造器org.elasticsearch.action.admin.cluster.remote.RemoteInfoRequestBuilder
-
- RemoteInfoResponse - org.elasticsearch.action.admin.cluster.remote中的类
-
- RemoteRecoveryTargetHandler - org.elasticsearch.indices.recovery中的类
-
- RemoteRecoveryTargetHandler(long, ShardId, TransportService, DiscoveryNode, RecoverySettings, Consumer<Long>) - 类 的构造器org.elasticsearch.indices.recovery.RemoteRecoveryTargetHandler
-
- remoteShardFailed(ShardId, String, long, String, Exception, ShardStateAction.Listener) - 类 中的方法org.elasticsearch.cluster.action.shard.ShardStateAction
-
Send a shard failed request to the master node to update the cluster state with the failure of a shard on another node.
- RemoteTransportException - org.elasticsearch.transport中的异常错误
-
A remote exception for an action.
- RemoteTransportException(String, Throwable) - 异常错误 的构造器org.elasticsearch.transport.RemoteTransportException
-
- RemoteTransportException(String, TransportAddress, String, Throwable) - 异常错误 的构造器org.elasticsearch.transport.RemoteTransportException
-
- RemoteTransportException(StreamInput) - 异常错误 的构造器org.elasticsearch.transport.RemoteTransportException
-
- removalListener(RemovalListener<K, V>) - 类 中的方法org.elasticsearch.common.cache.CacheBuilder
-
- RemovalListener<K,V> - org.elasticsearch.common.cache中的接口
-
- RemovalNotification<K,V> - org.elasticsearch.common.cache中的类
-
- RemovalNotification(K, V, RemovalNotification.RemovalReason) - 类 的构造器org.elasticsearch.common.cache.RemovalNotification
-
- RemovalNotification.RemovalReason - org.elasticsearch.common.cache中的枚举
-
- remove() - 类 中的静态方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- Remove(String, String) - 类 的构造器org.elasticsearch.cluster.metadata.AliasAction.Remove
-
Build the operation.
- remove(String) - 类 中的方法org.elasticsearch.cluster.metadata.MetaData.Builder
-
- remove(String) - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes.Builder
-
- remove(DiscoveryNode) - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes.Builder
-
- remove() - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards.UnassignedIterator
-
Unsupported operation, just there for the interface.
- remove(String) - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable.Builder
-
- remove() - 类 中的方法org.elasticsearch.common.collect.EvictingQueue
-
- remove(Object) - 类 中的方法org.elasticsearch.common.collect.EvictingQueue
-
- remove(int) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- remove(KType) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- remove(K) - 类 中的方法org.elasticsearch.common.collect.MapBuilder
-
- remove(String) - 类 中的方法org.elasticsearch.common.settings.Settings.Builder
-
Removes the provided setting from the internal map holding the current list of settings.
- remove(long) - 类 中的方法org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- remove(Object) - 类 中的方法org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- remove(Object, Object) - 类 中的方法org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- remove(long) - 接口 中的方法org.elasticsearch.common.util.concurrent.ConcurrentMapLong
-
- remove(Object) - 类 中的方法org.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- remove(long) - 类 中的方法org.elasticsearch.common.util.LongObjectPagedHashMap
-
Remove the entry which has this key in the hash table and return the
associated value or null if there was no entry associated with this key.
- remove(Object) - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues
-
- remove() - 类 中的方法org.elasticsearch.index.mapper.ContentPath
-
- remove() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks.Iter
-
- remove() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles.Iter
-
- remove() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks.Iter
-
- remove() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles.Iter
-
- remove() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket.Iter
-
- remove(Object) - 类 中的方法org.elasticsearch.search.lookup.LeafDocLookup
-
- remove(Object) - 类 中的方法org.elasticsearch.search.lookup.LeafFieldsLookup
-
- remove(Object) - 类 中的方法org.elasticsearch.search.lookup.SourceLookup
-
- remove(Listener) - 类 中的方法org.elasticsearch.watcher.AbstractResourceWatcher
-
Unregisters a listener
- removeAlias(String, String) - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
-
Removes an alias from the index.
- removeAlias(String[], String...) - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
-
Removes aliases from the index.
- removeAlias(String, String[]) - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
-
Removes aliases from the index.
- removeAlias(String) - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- removeAll(Collection<?>) - 类 中的方法org.elasticsearch.common.collect.EvictingQueue
-
- removeAll(IntContainer) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- removeAll(IntPredicate) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- removeAll(IntObjectPredicate<? super VType>) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- removeAll(ObjectContainer<? super KType>) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- removeAll(ObjectPredicate<? super KType>) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- removeAll(ObjectObjectPredicate<? super KType, ? super VType>) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- removeAllAliases() - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- removeAllIndices() - 类 中的方法org.elasticsearch.cluster.metadata.MetaData.Builder
-
- removeAndAdd(long) - 类 中的方法org.elasticsearch.common.util.BytesRefHash
-
- removeAndAdd(long) - 类 中的方法org.elasticsearch.common.util.LongHash
-
- removeAndAdd(long) - 类 中的方法org.elasticsearch.common.util.LongObjectPagedHashMap
-
- removeAndIgnore(UnassignedInfo.AllocationStatus, RoutingChangesObserver) - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards.UnassignedIterator
-
Removes and ignores the unassigned shard (will be ignored for this run, but
will be added back to unassigned once the metadata is constructed again).
- removeAppender(Logger, Appender) - 类 中的静态方法org.elasticsearch.common.logging.Loggers
-
- removeApplier(ClusterStateApplier) - 类 中的方法org.elasticsearch.cluster.service.ClusterApplierService
-
Removes an applier of updated cluster states.
- removeApplier(ClusterStateApplier) - 类 中的方法org.elasticsearch.cluster.service.ClusterService
-
Removes an applier of updated cluster states.
- removeBan(TaskId) - 类 中的方法org.elasticsearch.tasks.TaskManager
-
Removes the ban for the specified parent task.
- removeConnectionListener(TransportConnectionListener) - 类 中的方法org.elasticsearch.transport.TransportService
-
- removeContext(long) - 类 中的方法org.elasticsearch.search.SearchService
-
- removeCorruptionMarker() - 类 中的方法org.elasticsearch.index.store.Store
-
Deletes all corruption markers from this store.
- removeCurrentReference() - 类 中的方法org.elasticsearch.common.inject.internal.ConstructionContext
-
- removeCustom(String) - 类 中的方法org.elasticsearch.cluster.ClusterState.Builder
-
- removeCustom(String) - 类 中的方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
-
- removeCustom(String) - 类 中的方法org.elasticsearch.cluster.metadata.MetaData.Builder
-
- removed() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes.Delta
-
- removedNodes() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes.Delta
-
- removeField(TemplateScript.Factory) - 类 中的方法org.elasticsearch.ingest.IngestDocument
-
Removes the field identified by the provided path.
- removeField(String) - 类 中的方法org.elasticsearch.ingest.IngestDocument
-
Removes the field identified by the provided path.
- removeGlobalBlock(ClusterBlock) - 类 中的方法org.elasticsearch.cluster.block.ClusterBlocks.Builder
-
- removeGlobalBlock(int) - 类 中的方法org.elasticsearch.cluster.block.ClusterBlocks.Builder
-
- removeIndex() - 类 中的静态方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- removeIndex(String) - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
-
- RemoveIndex(String) - 类 的构造器org.elasticsearch.cluster.metadata.AliasAction.RemoveIndex
-
- removeIndex(Index, IndicesClusterStateService.AllocatedIndices.IndexRemovalReason, String) - 接口 中的方法org.elasticsearch.indices.cluster.IndicesClusterStateService.AllocatedIndices
-
Removes the given index from this service and releases all associated resources.
- removeIndex(Index, IndicesClusterStateService.AllocatedIndices.IndexRemovalReason, String) - 类 中的方法org.elasticsearch.indices.IndicesService
-
- removeIndexBlock(String, ClusterBlock) - 类 中的方法org.elasticsearch.cluster.block.ClusterBlocks.Builder
-
- removeIndexBlocks(String) - 类 中的方法org.elasticsearch.cluster.block.ClusterBlocks.Builder
-
- removeLifecycleListener(LifecycleListener) - 类 中的方法org.elasticsearch.common.component.AbstractLifecycleComponent
-
- removeLifecycleListener(LifecycleListener) - 接口 中的方法org.elasticsearch.common.component.LifecycleComponent
-
- removeListener() - 枚举 中的方法org.elasticsearch.action.ThreadingModel
-
- removeListener(ClusterStateListener) - 类 中的方法org.elasticsearch.cluster.service.ClusterApplierService
-
Removes a listener for updated cluster states.
- removeListener(ClusterStateListener) - 类 中的方法org.elasticsearch.cluster.service.ClusterService
-
Removes a listener for updated cluster states.
- removeListener(MasterFaultDetection.Listener) - 类 中的方法org.elasticsearch.discovery.zen.MasterFaultDetection
-
- removeListener(NodesFaultDetection.Listener) - 类 中的方法org.elasticsearch.discovery.zen.NodesFaultDetection
-
- removeListener(SnapshotsService.SnapshotCompletionListener) - 类 中的方法org.elasticsearch.snapshots.SnapshotsService
-
Removes snapshot completion listener
- removeLocalNodeMasterListener(LocalNodeMasterListener) - 类 中的方法org.elasticsearch.cluster.service.ClusterApplierService
-
Remove the given listener for on/off local master events
- removeLocalNodeMasterListener(LocalNodeMasterListener) - 类 中的方法org.elasticsearch.cluster.service.ClusterService
-
Remove the given listener for on/off local master events
- removeMapping(String) - 类 中的方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
-
- removeOpenIndexOutputs(String) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryTarget
-
remove and IndexOutput for a given file.
- removeOperation() - 枚举 中的方法org.elasticsearch.action.ThreadingModel
-
- removeRelocationSource() - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
Removes relocation source of a non-primary shard.
- removeReplica() - 类 中的方法org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
-
- RemoveRequest(String) - 类 的构造器org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.RemoveRequest
-
- RemoveResponse(boolean) - 类 的构造器org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.RemoveResponse
-
- removeShard(ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable.Builder
-
- removeShard(int, String) - 类 中的方法org.elasticsearch.index.IndexService
-
- removeShard(int, String) - 接口 中的方法org.elasticsearch.indices.cluster.IndicesClusterStateService.AllocatedIndex
-
Removes shard with given id.
- removeSnapshot(SnapshotId) - 类 中的方法org.elasticsearch.repositories.RepositoryData
-
Remove a snapshot and remove any indices that no longer exist in the repository due to the deletion of the snapshot.
- removeStaleIdsWithoutRoutings(ClusterState, List<StaleShard>) - 类 中的静态方法org.elasticsearch.cluster.routing.allocation.IndexMetaDataUpdater
-
Removes allocation ids from the in-sync set for shard copies for which there is no routing entries in the routing table.
- removeTemplate(String) - 类 中的方法org.elasticsearch.cluster.metadata.MetaData.Builder
-
- removeTemplates(MetaDataIndexTemplateService.RemoveRequest, MetaDataIndexTemplateService.RemoveListener) - 类 中的方法org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService
-
- removeThreadContext(ThreadContext) - 类 中的静态方法org.elasticsearch.common.logging.DeprecationLogger
-
Remove the
ThreadContext used to add deprecation headers to network responses.
- removeTimeoutListener(TimeoutClusterStateListener) - 类 中的方法org.elasticsearch.cluster.service.ClusterApplierService
-
Removes a timeout listener for updated cluster states.
- removeTimeoutListener(TimeoutClusterStateListener) - 类 中的方法org.elasticsearch.cluster.service.ClusterService
-
Removes a timeout listener for updated cluster states.
- removeTransportAddress(TransportAddress) - 类 中的方法org.elasticsearch.client.transport.TransportClient
-
Removes a transport address from the list of transport addresses that are used to connect to.
- renameAllTempFiles() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryTarget
-
renames all temporary files to their true name, potentially overriding existing files
- renamePattern(String) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Sets rename pattern that should be applied to restored indices.
- renamePattern() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Returns rename pattern
- renamePattern() - 类 中的方法org.elasticsearch.snapshots.RestoreService.RestoreRequest
-
Returns rename pattern
- renameReplacement(String) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
- renameReplacement() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Returns rename replacement
- renameReplacement() - 类 中的方法org.elasticsearch.snapshots.RestoreService.RestoreRequest
-
Returns replacement pattern
- renameTempFilesSafe(Map<String, String>) - 类 中的方法org.elasticsearch.index.store.Store
-
Renames all the given files from the key of the map to the
value of the map.
- renderTemplate(TemplateScript.Factory) - 类 中的方法org.elasticsearch.ingest.IngestDocument
-
- replace(String, String, String) - 类 中的静态方法org.elasticsearch.common.Strings
-
Replace all occurrences of a substring within a string with
another string.
- replace(Long, T, T) - 类 中的方法org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- replace(Long, T) - 类 中的方法org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- replaceAll(UnaryOperator<T>) - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues
-
- replaceMissing(ValuesSource.Bytes, BytesRef) - 枚举 中的静态方法org.elasticsearch.search.aggregations.support.MissingValues
-
- replaceMissing(ValuesSource.Numeric, Number) - 枚举 中的静态方法org.elasticsearch.search.aggregations.support.MissingValues
-
- replaceMissing(ValuesSource.Bytes.WithOrdinals, BytesRef) - 枚举 中的静态方法org.elasticsearch.search.aggregations.support.MissingValues
-
- replaceMissing(ValuesSource.GeoPoint, GeoPoint) - 枚举 中的静态方法org.elasticsearch.search.aggregations.support.MissingValues
-
- replacePropertyPlaceholders() - 类 中的方法org.elasticsearch.common.settings.Settings.Builder
-
Runs across all the settings set on this builder and
replaces ${...}
- replay(long...) - 类 中的方法org.elasticsearch.search.aggregations.bucket.DeferringBucketCollector
-
- replicaActiveInitializingShardIt() - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- ReplicaAfterPrimaryActiveAllocationDecider - org.elasticsearch.cluster.routing.allocation.decider中的类
-
An allocation strategy that only allows for a replica to be allocated when the primary is active.
- ReplicaAfterPrimaryActiveAllocationDecider(Settings) - 类 的构造器org.elasticsearch.cluster.routing.allocation.decider.ReplicaAfterPrimaryActiveAllocationDecider
-
- replicaFirstActiveInitializingShardsIt() - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- ReplicaOperationTransportHandler() - 类 的构造器org.elasticsearch.action.support.replication.TransportReplicationAction.ReplicaOperationTransportHandler
-
- replicaPromoted(ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingNodesChangedObserver
-
- replicaPromoted(ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.RoutingChangesObserver.AbstractRoutingChangesObserver
-
- replicaPromoted(ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.RoutingChangesObserver.DelegatingRoutingChangesObserver
-
- replicaPromoted(ShardRouting) - 接口 中的方法org.elasticsearch.cluster.routing.RoutingChangesObserver
-
Called when started replica is promoted to primary.
- replicaRequest() - 接口 中的方法org.elasticsearch.action.support.replication.ReplicationOperation.PrimaryResult
-
- replicaRequest() - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction.PrimaryResult
-
- ReplicaResponse(long, long) - 类 的构造器org.elasticsearch.action.support.replication.TransportReplicationAction.ReplicaResponse
-
- ReplicaResult(Exception) - 类 的构造器org.elasticsearch.action.support.replication.TransportReplicationAction.ReplicaResult
-
- ReplicaResult() - 类 的构造器org.elasticsearch.action.support.replication.TransportReplicationAction.ReplicaResult
-
- ReplicaShardAllocator - org.elasticsearch.gateway中的类
-
- ReplicaShardAllocator(Settings) - 类 的构造器org.elasticsearch.gateway.ReplicaShardAllocator
-
- replicaShards() - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- replicaShardsWithState(ShardRoutingState...) - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- ReplicasProxy(long) - 类 的构造器org.elasticsearch.action.support.replication.TransportReplicationAction.ReplicasProxy
-
- ReplicatedWriteRequest<R extends ReplicatedWriteRequest<R>> - org.elasticsearch.action.support.replication中的类
-
- ReplicatedWriteRequest() - 类 的构造器org.elasticsearch.action.support.replication.ReplicatedWriteRequest
-
Constructor for deserialization.
- ReplicatedWriteRequest(ShardId) - 类 的构造器org.elasticsearch.action.support.replication.ReplicatedWriteRequest
-
- ReplicationGroup - org.elasticsearch.index.shard中的类
-
Replication group for a shard.
- ReplicationGroup(IndexShardRoutingTable, Set<String>) - 类 的构造器org.elasticsearch.index.shard.ReplicationGroup
-
- ReplicationOperation<Request extends ReplicationRequest<Request>,ReplicaRequest extends ReplicationRequest<ReplicaRequest>,PrimaryResultT extends ReplicationOperation.PrimaryResult<ReplicaRequest>> - org.elasticsearch.action.support.replication中的类
-
- ReplicationOperation(Request, ReplicationOperation.Primary<Request, ReplicaRequest, PrimaryResultT>, ActionListener<PrimaryResultT>, ReplicationOperation.Replicas<ReplicaRequest>, Logger, String) - 类 的构造器org.elasticsearch.action.support.replication.ReplicationOperation
-
- ReplicationOperation.Primary<RequestT extends ReplicationRequest<RequestT>,ReplicaRequestT extends ReplicationRequest<ReplicaRequestT>,PrimaryResultT extends ReplicationOperation.PrimaryResult<ReplicaRequestT>> - org.elasticsearch.action.support.replication中的接口
-
An encapsulation of an operation that is to be performed on the primary shard
- ReplicationOperation.PrimaryResult<RequestT extends ReplicationRequest<RequestT>> - org.elasticsearch.action.support.replication中的接口
-
- ReplicationOperation.ReplicaResponse - org.elasticsearch.action.support.replication中的接口
-
An interface to encapsulate the metadata needed from replica shards when they respond to operations performed on them.
- ReplicationOperation.Replicas<RequestT extends ReplicationRequest<RequestT>> - org.elasticsearch.action.support.replication中的接口
-
An encapsulation of an operation that will be executed on the replica shards, if present.
- ReplicationOperation.RetryOnPrimaryException - org.elasticsearch.action.support.replication中的异常错误
-
- ReplicationRequest<Request extends ReplicationRequest<Request>> - org.elasticsearch.action.support.replication中的类
-
- ReplicationRequest() - 类 的构造器org.elasticsearch.action.support.replication.ReplicationRequest
-
- ReplicationRequest(ShardId) - 类 的构造器org.elasticsearch.action.support.replication.ReplicationRequest
-
Creates a new request with resolved shard id
- ReplicationRequestBuilder<Request extends ReplicationRequest<Request>,Response extends ActionResponse,RequestBuilder extends ReplicationRequestBuilder<Request,Response,RequestBuilder>> - org.elasticsearch.action.support.replication中的类
-
- ReplicationRequestBuilder(ElasticsearchClient, Action<Request, Response, RequestBuilder>, Request) - 类 的构造器org.elasticsearch.action.support.replication.ReplicationRequestBuilder
-
- ReplicationResponse - org.elasticsearch.action.support.replication中的类
-
Base class for write action responses.
- ReplicationResponse() - 类 的构造器org.elasticsearch.action.support.replication.ReplicationResponse
-
- ReplicationResponse.ShardInfo - org.elasticsearch.action.support.replication中的类
-
- ReplicationResponse.ShardInfo.Failure - org.elasticsearch.action.support.replication中的类
-
- ReplicationTask - org.elasticsearch.action.support.replication中的类
-
Task that tracks replication actions.
- ReplicationTask(long, String, String, String, TaskId) - 类 的构造器org.elasticsearch.action.support.replication.ReplicationTask
-
- ReplicationTask.Status - org.elasticsearch.action.support.replication中的类
-
- repoFiles() - 类 中的方法org.elasticsearch.env.Environment
-
The shared filesystem repo locations.
- repositories() - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesRequest
-
The names of the repositories.
- repositories(String[]) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesRequest
-
Sets the list or repositories.
- repositories() - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesResponse
-
List of repositories to return
- repositories() - 类 中的方法org.elasticsearch.cluster.metadata.RepositoriesMetaData
-
Returns list of currently registered repositories
- REPOSITORIES_CHUNK_SIZE_SETTING - 类 中的静态变量org.elasticsearch.repositories.fs.FsRepository
-
- REPOSITORIES_COMPRESS_SETTING - 类 中的静态变量org.elasticsearch.repositories.fs.FsRepository
-
- REPOSITORIES_LOCATION_SETTING - 类 中的静态变量org.elasticsearch.repositories.fs.FsRepository
-
- RepositoriesMetaData - org.elasticsearch.cluster.metadata中的类
-
Contains metadata about registered snapshot repositories
- RepositoriesMetaData(RepositoryMetaData...) - 类 的构造器org.elasticsearch.cluster.metadata.RepositoriesMetaData
-
Constructs new repository metadata
- RepositoriesMetaData(StreamInput) - 类 的构造器org.elasticsearch.cluster.metadata.RepositoriesMetaData
-
- RepositoriesModule - org.elasticsearch.repositories中的类
-
Sets up classes for Snapshot/Restore.
- RepositoriesModule(Environment, List<RepositoryPlugin>, NamedXContentRegistry) - 类 的构造器org.elasticsearch.repositories.RepositoriesModule
-
- RepositoriesService - org.elasticsearch.repositories中的类
-
Service responsible for maintaining and providing access to snapshot repositories on nodes.
- RepositoriesService(Settings, ClusterService, TransportService, Map<String, Repository.Factory>) - 类 的构造器org.elasticsearch.repositories.RepositoriesService
-
- RepositoriesService.RegisterRepositoryRequest - org.elasticsearch.repositories中的类
-
Register repository request
- RepositoriesService.UnregisterRepositoryRequest - org.elasticsearch.repositories中的类
-
Unregister repository request
- RepositoriesService.VerifyResponse - org.elasticsearch.repositories中的类
-
Verify repository request
- repository(String) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Sets repository name
- repository() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Returns repository name
- repository(String) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequest
-
- repository() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequest
-
Returns repository name
- repository(String) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
-
Sets repository name
- repository() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
-
Returns repository name
- repository(String) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Sets repository name
- repository() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Returns repository name
- repository(String) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
-
Sets repository name
- repository() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
-
Returns repository name
- repository(String) - 类 中的方法org.elasticsearch.cluster.metadata.RepositoriesMetaData
-
Returns a repository with a given name or null if such repository doesn't exist
- repository(String) - 类 中的方法org.elasticsearch.repositories.RepositoriesService
-
Returns registered repository
This method is called only on the master node
- Repository - org.elasticsearch.repositories中的接口
-
An interface for interacting with a repository in snapshot and restore.
- repository() - 异常错误 中的方法org.elasticsearch.repositories.RepositoryException
-
Returns repository name
- Repository.Factory - org.elasticsearch.repositories中的接口
-
An factory interface for constructing repositories.
- RepositoryData - org.elasticsearch.repositories中的类
-
A class that represents the data in a repository, as captured in the
repository's index blob.
- RepositoryData(long, Map<String, SnapshotId>, Map<String, SnapshotState>, Map<IndexId, Set<SnapshotId>>, List<SnapshotId>) - 类 的构造器org.elasticsearch.repositories.RepositoryData
-
- RepositoryException - org.elasticsearch.repositories中的异常错误
-
Generic repository exception
- RepositoryException(String, String) - 异常错误 的构造器org.elasticsearch.repositories.RepositoryException
-
- RepositoryException(String, String, Throwable) - 异常错误 的构造器org.elasticsearch.repositories.RepositoryException
-
- RepositoryException(StreamInput) - 异常错误 的构造器org.elasticsearch.repositories.RepositoryException
-
- RepositoryMetaData - org.elasticsearch.cluster.metadata中的类
-
Metadata about registered repository
- RepositoryMetaData(String, String, Settings) - 类 的构造器org.elasticsearch.cluster.metadata.RepositoryMetaData
-
Constructs new repository metadata
- RepositoryMetaData(StreamInput) - 类 的构造器org.elasticsearch.cluster.metadata.RepositoryMetaData
-
- RepositoryMissingException - org.elasticsearch.repositories中的异常错误
-
Repository missing exception
- RepositoryMissingException(String) - 异常错误 的构造器org.elasticsearch.repositories.RepositoryMissingException
-
- RepositoryMissingException(StreamInput) - 异常错误 的构造器org.elasticsearch.repositories.RepositoryMissingException
-
- repositoryName() - 类 中的方法org.elasticsearch.snapshots.RestoreService.RestoreRequest
-
Returns repository name
- repositoryName() - 类 中的方法org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
-
Returns the repository name
- RepositoryPlugin - org.elasticsearch.plugins中的接口
-
An extension point for
Plugin implementations to add custom snapshot repositories.
- RepositoryVerificationException - org.elasticsearch.repositories中的异常错误
-
Repository verification exception
- RepositoryVerificationException(String, String) - 异常错误 的构造器org.elasticsearch.repositories.RepositoryVerificationException
-
- RepositoryVerificationException(String, String, Throwable) - 异常错误 的构造器org.elasticsearch.repositories.RepositoryVerificationException
-
- RepositoryVerificationException(StreamInput) - 异常错误 的构造器org.elasticsearch.repositories.RepositoryVerificationException
-
- request - 类 中的变量org.elasticsearch.action.ActionRequestBuilder
-
- request() - 类 中的方法org.elasticsearch.action.ActionRequestBuilder
-
- Request() - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.Request
-
- Request(String[]) - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.Request
-
- request() - 类 中的方法org.elasticsearch.action.bulk.BulkItemRequest
-
- request() - 类 中的方法org.elasticsearch.action.support.single.shard.TransportSingleShardAction.InternalRequest
-
- request() - 接口 中的方法org.elasticsearch.action.support.WriteRequestBuilder
-
- REQUEST - 接口 中的静态变量org.elasticsearch.common.breaker.CircuitBreaker
-
- Request() - 类 的构造器org.elasticsearch.gateway.TransportNodesListGatewayMetaState.Request
-
- Request(String...) - 类 的构造器org.elasticsearch.gateway.TransportNodesListGatewayMetaState.Request
-
- Request() - 类 的构造器org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.Request
-
- Request(ShardId, DiscoveryNode[]) - 类 的构造器org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.Request
-
- Request(ShardId) - 类 的构造器org.elasticsearch.index.seqno.GlobalCheckpointSyncAction.Request
-
- Request() - 类 的构造器org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.Request
-
- Request(ShardId, DiscoveryNode[]) - 类 的构造器org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.Request
-
- request - 类 中的变量org.elasticsearch.rest.AbstractRestChannel
-
- request() - 类 中的方法org.elasticsearch.rest.AbstractRestChannel
-
- REQUEST - 类 中的静态变量org.elasticsearch.rest.action.admin.indices.RestClearIndicesCacheAction.Fields
-
- request() - 接口 中的方法org.elasticsearch.rest.RestChannel
-
- request() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- request() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- REQUEST_CIRCUIT_BREAKER_LIMIT_SETTING - 类 中的静态变量org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
-
- REQUEST_CIRCUIT_BREAKER_OVERHEAD_SETTING - 类 中的静态变量org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
-
- REQUEST_CIRCUIT_BREAKER_TYPE_SETTING - 类 中的静态变量org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
-
- REQUEST_ID_SIZE - 类 中的静态变量org.elasticsearch.transport.TcpHeader
-
- requestCache() - 类 中的方法org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
-
- requestCache(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
-
- requestCache - 类 中的变量org.elasticsearch.action.admin.indices.stats.CommonStats
-
- requestCache(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- requestCache() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- requestCache(Boolean) - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
Sets if this request should use the request cache or not, assuming that it can (for
example, if "now" is used, it will never be cached).
- requestCache() - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
- requestCache() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- requestCache() - 类 中的方法org.elasticsearch.search.internal.ShardSearchLocalRequest
-
- requestCache() - 接口 中的方法org.elasticsearch.search.internal.ShardSearchRequest
-
- requestCache() - 类 中的方法org.elasticsearch.search.internal.ShardSearchTransportRequest
-
- RequestCacheStats - org.elasticsearch.index.cache.request中的类
-
- RequestCacheStats() - 类 的构造器org.elasticsearch.index.cache.request.RequestCacheStats
-
- RequestCacheStats(long, long, long, long) - 类 的构造器org.elasticsearch.index.cache.request.RequestCacheStats
-
- RequestHandlerRegistry<Request extends TransportRequest> - org.elasticsearch.transport中的类
-
- RequestHandlerRegistry(String, Supplier<Request>, TaskManager, TransportRequestHandler<Request>, String, boolean, boolean) - 类 的构造器org.elasticsearch.transport.RequestHandlerRegistry
-
- requestId - 类 中的变量org.elasticsearch.search.SearchPhaseResult
-
- requestInjection(Object) - 类 中的方法org.elasticsearch.common.inject.AbstractModule
-
- requestInjection(TypeLiteral<T>, T) - 接口 中的方法org.elasticsearch.common.inject.Binder
-
Upon successful creation, the
Injector will inject instance fields
and methods of the given object.
- requestInjection(Object) - 接口 中的方法org.elasticsearch.common.inject.Binder
-
Upon successful creation, the
Injector will inject instance fields
and methods of the given object.
- requests() - 类 中的方法org.elasticsearch.action.bulk.BulkRequest
-
The list of requests in this bulk request.
- requests() - 类 中的方法org.elasticsearch.action.search.MultiSearchRequest
-
- Requests - org.elasticsearch.client中的类
-
A handy one stop shop for creating requests (make sure to import static this class).
- Requests() - 类 的构造器org.elasticsearch.client.Requests
-
- requestStaticInjection(Class<?>...) - 类 中的方法org.elasticsearch.common.inject.AbstractModule
-
- requestStaticInjection(Class<?>...) - 接口 中的方法org.elasticsearch.common.inject.Binder
-
Upon successful creation, the
Injector will inject static fields
and methods in the given classes.
- requestSupplier - 类 中的变量org.elasticsearch.action.support.tasks.TransportTasksAction
-
- REQUIRE_FIELD_MATCH_FIELD - 类 中的静态变量org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- requireBinding(Key<?>) - 类 中的方法org.elasticsearch.common.inject.AbstractModule
-
Adds a dependency from this module to key.
- requireBinding(Class<?>) - 类 中的方法org.elasticsearch.common.inject.AbstractModule
-
Adds a dependency from this module to type.
- required() - 类 中的方法org.elasticsearch.cluster.metadata.MappingMetaData.Routing
-
- required(boolean) - 类 中的方法org.elasticsearch.index.mapper.RoutingFieldMapper.Builder
-
- REQUIRED - 类 中的静态变量org.elasticsearch.index.mapper.RoutingFieldMapper.Defaults
-
- required() - 类 中的方法org.elasticsearch.index.mapper.RoutingFieldMapper
-
- REQUIRED_SIZE_FIELD_NAME - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
-
- requiredContent() - 类 中的方法org.elasticsearch.rest.RestRequest
-
- requiredSize - 类 中的变量org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
-
- requiredSize - 类 中的变量org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
-
- requireFieldMatch - 类 中的变量org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- requireFieldMatch(Boolean) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
Set to true to cause a field to be highlighted only if a query matches that field.
- requireFieldMatch() - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- requireFieldMatch() - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
-
- requireFilters() - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
- REQUIRES_NAME_SETTING - 类 中的静态变量org.elasticsearch.action.support.DestructiveOperations
-
Setting which controls whether wildcard usage (*, prefix*, _all) is allowed.
- requiresAnalysisSettings() - 接口 中的方法org.elasticsearch.indices.analysis.AnalysisModule.AnalysisProvider
-
If true the analysis component created by this provider requires certain settings to be instantiated.
- requiresKeystore() - 类 中的方法org.elasticsearch.plugins.PluginInfo
-
Whether or not the plugin requires the elasticsearch keystore to exist.
- requireValidHeader(String) - 类 中的静态方法org.elasticsearch.rest.DeprecationRestHandler
-
- requireValue(T, String) - 类 中的静态方法org.elasticsearch.index.query.AbstractQueryBuilder
-
- requriesAnalysisSettings(AnalysisModule.AnalysisProvider<T>) - 接口 中的静态方法org.elasticsearch.plugins.AnalysisPlugin
-
- reroute(ClusterRerouteRequest) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Reroutes allocation of shards.
- reroute(ClusterRerouteRequest, ActionListener<ClusterRerouteResponse>) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Reroutes allocation of shards.
- reroute(ClusterState, AllocationCommands, boolean, boolean) - 类 中的方法org.elasticsearch.cluster.routing.allocation.AllocationService
-
- reroute(ClusterState, String) - 类 中的方法org.elasticsearch.cluster.routing.allocation.AllocationService
-
Reroutes the routing table based on the live nodes.
- reroute(ClusterState, String, boolean) - 类 中的方法org.elasticsearch.cluster.routing.allocation.AllocationService
-
Reroutes the routing table based on the live nodes.
- reroute() - 类 中的方法org.elasticsearch.cluster.routing.allocation.DiskThresholdMonitor
-
- reroute(String) - 类 中的方法org.elasticsearch.cluster.routing.RoutingService
-
Initiates a reroute.
- reroute(ShardId, String) - 类 中的方法org.elasticsearch.gateway.AsyncShardFetch
-
Implement this in order to scheduled another round that causes a call to fetch data.
- RerouteExplanation - org.elasticsearch.cluster.routing.allocation中的类
-
Class encapsulating the explanation for a single
AllocationCommand
taken from the Deciders
- RerouteExplanation(AllocationCommand, Decision) - 类 的构造器org.elasticsearch.cluster.routing.allocation.RerouteExplanation
-
- rescore() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- rescore() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- rescore(TopDocs, IndexSearcher, RescoreContext) - 类 中的方法org.elasticsearch.search.rescore.QueryRescorer
-
- rescore(TopDocs, IndexSearcher, RescoreContext) - 接口 中的方法org.elasticsearch.search.rescore.Rescorer
-
Modifies the result of the previously executed search (
TopDocs)
in place based on the given
RescoreContext.
- RESCORE_FIELD - 类 中的静态变量org.elasticsearch.search.builder.SearchSourceBuilder
-
- RescoreContext - org.elasticsearch.search.rescore中的类
-
Context available to the rescore while it is running.
- RescoreContext(int, Rescorer) - 类 的构造器org.elasticsearch.search.rescore.RescoreContext
-
Build the context.
- RescorePhase - org.elasticsearch.search.rescore中的类
-
Rescore phase of a search request, used to run potentially expensive scoring models against the top matching documents.
- RescorePhase(Settings) - 类 的构造器org.elasticsearch.search.rescore.RescorePhase
-
- rescoreQueryWeight() - 类 中的方法org.elasticsearch.search.rescore.QueryRescorer.QueryRescoreContext
-
- rescorer() - 类 中的方法org.elasticsearch.search.rescore.RescoreContext
-
The rescorer to actually apply.
- Rescorer - org.elasticsearch.search.rescore中的接口
-
A query rescorer interface used to re-rank the Top-K results of a previously
executed search.
- RescorerBuilder<RB extends RescorerBuilder<RB>> - org.elasticsearch.search.rescore中的类
-
- RescorerBuilder() - 类 的构造器org.elasticsearch.search.rescore.RescorerBuilder
-
Construct an empty RescoreBuilder.
- RescorerBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.rescore.RescorerBuilder
-
Read from a stream.
- RescorerSpec(ParseField, Writeable.Reader<? extends T>, CheckedFunction<XContentParser, T, IOException>) - 类 的构造器org.elasticsearch.plugins.SearchPlugin.RescorerSpec
-
- RescorerSpec(String, Writeable.Reader<? extends T>, CheckedFunction<XContentParser, T, IOException>) - 类 的构造器org.elasticsearch.plugins.SearchPlugin.RescorerSpec
-
- rescores() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Gets the bytes representing the rescore builders for this request.
- reset() - 类 中的方法org.elasticsearch.cluster.routing.PlainShardsIterator
-
- reset() - 接口 中的方法org.elasticsearch.cluster.routing.ShardIterator
-
Resets the iterator.
- reset() - 接口 中的方法org.elasticsearch.cluster.routing.ShardsIterator
-
Resets the iterator to its initial state.
- reset(double, double) - 类 中的方法org.elasticsearch.common.geo.GeoPoint
-
- reset() - 类 中的方法org.elasticsearch.common.inject.internal.Stopwatch
-
Resets and returns elapsed time in milliseconds.
- reset() - 类 中的方法org.elasticsearch.common.io.FastCharArrayReader
-
Resets the stream to the most recent mark, or to the beginning if it has
never been marked.
- reset() - 类 中的方法org.elasticsearch.common.io.FastCharArrayWriter
-
Resets the buffer so that you can use it again without
throwing away the already allocated buffer.
- reset() - 类 中的方法org.elasticsearch.common.io.FastStringReader
-
Resets the stream to the most recent mark, or to the beginning of the
string if it has never been marked.
- reset() - 类 中的方法org.elasticsearch.common.io.stream.ByteBufferStreamInput
-
- reset() - 类 中的方法org.elasticsearch.common.io.stream.BytesStreamOutput
-
- reset() - 类 中的方法org.elasticsearch.common.io.stream.DataOutputStreamOutput
-
- reset() - 类 中的方法org.elasticsearch.common.io.stream.FilterStreamInput
-
- reset() - 类 中的方法org.elasticsearch.common.io.stream.InputStreamStreamInput
-
- reset() - 类 中的方法org.elasticsearch.common.io.stream.OutputStreamStreamOutput
-
- reset() - 类 中的方法org.elasticsearch.common.io.stream.ReleasableBytesStreamOutput
-
- reset() - 类 中的方法org.elasticsearch.common.io.stream.StreamOutput
-
- reset() - 类 中的方法org.elasticsearch.common.io.UTF8StreamWriter
-
- reset() - 类 中的方法org.elasticsearch.common.lucene.store.InputStreamIndexInput
-
- reset() - 类 中的方法org.elasticsearch.common.util.concurrent.ThreadBarrier.BarrierTimer
-
resets (clears) this timer before next execution.
- reset(Exception) - 类 中的方法org.elasticsearch.common.util.concurrent.ThreadBarrier
-
Resets the barrier to its initial state.
- reset() - 类 中的方法org.elasticsearch.index.fieldvisitor.FieldsVisitor
-
- reset(String) - 类 中的方法org.elasticsearch.index.fieldvisitor.SingleFieldsVisitor
-
- reset() - 类 中的方法org.elasticsearch.index.translog.BufferedChecksumStreamInput
-
- reset() - 类 中的方法org.elasticsearch.index.translog.BufferedChecksumStreamOutput
-
- reset() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Index
-
- reset() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Timer
-
- reset() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Translog
-
- reset() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.VerifyIndex
-
- reset(SearchHit, LeafReaderContext, int, IndexSearcher) - 类 中的方法org.elasticsearch.search.fetch.FetchSubPhase.HitContext
-
- reset(TokenStream) - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.TokenConsumer
-
- resetAndLog(String) - 类 中的方法org.elasticsearch.common.inject.internal.Stopwatch
-
Resets and logs elapsed time in milliseconds.
- resetDigest() - 类 中的方法org.elasticsearch.index.translog.BufferedChecksumStreamInput
-
- resetDigest() - 类 中的方法org.elasticsearch.index.translog.BufferedChecksumStreamOutput
-
- resetFromGeoHash(String) - 类 中的方法org.elasticsearch.common.geo.GeoPoint
-
- resetFromGeoHash(long) - 类 中的方法org.elasticsearch.common.geo.GeoPoint
-
- resetFromIndexableField(IndexableField) - 类 中的方法org.elasticsearch.common.geo.GeoPoint
-
- resetFromIndexHash(long) - 类 中的方法org.elasticsearch.common.geo.GeoPoint
-
- resetFromString(String) - 类 中的方法org.elasticsearch.common.geo.GeoPoint
-
- resetLat(double) - 类 中的方法org.elasticsearch.common.geo.GeoPoint
-
- resetLocalCheckpoint(long) - 类 中的方法org.elasticsearch.index.seqno.SequenceNumbersService
-
Resets the local checkpoint to the specified value.
- resetLon(double) - 类 中的方法org.elasticsearch.common.geo.GeoPoint
-
- resetRecovery(long, TimeValue) - 类 中的方法org.elasticsearch.indices.recovery.RecoveriesCollection
-
Resets the recovery and performs a recovery restart on the currently recovering index shard
- resize(ByteArray, long) - 类 中的方法org.elasticsearch.common.util.BigArrays
-
Resize the array to the exact provided size.
- resize(IntArray, long) - 类 中的方法org.elasticsearch.common.util.BigArrays
-
Resize the array to the exact provided size.
- resize(LongArray, long) - 类 中的方法org.elasticsearch.common.util.BigArrays
-
Resize the array to the exact provided size.
- resize(DoubleArray, long) - 类 中的方法org.elasticsearch.common.util.BigArrays
-
Resize the array to the exact provided size.
- resize(FloatArray, long) - 类 中的方法org.elasticsearch.common.util.BigArrays
-
Resize the array to the exact provided size.
- resize(ObjectArray<T>, long) - 类 中的方法org.elasticsearch.common.util.BigArrays
-
Resize the array to the exact provided size.
- resize(long) - 类 中的方法org.elasticsearch.common.util.LongObjectPagedHashMap
-
- resize(int) - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.Booleans
-
- resize(int) - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.Doubles
-
- resize(int) - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- resize(int) - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.Longs
-
- resize(int) - 类 中的方法org.elasticsearch.index.fielddata.SortingNumericDocValues
-
- resize(int) - 类 中的方法org.elasticsearch.index.fielddata.SortingNumericDoubleValues
-
- ResizeAction - org.elasticsearch.action.admin.indices.shrink中的类
-
- ResizeAllocationDecider - org.elasticsearch.cluster.routing.allocation.decider中的类
-
An allocation decider that ensures we allocate the shards of a target index for resize operations next to the source primaries
- ResizeAllocationDecider(Settings) - 类 的构造器org.elasticsearch.cluster.routing.allocation.decider.ResizeAllocationDecider
-
- resizeIndex(ResizeRequest) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Resize an index using an explicit request allowing to specify the settings, mappings and aliases of the target index of the index.
- resizeIndex(ResizeRequest, ActionListener<ResizeResponse>) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Shrinks an index using an explicit request allowing to specify the settings, mappings and aliases of the target index of the index.
- ResizeRequest - org.elasticsearch.action.admin.indices.shrink中的类
-
Request class to shrink an index into a single shard
- ResizeRequest(String, String) - 类 的构造器org.elasticsearch.action.admin.indices.shrink.ResizeRequest
-
- ResizeRequestBuilder - org.elasticsearch.action.admin.indices.shrink中的类
-
- ResizeRequestBuilder(ElasticsearchClient, Action<ResizeRequest, ResizeResponse, ResizeRequestBuilder>) - 类 的构造器org.elasticsearch.action.admin.indices.shrink.ResizeRequestBuilder
-
- ResizeResponse - org.elasticsearch.action.admin.indices.shrink中的类
-
- resizeType(ResizeType) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
-
- resizeType() - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
-
Returns the resize type or null if this is an ordinary create index request
- ResizeType - org.elasticsearch.action.admin.indices.shrink中的枚举
-
The type of the resize operation
- resolve(String) - 枚举 中的静态方法org.elasticsearch.cluster.routing.allocation.decider.Decision.Type
-
- resolve(byte) - 枚举 中的静态方法org.elasticsearch.common.rounding.DateTimeUnit
-
- resolve(ShardId) - 类 中的方法org.elasticsearch.env.NodeEnvironment.NodePath
-
Resolves the given shards directory against this NodePath
${data.paths}/nodes/{node.id}/indices/{index.uuid}/{shard.id}
- resolve(Index) - 类 中的方法org.elasticsearch.env.NodeEnvironment.NodePath
-
Resolves index directory against this NodePath
${data.paths}/nodes/{node.id}/indices/{index.uuid}
- resolve(QueryShardContext, ValueType, String, Script, Object, DateTimeZone, String) - 类 中的静态方法org.elasticsearch.search.aggregations.support.ValuesSourceConfig
-
- resolve(String) - 枚举 中的静态方法org.elasticsearch.search.suggest.SortBy
-
- resolve(String) - 枚举 中的静态方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder.StringDistanceImpl
-
- resolve(String) - 枚举 中的静态方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder.SuggestMode
-
- resolveAggregator(Aggregator) - 类 中的方法org.elasticsearch.search.aggregations.support.AggregationPath
-
Resolves the aggregator pointed by this path using the given root as a point of reference.
- resolveAndValidateRouting(MetaData, String, UpdateRequest) - 类 中的静态方法org.elasticsearch.action.update.TransportUpdateAction
-
- resolveBaseCustomLocation(IndexSettings) - 类 中的方法org.elasticsearch.env.NodeEnvironment
-
Resolve the custom path for a index's shard.
- resolveBindHostAddresses(String[]) - 类 中的方法org.elasticsearch.common.network.NetworkService
-
Resolves bindHosts to a list of internet addresses.
- resolveBucketValue(MultiBucketsAggregation, InternalMultiBucketAggregation.InternalBucket, String, BucketHelpers.GapPolicy) - 类 中的静态方法org.elasticsearch.search.aggregations.pipeline.BucketHelpers
-
Given a path and a set of buckets, this method will return the value
inside the agg at that path.
- resolveBucketValue(MultiBucketsAggregation, InternalMultiBucketAggregation.InternalBucket, List<String>, BucketHelpers.GapPolicy) - 类 中的静态方法org.elasticsearch.search.aggregations.pipeline.BucketHelpers
-
- resolveClusterNames(Set<String>, String) - 类 中的方法org.elasticsearch.cluster.metadata.ClusterNameExpressionResolver
-
Resolves the provided cluster expression to matching cluster names.
- resolveConfig(SearchContext) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
-
- resolveConnectionProfile(ConnectionProfile) - 类 中的方法org.elasticsearch.transport.TcpTransport
-
- resolveCustomLocation(IndexSettings, ShardId) - 类 中的方法org.elasticsearch.env.NodeEnvironment
-
Resolve the custom path for a index's shard.
- resolveDateMathExpression(String) - 类 中的方法org.elasticsearch.cluster.metadata.IndexNameExpressionResolver
-
- resolveDefault() - 接口 中的方法org.elasticsearch.common.network.NetworkService.CustomNameResolver
-
Resolves the default value if possible.
- resolveForScript(String) - 枚举 中的静态方法org.elasticsearch.search.aggregations.support.ValueType
-
- resolveHostsLists(ExecutorService, Logger, List<String>, int, TransportService, String, TimeValue) - 类 中的静态方法org.elasticsearch.discovery.zen.UnicastZenPing
-
Resolves a list of hosts to a list of discovery nodes.
- resolveIfPossible(String) - 接口 中的方法org.elasticsearch.common.network.NetworkService.CustomNameResolver
-
Resolves a custom value handling, return null if can't handle it.
- resolveIndex(AnalyzeRequest) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.TransportAnalyzeAction
-
- resolveIndex(GetFieldMappingsIndexRequest) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.TransportGetFieldMappingsIndexAction
-
- resolveIndex() - 类 中的方法org.elasticsearch.action.bulk.TransportShardBulkAction
-
- resolveIndex(ExplainRequest) - 类 中的方法org.elasticsearch.action.explain.TransportExplainAction
-
- resolveIndex(FieldCapabilitiesIndexRequest) - 类 中的方法org.elasticsearch.action.fieldcaps.TransportFieldCapabilitiesIndexAction
-
- resolveIndex(GetRequest) - 类 中的方法org.elasticsearch.action.get.TransportGetAction
-
- resolveIndex(MultiGetShardRequest) - 类 中的方法org.elasticsearch.action.get.TransportShardMultiGetAction
-
- resolveIndex() - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction
-
True if provided index should be resolved when resolving request
- resolveIndex(Request) - 类 中的方法org.elasticsearch.action.support.single.shard.TransportSingleShardAction
-
- resolveIndex(MultiTermVectorsShardRequest) - 类 中的方法org.elasticsearch.action.termvectors.TransportShardMultiTermsVectorAction
-
- resolveIndex(TermVectorsRequest) - 类 中的方法org.elasticsearch.action.termvectors.TransportTermVectorsAction
-
- resolveIndex() - 类 中的方法org.elasticsearch.index.shard.ShardPath
-
- resolveIndexFolder(String) - 类 中的方法org.elasticsearch.env.NodeEnvironment
-
Resolves all existing paths to indexFolderName in ${data.paths}/nodes/{node.id}/indices
- resolveIndexId(String) - 类 中的方法org.elasticsearch.repositories.RepositoryData
-
Resolve the index name to the index id specific to the repository,
throwing an exception if the index could not be resolved.
- resolveIndexRouting(String, String, String) - 类 中的方法org.elasticsearch.cluster.metadata.MetaData
-
Returns indexing routing for the given index.
- resolveIndices(List<String>) - 类 中的方法org.elasticsearch.repositories.RepositoryData
-
Resolve the given index names to index ids.
- resolveMappingField(QueryShardContext, String, float, boolean, boolean) - 类 中的静态方法org.elasticsearch.index.search.QueryParserHelper
-
Resolves the provided pattern or field name from the
QueryShardContext and return a map of
the expanded fields with their original boost.
- resolveMappingField(QueryShardContext, String, float, boolean, boolean, String) - 类 中的静态方法org.elasticsearch.index.search.QueryParserHelper
-
Resolves the provided pattern or field name from the
QueryShardContext and return a map of
the expanded fields with their original boost.
- resolveMappingFields(QueryShardContext, Map<String, Float>) - 类 中的静态方法org.elasticsearch.index.search.QueryParserHelper
-
- resolveMappingFields(QueryShardContext, Map<String, Float>, String) - 类 中的静态方法org.elasticsearch.index.search.QueryParserHelper
-
Resolve all the field names and patterns present in the provided map with the
QueryShardContext and returns a new map containing all the expanded fields with their original boost.
- resolveNested(QueryShardContext, String, QueryBuilder) - 类 中的静态方法org.elasticsearch.search.sort.SortBuilder
-
- resolveNested(QueryShardContext, NestedSortBuilder) - 类 中的静态方法org.elasticsearch.search.sort.SortBuilder
-
- resolveNewIndices(List<String>) - 类 中的方法org.elasticsearch.repositories.RepositoryData
-
Resolve the given index names to index ids, creating new index ids for
new indices in the repository.
- resolveNode(String) - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes
-
Resolve a node with a given id
- resolveNodePath(Path, int) - 类 中的静态方法org.elasticsearch.env.NodeEnvironment
-
Resolve a specific nodes/{node.id} path for the specified path and node lock id.
- resolveNodes(TasksRequest, ClusterState) - 类 中的方法org.elasticsearch.action.support.tasks.TransportTasksAction
-
- resolveNodes(String...) - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes
-
resolves a set of node "descriptions" to concrete and existing node ids.
- resolvePublishHostAddresses(String[]) - 类 中的方法org.elasticsearch.common.network.NetworkService
-
Resolves publishHosts to a single publish address.
- resolvePublishPort(TcpTransport.ProfileSettings, List<InetSocketAddress>, InetAddress) - 类 中的静态方法org.elasticsearch.transport.TcpTransport
-
- resolveRepoFile(String) - 类 中的方法org.elasticsearch.env.Environment
-
Resolves the specified location against the list of configured repository roots
If the specified location doesn't match any of the roots, returns null.
- resolveRepoURL(URL) - 类 中的方法org.elasticsearch.env.Environment
-
Checks if the specified URL is pointing to the local file system and if it does, resolves the specified url
against the list of configured repository roots
If the specified url doesn't match any of the roots, returns null.
- resolveRequest(ClusterState, TransportSingleShardAction<ExplainRequest, ExplainResponse>.InternalRequest) - 类 中的方法org.elasticsearch.action.explain.TransportExplainAction
-
- resolveRequest(ClusterState, TransportSingleShardAction<GetRequest, GetResponse>.InternalRequest) - 类 中的方法org.elasticsearch.action.get.TransportGetAction
-
- resolveRequest(NodesRequest, ClusterState) - 类 中的方法org.elasticsearch.action.support.nodes.TransportNodesAction
-
resolve node ids to concrete nodes of the incoming request
- resolveRequest(IndexMetaData, Request) - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction
-
Resolves derived values in the request.
- resolveRequest(ClusterState, Request) - 类 中的方法org.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
-
Resolves the request.
- resolveRequest(ClusterState, TransportSingleShardAction<Request, Response>.InternalRequest) - 类 中的方法org.elasticsearch.action.support.single.shard.TransportSingleShardAction
-
- resolveRequest(ClusterState, TransportSingleShardAction<TermVectorsRequest, TermVectorsResponse>.InternalRequest) - 类 中的方法org.elasticsearch.action.termvectors.TransportTermVectorsAction
-
- resolveRequest(ClusterState, UpdateRequest) - 类 中的方法org.elasticsearch.action.update.TransportUpdateAction
-
- resolveRouting(MetaData) - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
- resolveSearchRouting(ClusterState, String, String...) - 类 中的方法org.elasticsearch.cluster.metadata.IndexNameExpressionResolver
-
Resolves the search routing if in the expression aliases are used.
- resolveSearchRoutingAllIndices(MetaData, String) - 类 中的方法org.elasticsearch.cluster.metadata.IndexNameExpressionResolver
-
Sets the same routing for all indices
- resolveStatesToBeWritten(Set<Index>, Set<Index>, MetaData, MetaData) - 类 中的静态方法org.elasticsearch.gateway.GatewayMetaState
-
Loads the current meta state for each index in the new cluster state and checks if it has to be persisted.
- resolveStrategy(SpatialStrategy) - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
-
- resolveStrategy(String) - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
-
- resolveTopmostAggregator(Aggregator) - 类 中的方法org.elasticsearch.search.aggregations.support.AggregationPath
-
Resolves the topmost aggregator pointed by this path using the given root as a point of reference.
- resolveTranslog() - 类 中的方法org.elasticsearch.index.shard.ShardPath
-
- resolveTypeVariable(Type, Class<?>, TypeVariable) - 类 中的静态方法org.elasticsearch.common.inject.internal.MoreTypes
-
- resolveValue(String) - 枚举 中的静态方法org.elasticsearch.index.query.RegexpFlag
-
Resolves the combined OR'ed value for the given list of regular expression flags.
- resolveValue(HasAggregations) - 类 中的方法org.elasticsearch.search.aggregations.support.AggregationPath
-
Resolves the value pointed by this path given an aggregations root
- ResourceAlreadyExistsException - org.elasticsearch中的异常错误
-
- ResourceAlreadyExistsException(Index) - 异常错误 的构造器org.elasticsearch.ResourceAlreadyExistsException
-
- ResourceAlreadyExistsException(String, Object...) - 异常错误 的构造器org.elasticsearch.ResourceAlreadyExistsException
-
- ResourceAlreadyExistsException(StreamInput) - 异常错误 的构造器org.elasticsearch.ResourceAlreadyExistsException
-
- ResourceNotFoundException - org.elasticsearch中的异常错误
-
- ResourceNotFoundException(String, Object...) - 异常错误 的构造器org.elasticsearch.ResourceNotFoundException
-
- ResourceNotFoundException(String, Throwable, Object...) - 异常错误 的构造器org.elasticsearch.ResourceNotFoundException
-
- ResourceNotFoundException(StreamInput) - 异常错误 的构造器org.elasticsearch.ResourceNotFoundException
-
- ResourceWatcher - org.elasticsearch.watcher中的接口
-
Abstract resource watcher interface.
- ResourceWatcherService - org.elasticsearch.watcher中的类
-
- ResourceWatcherService(Settings, ThreadPool) - 类 的构造器org.elasticsearch.watcher.ResourceWatcherService
-
- ResourceWatcherService.Frequency - org.elasticsearch.watcher中的枚举
-
- respond(ActionListener<Response>) - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction.PrimaryResult
-
- respond(ActionListener<TransportResponse.Empty>) - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction.ReplicaResult
-
- respond(ActionListener<Response>) - 类 中的方法org.elasticsearch.action.support.replication.TransportWriteAction.WritePrimaryResult
-
- respond(ActionListener<TransportResponse.Empty>) - 类 中的方法org.elasticsearch.action.support.replication.TransportWriteAction.WriteReplicaResult
-
- respondIfPossible(Exception) - 类 中的方法org.elasticsearch.action.support.replication.TransportWriteAction.WritePrimaryResult
-
Respond if the refresh has occurred and the listener is ready.
- respondIfPossible(Exception) - 类 中的方法org.elasticsearch.action.support.replication.TransportWriteAction.WriteReplicaResult
-
Respond if the refresh has occurred and the listener is ready.
- Response(boolean, List<ScrollableHitSource.SearchFailure>, long, List<? extends ScrollableHitSource.Hit>, String) - 类 的构造器org.elasticsearch.index.reindex.ScrollableHitSource.Response
-
- response - 类 中的变量org.elasticsearch.indices.recovery.RecoverySourceHandler
-
- ResponseCollectorService - org.elasticsearch.node中的类
-
Collects statistics about queue size, response time, and service time of
tasks executed on each node, making the EWMA of the values available to the
coordinating node.
- ResponseCollectorService(Settings, ClusterService) - 类 的构造器org.elasticsearch.node.ResponseCollectorService
-
- ResponseCollectorService.ComputedNodeStats - org.elasticsearch.node中的类
-
Struct-like class encapsulating a point-in-time snapshot of a particular
node's statistics.
- ResponseHandlerFailureTransportException - org.elasticsearch.transport中的异常错误
-
A failure to handle the response of a transaction action.
- ResponseHandlerFailureTransportException(Throwable) - 异常错误 的构造器org.elasticsearch.transport.ResponseHandlerFailureTransportException
-
- ResponseHandlerFailureTransportException(StreamInput) - 异常错误 的构造器org.elasticsearch.transport.ResponseHandlerFailureTransportException
-
- responseParams() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestClusterGetSettingsAction
-
- responseParams() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestClusterHealthAction
-
- responseParams() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestClusterRerouteAction
-
- responseParams() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestClusterStateAction
-
- responseParams() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestClusterUpdateSettingsAction
-
- responseParams() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestGetRepositoriesAction
-
- responseParams() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestNodesInfoAction
-
- responseParams() - 类 中的方法org.elasticsearch.rest.action.admin.cluster.RestNodesStatsAction
-
- responseParams() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestGetIndexTemplateAction
-
- responseParams() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestGetIndicesAction
-
- responseParams() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestIndicesStatsAction
-
- responseParams() - 类 中的方法org.elasticsearch.rest.action.admin.indices.RestUpdateSettingsAction
-
- responseParams() - 类 中的方法org.elasticsearch.rest.action.cat.AbstractCatAction
-
- responseParams() - 类 中的方法org.elasticsearch.rest.action.cat.RestIndicesAction
-
- responseParams() - 类 中的方法org.elasticsearch.rest.action.cat.RestTasksAction
-
- responseParams() - 类 中的方法org.elasticsearch.rest.action.cat.RestThreadPoolAction
-
- responseParams() - 类 中的方法org.elasticsearch.rest.action.search.RestMultiSearchAction
-
- responseParams() - 类 中的方法org.elasticsearch.rest.action.search.RestSearchAction
-
- responseParams() - 类 中的方法org.elasticsearch.rest.BaseRestHandler
-
- responseSupplier - 类 中的变量org.elasticsearch.action.support.tasks.TransportTasksAction
-
- responseTime - 类 中的变量org.elasticsearch.node.ResponseCollectorService.ComputedNodeStats
-
- REST_DECODER - 类 中的静态变量org.elasticsearch.rest.RestUtils
-
- REST_EXCEPTION_SKIP_STACK_TRACE - 异常错误 中的静态变量org.elasticsearch.ElasticsearchException
-
Passed in the Params of #generateThrowableXContent(XContentBuilder, Params, Throwable)
to control if the stack_trace element should render.
- REST_EXCEPTION_SKIP_STACK_TRACE_DEFAULT - 异常错误 中的静态变量org.elasticsearch.ElasticsearchException
-
- RestActionListener<Response> - org.elasticsearch.rest.action中的类
-
- RestActionListener(RestChannel) - 类 的构造器org.elasticsearch.rest.action.RestActionListener
-
- restActions() - 类 中的方法org.elasticsearch.action.admin.cluster.node.usage.NodesUsageRequest
-
Should the node rest actions usage statistics be returned.
- restActions(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.usage.NodesUsageRequest
-
Should the node rest actions usage statistics be returned.
- RestActions - org.elasticsearch.rest.action中的类
-
- RestActions() - 类 的构造器org.elasticsearch.rest.action.RestActions
-
- RestActions.NodesResponseRestListener<NodesResponse extends BaseNodesResponse & ToXContent> - org.elasticsearch.rest.action中的类
-
NodesResponseRestBuilderListener automatically translates any
BaseNodesResponse (multi-node) response that is
ToXContent-compatible into a
RestResponse with the necessary header info (e.g., "cluster_name").
- RestAliasAction - org.elasticsearch.rest.action.cat中的类
-
- RestAliasAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.cat.RestAliasAction
-
- RestAllocationAction - org.elasticsearch.rest.action.cat中的类
-
- RestAllocationAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.cat.RestAllocationAction
-
- RestAnalyzeAction - org.elasticsearch.rest.action.admin.indices中的类
-
- RestAnalyzeAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestAnalyzeAction
-
- RestAnalyzeAction.Fields - org.elasticsearch.rest.action.admin.indices中的类
-
- restart(DiscoveryNode, String) - 类 中的方法org.elasticsearch.discovery.zen.MasterFaultDetection
-
- RestBuilderListener<Response> - org.elasticsearch.rest.action中的类
-
- RestBuilderListener(RestChannel) - 类 的构造器org.elasticsearch.rest.action.RestBuilderListener
-
- RestBulkAction - org.elasticsearch.rest.action.document中的类
-
{ "index" : { "_index" : "test", "_type" : "type1", "_id" : "1" }
{ "type1" : { "field1" : "value1" } }
{ "delete" : { "_index" : "test", "_type" : "type1", "_id" : "2" } }
{ "create" : { "_index" : "test", "_type" : "type1", "_id" : "1" }
{ "type1" : { "field1" : "value1" } }
- RestBulkAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.document.RestBulkAction
-
- RestCancelTasksAction - org.elasticsearch.rest.action.admin.cluster中的类
-
- RestCancelTasksAction(Settings, RestController, Supplier<DiscoveryNodes>) - 类 的构造器org.elasticsearch.rest.action.admin.cluster.RestCancelTasksAction
-
- RestCatAction - org.elasticsearch.rest.action.cat中的类
-
- RestCatAction(Settings, RestController, List<AbstractCatAction>) - 类 的构造器org.elasticsearch.rest.action.cat.RestCatAction
-
- RestChannel - org.elasticsearch.rest中的接口
-
A channel used to construct bytes / builder based outputs, and send responses.
- RestClearIndicesCacheAction - org.elasticsearch.rest.action.admin.indices中的类
-
- RestClearIndicesCacheAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestClearIndicesCacheAction
-
- RestClearIndicesCacheAction.Fields - org.elasticsearch.rest.action.admin.indices中的类
-
- RestClearScrollAction - org.elasticsearch.rest.action.search中的类
-
- RestClearScrollAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.search.RestClearScrollAction
-
- RestCloseIndexAction - org.elasticsearch.rest.action.admin.indices中的类
-
- RestCloseIndexAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestCloseIndexAction
-
- RestClusterAllocationExplainAction - org.elasticsearch.rest.action.admin.cluster中的类
-
Class handling cluster allocation explanation at the REST level
- RestClusterAllocationExplainAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.cluster.RestClusterAllocationExplainAction
-
- RestClusterGetSettingsAction - org.elasticsearch.rest.action.admin.cluster中的类
-
- RestClusterGetSettingsAction(Settings, RestController, ClusterSettings, SettingsFilter) - 类 的构造器org.elasticsearch.rest.action.admin.cluster.RestClusterGetSettingsAction
-
- RestClusterHealthAction - org.elasticsearch.rest.action.admin.cluster中的类
-
- RestClusterHealthAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.cluster.RestClusterHealthAction
-
- RestClusterRerouteAction - org.elasticsearch.rest.action.admin.cluster中的类
-
- RestClusterRerouteAction(Settings, RestController, SettingsFilter) - 类 的构造器org.elasticsearch.rest.action.admin.cluster.RestClusterRerouteAction
-
- RestClusterSearchShardsAction - org.elasticsearch.rest.action.admin.cluster中的类
-
- RestClusterSearchShardsAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.cluster.RestClusterSearchShardsAction
-
- RestClusterStateAction - org.elasticsearch.rest.action.admin.cluster中的类
-
- RestClusterStateAction(Settings, RestController, SettingsFilter) - 类 的构造器org.elasticsearch.rest.action.admin.cluster.RestClusterStateAction
-
- RestClusterStatsAction - org.elasticsearch.rest.action.admin.cluster中的类
-
- RestClusterStatsAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.cluster.RestClusterStatsAction
-
- RestClusterUpdateSettingsAction - org.elasticsearch.rest.action.admin.cluster中的类
-
- RestClusterUpdateSettingsAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.cluster.RestClusterUpdateSettingsAction
-
- RestController - org.elasticsearch.rest中的类
-
- RestController(Settings, Set<String>, UnaryOperator<RestHandler>, NodeClient, CircuitBreakerService, UsageService) - 类 的构造器org.elasticsearch.rest.RestController
-
- RestCountAction - org.elasticsearch.rest.action.cat中的类
-
- RestCountAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.cat.RestCountAction
-
- RestCountAction - org.elasticsearch.rest.action.document中的类
-
- RestCountAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.document.RestCountAction
-
- RestCreateIndexAction - org.elasticsearch.rest.action.admin.indices中的类
-
- RestCreateIndexAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestCreateIndexAction
-
- RestCreateSnapshotAction - org.elasticsearch.rest.action.admin.cluster中的类
-
Creates a new snapshot
- RestCreateSnapshotAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.cluster.RestCreateSnapshotAction
-
- RestDeleteAction - org.elasticsearch.rest.action.document中的类
-
- RestDeleteAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.document.RestDeleteAction
-
- RestDeleteIndexAction - org.elasticsearch.rest.action.admin.indices中的类
-
- RestDeleteIndexAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestDeleteIndexAction
-
- RestDeleteIndexTemplateAction - org.elasticsearch.rest.action.admin.indices中的类
-
- RestDeleteIndexTemplateAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestDeleteIndexTemplateAction
-
- RestDeletePipelineAction - org.elasticsearch.rest.action.ingest中的类
-
- RestDeletePipelineAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.ingest.RestDeletePipelineAction
-
- RestDeleteRepositoryAction - org.elasticsearch.rest.action.admin.cluster中的类
-
Unregisters a repository
- RestDeleteRepositoryAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.cluster.RestDeleteRepositoryAction
-
- RestDeleteSnapshotAction - org.elasticsearch.rest.action.admin.cluster中的类
-
Deletes a snapshot
- RestDeleteSnapshotAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.cluster.RestDeleteSnapshotAction
-
- RestDeleteStoredScriptAction - org.elasticsearch.rest.action.admin.cluster中的类
-
- RestDeleteStoredScriptAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.cluster.RestDeleteStoredScriptAction
-
- RestExplainAction - org.elasticsearch.rest.action.search中的类
-
Rest action for computing a score explanation for specific documents.
- RestExplainAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.search.RestExplainAction
-
- RestFieldCapabilitiesAction - org.elasticsearch.rest.action中的类
-
- RestFieldCapabilitiesAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.RestFieldCapabilitiesAction
-
- RestFielddataAction - org.elasticsearch.rest.action.cat中的类
-
Cat API class to display information about the size of fielddata fields per node
- RestFielddataAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.cat.RestFielddataAction
-
- RestFlushAction - org.elasticsearch.rest.action.admin.indices中的类
-
- RestFlushAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestFlushAction
-
- RestForceMergeAction - org.elasticsearch.rest.action.admin.indices中的类
-
- RestForceMergeAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestForceMergeAction
-
- RestGetAction - org.elasticsearch.rest.action.document中的类
-
- RestGetAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.document.RestGetAction
-
- RestGetAliasesAction - org.elasticsearch.rest.action.admin.indices中的类
-
The REST handler for get alias and head alias APIs.
- RestGetAliasesAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestGetAliasesAction
-
- RestGetAllAliasesAction - org.elasticsearch.rest.action.admin.indices中的类
-
The REST handler for retrieving all aliases
- RestGetAllAliasesAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestGetAllAliasesAction
-
- RestGetAllMappingsAction - org.elasticsearch.rest.action.admin.indices中的类
-
The REST handler for retrieving all mappings
- RestGetAllMappingsAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestGetAllMappingsAction
-
- RestGetAllSettingsAction - org.elasticsearch.rest.action.admin.indices中的类
-
The REST handler for retrieving all settings
- RestGetAllSettingsAction(Settings, RestController, IndexScopedSettings, SettingsFilter) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestGetAllSettingsAction
-
- RestGetFieldMappingAction - org.elasticsearch.rest.action.admin.indices中的类
-
- RestGetFieldMappingAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestGetFieldMappingAction
-
- RestGetIndexTemplateAction - org.elasticsearch.rest.action.admin.indices中的类
-
The REST handler for get template and head template APIs.
- RestGetIndexTemplateAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestGetIndexTemplateAction
-
- RestGetIndicesAction - org.elasticsearch.rest.action.admin.indices中的类
-
The REST handler for get index and head index APIs.
- RestGetIndicesAction(Settings, RestController, IndexScopedSettings, SettingsFilter) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestGetIndicesAction
-
- RestGetMappingAction - org.elasticsearch.rest.action.admin.indices中的类
-
- RestGetMappingAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestGetMappingAction
-
- RestGetPipelineAction - org.elasticsearch.rest.action.ingest中的类
-
- RestGetPipelineAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.ingest.RestGetPipelineAction
-
- RestGetRepositoriesAction - org.elasticsearch.rest.action.admin.cluster中的类
-
Returns repository information
- RestGetRepositoriesAction(Settings, RestController, SettingsFilter) - 类 的构造器org.elasticsearch.rest.action.admin.cluster.RestGetRepositoriesAction
-
- RestGetSettingsAction - org.elasticsearch.rest.action.admin.indices中的类
-
- RestGetSettingsAction(Settings, RestController, IndexScopedSettings, SettingsFilter) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestGetSettingsAction
-
- RestGetSnapshotsAction - org.elasticsearch.rest.action.admin.cluster中的类
-
Returns information about snapshot
- RestGetSnapshotsAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.cluster.RestGetSnapshotsAction
-
- RestGetSourceAction - org.elasticsearch.rest.action.document中的类
-
The REST handler for get source and head source APIs.
- RestGetSourceAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.document.RestGetSourceAction
-
- RestGetStoredScriptAction - org.elasticsearch.rest.action.admin.cluster中的类
-
- RestGetStoredScriptAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.cluster.RestGetStoredScriptAction
-
- RestGetTaskAction - org.elasticsearch.rest.action.admin.cluster中的类
-
- RestGetTaskAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.cluster.RestGetTaskAction
-
- RestHandler - org.elasticsearch.rest中的接口
-
Handler for REST requests
- RestHealthAction - org.elasticsearch.rest.action.cat中的类
-
- RestHealthAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.cat.RestHealthAction
-
- RestIndexAction - org.elasticsearch.rest.action.document中的类
-
- RestIndexAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.document.RestIndexAction
-
- RestIndexDeleteAliasesAction - org.elasticsearch.rest.action.admin.indices中的类
-
- RestIndexDeleteAliasesAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestIndexDeleteAliasesAction
-
- RestIndexPutAliasAction - org.elasticsearch.rest.action.admin.indices中的类
-
- RestIndexPutAliasAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestIndexPutAliasAction
-
- RestIndicesAction - org.elasticsearch.rest.action.cat中的类
-
- RestIndicesAction(Settings, RestController, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.rest.action.cat.RestIndicesAction
-
- RestIndicesAliasesAction - org.elasticsearch.rest.action.admin.indices中的类
-
- RestIndicesAliasesAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestIndicesAliasesAction
-
- RestIndicesSegmentsAction - org.elasticsearch.rest.action.admin.indices中的类
-
- RestIndicesSegmentsAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestIndicesSegmentsAction
-
- RestIndicesShardStoresAction - org.elasticsearch.rest.action.admin.indices中的类
-
- RestIndicesShardStoresAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestIndicesShardStoresAction
-
- RestIndicesStatsAction - org.elasticsearch.rest.action.admin.indices中的类
-
- RestIndicesStatsAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestIndicesStatsAction
-
- RestListTasksAction - org.elasticsearch.rest.action.admin.cluster中的类
-
- RestListTasksAction(Settings, RestController, Supplier<DiscoveryNodes>) - 类 的构造器org.elasticsearch.rest.action.admin.cluster.RestListTasksAction
-
- RestMainAction - org.elasticsearch.rest.action中的类
-
- RestMainAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.RestMainAction
-
- RestMasterAction - org.elasticsearch.rest.action.cat中的类
-
- RestMasterAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.cat.RestMasterAction
-
- RestMultiGetAction - org.elasticsearch.rest.action.document中的类
-
- RestMultiGetAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.document.RestMultiGetAction
-
- RestMultiSearchAction - org.elasticsearch.rest.action.search中的类
-
- RestMultiSearchAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.search.RestMultiSearchAction
-
- RestMultiTermVectorsAction - org.elasticsearch.rest.action.document中的类
-
- RestMultiTermVectorsAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.document.RestMultiTermVectorsAction
-
- RestNodeAttrsAction - org.elasticsearch.rest.action.cat中的类
-
- RestNodeAttrsAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.cat.RestNodeAttrsAction
-
- RestNodesAction - org.elasticsearch.rest.action.cat中的类
-
- RestNodesAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.cat.RestNodesAction
-
- RestNodesHotThreadsAction - org.elasticsearch.rest.action.admin.cluster中的类
-
- RestNodesHotThreadsAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.cluster.RestNodesHotThreadsAction
-
- RestNodesInfoAction - org.elasticsearch.rest.action.admin.cluster中的类
-
- RestNodesInfoAction(Settings, RestController, SettingsFilter) - 类 的构造器org.elasticsearch.rest.action.admin.cluster.RestNodesInfoAction
-
- RestNodesStatsAction - org.elasticsearch.rest.action.admin.cluster中的类
-
- RestNodesStatsAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.cluster.RestNodesStatsAction
-
- RestNodesUsageAction - org.elasticsearch.rest.action.admin.cluster中的类
-
- RestNodesUsageAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.cluster.RestNodesUsageAction
-
- RestOpenIndexAction - org.elasticsearch.rest.action.admin.indices中的类
-
- RestOpenIndexAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestOpenIndexAction
-
- restorable() - 枚举 中的方法org.elasticsearch.snapshots.SnapshotState
-
Returns true if snapshot can be restored (at least partially)
- restore() - 接口 中的方法org.elasticsearch.common.util.concurrent.ThreadContext.StoredContext
-
- restoreFromRepository(Repository) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- RestoreInfo - org.elasticsearch.snapshots中的类
-
Information about successfully completed restore operation.
- RestoreInfo(String, List<String>, int, int) - 类 的构造器org.elasticsearch.snapshots.RestoreInfo
-
- RestoreInProgress - org.elasticsearch.cluster中的类
-
Meta data about restore processes that are currently executing
- RestoreInProgress(RestoreInProgress.Entry...) - 类 的构造器org.elasticsearch.cluster.RestoreInProgress
-
Constructs new restore metadata
- RestoreInProgress(StreamInput) - 类 的构造器org.elasticsearch.cluster.RestoreInProgress
-
- restoreInProgress(ClusterState, Snapshot) - 类 中的静态方法org.elasticsearch.snapshots.RestoreService
-
- RestoreInProgress.Entry - org.elasticsearch.cluster中的类
-
Restore metadata
- RestoreInProgress.ShardRestoreStatus - org.elasticsearch.cluster中的类
-
Represents status of a restored shard
- RestoreInProgress.State - org.elasticsearch.cluster中的枚举
-
Shard restore process state
- RestoreInProgressUpdater() - 类 的构造器org.elasticsearch.snapshots.RestoreService.RestoreInProgressUpdater
-
- restoreLocalCheckpointFromTranslog() - 类 中的方法org.elasticsearch.index.engine.Engine
-
Marks operations in the translog as completed.
- restoreLocalCheckpointFromTranslog() - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
- RestoreRequest(String, String, String[], IndicesOptions, String, String, Settings, TimeValue, boolean, boolean, boolean, Settings, String[], String) - 类 的构造器org.elasticsearch.snapshots.RestoreService.RestoreRequest
-
Constructs new restore request
- RestoreService - org.elasticsearch.snapshots中的类
-
Service responsible for restoring snapshots
Restore operation is performed in several stages.
- RestoreService(Settings, ClusterService, RepositoriesService, AllocationService, MetaDataCreateIndexService, MetaDataIndexUpgradeService, ClusterSettings) - 类 的构造器org.elasticsearch.snapshots.RestoreService
-
- RestoreService.RestoreCompletionResponse - org.elasticsearch.snapshots中的类
-
- RestoreService.RestoreInProgressUpdater - org.elasticsearch.snapshots中的类
-
- RestoreService.RestoreRequest - org.elasticsearch.snapshots中的类
-
Restore snapshot request
- restoreShard(IndexShard, SnapshotId, Version, IndexId, ShardId, RecoveryState) - 类 中的方法org.elasticsearch.repositories.blobstore.BlobStoreRepository
-
- restoreShard(IndexShard, SnapshotId, Version, IndexId, ShardId, RecoveryState) - 接口 中的方法org.elasticsearch.repositories.Repository
-
Restores snapshot of the shard.
- restoreSnapshot(RestoreSnapshotRequest) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Restores a snapshot.
- restoreSnapshot(RestoreSnapshotRequest, ActionListener<RestoreSnapshotResponse>) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Restores a snapshot.
- restoreSnapshot(RestoreService.RestoreRequest, ActionListener<RestoreService.RestoreCompletionResponse>) - 类 中的方法org.elasticsearch.snapshots.RestoreService
-
Restores snapshot specified in the restore request.
- RestoreSnapshotAction - org.elasticsearch.action.admin.cluster.snapshots.restore中的类
-
Restore snapshot action
- RestoreSnapshotRequest - org.elasticsearch.action.admin.cluster.snapshots.restore中的类
-
Restore snapshot request
- RestoreSnapshotRequest() - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
- RestoreSnapshotRequest(String, String) - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Constructs a new put repository request with the provided repository and snapshot names.
- restoreSnapshotRequest(String, String) - 类 中的静态方法org.elasticsearch.client.Requests
-
Restores new snapshot
- RestoreSnapshotRequestBuilder - org.elasticsearch.action.admin.cluster.snapshots.restore中的类
-
Restore snapshot request builder
- RestoreSnapshotRequestBuilder(ElasticsearchClient, RestoreSnapshotAction) - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Constructs new restore snapshot request builder
- RestoreSnapshotRequestBuilder(ElasticsearchClient, RestoreSnapshotAction, String, String) - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Constructs new restore snapshot request builder with specified repository and snapshot names
- RestoreSnapshotResponse - org.elasticsearch.action.admin.cluster.snapshots.restore中的类
-
Contains information about restores snapshot
- RestPendingClusterTasksAction - org.elasticsearch.rest.action.admin.cluster中的类
-
- RestPendingClusterTasksAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.cluster.RestPendingClusterTasksAction
-
- RestPendingClusterTasksAction - org.elasticsearch.rest.action.cat中的类
-
- RestPendingClusterTasksAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.cat.RestPendingClusterTasksAction
-
- RestPluginsAction - org.elasticsearch.rest.action.cat中的类
-
- RestPluginsAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.cat.RestPluginsAction
-
- RestPutIndexTemplateAction - org.elasticsearch.rest.action.admin.indices中的类
-
- RestPutIndexTemplateAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestPutIndexTemplateAction
-
- RestPutMappingAction - org.elasticsearch.rest.action.admin.indices中的类
-
- RestPutMappingAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestPutMappingAction
-
- RestPutPipelineAction - org.elasticsearch.rest.action.ingest中的类
-
- RestPutPipelineAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.ingest.RestPutPipelineAction
-
- RestPutRepositoryAction - org.elasticsearch.rest.action.admin.cluster中的类
-
Registers repositories
- RestPutRepositoryAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.cluster.RestPutRepositoryAction
-
- RestPutStoredScriptAction - org.elasticsearch.rest.action.admin.cluster中的类
-
- RestPutStoredScriptAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.cluster.RestPutStoredScriptAction
-
- RestRecoveryAction - org.elasticsearch.rest.action.admin.indices中的类
-
REST handler to report on index recoveries.
- RestRecoveryAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestRecoveryAction
-
- RestRecoveryAction - org.elasticsearch.rest.action.cat中的类
-
RestRecoveryAction provides information about the status of replica recovery
in a string format, designed to be used at the command line.
- RestRecoveryAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.cat.RestRecoveryAction
-
- RestRefreshAction - org.elasticsearch.rest.action.admin.indices中的类
-
- RestRefreshAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestRefreshAction
-
- RestRemoteClusterInfoAction - org.elasticsearch.rest.action.admin.cluster中的类
-
- RestRemoteClusterInfoAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.cluster.RestRemoteClusterInfoAction
-
- RestRepositoriesAction - org.elasticsearch.rest.action.cat中的类
-
Cat API class to display information about snapshot repositories
- RestRepositoriesAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.cat.RestRepositoriesAction
-
- RestRequest - org.elasticsearch.rest中的类
-
- RestRequest(NamedXContentRegistry, String, Map<String, List<String>>) - 类 的构造器org.elasticsearch.rest.RestRequest
-
Creates a new RestRequest
- RestRequest(NamedXContentRegistry, Map<String, String>, String, Map<String, List<String>>) - 类 的构造器org.elasticsearch.rest.RestRequest
-
Creates a new RestRequest
- RestRequest.Method - org.elasticsearch.rest中的枚举
-
- RestResponse - org.elasticsearch.rest中的类
-
- RestResponse() - 类 的构造器org.elasticsearch.rest.RestResponse
-
- RestResponseListener<Response> - org.elasticsearch.rest.action中的类
-
- RestResponseListener(RestChannel) - 类 的构造器org.elasticsearch.rest.action.RestResponseListener
-
- RestRestoreSnapshotAction - org.elasticsearch.rest.action.admin.cluster中的类
-
Restores a snapshot
- RestRestoreSnapshotAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.cluster.RestRestoreSnapshotAction
-
- RestRolloverIndexAction - org.elasticsearch.rest.action.admin.indices中的类
-
- RestRolloverIndexAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestRolloverIndexAction
-
- RestSearchAction - org.elasticsearch.rest.action.search中的类
-
- RestSearchAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.search.RestSearchAction
-
- RestSearchScrollAction - org.elasticsearch.rest.action.search中的类
-
- RestSearchScrollAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.search.RestSearchScrollAction
-
- RestSegmentsAction - org.elasticsearch.rest.action.cat中的类
-
- RestSegmentsAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.cat.RestSegmentsAction
-
- RestShardsAction - org.elasticsearch.rest.action.cat中的类
-
- RestShardsAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.cat.RestShardsAction
-
- RestShrinkIndexAction - org.elasticsearch.rest.action.admin.indices中的类
-
- RestShrinkIndexAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestShrinkIndexAction
-
- RestSimulatePipelineAction - org.elasticsearch.rest.action.ingest中的类
-
- RestSimulatePipelineAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.ingest.RestSimulatePipelineAction
-
- RestSnapshotAction - org.elasticsearch.rest.action.cat中的类
-
Cat API class to display information about snapshots
- RestSnapshotAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.cat.RestSnapshotAction
-
- RestSnapshotsStatusAction - org.elasticsearch.rest.action.admin.cluster中的类
-
Returns status of currently running snapshot
- RestSnapshotsStatusAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.cluster.RestSnapshotsStatusAction
-
- RestSplitIndexAction - org.elasticsearch.rest.action.admin.indices中的类
-
- RestSplitIndexAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestSplitIndexAction
-
- restStatus() - 类 中的方法org.elasticsearch.action.admin.indices.flush.SyncedFlushResponse
-
- RestStatus - org.elasticsearch.rest中的枚举
-
- RestStatusToXContentListener<Response extends StatusToXContentObject> - org.elasticsearch.rest.action中的类
-
Content listener that extracts that
RestStatus from the response.
- RestStatusToXContentListener(RestChannel) - 类 的构造器org.elasticsearch.rest.action.RestStatusToXContentListener
-
Build an instance that doesn't support responses with the status 201 CREATED.
- RestStatusToXContentListener(RestChannel, Function<Response, String>) - 类 的构造器org.elasticsearch.rest.action.RestStatusToXContentListener
-
Build an instance that does support responses with the status 201 CREATED.
- RestSyncedFlushAction - org.elasticsearch.rest.action.admin.indices中的类
-
- RestSyncedFlushAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestSyncedFlushAction
-
- RestTable - org.elasticsearch.rest.action.cat中的类
-
- RestTable() - 类 的构造器org.elasticsearch.rest.action.cat.RestTable
-
- RestTasksAction - org.elasticsearch.rest.action.cat中的类
-
- RestTasksAction(Settings, RestController, Supplier<DiscoveryNodes>) - 类 的构造器org.elasticsearch.rest.action.cat.RestTasksAction
-
- RestTemplatesAction - org.elasticsearch.rest.action.cat中的类
-
- RestTemplatesAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.cat.RestTemplatesAction
-
- RestTermVectorsAction - org.elasticsearch.rest.action.document中的类
-
This class parses the json request and translates it into a
TermVectorsRequest.
- RestTermVectorsAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.document.RestTermVectorsAction
-
- RestThreadPoolAction - org.elasticsearch.rest.action.cat中的类
-
- RestThreadPoolAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.cat.RestThreadPoolAction
-
- RestToXContentListener<Response extends ToXContentObject> - org.elasticsearch.rest.action中的类
-
A REST based action listener that assumes the response is of type
ToXContent and automatically
builds an XContent based response (wrapping the toXContent in startObject/endObject).
- RestToXContentListener(RestChannel) - 类 的构造器org.elasticsearch.rest.action.RestToXContentListener
-
- RestUpdateAction - org.elasticsearch.rest.action.document中的类
-
- RestUpdateAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.document.RestUpdateAction
-
- RestUpdateSettingsAction - org.elasticsearch.rest.action.admin.indices中的类
-
- RestUpdateSettingsAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestUpdateSettingsAction
-
- RestUpgradeAction - org.elasticsearch.rest.action.admin.indices中的类
-
- RestUpgradeAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestUpgradeAction
-
- RestUtils - org.elasticsearch.rest中的类
-
- RestUtils() - 类 的构造器org.elasticsearch.rest.RestUtils
-
- RestValidateQueryAction - org.elasticsearch.rest.action.admin.indices中的类
-
- RestValidateQueryAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.indices.RestValidateQueryAction
-
- RestVerifyRepositoryAction - org.elasticsearch.rest.action.admin.cluster中的类
-
- RestVerifyRepositoryAction(Settings, RestController) - 类 的构造器org.elasticsearch.rest.action.admin.cluster.RestVerifyRepositoryAction
-
- Result(Condition, boolean) - 类 的构造器org.elasticsearch.action.admin.indices.rollover.Condition.Result
-
- result - 类 中的变量org.elasticsearch.action.DocWriteResponse.Builder
-
- result - 类 中的变量org.elasticsearch.action.DocWriteResponse
-
- Result(Streamable, DocWriteResponse.Result, Map<String, Object>, XContentType) - 类 的构造器org.elasticsearch.action.update.UpdateHelper.Result
-
- Result(Engine.Operation.TYPE, Exception, long, long) - 类 的构造器org.elasticsearch.index.engine.Engine.Result
-
- Result(Engine.Operation.TYPE, long, long) - 类 的构造器org.elasticsearch.index.engine.Engine.Result
-
- result() - 类 中的方法org.elasticsearch.search.fetch.ScrollQueryFetchSearchResult
-
- Result(Correction[], double) - 类 的构造器org.elasticsearch.search.suggest.phrase.NoisyChannelSpellChecker.Result
-
- result(DiscoveryNode, Exception) - 类 中的方法org.elasticsearch.tasks.Task
-
- result(DiscoveryNode, ActionResponse) - 类 中的方法org.elasticsearch.tasks.Task
-
- resultingState - 类 中的变量org.elasticsearch.cluster.ClusterStateTaskExecutor.ClusterTasksResult
-
- resultListener - 类 中的变量org.elasticsearch.action.support.replication.ReplicationOperation
-
- resume() - 类 中的方法org.elasticsearch.watcher.WatcherHandle
-
- resync(IndexShard, ActionListener<PrimaryReplicaSyncer.ResyncTask>) - 类 中的方法org.elasticsearch.index.shard.PrimaryReplicaSyncer
-
- ResyncReplicationRequest - org.elasticsearch.action.resync中的类
-
Represents a batch of operations sent from the primary to its replicas during the primary-replica resync.
- ResyncReplicationRequest(ShardId, Translog.Operation[]) - 类 的构造器org.elasticsearch.action.resync.ResyncReplicationRequest
-
- ResyncReplicationResponse - org.elasticsearch.action.resync中的类
-
- ResyncReplicationResponse() - 类 的构造器org.elasticsearch.action.resync.ResyncReplicationResponse
-
- ResyncRequest(ShardId, String) - 类 的构造器org.elasticsearch.index.shard.PrimaryReplicaSyncer.ResyncRequest
-
- ResyncTask(long, String, String, String, TaskId) - 类 的构造器org.elasticsearch.index.shard.PrimaryReplicaSyncer.ResyncTask
-
- retainAll(Collection<?>) - 类 中的方法org.elasticsearch.common.collect.EvictingQueue
-
- rethrottle(float) - 类 中的方法org.elasticsearch.index.reindex.WorkerBulkByScrollTaskState
-
Apply newRequestsPerSecond as the new rate limit for this task's search requests
- rethrowAndSuppress(List<T>) - 类 中的静态方法org.elasticsearch.ExceptionsHelper
-
Rethrows the first exception in the list and adds all remaining to the suppressed list.
- rethrowFailures(String) - 类 中的方法org.elasticsearch.action.support.tasks.BaseTasksResponse
-
Rethrow task failures if there are any.
- reThrowIfNotNull(Throwable) - 类 中的静态方法org.elasticsearch.ExceptionsHelper
-
Throws the specified exception.
- retrieve(String) - 类 中的方法org.elasticsearch.common.path.PathTrie
-
- retrieve(String, Map<String, String>) - 类 中的方法org.elasticsearch.common.path.PathTrie
-
- retrieve(String, Map<String, String>, PathTrie.TrieMatchingMode) - 类 中的方法org.elasticsearch.common.path.PathTrie
-
- retrieve(String[], int, Map<String, String>, PathTrie.TrieMatchingMode) - 类 中的方法org.elasticsearch.common.path.PathTrie.TrieNode
-
- retrieveAll(String, Supplier<Map<String, String>>) - 类 中的方法org.elasticsearch.common.path.PathTrie
-
Returns an iterator of the objects stored in the PathTrie, using
all possible TrieMatchingMode modes.
- retrieveInterestingTerms(int) - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
- retrieveInterestingTerms(Reader, String) - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Convenience routine to make it easy to return the most interesting words in a document.
- Retry - org.elasticsearch.action.bulk中的类
-
Encapsulates synchronous and asynchronous retry logic.
- Retry(Class<? extends Throwable>, BackoffPolicy, Scheduler) - 类 的构造器org.elasticsearch.action.bulk.Retry
-
- retryable() - 类 中的方法org.elasticsearch.cluster.block.ClusterBlock
-
Should operations get into retry state if this block is present.
- retryable() - 异常错误 中的方法org.elasticsearch.cluster.block.ClusterBlockException
-
- retryCopy() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryTarget
-
Returns a fresh recovery target to retry recovery from the same source node onto the same shard and using the same listener.
- retryDelayNetwork() - 类 中的方法org.elasticsearch.indices.recovery.RecoverySettings
-
- retryDelayStateSync() - 类 中的方法org.elasticsearch.indices.recovery.RecoverySettings
-
- retryOnConflict(int) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
Sets the number of retries of a version conflict occurs because the document was updated between
getting it and updating it.
- retryOnConflict() - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- retryOnFailure(Exception) - 类 中的方法org.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
-
- retryOnFailure(Exception) - 类 中的方法org.elasticsearch.action.update.TransportUpdateAction
-
- RetryOnPrimaryException(ShardId, String) - 异常错误 的构造器org.elasticsearch.action.support.replication.ReplicationOperation.RetryOnPrimaryException
-
- RetryOnPrimaryException(ShardId, String, Throwable) - 异常错误 的构造器org.elasticsearch.action.support.replication.ReplicationOperation.RetryOnPrimaryException
-
- RetryOnPrimaryException(StreamInput) - 异常错误 的构造器org.elasticsearch.action.support.replication.ReplicationOperation.RetryOnPrimaryException
-
- RetryOnReplicaException(ShardId, String) - 异常错误 的构造器org.elasticsearch.action.support.replication.TransportReplicationAction.RetryOnReplicaException
-
- RetryOnReplicaException(StreamInput) - 异常错误 的构造器org.elasticsearch.action.support.replication.TransportReplicationAction.RetryOnReplicaException
-
- retryPrimaryException(Throwable) - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction
-
- retryRecovery(long, Throwable, TimeValue, TimeValue) - 类 中的方法org.elasticsearch.indices.recovery.PeerRecoveryTargetService
-
- retryRecovery(long, String, TimeValue, TimeValue) - 类 中的方法org.elasticsearch.indices.recovery.PeerRecoveryTargetService
-
- returns(Matcher<? super Class<?>>) - 类 中的静态方法org.elasticsearch.common.inject.matcher.Matchers
-
Returns a matcher which matches methods with matching return types.
- reuseAddress - 类 中的变量org.elasticsearch.transport.TcpTransport.ProfileSettings
-
- reused() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.File
-
returns true if the file is reused from a local copy
- reusedBytes() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Index
-
- reusedFileCount() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Index
-
- reverseNested(String) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
- ReverseNested - org.elasticsearch.search.aggregations.bucket.nested中的接口
-
A reverse nested aggregation.
- ReverseNestedAggregationBuilder - org.elasticsearch.search.aggregations.bucket.nested中的类
-
- ReverseNestedAggregationBuilder(String) - 类 的构造器org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder
-
- ReverseNestedAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder
-
Read from a stream.
- ReverseNestedAggregator - org.elasticsearch.search.aggregations.bucket.nested中的类
-
- ReverseNestedAggregator(String, AggregatorFactories, ObjectMapper, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregator
-
- ReverseNestedAggregatorFactory - org.elasticsearch.search.aggregations.bucket.nested中的类
-
- ReverseNestedAggregatorFactory(String, boolean, ObjectMapper, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregatorFactory
-
- revision - 类 中的变量org.elasticsearch.Version
-
- rewrite(IndexReader) - 类 中的方法org.apache.lucene.queries.BlendedTermQuery
-
- rewrite(IndexReader) - 类 中的方法org.apache.lucene.queries.MinDocQuery
-
- rewrite() - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.ShardValidateQueryRequest
-
- rewrite(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
-
Indicates whether the query should be rewritten into primitive queries
- rewrite() - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
-
Indicates whether the query should be rewritten into primitive queries
- rewrite(IndexReader) - 类 中的方法org.elasticsearch.common.lucene.all.AllTermQuery
-
- rewrite(IndexReader) - 类 中的方法org.elasticsearch.common.lucene.search.function.FunctionScoreQuery.FilterScoreFunction
-
- rewrite(IndexReader) - 类 中的方法org.elasticsearch.common.lucene.search.function.FunctionScoreQuery
-
- rewrite(IndexReader) - 类 中的方法org.elasticsearch.common.lucene.search.function.ScoreFunction
-
- rewrite(IndexReader) - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- rewrite(IndexReader) - 类 中的方法org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
-
- rewrite(IndexReader) - 类 中的方法org.elasticsearch.index.mapper.TypeFieldMapper.TypesQuery
-
- rewrite(QueryRewriteContext) - 类 中的方法org.elasticsearch.index.query.AbstractQueryBuilder
-
- rewrite(QueryRewriteContext) - 类 中的方法org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder.FilterFunctionBuilder
-
- rewrite(String) - 类 中的方法org.elasticsearch.index.query.FuzzyQueryBuilder
-
- rewrite() - 类 中的方法org.elasticsearch.index.query.FuzzyQueryBuilder
-
- rewrite(String) - 类 中的方法org.elasticsearch.index.query.PrefixQueryBuilder
-
- rewrite() - 类 中的方法org.elasticsearch.index.query.PrefixQueryBuilder
-
- rewrite(QueryRewriteContext) - 接口 中的方法org.elasticsearch.index.query.QueryBuilder
-
Rewrites this query builder into its primitive form.
- rewrite(String) - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
- rewrite() - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
- rewrite(String) - 类 中的方法org.elasticsearch.index.query.RegexpQueryBuilder
-
- rewrite() - 类 中的方法org.elasticsearch.index.query.RegexpQueryBuilder
-
- rewrite(QueryRewriteContext) - 接口 中的方法org.elasticsearch.index.query.Rewriteable
-
Rewrites this instance based on the provided context.
- rewrite(T, QueryRewriteContext) - 接口 中的静态方法org.elasticsearch.index.query.Rewriteable
-
Rewrites the given
Rewriteable into its primitive form.
- rewrite(T, QueryRewriteContext, boolean) - 接口 中的静态方法org.elasticsearch.index.query.Rewriteable
-
Rewrites the given
Rewriteable into its primitive form.
- rewrite(List<T>, QueryRewriteContext) - 接口 中的静态方法org.elasticsearch.index.query.Rewriteable
-
Rewrites each element of the list until it doesn't change and returns a new list iff there is at least one element of the list that
changed during it's rewrite.
- rewrite(String) - 类 中的方法org.elasticsearch.index.query.WildcardQueryBuilder
-
- rewrite() - 类 中的方法org.elasticsearch.index.query.WildcardQueryBuilder
-
- rewrite(IndexReader) - 类 中的方法org.elasticsearch.index.search.ESToParentBlockJoinQuery
-
- rewrite(QueryRewriteContext) - 类 中的方法org.elasticsearch.search.aggregations.AggregationBuilder
-
- rewrite(QueryRewriteContext) - 类 中的方法org.elasticsearch.search.aggregations.AggregatorFactories.Builder
-
Rewrites the underlying aggregation builders into their primitive
form.
- rewrite(InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic
-
- rewrite(SearchContext) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic
-
- rewrite(InternalAggregation.ReduceContext) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.SignificanceHeuristic
-
Provides a hook for subclasses to provide a version of the heuristic
prepared for execution on data on the coordinating node.
- rewrite(SearchContext) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.SignificanceHeuristic
-
Provides a hook for subclasses to provide a version of the heuristic
prepared for execution on data on a shard.
- rewrite(QueryRewriteContext) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Rewrites this search source builder into its primitive form. e.g. by
rewriting the QueryBuilder.
- rewrite(QueryRewriteContext) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.Field
-
- rewrite(QueryRewriteContext) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
-
- rewrite(QueryRewriteContext) - 类 中的方法org.elasticsearch.search.internal.AliasFilter
-
- rewrite(Query) - 类 中的方法org.elasticsearch.search.internal.ContextIndexSearcher
-
- rewrite(QueryRewriteContext) - 类 中的方法org.elasticsearch.search.rescore.QueryRescorerBuilder
-
- rewrite(QueryRewriteContext) - 类 中的方法org.elasticsearch.search.sort.FieldSortBuilder
-
- rewrite(QueryRewriteContext) - 类 中的方法org.elasticsearch.search.sort.GeoDistanceSortBuilder
-
- rewrite(QueryRewriteContext) - 类 中的方法org.elasticsearch.search.sort.NestedSortBuilder
-
- rewrite(QueryRewriteContext) - 类 中的方法org.elasticsearch.search.sort.ScoreSortBuilder
-
- rewrite(QueryRewriteContext) - 类 中的方法org.elasticsearch.search.sort.ScriptSortBuilder
-
- REWRITE_TIME - 类 中的静态变量org.elasticsearch.search.profile.query.QueryProfileShardResult
-
- Rewriteable<T> - org.elasticsearch.index.query中的接口
-
A basic interface for rewriteable classes.
- rewriteAndFetch(T, QueryRewriteContext, ActionListener<T>) - 接口 中的静态方法org.elasticsearch.index.query.Rewriteable
-
Rewrites the given rewriteable and fetches pending async tasks for each round before rewriting again.
- rewriteAndFetch(T, QueryRewriteContext, ActionListener<T>, int) - 接口 中的静态方法org.elasticsearch.index.query.Rewriteable
-
Rewrites the given rewriteable and fetches pending async tasks for each round before rewriting again.
- rollGeneration() - 类 中的方法org.elasticsearch.index.translog.Translog
-
Roll the current translog generation into a new generation.
- RolloverAction - org.elasticsearch.action.admin.indices.rollover中的类
-
- rolloverIndex(RolloverRequest, ActionListener<RolloverResponse>) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Swaps the index pointed to by an alias given all provided conditions are satisfied
- RolloverRequest - org.elasticsearch.action.admin.indices.rollover中的类
-
Request class to swap index under an alias upon satisfying conditions
- RolloverRequest(String, String) - 类 的构造器org.elasticsearch.action.admin.indices.rollover.RolloverRequest
-
- RolloverRequestBuilder - org.elasticsearch.action.admin.indices.rollover中的类
-
- RolloverRequestBuilder(ElasticsearchClient, RolloverAction) - 类 的构造器org.elasticsearch.action.admin.indices.rollover.RolloverRequestBuilder
-
- RolloverResponse - org.elasticsearch.action.admin.indices.rollover中的类
-
- rolloversIndex(RolloverRequest) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Swaps the index pointed to by an alias given all provided conditions are satisfied
- rollTranslogGeneration() - 类 中的方法org.elasticsearch.index.engine.Engine
-
Rolls the translog generation and cleans unneeded.
- rollTranslogGeneration() - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
- RomanianAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
- RomanianAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.RomanianAnalyzerProvider
-
- root() - 类 中的方法org.elasticsearch.index.mapper.DocumentMapper
-
- root() - 类 中的方法org.elasticsearch.index.mapper.Mapping
-
Return the root object mapper.
- root() - 类 中的方法org.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- root() - 类 中的方法org.elasticsearch.index.mapper.ParseContext
-
- rootDoc() - 类 中的方法org.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- rootDoc() - 类 中的方法org.elasticsearch.index.mapper.ParseContext
-
- rootDoc() - 类 中的方法org.elasticsearch.index.mapper.ParsedDocument
-
- rootDocs(LeafReaderContext) - 类 中的方法org.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource.Nested
-
Get a BitDocIdSet that matches the root documents.
- RootObjectMapper - org.elasticsearch.index.mapper中的类
-
- RootObjectMapper.Builder - org.elasticsearch.index.mapper中的类
-
- RootObjectMapper.Defaults - org.elasticsearch.index.mapper中的类
-
- RootObjectMapper.TypeParser - org.elasticsearch.index.mapper中的类
-
- roots - 类 中的变量org.elasticsearch.search.profile.AbstractInternalProfileTree
-
A list of top-level "roots".
- rotate(List<T>, int) - 类 中的静态方法org.elasticsearch.common.util.CollectionUtils
-
Return a rotated view of the given list with the given distance.
- RotationShardShuffler - org.elasticsearch.cluster.routing中的类
-
Basic
ShardShuffler implementation that uses an
AtomicInteger to generate seeds and uses a rotation to permute shards.
- RotationShardShuffler(int) - 类 的构造器org.elasticsearch.cluster.routing.RotationShardShuffler
-
- round(long) - 类 中的方法org.elasticsearch.common.rounding.Rounding
-
Rounds the given value.
- Rounding - org.elasticsearch.common.rounding中的类
-
A strategy for rounding long values.
- Rounding() - 类 的构造器org.elasticsearch.common.rounding.Rounding
-
- Rounding.Builder - org.elasticsearch.common.rounding中的类
-
- Rounding.Streams - org.elasticsearch.common.rounding中的类
-
- routing() - 类 中的方法org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
-
A comma separated list of routing values to control the shards the search will be executed on.
- routing(String) - 类 中的方法org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
-
A comma separated list of routing values to control the shards the search will be executed on.
- routing(String...) - 类 中的方法org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
-
The routing values to control the shards that the search will be executed on.
- routing(String) - 类 中的方法org.elasticsearch.action.admin.indices.alias.Alias
-
Associates a routing value to the alias
- routing(String) - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
Set the default routing.
- routing(String) - 类 中的方法org.elasticsearch.action.delete.DeleteRequest
-
Controls the shard routing of the request.
- routing() - 类 中的方法org.elasticsearch.action.delete.DeleteRequest
-
Controls the shard routing of the delete request.
- routing(String) - 接口 中的方法org.elasticsearch.action.DocWriteRequest
-
Set the routing for this request
- routing() - 接口 中的方法org.elasticsearch.action.DocWriteRequest
-
Get the routing for this request
- routing() - 类 中的方法org.elasticsearch.action.explain.ExplainRequest
-
- routing(String) - 类 中的方法org.elasticsearch.action.explain.ExplainRequest
-
- routing(String) - 类 中的方法org.elasticsearch.action.get.GetRequest
-
Controls the shard routing of the request.
- routing() - 类 中的方法org.elasticsearch.action.get.GetRequest
-
- routing(String) - 类 中的方法org.elasticsearch.action.get.MultiGetRequest.Item
-
The routing associated with this document.
- routing() - 类 中的方法org.elasticsearch.action.get.MultiGetRequest.Item
-
- routing(String) - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
Controls the shard routing of the request.
- routing() - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
Controls the shard routing of the request.
- routing() - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
A comma separated list of routing values to control the shards the search will be executed on.
- routing(String) - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
A comma separated list of routing values to control the shards the search will be executed on.
- routing(String...) - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
The routing values to control the shards that the search will be executed on.
- routing() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
- routing(String) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
- ROUTING - 类 中的静态变量org.elasticsearch.action.update.UpdateHelper.ContextFields
-
- routing(String) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
Controls the shard routing of the request.
- routing() - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
Controls the shard routing of the request.
- routing(String) - 类 中的方法org.elasticsearch.cluster.metadata.AliasMetaData.Builder
-
- routing() - 类 中的方法org.elasticsearch.cluster.metadata.MappingMetaData
-
- Routing(boolean) - 类 的构造器org.elasticsearch.cluster.metadata.MappingMetaData.Routing
-
- routing() - 类 中的方法org.elasticsearch.index.engine.Engine.Index
-
- routing() - 类 中的方法org.elasticsearch.index.fieldvisitor.FieldsVisitor
-
- routing() - 类 中的方法org.elasticsearch.index.mapper.ParsedDocument
-
- routing() - 类 中的方法org.elasticsearch.index.mapper.SourceToParse
-
- routing(String) - 类 中的方法org.elasticsearch.index.mapper.SourceToParse
-
- routing() - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- routing(String) - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- routing - 类 中的变量org.elasticsearch.index.shard.IndexShard.ShardFailure
-
- routing() - 类 中的方法org.elasticsearch.index.translog.Translog.Index
-
- routing - 类 中的变量org.elasticsearch.index.translog.Translog.Source
-
- routing() - 类 中的方法org.elasticsearch.indices.TermsLookup
-
- routing(String) - 类 中的方法org.elasticsearch.indices.TermsLookup
-
- RoutingAllocation - org.elasticsearch.cluster.routing.allocation中的类
-
- RoutingAllocation(AllocationDeciders, RoutingNodes, ClusterState, ClusterInfo, long) - 类 的构造器org.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
- RoutingAllocation.DebugMode - org.elasticsearch.cluster.routing.allocation中的枚举
-
- RoutingChangesObserver - org.elasticsearch.cluster.routing中的接口
-
Records changes made to
RoutingNodes during an allocation round.
- RoutingChangesObserver.AbstractRoutingChangesObserver - org.elasticsearch.cluster.routing中的类
-
- RoutingChangesObserver.DelegatingRoutingChangesObserver - org.elasticsearch.cluster.routing中的类
-
- routingEntry() - 接口 中的方法org.elasticsearch.action.support.replication.ReplicationOperation.Primary
-
routing entry for this primary
- routingEntry() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
Returns the latest cluster routing entry received with this shard.
- routingEntry() - 接口 中的方法org.elasticsearch.indices.cluster.IndicesClusterStateService.Shard
-
Returns the latest cluster routing entry received with this shard.
- RoutingException - org.elasticsearch.cluster.routing中的异常错误
-
A base Exceptions for all exceptions thrown by routing related operations.
- RoutingException(String) - 异常错误 的构造器org.elasticsearch.cluster.routing.RoutingException
-
- RoutingException(String, Throwable) - 异常错误 的构造器org.elasticsearch.cluster.routing.RoutingException
-
- RoutingException(StreamInput) - 异常错误 的构造器org.elasticsearch.cluster.routing.RoutingException
-
- RoutingExplanations - org.elasticsearch.cluster.routing.allocation中的类
-
- RoutingExplanations() - 类 的构造器org.elasticsearch.cluster.routing.allocation.RoutingExplanations
-
- routingFieldMapper() - 类 中的方法org.elasticsearch.index.mapper.DocumentMapper
-
- RoutingFieldMapper - org.elasticsearch.index.mapper中的类
-
- RoutingFieldMapper.Builder - org.elasticsearch.index.mapper中的类
-
- RoutingFieldMapper.Defaults - org.elasticsearch.index.mapper中的类
-
- RoutingFieldMapper.TypeParser - org.elasticsearch.index.mapper中的类
-
- RoutingMissingException - org.elasticsearch.action中的异常错误
-
- RoutingMissingException(String, String, String) - 异常错误 的构造器org.elasticsearch.action.RoutingMissingException
-
- RoutingMissingException(StreamInput) - 异常错误 的构造器org.elasticsearch.action.RoutingMissingException
-
- RoutingNode - org.elasticsearch.cluster.routing中的类
-
A
RoutingNode represents a cluster node associated with a single
DiscoveryNode including all shards
that are hosted on that nodes.
- RoutingNode(String, DiscoveryNode, ShardRouting...) - 类 的构造器org.elasticsearch.cluster.routing.RoutingNode
-
- routingNodes() - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
Get current routing nodes
- RoutingNodes - org.elasticsearch.cluster.routing中的类
-
- RoutingNodes(ClusterState) - 类 的构造器org.elasticsearch.cluster.routing.RoutingNodes
-
- RoutingNodes(ClusterState, boolean) - 类 的构造器org.elasticsearch.cluster.routing.RoutingNodes
-
- RoutingNodes.UnassignedShards - org.elasticsearch.cluster.routing中的类
-
- RoutingNodes.UnassignedShards.UnassignedIterator - org.elasticsearch.cluster.routing中的类
-
- routingNodesChanged() - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
Returns true iff changes were made to the routing nodes
- RoutingNodesChangedObserver - org.elasticsearch.cluster.routing.allocation中的类
-
Records if changes were made to
RoutingNodes during an allocation round.
- RoutingNodesChangedObserver() - 类 的构造器org.elasticsearch.cluster.routing.allocation.RoutingNodesChangedObserver
-
- routingPartitionSize(int) - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- routingPartitionSize() - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
Returns the routing partition size.
- routingRequired(String, String) - 类 中的方法org.elasticsearch.cluster.metadata.MetaData
-
- RoutingService - org.elasticsearch.cluster.routing中的类
-
- RoutingService(Settings, ClusterService, AllocationService) - 类 的构造器org.elasticsearch.cluster.routing.RoutingService
-
- routingTable() - 类 中的方法org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
-
- routingTable(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
-
- routingTable(RoutingTable) - 类 中的方法org.elasticsearch.cluster.ClusterState.Builder
-
- routingTable() - 类 中的方法org.elasticsearch.cluster.ClusterState
-
- routingTable() - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
Get routing table of current nodes
- RoutingTable - org.elasticsearch.cluster.routing中的类
-
Represents a global cluster-wide routing table for all indices including the
version of the current routing state.
- RoutingTable.Builder - org.elasticsearch.cluster.routing中的类
-
Builder for the routing table.
- routingTableChanged() - 类 中的方法org.elasticsearch.cluster.ClusterChangedEvent
-
Returns true iff the routing tables (for all indices) have
changed between the previous cluster state and the current cluster state.
- run() - 类 中的方法org.elasticsearch.cluster.InternalClusterInfoService.SubmitReschedulingClusterInfoUpdatedJob
-
- run() - 类 中的方法org.elasticsearch.cluster.service.TaskBatcher.BatchedTask
-
- run(Object, List<? extends TaskBatcher.BatchedTask>, String) - 类 中的方法org.elasticsearch.cluster.service.TaskBatcher
-
Action to be implemented by the specific batching implementation
All tasks have the given batching key.
- run() - 接口 中的方法org.elasticsearch.common.CheckedRunnable
-
- run() - 接口 中的方法org.elasticsearch.common.util.CancellableThreads.Interruptable
-
- run() - 接口 中的方法org.elasticsearch.common.util.CancellableThreads.IOInterruptable
-
- run() - 类 中的方法org.elasticsearch.common.util.concurrent.AbstractRunnable
-
- run() - 类 中的方法org.elasticsearch.common.util.concurrent.LoggingRunnable
-
- run() - 类 中的方法org.elasticsearch.common.util.concurrent.ThreadBarrier.BarrierTimer
-
- run(Engine, Translog.Snapshot) - 接口 中的方法org.elasticsearch.index.engine.EngineConfig.TranslogRecoveryRunner
-
- run() - 接口 中的方法org.elasticsearch.script.ExecutableScript
-
Executes the script.
- run() - 类 中的方法org.elasticsearch.script.SearchScript
-
- runAsDouble() - 类 中的方法org.elasticsearch.script.SearchScript
-
Return the result as a double.
- runAsLong() - 类 中的方法org.elasticsearch.script.SearchScript
-
Return the result as a long.
- runDeferredCollections(long...) - 类 中的方法org.elasticsearch.search.aggregations.bucket.DeferableBucketAggregator
-
- runningSliceSubTasks() - 类 中的方法org.elasticsearch.index.reindex.LeaderBulkByScrollTaskState
-
The number of sliced subtasks that are still running
- runOnApplierThread(String, Consumer<ClusterState>, ClusterStateTaskListener, Priority) - 类 中的方法org.elasticsearch.cluster.service.ClusterApplierService
-
- runOnApplierThread(String, Consumer<ClusterState>, ClusterStateTaskListener) - 类 中的方法org.elasticsearch.cluster.service.ClusterApplierService
-
- runOnlyOnMaster() - 接口 中的方法org.elasticsearch.cluster.ClusterStateTaskExecutor
-
indicates whether this executor should only run if the current node is master
- runOnlyOnMaster() - 类 中的方法org.elasticsearch.cluster.ClusterStateUpdateTask
-
Marked as final as cluster state update tasks should only run on master.
- runOnlyOnMaster() - 类 中的方法org.elasticsearch.cluster.LocalClusterUpdateTask
-
- runOnlyWhenMaster() - 类 中的方法org.elasticsearch.cluster.service.MasterService.TaskInputs
-
- runTask(ClusterApplierService.UpdateTask) - 类 中的方法org.elasticsearch.cluster.service.ClusterApplierService
-
- runTasks(MasterService.TaskInputs) - 类 中的方法org.elasticsearch.cluster.service.MasterService
-
- RussianAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
- RussianAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.RussianAnalyzerProvider
-
- RWE_LIKELIHOOD_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- rwl - 类 中的变量org.elasticsearch.index.engine.Engine
-
- rxCount() - 类 中的方法org.elasticsearch.transport.TransportStats
-
- rxSize() - 类 中的方法org.elasticsearch.transport.TransportStats
-
- SAME - 类 中的静态变量org.elasticsearch.threadpool.ThreadPool.Names
-
- sameOrAfter(Priority) - 枚举 中的方法org.elasticsearch.common.Priority
-
- SameShardAllocationDecider - org.elasticsearch.cluster.routing.allocation.decider中的类
-
An allocation decider that prevents multiple instances of the same shard to
be allocated on the same node.
- SameShardAllocationDecider(Settings, ClusterSettings) - 类 的构造器org.elasticsearch.cluster.routing.allocation.decider.SameShardAllocationDecider
-
- sampler(String) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
Sampler aggregation with the given name.
- Sampler - org.elasticsearch.search.aggregations.bucket.sampler中的接口
-
A filter aggregation that defines a single bucket to hold a sample of
top-matching documents.
- SamplerAggregationBuilder - org.elasticsearch.search.aggregations.bucket.sampler中的类
-
- SamplerAggregationBuilder(String) - 类 的构造器org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder
-
- SamplerAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder
-
Read from a stream.
- SamplerAggregator - org.elasticsearch.search.aggregations.bucket.sampler中的类
-
Aggregate on only the top-scoring docs on a shard.
- SamplerAggregator.ExecutionMode - org.elasticsearch.search.aggregations.bucket.sampler中的枚举
-
- SamplerAggregatorFactory - org.elasticsearch.search.aggregations.bucket.sampler中的类
-
- save(Path) - 类 中的方法org.elasticsearch.common.settings.KeyStoreWrapper
-
Write the keystore to the given config directory.
- SCALE - 类 中的静态变量org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
-
- ScalingExecutorBuilder - org.elasticsearch.threadpool中的类
-
A builder for scaling executors.
- ScalingExecutorBuilder(String, int, int, TimeValue) - 类 的构造器org.elasticsearch.threadpool.ScalingExecutorBuilder
-
Construct a scaling executor builder; the settings will have the
key prefix "thread_pool." followed by the executor name.
- ScalingExecutorBuilder(String, int, int, TimeValue, String) - 类 的构造器org.elasticsearch.threadpool.ScalingExecutorBuilder
-
Construct a scaling executor builder; the settings will have the
specified key prefix.
- schedule(TimeValue, String, Runnable) - 接口 中的方法org.elasticsearch.threadpool.Scheduler
-
Schedules a one-shot command to be run after a given delay.
- schedule(TimeValue, String, Runnable) - 类 中的方法org.elasticsearch.threadpool.ThreadPool
-
Schedules a one-shot command to run after a given delay.
- scheduledPing - 类 中的变量org.elasticsearch.transport.TcpTransport
-
- ScheduledPing() - 类 的构造器org.elasticsearch.transport.TcpTransport.ScheduledPing
-
- Scheduler - org.elasticsearch.threadpool中的接口
-
Scheduler that allows to schedule one-shot and periodic commands.
- scheduler() - 类 中的方法org.elasticsearch.threadpool.ThreadPool
-
- Scheduler.Cancellable - org.elasticsearch.threadpool中的接口
-
This interface represents an object whose execution may be cancelled during runtime.
- Scheduler.ReschedulingRunnable - org.elasticsearch.threadpool中的类
-
This class encapsulates the scheduling of a Runnable that needs to be repeated on a interval.
- scheduleTask(ThreadPool) - 类 中的方法org.elasticsearch.indices.IndexingMemoryController
-
- scheduleWithFixedDelay(Runnable, TimeValue, String) - 接口 中的方法org.elasticsearch.threadpool.Scheduler
-
Schedules a periodic action that runs on scheduler thread.
- scheduleWithFixedDelay(Runnable, TimeValue, String) - 类 中的方法org.elasticsearch.threadpool.ThreadPool
-
- Scope - org.elasticsearch.common.inject中的接口
-
A scope is a level of visibility that instances provided by Guice may have.
- scope(Key<T>, Provider<T>) - 接口 中的方法org.elasticsearch.common.inject.Scope
-
Scopes a provider.
- scope() - 类 中的方法org.elasticsearch.index.analysis.AbstractIndexAnalyzerProvider
-
- scope() - 接口 中的方法org.elasticsearch.index.analysis.AnalyzerProvider
-
- scope() - 类 中的方法org.elasticsearch.index.analysis.NamedAnalyzer
-
The scope of the analyzer.
- scope() - 类 中的方法org.elasticsearch.index.analysis.PreBuiltAnalyzerProvider
-
- SCOPE_ALREADY_SET - 类 中的静态变量org.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
- ScopeAnnotation - org.elasticsearch.common.inject中的注释类型
-
Annotates annotations which are used for scoping.
- scopeAnnotationOnAbstractType(Class<? extends Annotation>, Class<?>, Object) - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- ScopeBinding - org.elasticsearch.common.inject.spi中的类
-
Registration of a scope annotation with the scope that implements it.
- ScopedBindingBuilder - org.elasticsearch.common.inject.binder中的接口
-
See the EDSL examples at
Binder.
- scopeNotFound(Class<? extends Annotation>) - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- Scopes - org.elasticsearch.common.inject中的类
-
Built-in scope implementations.
- Scoping - org.elasticsearch.common.inject.internal中的类
-
References a scope, either directly (as a scope instance), or indirectly (as a scope annotation).
- score - 类 中的变量org.elasticsearch.action.termvectors.TermVectorsFilter.ScoreTerm
-
- score(int, float) - 类 中的方法org.elasticsearch.common.lucene.search.function.LeafScoreFunction
-
- SCORE - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
-
- score - 类 中的变量org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms.ParsedBucket
-
- score(float) - 类 中的方法org.elasticsearch.search.SearchHit
-
- score - 类 中的变量org.elasticsearch.search.suggest.phrase.Correction
-
- score - 类 中的变量org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.Candidate
-
- score(DirectCandidateGenerator.Candidate[], DirectCandidateGenerator.CandidateSet[], int, int) - 类 中的方法org.elasticsearch.search.suggest.phrase.WordScorer
-
- SCORE - 类 中的静态变量org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
-
- SCORE - 类 中的静态变量org.elasticsearch.search.suggest.term.TermSuggestion
-
- Score() - 类 的构造器org.elasticsearch.search.suggest.term.TermSuggestion.Score
-
- SCORE_ERROR_MESSAGE - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic
-
- SCORE_MODE_FIELD - 类 中的静态变量org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
- ScoreAccessor - org.elasticsearch.script中的类
-
A float encapsulation that dynamically accesses the score of a document.
- ScoreAccessor(Scorer) - 类 的构造器org.elasticsearch.script.ScoreAccessor
-
- scoreBigram(DirectCandidateGenerator.Candidate, DirectCandidateGenerator.Candidate) - 类 中的方法org.elasticsearch.search.suggest.phrase.LinearInterpolatingScorer
-
- scoreBigram(DirectCandidateGenerator.Candidate, DirectCandidateGenerator.Candidate) - 类 中的方法org.elasticsearch.search.suggest.phrase.WordScorer
-
- ScoreFunction - org.elasticsearch.common.lucene.search.function中的类
-
- ScoreFunction(CombineFunction) - 类 的构造器org.elasticsearch.common.lucene.search.function.ScoreFunction
-
- ScoreFunctionBuilder<FB extends ScoreFunctionBuilder<FB>> - org.elasticsearch.index.query.functionscore中的类
-
- ScoreFunctionBuilder() - 类 的构造器org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
-
Standard empty constructor.
- ScoreFunctionBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
-
Read from a stream.
- ScoreFunctionBuilders - org.elasticsearch.index.query.functionscore中的类
-
- ScoreFunctionBuilders() - 类 的构造器org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
-
- ScoreFunctionParser<FB extends ScoreFunctionBuilder<FB>> - org.elasticsearch.index.query.functionscore中的接口
-
- ScoreFunctionSpec(ParseField, Writeable.Reader<T>, ScoreFunctionParser<T>) - 类 的构造器org.elasticsearch.plugins.SearchPlugin.ScoreFunctionSpec
-
- ScoreFunctionSpec(String, Writeable.Reader<T>, ScoreFunctionParser<T>) - 类 的构造器org.elasticsearch.plugins.SearchPlugin.ScoreFunctionSpec
-
- scoreMode(FunctionScoreQuery.ScoreMode) - 类 中的方法org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
Score mode defines how results of individual score functions will be aggregated.
- scoreMode() - 类 中的方法org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
Returns the score mode, meaning how results of individual score functions will be aggregated.
- scoreMode() - 类 中的方法org.elasticsearch.index.query.NestedQueryBuilder
-
Returns how the scores from the matching child documents are mapped into the nested parent document.
- scoreMode() - 类 中的方法org.elasticsearch.search.rescore.QueryRescorer.QueryRescoreContext
-
- scoreModeAsString(ScoreMode) - 类 中的静态方法org.elasticsearch.index.query.NestedQueryBuilder
-
- scoreOrdered() - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
-
- scorer - 类 中的变量org.apache.lucene.search.grouping.CollapsingTopDocsCollector
-
- scorer(LeafReaderContext) - 类 中的方法org.elasticsearch.search.profile.query.ProfileWeight
-
- ScorerAware - org.elasticsearch.common.lucene中的接口
-
- scorerSupplier(LeafReaderContext) - 类 中的方法org.elasticsearch.search.profile.query.ProfileWeight
-
- scoreSort() - 类 中的静态方法org.elasticsearch.search.sort.SortBuilders
-
Constructs a new score sort.
- ScoreSortBuilder - org.elasticsearch.search.sort中的类
-
A sort builder allowing to sort by score.
- ScoreSortBuilder() - 类 的构造器org.elasticsearch.search.sort.ScoreSortBuilder
-
Build a ScoreSortBuilder default to descending sort order.
- ScoreSortBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.sort.ScoreSortBuilder
-
Read from a stream.
- scoreTrigram(DirectCandidateGenerator.Candidate, DirectCandidateGenerator.Candidate, DirectCandidateGenerator.Candidate) - 类 中的方法org.elasticsearch.search.suggest.phrase.LinearInterpolatingScorer
-
- scoreTrigram(DirectCandidateGenerator.Candidate, DirectCandidateGenerator.Candidate, DirectCandidateGenerator.Candidate) - 类 中的方法org.elasticsearch.search.suggest.phrase.WordScorer
-
- scoreUnigram(DirectCandidateGenerator.Candidate) - 类 中的方法org.elasticsearch.search.suggest.phrase.WordScorer
-
- SCORING_BOOLEAN - 类 中的静态变量org.elasticsearch.index.query.support.QueryParsers
-
- script() - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
- script(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
- script() - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- script(Script) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
The script to execute.
- script(String, ScriptType) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- script(String) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- script(String, ScriptType, Map<String, Object>) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- script(String, String, ScriptType, Map<String, Object>) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- script() - 类 中的方法org.elasticsearch.index.query.ScriptQueryBuilder
-
- script(Script) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequestBuilder
-
Script to modify the documents before they are processed.
- Script - org.elasticsearch.script中的类
-
- Script(String) - 类 的构造器org.elasticsearch.script.Script
-
Constructor for simple script using the default language and default type.
- Script(ScriptType, String, String, Map<String, Object>) - 类 的构造器org.elasticsearch.script.Script
-
Constructor for a script that does not need to use compiler options.
- Script(ScriptType, String, String, Map<String, String>, Map<String, Object>) - 类 的构造器org.elasticsearch.script.Script
-
Constructor for a script that requires the use of compiler options.
- Script(StreamInput) - 类 的构造器org.elasticsearch.script.Script
-
Creates a
Script read from an input stream.
- script(Script) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceBuilder
-
Sets the script to use for this source
- script() - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceBuilder
-
Gets the script to use for this source
- script(Script) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.IpRangeAggregationBuilder
-
- Script(SearchScript.LeafFactory) - 类 的构造器org.elasticsearch.search.aggregations.support.ValuesSource.Bytes.Script
-
- Script(SearchScript.LeafFactory, ValueType) - 类 的构造器org.elasticsearch.search.aggregations.support.ValuesSource.Numeric.Script
-
- script(Script) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
-
Sets the script to use for this aggregation.
- script() - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
-
Gets the script to use for this aggregation.
- script() - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceConfig
-
- script(SearchScript.LeafFactory) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceConfig
-
- script() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder.ScriptField
-
- script() - 类 中的方法org.elasticsearch.search.fetch.subphase.ScriptFieldsContext.ScriptField
-
- script() - 类 中的方法org.elasticsearch.search.sort.ScriptSortBuilder
-
Get the script used in this sort.
- SCRIPT_CACHE_EXPIRE_SETTING - 类 中的静态变量org.elasticsearch.script.ScriptService
-
- SCRIPT_CACHE_SIZE_SETTING - 类 中的静态变量org.elasticsearch.script.ScriptService
-
- SCRIPT_FIELD - 类 中的静态变量org.elasticsearch.search.builder.SearchSourceBuilder
-
- SCRIPT_FIELD - 类 中的静态变量org.elasticsearch.search.sort.ScriptSortBuilder
-
- SCRIPT_FIELDS_FIELD - 类 中的静态变量org.elasticsearch.search.builder.SearchSourceBuilder
-
- SCRIPT_MAX_COMPILATIONS_RATE - 类 中的静态变量org.elasticsearch.script.ScriptService
-
- SCRIPT_MAX_SIZE_IN_BYTES - 类 中的静态变量org.elasticsearch.script.ScriptService
-
- SCRIPT_PARSE_FIELD - 类 中的静态变量org.elasticsearch.script.Script
-
Standard
ParseField for outer level of script queries.
- SCRIPT_PARSE_FIELD - 类 中的静态变量org.elasticsearch.script.StoredScriptSource
-
Standard
ParseField for outer level of stored script source.
- ScriptBytesValues - org.elasticsearch.search.aggregations.support.values中的类
-
- ScriptBytesValues(SearchScript) - 类 的构造器org.elasticsearch.search.aggregations.support.values.ScriptBytesValues
-
- ScriptContext<FactoryType> - org.elasticsearch.script中的类
-
The information necessary to compile and run a script.
- ScriptContext(String, Class<FactoryType>) - 类 的构造器org.elasticsearch.script.ScriptContext
-
Construct a context with the related instance and compiled classes.
- ScriptDocValues<T> - org.elasticsearch.index.fielddata中的类
-
Script level doc values, the assumption is that any implementation will
implement a getValue and a getValues that return
the relevant type that then can be used in scripts.
- ScriptDocValues() - 类 的构造器org.elasticsearch.index.fielddata.ScriptDocValues
-
- ScriptDocValues.Booleans - org.elasticsearch.index.fielddata中的类
-
- ScriptDocValues.BytesRefs - org.elasticsearch.index.fielddata中的类
-
- ScriptDocValues.Dates - org.elasticsearch.index.fielddata中的类
-
- ScriptDocValues.Doubles - org.elasticsearch.index.fielddata中的类
-
- ScriptDocValues.GeoPoints - org.elasticsearch.index.fielddata中的类
-
- ScriptDocValues.Longs - org.elasticsearch.index.fielddata中的类
-
- ScriptDocValues.Strings - org.elasticsearch.index.fielddata中的类
-
- ScriptDoubleValues - org.elasticsearch.search.aggregations.support.values中的类
-
- ScriptDoubleValues(SearchScript) - 类 的构造器org.elasticsearch.search.aggregations.support.values.ScriptDoubleValues
-
- scriptedMetric(String) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
- ScriptedMetric - org.elasticsearch.search.aggregations.metrics.scripted中的接口
-
A metric aggregation that computes both its final and intermediate states using scripts.
- ScriptedMetricAggregationBuilder - org.elasticsearch.search.aggregations.metrics.scripted中的类
-
- ScriptedMetricAggregationBuilder(String) - 类 的构造器org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
-
- ScriptedMetricAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
-
Read from a stream.
- ScriptedMetricAggregator - org.elasticsearch.search.aggregations.metrics.scripted中的类
-
- ScriptedMetricAggregator(String, SearchScript.LeafFactory, ExecutableScript, Script, Map<String, Object>, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregator
-
- ScriptedMetricAggregatorFactory - org.elasticsearch.search.aggregations.metrics.scripted中的类
-
- ScriptedMetricAggregatorFactory(String, SearchScript.Factory, ExecutableScript.Factory, ExecutableScript.Factory, Script, Map<String, Object>, SearchLookup, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregatorFactory
-
- ScriptedSimilarity - org.elasticsearch.index.similarity中的类
-
A Similarity implementation that allows scores to be scripted.
- ScriptedSimilarity(String, SimilarityWeightScript.Factory, String, SimilarityScript.Factory, boolean) - 类 的构造器org.elasticsearch.index.similarity.ScriptedSimilarity
-
Sole constructor.
- ScriptedSimilarity.Doc - org.elasticsearch.index.similarity中的类
-
Statistics that are specific to a document.
- ScriptedSimilarity.Field - org.elasticsearch.index.similarity中的类
-
Statistics that are specific to a given field.
- ScriptedSimilarity.Query - org.elasticsearch.index.similarity中的类
-
Scoring factors that come from the query.
- ScriptedSimilarity.Term - org.elasticsearch.index.similarity中的类
-
Statistics that are specific to a given term.
- ScriptedSimilarityProvider - org.elasticsearch.index.similarity中的类
-
Provider of scripted similarities.
- ScriptedSimilarityProvider(String, Settings, Settings, ScriptService) - 类 的构造器org.elasticsearch.index.similarity.ScriptedSimilarityProvider
-
- scriptedUpsert() - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- scriptedUpsert(boolean) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- ScriptEngine - org.elasticsearch.script中的接口
-
A script language implementation.
- ScriptException - org.elasticsearch.script中的异常错误
-
Exception from a scripting engine.
- ScriptException(String, Throwable, List<String>, String, String) - 异常错误 的构造器org.elasticsearch.script.ScriptException
-
Create a new ScriptException.
- ScriptException(StreamInput) - 异常错误 的构造器org.elasticsearch.script.ScriptException
-
Deserializes a ScriptException from a StreamInput
- scriptField(String, Script) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
Adds a script field under the given name with the provided script.
- scriptField(String, Script, boolean) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
Adds a script field under the given name with the provided script.
- scriptField(String, Script) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Adds a script field under the given name with the provided script.
- scriptField(String, Script, boolean) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Adds a script field under the given name with the provided script.
- ScriptField(String, Script, boolean) - 类 的构造器org.elasticsearch.search.builder.SearchSourceBuilder.ScriptField
-
- ScriptField(StreamInput) - 类 的构造器org.elasticsearch.search.builder.SearchSourceBuilder.ScriptField
-
Read from a stream.
- ScriptField(XContentParser) - 类 的构造器org.elasticsearch.search.builder.SearchSourceBuilder.ScriptField
-
- ScriptField(String, SearchScript.LeafFactory, boolean) - 类 的构造器org.elasticsearch.search.fetch.subphase.ScriptFieldsContext.ScriptField
-
- scriptFields(List<SearchSourceBuilder.ScriptField>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
- scriptFields() - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
Gets the script fields.
- scriptFields() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Gets the script fields.
- scriptFields() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- scriptFields() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- scriptFields() - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- ScriptFieldsContext - org.elasticsearch.search.fetch.subphase中的类
-
- ScriptFieldsContext() - 类 的构造器org.elasticsearch.search.fetch.subphase.ScriptFieldsContext
-
- ScriptFieldsContext.ScriptField - org.elasticsearch.search.fetch.subphase中的类
-
- ScriptFieldsFetchSubPhase - org.elasticsearch.search.fetch.subphase中的类
-
- ScriptFieldsFetchSubPhase() - 类 的构造器org.elasticsearch.search.fetch.subphase.ScriptFieldsFetchSubPhase
-
- scriptFunction(Function<SortedSetDocValues, ScriptDocValues<?>>) - 类 中的方法org.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData.Builder
-
- scriptFunction(Script) - 类 中的静态方法org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
-
- scriptFunction(String) - 类 中的静态方法org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
-
- ScriptHeuristic - org.elasticsearch.search.aggregations.bucket.significant.heuristics中的类
-
- ScriptHeuristic(Script) - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic
-
- ScriptHeuristic(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic
-
Read from a stream.
- ScriptHeuristic.LongAccessor - org.elasticsearch.search.aggregations.bucket.significant.heuristics中的类
-
- scriptLang(String) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- scriptLang() - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- ScriptLongValues - org.elasticsearch.search.aggregations.support.values中的类
-
LongValues implementation which is based on a script
- ScriptLongValues(SearchScript) - 类 的构造器org.elasticsearch.search.aggregations.support.values.ScriptLongValues
-
- ScriptMetaData - org.elasticsearch.script中的类
-
- ScriptMetaData(StreamInput) - 类 的构造器org.elasticsearch.script.ScriptMetaData
-
- ScriptMetaData.Builder - org.elasticsearch.script中的类
-
A builder used to modify the currently stored scripts data held within
the
ClusterState.
- ScriptMetrics - org.elasticsearch.script中的类
-
- ScriptMetrics() - 类 的构造器org.elasticsearch.script.ScriptMetrics
-
- ScriptModule - org.elasticsearch.script中的类
-
- ScriptModule(Settings, List<ScriptPlugin>) - 类 的构造器org.elasticsearch.script.ScriptModule
-
- scriptParams() - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- scriptParams(Map<String, Object>) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- ScriptPlugin - org.elasticsearch.plugins中的接口
-
An additional extension point for
Plugins that extends Elasticsearch's scripting functionality.
- scriptQuery(Script) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A builder for filter based on a script.
- ScriptQueryBuilder - org.elasticsearch.index.query中的类
-
- ScriptQueryBuilder(Script) - 类 的构造器org.elasticsearch.index.query.ScriptQueryBuilder
-
- ScriptQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.ScriptQueryBuilder
-
Read from a stream.
- ScriptScoreFunction - org.elasticsearch.common.lucene.search.function中的类
-
- ScriptScoreFunction(Script, SearchScript.LeafFactory) - 类 的构造器org.elasticsearch.common.lucene.search.function.ScriptScoreFunction
-
- ScriptScoreFunctionBuilder - org.elasticsearch.index.query.functionscore中的类
-
A function that uses a script to compute or influence the score of documents
that match with the inner query or filter.
- ScriptScoreFunctionBuilder(Script) - 类 的构造器org.elasticsearch.index.query.functionscore.ScriptScoreFunctionBuilder
-
- ScriptScoreFunctionBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.functionscore.ScriptScoreFunctionBuilder
-
Read from a stream.
- scriptService - 类 中的变量org.elasticsearch.ingest.Processor.Parameters
-
Provides processors script support.
- ScriptService - org.elasticsearch.script中的类
-
- ScriptService(Settings, Map<String, ScriptEngine>, Map<String, ScriptContext<?>>) - 类 的构造器org.elasticsearch.script.ScriptService
-
- scriptService() - 类 中的方法org.elasticsearch.search.aggregations.InternalAggregation.ReduceContext
-
- scriptSort(Script, ScriptSortBuilder.ScriptSortType) - 类 中的静态方法org.elasticsearch.search.sort.SortBuilders
-
Constructs a new script based sort.
- ScriptSortBuilder - org.elasticsearch.search.sort中的类
-
Script sort builder allows to sort based on a custom script expression.
- ScriptSortBuilder(Script, ScriptSortBuilder.ScriptSortType) - 类 的构造器org.elasticsearch.search.sort.ScriptSortBuilder
-
Constructs a script sort builder with the given script.
- ScriptSortBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.sort.ScriptSortBuilder
-
Read from a stream.
- ScriptSortBuilder.ScriptSortType - org.elasticsearch.search.sort中的枚举
-
- ScriptStats - org.elasticsearch.script中的类
-
- ScriptStats(long, long) - 类 的构造器org.elasticsearch.script.ScriptStats
-
- ScriptStats(StreamInput) - 类 的构造器org.elasticsearch.script.ScriptStats
-
- scriptString() - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- scriptType() - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- ScriptType - org.elasticsearch.script中的枚举
-
ScriptType represents the way a script is stored and retrieved from the
ScriptService.
- scriptValueType(ValueType) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceConfig
-
- scriptValueType() - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceConfig
-
- scroll() - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
If set, will enable scrolling of the search request.
- scroll(Scroll) - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
If set, will enable scrolling of the search request.
- scroll(TimeValue) - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
If set, will enable scrolling of the search request for the specified timeout.
- scroll(String) - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
If set, will enable scrolling of the search request for the specified timeout.
- scroll() - 类 中的方法org.elasticsearch.action.search.SearchScrollRequest
-
If set, will enable scrolling of the search request.
- scroll(Scroll) - 类 中的方法org.elasticsearch.action.search.SearchScrollRequest
-
If set, will enable scrolling of the search request.
- scroll(TimeValue) - 类 中的方法org.elasticsearch.action.search.SearchScrollRequest
-
If set, will enable scrolling of the search request for the specified timeout.
- scroll(String) - 类 中的方法org.elasticsearch.action.search.SearchScrollRequest
-
If set, will enable scrolling of the search request for the specified timeout.
- scroll() - 类 中的方法org.elasticsearch.search.internal.InternalScrollSearchRequest
-
- scroll(Scroll) - 类 中的方法org.elasticsearch.search.internal.InternalScrollSearchRequest
-
- scroll - 类 中的变量org.elasticsearch.search.internal.ScrollContext
-
- scroll() - 类 中的方法org.elasticsearch.search.internal.ShardSearchLocalRequest
-
- scroll() - 接口 中的方法org.elasticsearch.search.internal.ShardSearchRequest
-
- scroll() - 类 中的方法org.elasticsearch.search.internal.ShardSearchTransportRequest
-
- Scroll - org.elasticsearch.search中的类
-
A scroll enables scrolling of search request.
- Scroll(StreamInput) - 类 的构造器org.elasticsearch.search.Scroll
-
- Scroll(TimeValue) - 类 的构造器org.elasticsearch.search.Scroll
-
Constructs a new scroll of the provided keep alive.
- ScrollableHitSource - org.elasticsearch.index.reindex中的类
-
A scrollable source of results.
- ScrollableHitSource(Logger, BackoffPolicy, ThreadPool, Runnable, Consumer<Exception>) - 类 的构造器org.elasticsearch.index.reindex.ScrollableHitSource
-
- ScrollableHitSource.BasicHit - org.elasticsearch.index.reindex中的类
-
- ScrollableHitSource.Hit - org.elasticsearch.index.reindex中的接口
-
A document returned as part of the response.
- ScrollableHitSource.Response - org.elasticsearch.index.reindex中的类
-
Response from each scroll batch.
- ScrollableHitSource.SearchFailure - org.elasticsearch.index.reindex中的类
-
A failure during search.
- scrollContext() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- scrollContext(ScrollContext) - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- ScrollContext - org.elasticsearch.search.internal中的类
-
Wrapper around information that needs to stay around when scrolling.
- ScrollContext() - 类 的构造器org.elasticsearch.search.internal.ScrollContext
-
- scrollContext() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- scrollContext(ScrollContext) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- scrollContext(ScrollContext) - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- scrollId(String) - 类 中的方法org.elasticsearch.action.search.SearchResponse
-
- scrollId() - 类 中的方法org.elasticsearch.action.search.SearchScrollRequest
-
The scroll id used to scroll the search.
- scrollId(String) - 类 中的方法org.elasticsearch.action.search.SearchScrollRequest
-
- scrollIds() - 类 中的方法org.elasticsearch.action.search.ClearScrollRequest
-
- scrollIds(List<String>) - 类 中的方法org.elasticsearch.action.search.ClearScrollRequest
-
- ScrollQueryFetchSearchResult - org.elasticsearch.search.fetch中的类
-
- ScrollQueryFetchSearchResult() - 类 的构造器org.elasticsearch.search.fetch.ScrollQueryFetchSearchResult
-
- ScrollQueryFetchSearchResult(QueryFetchSearchResult, SearchShardTarget) - 类 的构造器org.elasticsearch.search.fetch.ScrollQueryFetchSearchResult
-
- ScrollQuerySearchResult - org.elasticsearch.search.query中的类
-
- ScrollQuerySearchResult() - 类 的构造器org.elasticsearch.search.query.ScrollQuerySearchResult
-
- ScrollQuerySearchResult(QuerySearchResult, SearchShardTarget) - 类 的构造器org.elasticsearch.search.query.ScrollQuerySearchResult
-
- search - 类 中的变量org.elasticsearch.action.admin.indices.stats.CommonStats
-
- search(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- search() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- search(SearchRequest) - 接口 中的方法org.elasticsearch.client.Client
-
Search across one or more indices and one or more types with a query.
- search(SearchRequest, ActionListener<SearchResponse>) - 接口 中的方法org.elasticsearch.client.Client
-
Search across one or more indices and one or more types with a query.
- search(SearchRequest) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- search(SearchRequest, ActionListener<SearchResponse>) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- search - 类 中的变量org.elasticsearch.index.engine.Segment
-
- search(List<LeafReaderContext>, Weight, Collector) - 类 中的方法org.elasticsearch.search.internal.ContextIndexSearcher
-
- SEARCH - 类 中的静态变量org.elasticsearch.threadpool.ThreadPool.Names
-
- SEARCH_AFTER - 类 中的静态变量org.elasticsearch.search.builder.SearchSourceBuilder
-
- SEARCH_AFTER - 类 中的静态变量org.elasticsearch.search.searchafter.SearchAfterBuilder
-
- SEARCH_ANALYZER - 类 中的静态变量org.elasticsearch.index.mapper.CompletionFieldMapper.Fields
-
- SearchAction - org.elasticsearch.action.search中的类
-
- searchAfter(Object[]) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Set the sort values that indicates which docs this request should "search after".
- searchAfter() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
The sort values that indicates which docs this request should "search after".
- searchAfter(Object[]) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Set the sort values that indicates which docs this request should "search after".
- searchAfter(FieldDoc) - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- searchAfter() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- searchAfter(FieldDoc) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- searchAfter() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- SearchAfterBuilder - org.elasticsearch.search.searchafter中的类
-
- SearchAfterBuilder() - 类 的构造器org.elasticsearch.search.searchafter.SearchAfterBuilder
-
- SearchAfterBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.searchafter.SearchAfterBuilder
-
Read from a stream.
- SearchAfterSortedDocQuery - org.apache.lucene.queries中的类
-
A Query that only matches documents that are greater than the provided FieldDoc.
- SearchAfterSortedDocQuery(Sort, FieldDoc) - 类 的构造器org.apache.lucene.queries.SearchAfterSortedDocQuery
-
- searchAnalyzer() - 类 中的方法org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
-
- searchAnalyzer() - 类 中的方法org.elasticsearch.index.mapper.DocumentFieldMappers
-
A smart analyzer used for searching that takes into account specific analyzers configured
per
FieldMapper.
- searchAnalyzer(NamedAnalyzer) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper.Builder
-
- searchAnalyzer() - 类 中的方法org.elasticsearch.index.mapper.MappedFieldType
-
- searchAnalyzer() - 类 中的方法org.elasticsearch.index.mapper.MapperService
-
- SearchContext - org.elasticsearch.search.internal中的类
-
This class encapsulates the state needed to execute a search.
- SearchContext() - 类 的构造器org.elasticsearch.search.internal.SearchContext
-
- SearchContext.Lifetime - org.elasticsearch.search.internal中的枚举
-
The life time of an object that is used during search execution.
- SearchContextAggregations - org.elasticsearch.search.aggregations中的类
-
The aggregation context that is part of the search context.
- SearchContextAggregations(AggregatorFactories) - 类 的构造器org.elasticsearch.search.aggregations.SearchContextAggregations
-
Creates a new aggregation context with the parsed aggregator factories
- SearchContextException - org.elasticsearch.search中的异常错误
-
- SearchContextException(SearchContext, String) - 异常错误 的构造器org.elasticsearch.search.SearchContextException
-
- SearchContextException(SearchContext, String, Throwable) - 异常错误 的构造器org.elasticsearch.search.SearchContextException
-
- SearchContextException(StreamInput) - 异常错误 的构造器org.elasticsearch.search.SearchContextException
-
- SearchContextHighlight - org.elasticsearch.search.fetch.subphase.highlight中的类
-
- SearchContextHighlight(Collection<SearchContextHighlight.Field>) - 类 的构造器org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight
-
- SearchContextHighlight.Field - org.elasticsearch.search.fetch.subphase.highlight中的类
-
- SearchContextHighlight.FieldOptions - org.elasticsearch.search.fetch.subphase.highlight中的类
-
- SearchContextMissingException - org.elasticsearch.search中的异常错误
-
- SearchContextMissingException(long) - 异常错误 的构造器org.elasticsearch.search.SearchContextMissingException
-
- SearchContextMissingException(StreamInput) - 异常错误 的构造器org.elasticsearch.search.SearchContextMissingException
-
- searcher() - 类 中的方法org.elasticsearch.index.engine.Engine.GetResult
-
- Searcher(String, IndexSearcher) - 类 的构造器org.elasticsearch.index.engine.Engine.Searcher
-
- searcher() - 类 中的方法org.elasticsearch.index.engine.Engine.Searcher
-
- searcher() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- searcher() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- SearchException - org.elasticsearch.search中的异常错误
-
- SearchException(SearchShardTarget, String) - 异常错误 的构造器org.elasticsearch.search.SearchException
-
- SearchException(SearchShardTarget, String, Throwable) - 异常错误 的构造器org.elasticsearch.search.SearchException
-
- SearchException(StreamInput) - 异常错误 的构造器org.elasticsearch.search.SearchException
-
- SearchExecutionStatsCollector - org.elasticsearch.action.search中的类
-
A wrapper of search action listeners (search results) that unwraps the query
result to get the piggybacked queue size and service time EWMA, adding those
values to the coordinating nodes' ResponseCollectorService.
- SearchExtBuilder - org.elasticsearch.search中的类
-
Intermediate serializable representation of a search ext section.
- SearchExtBuilder() - 类 的构造器org.elasticsearch.search.SearchExtBuilder
-
- SearchExtensionSpec(ParseField, Writeable.Reader<? extends W>, P) - 类 的构造器org.elasticsearch.plugins.SearchPlugin.SearchExtensionSpec
-
- SearchExtensionSpec(String, Writeable.Reader<? extends W>, P) - 类 的构造器org.elasticsearch.plugins.SearchPlugin.SearchExtensionSpec
-
Build the spec with a String.
- SearchExtSpec(ParseField, Writeable.Reader<? extends T>, CheckedFunction<XContentParser, T, IOException>) - 类 的构造器org.elasticsearch.plugins.SearchPlugin.SearchExtSpec
-
- SearchExtSpec(String, Writeable.Reader<? extends T>, CheckedFunction<XContentParser, T, IOException>) - 类 的构造器org.elasticsearch.plugins.SearchPlugin.SearchExtSpec
-
- SearchFailure(Throwable, String, Integer, String) - 类 的构造器org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure
-
- SearchFailure(Throwable) - 类 的构造器org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure
-
Build a search failure that doesn't have shard information available.
- SearchFailure(StreamInput) - 类 的构造器org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure
-
Read from a stream.
- SearchHit - org.elasticsearch.search中的类
-
A single search hit.
- SearchHit(int) - 类 的构造器org.elasticsearch.search.SearchHit
-
- SearchHit(int, String, Text, Map<String, DocumentField>) - 类 的构造器org.elasticsearch.search.SearchHit
-
- SearchHit(int, String, Text, SearchHit.NestedIdentity, Map<String, DocumentField>) - 类 的构造器org.elasticsearch.search.SearchHit
-
- SearchHit.Fields - org.elasticsearch.search中的类
-
- SearchHit.NestedIdentity - org.elasticsearch.search中的类
-
Encapsulates the nested identity of a hit.
- SearchHits - org.elasticsearch.search中的类
-
- SearchHits(SearchHit[], long, float) - 类 的构造器org.elasticsearch.search.SearchHits
-
- SearchHits.Fields - org.elasticsearch.search中的类
-
- SearchLookup - org.elasticsearch.search.lookup中的类
-
- SearchLookup(MapperService, Function<MappedFieldType, IndexFieldData<?>>, String[]) - 类 的构造器org.elasticsearch.search.lookup.SearchLookup
-
- SearchModule - org.elasticsearch.search中的类
-
Sets up things that can be done at search time like queries, aggregations, and suggesters.
- SearchModule(Settings, boolean, List<SearchPlugin>) - 类 的构造器org.elasticsearch.search.SearchModule
-
- SearchOperationListener - org.elasticsearch.index.shard中的接口
-
An listener for search, fetch and context events.
- SearchOperationListener.CompositeListener - org.elasticsearch.index.shard中的类
-
A Composite listener that multiplexes calls to each of the listeners methods.
- SearchParseException - org.elasticsearch.search中的异常错误
-
- SearchParseException(SearchContext, String, XContentLocation) - 异常错误 的构造器org.elasticsearch.search.SearchParseException
-
- SearchParseException(SearchContext, String, XContentLocation, Throwable) - 异常错误 的构造器org.elasticsearch.search.SearchParseException
-
- SearchParseException(StreamInput) - 异常错误 的构造器org.elasticsearch.search.SearchParseException
-
- SearchPhase - org.elasticsearch.search中的接口
-
Represents a phase of a search request e.g. query, fetch etc.
- SearchPhaseController - org.elasticsearch.action.search中的类
-
- SearchPhaseController(Settings, BigArrays, ScriptService) - 类 的构造器org.elasticsearch.action.search.SearchPhaseController
-
- SearchPhaseController.ReducedQueryPhase - org.elasticsearch.action.search中的类
-
- SearchPhaseExecutionException - org.elasticsearch.action.search中的异常错误
-
- SearchPhaseExecutionException(String, String, ShardSearchFailure[]) - 异常错误 的构造器org.elasticsearch.action.search.SearchPhaseExecutionException
-
- SearchPhaseExecutionException(String, String, Throwable, ShardSearchFailure[]) - 异常错误 的构造器org.elasticsearch.action.search.SearchPhaseExecutionException
-
- SearchPhaseExecutionException(StreamInput) - 异常错误 的构造器org.elasticsearch.action.search.SearchPhaseExecutionException
-
- SearchPhaseResult - org.elasticsearch.search中的类
-
This class is a base class for all search releated results.
- SearchPhaseResult() - 类 的构造器org.elasticsearch.search.SearchPhaseResult
-
- SearchPlugin - org.elasticsearch.plugins中的接口
-
Plugin for extending search time behavior.
- SearchPlugin.AggregationSpec - org.elasticsearch.plugins中的类
-
- SearchPlugin.FetchPhaseConstructionContext - org.elasticsearch.plugins中的类
-
Context available during fetch phase construction.
- SearchPlugin.PipelineAggregationSpec - org.elasticsearch.plugins中的类
-
- SearchPlugin.QuerySpec<T extends QueryBuilder> - org.elasticsearch.plugins中的类
-
Specification of custom Query.
- SearchPlugin.RescorerSpec<T extends RescorerBuilder<T>> - org.elasticsearch.plugins中的类
-
- SearchPlugin.ScoreFunctionSpec<T extends ScoreFunctionBuilder<T>> - org.elasticsearch.plugins中的类
-
- SearchPlugin.SearchExtensionSpec<W extends NamedWriteable,P> - org.elasticsearch.plugins中的类
-
- SearchPlugin.SearchExtSpec<T extends SearchExtBuilder> - org.elasticsearch.plugins中的类
-
Specification for a
SearchExtBuilder which represents an additional section that can be
parsed in a search request (within the ext element).
- SearchPlugin.SuggesterSpec<T extends SuggestionBuilder<T>> - org.elasticsearch.plugins中的类
-
- SearchProfileShardResults - org.elasticsearch.search.profile中的类
-
A container class to hold all the profile results across all shards.
- SearchProfileShardResults(Map<String, ProfileShardResult>) - 类 的构造器org.elasticsearch.search.profile.SearchProfileShardResults
-
- SearchProfileShardResults(StreamInput) - 类 的构造器org.elasticsearch.search.profile.SearchProfileShardResults
-
- searchQuoteAnalyzer() - 类 中的方法org.elasticsearch.index.mapper.DocumentFieldMappers
-
- searchQuoteAnalyzer(NamedAnalyzer) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper.Builder
-
- searchQuoteAnalyzer() - 类 中的方法org.elasticsearch.index.mapper.MappedFieldType
-
- searchQuoteAnalyzer() - 类 中的方法org.elasticsearch.index.mapper.MapperService
-
- SearchRequest - org.elasticsearch.action.search中的类
-
A request to execute search against one or more indices (or all).
- SearchRequest() - 类 的构造器org.elasticsearch.action.search.SearchRequest
-
- SearchRequest(String...) - 类 的构造器org.elasticsearch.action.search.SearchRequest
-
Constructs a new search request against the indices.
- SearchRequest(String[], SearchSourceBuilder) - 类 的构造器org.elasticsearch.action.search.SearchRequest
-
Constructs a new search request against the provided indices with the given search source.
- searchRequest(String...) - 类 中的静态方法org.elasticsearch.client.Requests
-
Creates a search request against one or more indices.
- SearchRequestBuilder - org.elasticsearch.action.search中的类
-
A search action request builder.
- SearchRequestBuilder(ElasticsearchClient, SearchAction) - 类 的构造器org.elasticsearch.action.search.SearchRequestBuilder
-
- SearchResponse - org.elasticsearch.action.search中的类
-
A response of a search request.
- SearchResponse() - 类 的构造器org.elasticsearch.action.search.SearchResponse
-
- SearchResponse(SearchResponseSections, String, int, int, int, long, ShardSearchFailure[], SearchResponse.Clusters) - 类 的构造器org.elasticsearch.action.search.SearchResponse
-
- SearchResponse.Clusters - org.elasticsearch.action.search中的类
-
Holds info about the clusters that the search was executed on: how many in total, how many of them were successful
and how many of them were skipped.
- SearchResponseSections - org.elasticsearch.action.search中的类
-
Base class that holds the various sections which a search response is
composed of (hits, aggs, suggestions etc.) and allows to retrieve them.
- SearchResponseSections(SearchHits, Aggregations, Suggest, boolean, Boolean, SearchProfileShardResults, int) - 类 的构造器org.elasticsearch.action.search.SearchResponseSections
-
- searchRouting() - 类 中的方法org.elasticsearch.action.admin.indices.alias.Alias
-
Returns the search routing value associated with the alias
- searchRouting(String) - 类 中的方法org.elasticsearch.action.admin.indices.alias.Alias
-
Associates a search routing value to the alias
- searchRouting() - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- searchRouting(String) - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- searchRouting(String) - 类 中的方法org.elasticsearch.cluster.metadata.AliasMetaData.Builder
-
- searchRouting() - 类 中的方法org.elasticsearch.cluster.metadata.AliasMetaData
-
- searchRoutingValues() - 类 中的方法org.elasticsearch.cluster.metadata.AliasMetaData
-
- SearchScript - org.elasticsearch.script中的类
-
A generic script used for per document use cases.
- SearchScript(Map<String, Object>, SearchLookup, LeafReaderContext) - 类 的构造器org.elasticsearch.script.SearchScript
-
- SearchScript.Factory - org.elasticsearch.script中的接口
-
A factory to construct stateful
SearchScript factories for a specific index.
- SearchScript.LeafFactory - org.elasticsearch.script中的接口
-
- searchScroll(SearchScrollRequest) - 接口 中的方法org.elasticsearch.client.Client
-
A search scroll request to continue searching a previous scrollable search request.
- searchScroll(SearchScrollRequest, ActionListener<SearchResponse>) - 接口 中的方法org.elasticsearch.client.Client
-
A search scroll request to continue searching a previous scrollable search request.
- searchScroll(SearchScrollRequest) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- searchScroll(SearchScrollRequest, ActionListener<SearchResponse>) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- SearchScrollAction - org.elasticsearch.action.search中的类
-
- SearchScrollRequest - org.elasticsearch.action.search中的类
-
- SearchScrollRequest() - 类 的构造器org.elasticsearch.action.search.SearchScrollRequest
-
- SearchScrollRequest(String) - 类 的构造器org.elasticsearch.action.search.SearchScrollRequest
-
- searchScrollRequest(String) - 类 中的静态方法org.elasticsearch.client.Requests
-
Creates a search scroll request allowing to continue searching a previous search request.
- SearchScrollRequestBuilder - org.elasticsearch.action.search中的类
-
A search scroll action request builder.
- SearchScrollRequestBuilder(ElasticsearchClient, SearchScrollAction) - 类 的构造器org.elasticsearch.action.search.SearchScrollRequestBuilder
-
- SearchScrollRequestBuilder(ElasticsearchClient, SearchScrollAction, String) - 类 的构造器org.elasticsearch.action.search.SearchScrollRequestBuilder
-
- SearchService - org.elasticsearch.search中的类
-
- SearchService(ClusterService, IndicesService, ThreadPool, ScriptService, BigArrays, FetchPhase, ResponseCollectorService) - 类 的构造器org.elasticsearch.search.SearchService
-
- SearchShardIterator - org.elasticsearch.action.search中的类
-
- SearchShardIterator(String, ShardId, List<ShardRouting>, OriginalIndices) - 类 的构造器org.elasticsearch.action.search.SearchShardIterator
-
Creates a
PlainShardIterator instance that iterates over a subset of the given shards
this the a given
shardId.
- searchShards(ClusterSearchShardsRequest) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Returns list of shards the given search would be executed on.
- searchShards(ClusterSearchShardsRequest, ActionListener<ClusterSearchShardsResponse>) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Returns list of shards the given search would be executed on.
- searchShards(ClusterState, String[], Map<String, Set<String>>, String) - 类 中的方法org.elasticsearch.cluster.routing.OperationRouting
-
- searchShards(ClusterState, String[], Map<String, Set<String>>, String, ResponseCollectorService, Map<String, Long>) - 类 中的方法org.elasticsearch.cluster.routing.OperationRouting
-
- SearchShardTarget - org.elasticsearch.search中的类
-
The target that the search request was executed on.
- SearchShardTarget(StreamInput) - 类 的构造器org.elasticsearch.search.SearchShardTarget
-
- SearchShardTarget(String, ShardId, String, OriginalIndices) - 类 的构造器org.elasticsearch.search.SearchShardTarget
-
- SearchShardTarget(String, Index, int, String) - 类 的构造器org.elasticsearch.search.SearchShardTarget
-
- SearchSlowLog - org.elasticsearch.index中的类
-
- SearchSlowLog(IndexSettings) - 类 的构造器org.elasticsearch.index.SearchSlowLog
-
- SearchSortValues - org.elasticsearch.search中的类
-
- SearchSortValues(Object[], DocValueFormat[]) - 类 的构造器org.elasticsearch.search.SearchSortValues
-
- SearchSortValues(StreamInput) - 类 的构造器org.elasticsearch.search.SearchSortValues
-
- searchSource() - 类 中的静态方法org.elasticsearch.search.builder.SearchSourceBuilder
-
A static factory method to construct a new search source.
- SearchSourceBuilder - org.elasticsearch.search.builder中的类
-
A search source builder allowing to easily build search source.
- SearchSourceBuilder() - 类 的构造器org.elasticsearch.search.builder.SearchSourceBuilder
-
Constructs a new search source builder.
- SearchSourceBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.builder.SearchSourceBuilder
-
Read from a stream.
- SearchSourceBuilder.IndexBoost - org.elasticsearch.search.builder中的类
-
- SearchSourceBuilder.ScriptField - org.elasticsearch.search.builder中的类
-
- SearchSourceBuilderException - org.elasticsearch.search.builder中的异常错误
-
- SearchSourceBuilderException(String) - 异常错误 的构造器org.elasticsearch.search.builder.SearchSourceBuilderException
-
- SearchSourceBuilderException(String, Throwable) - 异常错误 的构造器org.elasticsearch.search.builder.SearchSourceBuilderException
-
- SearchSourceBuilderException(StreamInput) - 异常错误 的构造器org.elasticsearch.search.builder.SearchSourceBuilderException
-
- SearchStats - org.elasticsearch.index.search.stats中的类
-
- SearchStats() - 类 的构造器org.elasticsearch.index.search.stats.SearchStats
-
- SearchStats(SearchStats.Stats, long, Map<String, SearchStats.Stats>) - 类 的构造器org.elasticsearch.index.search.stats.SearchStats
-
- searchStats(String...) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- SearchStats.Stats - org.elasticsearch.index.search.stats中的类
-
- SearchTask - org.elasticsearch.action.search中的类
-
Task storing information about a currently running search request.
- SearchTask(long, String, String, String, TaskId) - 类 的构造器org.elasticsearch.action.search.SearchTask
-
- searchThreadPoolSize(int) - 类 中的静态方法org.elasticsearch.threadpool.ThreadPool
-
- searchTimedOut(boolean) - 类 中的方法org.elasticsearch.search.query.QuerySearchResult
-
- searchTimedOut() - 类 中的方法org.elasticsearch.search.query.QuerySearchResult
-
- searchToString(StringBuilder) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
Append a short description of the search request to a StringBuilder.
- searchToString(StringBuilder) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequest
-
- SearchTransportService - org.elasticsearch.action.search中的类
-
An encapsulation of
SearchService operations exposed through
transport.
- SearchTransportService(Settings, TransportService, BiFunction<Transport.Connection, SearchActionListener, ActionListener>) - 类 的构造器org.elasticsearch.action.search.SearchTransportService
-
- SearchTransportService.CanMatchResponse - org.elasticsearch.action.search中的类
-
- SearchTransportService.SearchFreeContextResponse - org.elasticsearch.action.search中的类
-
- searchType(SearchType) - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
- searchType(String) - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
- searchType() - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
The tye of search to execute.
- SearchType - org.elasticsearch.action.search中的枚举
-
Search type represent the manner at which the search operation is executed.
- searchType() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- searchType() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- searchType() - 类 中的方法org.elasticsearch.search.internal.ShardSearchLocalRequest
-
- searchType() - 接口 中的方法org.elasticsearch.search.internal.ShardSearchRequest
-
- searchType(SearchType) - 类 中的方法org.elasticsearch.search.internal.ShardSearchTransportRequest
-
- searchType() - 类 中的方法org.elasticsearch.search.internal.ShardSearchTransportRequest
-
- seasonalityType(HoltWintersModel.SeasonalityType) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.HoltWintersModelBuilder
-
- SECOND - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
-
- seconds() - 类 中的方法org.elasticsearch.common.unit.TimeValue
-
- seconds(int) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
-
- secondsFrac() - 类 中的方法org.elasticsearch.common.unit.TimeValue
-
- SECRET_PROMPT_VALUE - 类 中的静态变量org.elasticsearch.node.InternalSettingsPreparer
-
- secureFile(String, Setting<InputStream>, Setting.Property...) - 类 中的静态方法org.elasticsearch.common.settings.SecureSetting
-
A setting which contains a file.
- SecureSetting<T> - org.elasticsearch.common.settings中的类
-
A secure setting.
- SecureSettings - org.elasticsearch.common.settings中的接口
-
An accessor for settings which are securely stored.
- secureString(String, Setting<SecureString>, Setting.Property...) - 类 中的静态方法org.elasticsearch.common.settings.SecureSetting
-
A setting which contains a sensitive string.
- SecureString - org.elasticsearch.common.settings中的类
-
A String implementations which allows clearing the underlying char array.
- SecureString(char[]) - 类 的构造器org.elasticsearch.common.settings.SecureString
-
Constructs a new SecureString which controls the passed in char array.
- SecureString(String) - 类 的构造器org.elasticsearch.common.settings.SecureString
-
- SECURITY_FILTER_BAD_DEFAULTS_SETTING - 类 中的静态变量org.elasticsearch.bootstrap.BootstrapSettings
-
- seed(int) - 类 中的方法org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
-
Sets the seed based on which the random number will be generated.
- seed(long) - 类 中的方法org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
-
seed variant taking a long value.
- seed(String) - 类 中的方法org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
-
seed variant taking a String value.
- SEED - 类 中的静态变量org.elasticsearch.search.slice.TermsSliceQuery
-
- SEED_SETTING - 类 中的静态变量org.elasticsearch.common.settings.KeyStoreWrapper
-
- seek(long) - 类 中的方法org.elasticsearch.common.io.stream.BytesStreamOutput
-
- seek(long) - 类 中的方法org.elasticsearch.common.io.stream.StreamOutput
-
- seek(long) - 类 中的方法org.elasticsearch.common.lucene.store.ByteArrayIndexInput
-
- seekCeil(BytesRef) - 类 中的方法org.elasticsearch.common.lucene.index.FilterableTermsEnum
-
- seekExact(BytesRef) - 类 中的方法org.elasticsearch.common.lucene.index.FilterableTermsEnum
-
- seekExact(long) - 类 中的方法org.elasticsearch.common.lucene.index.FilterableTermsEnum
-
- seekExact(BytesRef) - 类 中的方法org.elasticsearch.common.lucene.index.FreqTermsEnum
-
- Segment - org.elasticsearch.index.engine中的类
-
- Segment(String) - 类 的构造器org.elasticsearch.index.engine.Segment
-
- segmentReader(LeafReader) - 类 中的静态方法org.elasticsearch.common.lucene.Lucene
-
Tries to extract a segment reader from the given index reader.
- segments - 类 中的变量org.elasticsearch.action.admin.indices.stats.CommonStats
-
- segments(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- segments() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- segments(IndicesSegmentsRequest) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
The segments of one or more indices.
- segments(IndicesSegmentsRequest, ActionListener<IndicesSegmentResponse>) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
The segments of one or more indices.
- segments(boolean) - 类 中的方法org.elasticsearch.index.engine.Engine
-
The list of segments in the engine.
- segments(boolean) - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
- segments(boolean) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- segmentSort - 类 中的变量org.elasticsearch.index.engine.Segment
-
- segmentsStats(boolean) - 类 中的方法org.elasticsearch.index.engine.Engine
-
Global stats on segments.
- SegmentsStats - org.elasticsearch.index.engine中的类
-
- SegmentsStats() - 类 的构造器org.elasticsearch.index.engine.SegmentsStats
-
- segmentStats(boolean) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- select(SortedNumericDocValues, long) - 枚举 中的方法org.elasticsearch.search.MultiValueMode
-
Return a NumericDocValues instance that can be used to sort documents
with this mode and the provided values.
- select(SortedNumericDocValues, long, BitSet, DocIdSetIterator, int) - 枚举 中的方法org.elasticsearch.search.MultiValueMode
-
Return a NumericDocValues instance that can be used to sort root documents
with this mode, the provided values and filters for root/inner documents.
- select(SortedNumericDoubleValues, double) - 枚举 中的方法org.elasticsearch.search.MultiValueMode
-
Return a
NumericDoubleValues instance that can be used to sort documents
with this mode and the provided values.
- select(SortedNumericDoubleValues, double, BitSet, DocIdSetIterator, int) - 枚举 中的方法org.elasticsearch.search.MultiValueMode
-
Return a
NumericDoubleValues instance that can be used to sort root documents
with this mode, the provided values and filters for root/inner documents.
- select(SortedBinaryDocValues, BytesRef) - 枚举 中的方法org.elasticsearch.search.MultiValueMode
-
Return a BinaryDocValues instance that can be used to sort documents
with this mode and the provided values.
- select(SortedBinaryDocValues, BytesRef, BitSet, DocIdSetIterator, int) - 枚举 中的方法org.elasticsearch.search.MultiValueMode
-
Return a BinaryDocValues instance that can be used to sort root documents
with this mode, the provided values and filters for root/inner documents.
- select(SortedSetDocValues) - 枚举 中的方法org.elasticsearch.search.MultiValueMode
-
Return a SortedDocValues instance that can be used to sort documents
with this mode and the provided values.
- select(SortedSetDocValues, BitSet, DocIdSetIterator) - 枚举 中的方法org.elasticsearch.search.MultiValueMode
-
Return a SortedDocValues instance that can be used to sort root documents
with this mode, the provided values and filters for root/inner documents.
- selectBestTerms() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsFilter
-
- selectedFields() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
Return only term vectors for special selected fields.
- selectedFields(String...) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
Return only term vectors for special selected fields.
- selectNewPathForShard(NodeEnvironment, ShardId, IndexSettings, long, Map<Path, Integer>) - 类 中的静态方法org.elasticsearch.index.shard.ShardPath
-
- selectRecoverFromShards(int, IndexMetaData, int) - 类 中的静态方法org.elasticsearch.cluster.metadata.IndexMetaData
-
Selects the source shards for a local shard recovery.
- selectShrinkShards(int, IndexMetaData, int) - 类 中的静态方法org.elasticsearch.cluster.metadata.IndexMetaData
-
Returns the source shard ids to shrink into the given shard id.
- selectSplitShard(int, IndexMetaData, int) - 类 中的静态方法org.elasticsearch.cluster.metadata.IndexMetaData
-
Returns the source shard ID to split the given target shard off
- self() - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
`this` cast to Self.
- self() - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
-
- self() - 类 中的方法org.elasticsearch.index.reindex.DeleteByQueryRequest
-
- self() - 类 中的方法org.elasticsearch.index.reindex.DeleteByQueryRequestBuilder
-
- self() - 类 中的方法org.elasticsearch.index.reindex.ReindexRequest
-
- self() - 类 中的方法org.elasticsearch.index.reindex.ReindexRequestBuilder
-
- self() - 类 中的方法org.elasticsearch.index.reindex.UpdateByQueryRequest
-
- self() - 类 中的方法org.elasticsearch.index.reindex.UpdateByQueryRequestBuilder
-
- SEND_ACTION_NAME - 类 中的静态变量org.elasticsearch.discovery.zen.PublishClusterStateAction
-
- SEND_LEAVE_REQUEST_SETTING - 类 中的静态变量org.elasticsearch.discovery.zen.ZenDiscovery
-
- sendBufferSize - 类 中的变量org.elasticsearch.transport.TcpTransport.ProfileSettings
-
- sendCanMatch(Transport.Connection, ShardSearchTransportRequest, SearchTask, ActionListener<SearchTransportService.CanMatchResponse>) - 类 中的方法org.elasticsearch.action.search.SearchTransportService
-
- sendChildRequest(DiscoveryNode, String, TransportRequest, Task, TransportRequestOptions, TransportResponseHandler<T>) - 类 中的方法org.elasticsearch.transport.TransportService
-
- sendChildRequest(Transport.Connection, String, TransportRequest, Task, TransportResponseHandler<T>) - 类 中的方法org.elasticsearch.transport.TransportService
-
- sendChildRequest(Transport.Connection, String, TransportRequest, Task, TransportRequestOptions, TransportResponseHandler<T>) - 类 中的方法org.elasticsearch.transport.TransportService
-
- sendClearAllScrollContexts(Transport.Connection, ActionListener<TransportResponse>) - 类 中的方法org.elasticsearch.action.search.SearchTransportService
-
- sendErrorResponse(Version, TcpChannel, Exception, long, String) - 类 中的方法org.elasticsearch.transport.TcpTransport
-
Sends back an error response to the caller via the given channel
- sendExecuteDfs(Transport.Connection, ShardSearchTransportRequest, SearchTask, SearchActionListener<DfsSearchResult>) - 类 中的方法org.elasticsearch.action.search.SearchTransportService
-
- sendExecuteFetch(Transport.Connection, ShardFetchSearchRequest, SearchTask, SearchActionListener<FetchSearchResult>) - 类 中的方法org.elasticsearch.action.search.SearchTransportService
-
- sendExecuteFetchScroll(Transport.Connection, ShardFetchRequest, SearchTask, SearchActionListener<FetchSearchResult>) - 类 中的方法org.elasticsearch.action.search.SearchTransportService
-
- sendExecuteQuery(Transport.Connection, ShardSearchTransportRequest, SearchTask, SearchActionListener<SearchPhaseResult>) - 类 中的方法org.elasticsearch.action.search.SearchTransportService
-
- sendExecuteQuery(Transport.Connection, QuerySearchRequest, SearchTask, SearchActionListener<QuerySearchResult>) - 类 中的方法org.elasticsearch.action.search.SearchTransportService
-
- sendExecuteScrollFetch(Transport.Connection, InternalScrollSearchRequest, SearchTask, SearchActionListener<ScrollQueryFetchSearchResult>) - 类 中的方法org.elasticsearch.action.search.SearchTransportService
-
- sendExecuteScrollQuery(Transport.Connection, InternalScrollSearchRequest, SearchTask, SearchActionListener<ScrollQuerySearchResult>) - 类 中的方法org.elasticsearch.action.search.SearchTransportService
-
- sendFreeContext(Transport.Connection, long, OriginalIndices) - 类 中的方法org.elasticsearch.action.search.SearchTransportService
-
- sendFreeContext(Transport.Connection, long, ActionListener<SearchTransportService.SearchFreeContextResponse>) - 类 中的方法org.elasticsearch.action.search.SearchTransportService
-
- sendJoinRequestBlocking(DiscoveryNode, DiscoveryNode, TimeValue) - 类 中的方法org.elasticsearch.discovery.zen.MembershipAction
-
- sendLeaveRequest(DiscoveryNode, DiscoveryNode) - 类 中的方法org.elasticsearch.discovery.zen.MembershipAction
-
- sendLeaveRequestBlocking(DiscoveryNode, DiscoveryNode, TimeValue) - 类 中的方法org.elasticsearch.discovery.zen.MembershipAction
-
- sendMessage(BytesReference, ActionListener<Void>) - 接口 中的方法org.elasticsearch.transport.TcpChannel
-
Sends a tcp message to the channel.
- sendPings(TimeValue, UnicastZenPing.PingingRound) - 类 中的方法org.elasticsearch.discovery.zen.UnicastZenPing
-
- sendReplicaRequest(TransportReplicationAction.ConcreteReplicaRequest<ResyncReplicationRequest>, DiscoveryNode, ActionListener<ReplicationOperation.ReplicaResponse>) - 类 中的方法org.elasticsearch.action.resync.TransportResyncReplicationAction
-
- sendReplicaRequest(TransportReplicationAction.ConcreteReplicaRequest<ReplicaRequest>, DiscoveryNode, ActionListener<ReplicationOperation.ReplicaResponse>) - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction
-
Sends the specified replica request to the specified node.
- sendReplicaRequest(TransportReplicationAction.ConcreteReplicaRequest<GlobalCheckpointSyncAction.Request>, DiscoveryNode, ActionListener<ReplicationOperation.ReplicaResponse>) - 类 中的方法org.elasticsearch.index.seqno.GlobalCheckpointSyncAction
-
- sendRequest(long, String, TransportRequest, TransportRequestOptions) - 类 中的方法org.elasticsearch.transport.TcpTransport.NodeChannels
-
- sendRequest(long, String, TransportRequest, TransportRequestOptions) - 接口 中的方法org.elasticsearch.transport.Transport.Connection
-
Sends the request to the node this connection is associated with
- sendRequest(Transport.Connection, String, TransportRequest, TransportRequestOptions, TransportResponseHandler<T>) - 接口 中的方法org.elasticsearch.transport.TransportInterceptor.AsyncSender
-
- sendRequest(DiscoveryNode, String, TransportRequest, TransportResponseHandler<T>) - 类 中的方法org.elasticsearch.transport.TransportService
-
- sendRequest(DiscoveryNode, String, TransportRequest, TransportRequestOptions, TransportResponseHandler<T>) - 类 中的方法org.elasticsearch.transport.TransportService
-
- sendRequest(Transport.Connection, String, TransportRequest, TransportRequestOptions, TransportResponseHandler<T>) - 类 中的方法org.elasticsearch.transport.TransportService
-
- SendRequestTransportException - org.elasticsearch.transport中的异常错误
-
- SendRequestTransportException(DiscoveryNode, String, Throwable) - 异常错误 的构造器org.elasticsearch.transport.SendRequestTransportException
-
- SendRequestTransportException(StreamInput) - 异常错误 的构造器org.elasticsearch.transport.SendRequestTransportException
-
- sendResponse(RestResponse) - 接口 中的方法org.elasticsearch.rest.RestChannel
-
- sendResponse(TransportResponse) - 类 中的方法org.elasticsearch.transport.TaskTransportChannel
-
- sendResponse(TransportResponse, TransportResponseOptions) - 类 中的方法org.elasticsearch.transport.TaskTransportChannel
-
- sendResponse(Exception) - 类 中的方法org.elasticsearch.transport.TaskTransportChannel
-
- sendResponse(Version, TcpChannel, TransportResponse, long, String, TransportResponseOptions) - 类 中的方法org.elasticsearch.transport.TcpTransport
-
Sends the response to the given channel.
- sendResponse(TransportResponse) - 类 中的方法org.elasticsearch.transport.TcpTransportChannel
-
- sendResponse(TransportResponse, TransportResponseOptions) - 类 中的方法org.elasticsearch.transport.TcpTransportChannel
-
- sendResponse(Exception) - 类 中的方法org.elasticsearch.transport.TcpTransportChannel
-
- sendResponse(TransportResponse) - 接口 中的方法org.elasticsearch.transport.TransportChannel
-
- sendResponse(TransportResponse, TransportResponseOptions) - 接口 中的方法org.elasticsearch.transport.TransportChannel
-
- sendResponse(Exception) - 接口 中的方法org.elasticsearch.transport.TransportChannel
-
- sendSnapshot(long, long, long, Translog.Snapshot) - 类 中的方法org.elasticsearch.indices.recovery.RecoverySourceHandler
-
Send the given snapshot's operations with a sequence number greater than the specified staring sequence number to this handler's
target node.
- sendValidateJoinRequestBlocking(DiscoveryNode, ClusterState, TimeValue) - 类 中的方法org.elasticsearch.discovery.zen.MembershipAction
-
Validates the join request, throwing a failure if it failed.
- SEP_LABEL - 类 中的静态变量org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
-
Represents the separation between tokens, if
PRESERVE_SEP was specified
- SEPARATOR - 类 中的静态变量org.elasticsearch.index.analysis.FingerprintAnalyzerProvider
-
- separator(String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
-
Set the separator used to join pairs of bucket keys
- separator() - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
-
Get the separator used to join pairs of bucket keys
- separator(String) - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
Sets the separator that is used to separate terms in the bigram field.
- separator() - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
get the separator that is used to separate terms in the bigram field.
- separator - 类 中的变量org.elasticsearch.search.suggest.phrase.WordScorer
-
- SEPARATOR_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- seqID() - 类 中的方法org.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- seqID(SeqNoFieldMapper.SequenceIDFields) - 类 中的方法org.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- seqID() - 类 中的方法org.elasticsearch.index.mapper.ParseContext
-
- seqID(SeqNoFieldMapper.SequenceIDFields) - 类 中的方法org.elasticsearch.index.mapper.ParseContext
-
- seqNo - 类 中的变量org.elasticsearch.action.DocWriteResponse.Builder
-
- seqNo - 类 中的变量org.elasticsearch.common.lucene.uid.VersionsAndSeqNoResolver.DocIdAndSeqNo
-
- seqNo() - 类 中的方法org.elasticsearch.index.engine.Engine.Operation
-
- seqNo - 类 中的变量org.elasticsearch.index.mapper.SeqNoFieldMapper.SequenceIDFields
-
- seqNo() - 类 中的方法org.elasticsearch.index.translog.Translog.Delete
-
- seqNo() - 类 中的方法org.elasticsearch.index.translog.Translog.Index
-
- seqNo() - 类 中的方法org.elasticsearch.index.translog.Translog.NoOp
-
- seqNo() - 接口 中的方法org.elasticsearch.index.translog.Translog.Operation
-
- SeqNoDefaults() - 类 的构造器org.elasticsearch.index.mapper.SeqNoFieldMapper.SeqNoDefaults
-
- seqNoDocValue - 类 中的变量org.elasticsearch.index.mapper.SeqNoFieldMapper.SequenceIDFields
-
- SeqNoFieldMapper - org.elasticsearch.index.mapper中的类
-
Mapper for the _seq_no field.
- SeqNoFieldMapper(Settings) - 类 的构造器org.elasticsearch.index.mapper.SeqNoFieldMapper
-
- SeqNoFieldMapper.Builder - org.elasticsearch.index.mapper中的类
-
- SeqNoFieldMapper.SeqNoDefaults - org.elasticsearch.index.mapper中的类
-
- SeqNoFieldMapper.SequenceIDFields - org.elasticsearch.index.mapper中的类
-
A sequence ID, which is made up of a sequence number (both the searchable
and doc_value version of the field) and the primary term.
- SeqNoFieldMapper.TypeParser - org.elasticsearch.index.mapper中的类
-
- seqNoService() - 类 中的方法org.elasticsearch.index.engine.Engine
-
The sequence number service for this engine.
- seqNoService() - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
- SeqNoStats - org.elasticsearch.index.seqno中的类
-
- SeqNoStats(long, long, long) - 类 的构造器org.elasticsearch.index.seqno.SeqNoStats
-
- SeqNoStats(StreamInput) - 类 的构造器org.elasticsearch.index.seqno.SeqNoStats
-
- seqNoStats() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- SequenceIDFields(Field, Field, Field) - 类 的构造器org.elasticsearch.index.mapper.SeqNoFieldMapper.SequenceIDFields
-
- SequenceNumbers - org.elasticsearch.index.seqno中的类
-
A utility class for handling sequence numbers.
- SequenceNumbers() - 类 的构造器org.elasticsearch.index.seqno.SequenceNumbers
-
- SequenceNumbersService - org.elasticsearch.index.seqno中的类
-
Encapsulates the local and global checkpoints into a single service for use as a shard component.
- SequenceNumbersService(ShardId, String, IndexSettings, long, long, long) - 类 的构造器org.elasticsearch.index.seqno.SequenceNumbersService
-
Initialize the sequence number service.
- SerialDiffPipelineAggregationBuilder - org.elasticsearch.search.aggregations.pipeline.serialdiff中的类
-
- SerialDiffPipelineAggregationBuilder(String, String) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
-
- SerialDiffPipelineAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
-
Read from a stream.
- SerialDiffPipelineAggregator - org.elasticsearch.search.aggregations.pipeline.serialdiff中的类
-
- SerialDiffPipelineAggregator(String, String[], DocValueFormat, BucketHelpers.GapPolicy, int, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregator
-
- SerialDiffPipelineAggregator(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregator
-
Read from a stream.
- SERIALIZATION_FORMAT - 类 中的静态变量org.elasticsearch.index.translog.Translog.Delete
-
- SERIALIZATION_FORMAT - 类 中的静态变量org.elasticsearch.index.translog.Translog.Index
-
- serializeDiffClusterState(Diff, Version) - 类 中的静态方法org.elasticsearch.discovery.zen.PublishClusterStateAction
-
- serializeFullClusterState(ClusterState, Version) - 类 中的静态方法org.elasticsearch.discovery.zen.PublishClusterStateAction
-
- serializeTargetValueType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.missing.MissingAggregationBuilder
-
- serializeTargetValueType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
-
- serializeTargetValueType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
-
- serializeTargetValueType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregationBuilder
-
- serializeTargetValueType() - 类 中的方法org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregationBuilder
-
- serializeTargetValueType() - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
-
Should this builder serialize its targetValueType?
- serverAcceptedChannel(TcpChannel) - 类 中的方法org.elasticsearch.transport.TcpTransport
-
- serverOpen() - 类 中的方法org.elasticsearch.transport.TransportStats
-
- serviceTime - 类 中的变量org.elasticsearch.node.ResponseCollectorService.ComputedNodeStats
-
- serviceTimeEWMA() - 类 中的方法org.elasticsearch.search.query.QuerySearchResult
-
- serviceTimeEWMA(long) - 类 中的方法org.elasticsearch.search.query.QuerySearchResult
-
- set(CommonStatsFlags.Flag, boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
- set(long, byte) - 接口 中的方法org.elasticsearch.common.util.ByteArray
-
Set a value at the given index and return the previous value.
- set(long, byte[], int, int) - 接口 中的方法org.elasticsearch.common.util.ByteArray
-
Bulk set.
- set(int, E) - 类 中的方法org.elasticsearch.common.util.concurrent.AtomicArray
-
Sets the element at position i to the given value.
- set(V) - 类 中的方法org.elasticsearch.common.util.concurrent.BaseFuture
-
Subclasses should invoke this method to set the result of the computation
to value.
- set(long, double) - 接口 中的方法org.elasticsearch.common.util.DoubleArray
-
Set a value at the given index and return the previous value.
- set(long, float) - 接口 中的方法org.elasticsearch.common.util.FloatArray
-
Set a value at the given index and return the previous value.
- set(long, int) - 接口 中的方法org.elasticsearch.common.util.IntArray
-
Set a value at the given index and return the previous value.
- set(long, long) - 接口 中的方法org.elasticsearch.common.util.LongArray
-
Set a value at the given index and return the previous value.
- set(long, T) - 接口 中的方法org.elasticsearch.common.util.ObjectArray
-
Set a value at the given index and return the previous value.
- set(int, T) - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues
-
- setAbortOnVersionConflict(boolean) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
Should version conflicts cause aborts?
- setAcceptDataLoss(boolean) - 类 中的方法org.elasticsearch.cluster.routing.allocation.command.BasePrimaryAllocationCommand.Builder
-
- setActions(String...) - 类 中的方法org.elasticsearch.action.support.tasks.BaseTasksRequest
-
Sets the list of action masks for the actions that should be returned
- setActions(String...) - 类 中的方法org.elasticsearch.action.support.tasks.TasksRequestBuilder
-
- setActiveOnly(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.recovery.RecoveryRequestBuilder
-
- setActivityTimeout(TimeValue) - 类 中的方法org.elasticsearch.indices.recovery.RecoverySettings
-
- setAggregatedDfs(AggregatedDfs) - 类 中的方法org.elasticsearch.search.internal.ContextIndexSearcher
-
- setAggregations(Aggregations) - 类 中的方法org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
-
- setAlias(String) - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverRequest
-
Sets the alias to rollover to another index
- setAlias(String) - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverRequestBuilder
-
- setAliases(String...) - 类 中的方法org.elasticsearch.action.admin.indices.alias.get.BaseAliasesRequestBuilder
-
- setAliases(Map) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Sets the aliases that will be associated with the index when it gets created
- setAliases(String) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Sets the aliases that will be associated with the index when it gets created
- setAliases(XContentBuilder) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Sets the aliases that will be associated with the index when it gets created
- setAliases(BytesReference) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Sets the aliases that will be associated with the index when it gets created
- setAliases(Map) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
Sets the aliases that will be associated with the index when it gets created
- setAliases(String) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
Sets the aliases that will be associated with the index when it gets created
- setAliases(XContentBuilder) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
Sets the aliases that will be associated with the index when it gets created
- setAliases(BytesReference) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
Sets the aliases that will be associated with the index when it gets created
- setAliasFilter(AliasFilter) - 类 中的方法org.elasticsearch.search.internal.ShardSearchLocalRequest
-
- setAliasFilter(AliasFilter) - 接口 中的方法org.elasticsearch.search.internal.ShardSearchRequest
-
- setAliasFilter(AliasFilter) - 类 中的方法org.elasticsearch.search.internal.ShardSearchTransportRequest
-
- setAllowUnmappedFields(boolean) - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
- setAllShards(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequestBuilder
-
Indicates whether the query should be validated on all shards
- setAnalyzer(String) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
-
Sets the analyzer name to use in order to analyze the text.
- setAnalyzer(Analyzer) - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setAnalyzer(Analyzer) - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Sets the analyzer to use.
- setAnalyzer(String) - 类 中的方法org.elasticsearch.index.search.MatchQuery
-
- setAnalyzer(Analyzer) - 类 中的方法org.elasticsearch.index.search.MatchQuery
-
- setAnalyzer(Analyzer) - 类 中的方法org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- setAnalyzeWildcard(boolean) - 类 中的方法org.elasticsearch.index.search.QueryStringQueryParser
-
- setAndGetObservedState() - 类 中的方法org.elasticsearch.cluster.ClusterStateObserver
-
sets the last observed state to the currently applied cluster state and returns it
- setArtificial(boolean) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsResponse
-
- setAttributes(String...) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
-
Sets attributes that will include results
- setAutoGenerateMultiTermSynonymsPhraseQuery(boolean) - 类 中的方法org.elasticsearch.index.search.QueryStringQueryParser
-
- setAutoGenerateSynonymsPhraseQuery(boolean) - 类 中的方法org.elasticsearch.index.search.MatchQuery
-
- setBackoffPolicy(BackoffPolicy) - 类 中的方法org.elasticsearch.action.bulk.BulkProcessor.Builder
-
Sets a custom backoff policy.
- setBan(TaskId, String) - 类 中的方法org.elasticsearch.tasks.TaskManager
-
Bans all tasks with the specified parent task from execution, cancels all tasks that are currently executing.
- setBatchedReduceSize(int) - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
Sets the number of shard results that should be reduced at once on the coordinating node.
- setBatchedReduceSize(int) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Sets the number of shard results that should be reduced at once on the coordinating node.
- setBinding(BindingImpl<T>) - 类 中的方法org.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
- setBlocks(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
-
- setBoost(boolean) - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Sets whether to boost terms in query based on "score" or not.
- setBoost(float) - 类 中的方法org.elasticsearch.index.mapper.MappedFieldType
-
- setBoost(int) - 类 中的方法org.elasticsearch.search.suggest.completion.context.CategoryQueryContext.Builder
-
Sets the query-time boost of the context.
- setBoost(int) - 类 中的方法org.elasticsearch.search.suggest.completion.context.GeoQueryContext.Builder
-
Sets the query-time boost for the context
Defaults to 1
- setBoostFactor(float) - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Sets the boost factor to use when boosting terms
- setBoostTerms(boolean) - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setBoostTermsFactor(float) - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setBreaker(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
-
- setBulkActions(int) - 类 中的方法org.elasticsearch.action.bulk.BulkProcessor.Builder
-
Sets when to flush a new bulk request based on the number of actions currently added.
- setBulkSize(ByteSizeValue) - 类 中的方法org.elasticsearch.action.bulk.BulkProcessor.Builder
-
Sets when to flush a new bulk request based on the size of actions currently added.
- setCategory(String) - 类 中的方法org.elasticsearch.search.suggest.completion.context.CategoryQueryContext.Builder
-
Sets the category of the category.
- setCause(String) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
The cause for this index creation.
- setCheckCancelled(Runnable) - 类 中的方法org.elasticsearch.search.internal.ContextIndexSearcher
-
Set a Runnable that will be run on a regular basis while
collecting documents.
- setChildInnerHits(Map<String, InnerHitsContext.InnerHitSubContext>) - 类 中的方法org.elasticsearch.search.fetch.subphase.InnerHitsContext.InnerHitSubContext
-
- setChunkSize(ByteSizeValue) - 类 中的方法org.elasticsearch.indices.recovery.RecoverySettings
-
- setClient(Client) - 类 中的方法org.elasticsearch.cluster.action.index.MappingUpdatedAction
-
- setClusterStatePublisher(BiConsumer<ClusterChangedEvent, Discovery.AckListener>) - 类 中的方法org.elasticsearch.cluster.service.MasterService
-
- setClusterStateSupplier(Supplier<ClusterState>) - 类 中的方法org.elasticsearch.cluster.service.MasterService
-
- setCollapse(CollapseBuilder) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
- setCollector(InternalProfileCollector) - 类 中的方法org.elasticsearch.search.profile.query.QueryProfiler
-
Set the collector that is associated with this profiler.
- setCommonTermsCutoff(Float) - 类 中的方法org.elasticsearch.index.search.MatchQuery
-
- setCompletion(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setCompletionFields(String...) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setCompress(byte) - 类 中的静态方法org.elasticsearch.transport.TransportStatus
-
- setConcreteIndex(Index) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
Sets a concrete index for this put mapping request.
- setConcreteIndex(Index) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
-
- setConcreteNodes(DiscoveryNode[]) - 类 中的方法org.elasticsearch.action.support.nodes.BaseNodesRequest
-
- setConcurrentRequests(int) - 类 中的方法org.elasticsearch.action.bulk.BulkProcessor.Builder
-
Sets the number of concurrent requests allowed to be executed.
- setConflicts(String) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
Sets abortOnVersionConflict based on REST-friendly names.
- setConnectTimeout(TimeValue) - 类 中的方法org.elasticsearch.transport.ConnectionProfile.Builder
-
Sets a connect timeout for this connection profile
- setContent(BytesReference, XContentType) - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequestBuilder
-
Set the source of the script along with the content type of the source
- setContextMappings(ContextMappings) - 类 中的方法org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
-
- setCorners(double, double, double, double) - 类 中的方法org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
Adds top left point.
- setCorners(GeoPoint, GeoPoint) - 类 中的方法org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
Adds points.
- setCorners(String) - 类 中的方法org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
Adds points from a single geohash.
- setCorners(String, String) - 类 中的方法org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
Adds points.
- setCornersOGC(GeoPoint, GeoPoint) - 类 中的方法org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
Adds corners in OGC standard bbox/ envelop format.
- setCornersOGC(String, String) - 类 中的方法org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
Adds corners in OGC standard bbox/ envelop format.
- setCreate(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
Set to true to force only creation, not an update of an index template.
- setCreate(boolean) - 类 中的方法org.elasticsearch.action.index.IndexRequestBuilder
-
Set to true to force this index to use org.elasticsearch.action.index.IndexRequest.OpType#CREATE.
- setCreateIndexRequest(CreateIndexRequest) - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverRequest
-
Sets rollover index creation request to override index settings when
the rolled over index has to be created
- setCurrentNode(String) - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
-
Requests the explain API to explain an already assigned replica shard currently allocated to
the given node.
- setCurrentNode(String) - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequestBuilder
-
Requests the explain API to explain an already assigned replica shard currently allocated to
the given node.
- setCurrentReference(T) - 类 中的方法org.elasticsearch.common.inject.internal.ConstructionContext
-
- setCurrentSnapshot() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequestBuilder
-
Makes the request to return the current snapshot
- setCustoms(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
-
- setDateTimeFormatter(FormatDateTimeFormatter) - 类 中的方法org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
-
- setDebugMode(RoutingAllocation.DebugMode) - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
- setDefaultDistanceErrorPct(double) - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
-
- setDefaultOperator(QueryParser.Operator) - 类 中的方法org.elasticsearch.index.search.QueryStringQueryParser
-
- setDefaultOperator(BooleanClause.Occur) - 类 中的方法org.elasticsearch.index.search.SimpleQueryStringQueryParser
-
- setDeferredCollector(Iterable<BucketCollector>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.BestBucketsDeferringCollector
-
Set the deferred collectors.
- setDeferredCollector(Iterable<BucketCollector>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.DeferringBucketCollector
-
Set the deferred collectors.
- setDeferredCollector(Iterable<BucketCollector>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.BestDocsDeferringCollector
-
Set the deferred collectors.
- setDependency(Dependency) - 类 中的方法org.elasticsearch.common.inject.internal.InternalContext
-
- setDetailed(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksRequest
-
Should the detailed task information be returned.
- setDetailed(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksRequestBuilder
-
Should detailed task information be returned.
- setDetailed(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.recovery.RecoveryRequestBuilder
-
- setDetectNoop(boolean) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Sets whether to perform extra effort to detect noop updates via docAsUpsert.
- setDiscovery(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
-
Should the discovery stats be returned.
- setDistanceErrorPct(double) - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
-
- setDoc(XContentBuilder) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets the artificial document from which to generate term vectors.
- setDoc(IndexRequest) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the doc to use for updates when a script is not specified.
- setDoc(XContentBuilder) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the doc to use for updates when a script is not specified.
- setDoc(Map) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the doc to use for updates when a script is not specified.
- setDoc(Map, XContentType) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the doc to use for updates when a script is not specified.
- setDoc(String, XContentType) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the doc to use for updates when a script is not specified.
- setDoc(byte[], XContentType) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the doc to use for updates when a script is not specified.
- setDoc(byte[], int, int, XContentType) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the doc to use for updates when a script is not specified.
- setDoc(Object...) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the doc to use for updates when a script is not specified, the doc provided
is a field and value pairs.
- setDoc(XContentType, Object...) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the doc to use for updates when a script is not specified, the doc provided
is a field and value pairs.
- setDocAsUpsert(boolean) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Sets whether the specified doc parameter should be used as upsert document.
- setDocCount(long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.ParsedSingleBucketAggregation
-
- setDocCount(long) - 类 中的方法org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
-
- setDocCountError(long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
-
- setDocCountError(long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
-
- setDocCountError(long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
-
- setDocs(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setDocument(int) - 类 中的方法org.elasticsearch.script.FilterScript
-
Set the current document to run the script on next.
- setDocument(int) - 类 中的方法org.elasticsearch.script.SearchScript
-
Set the current document to run the script on next.
- setDocument(int) - 类 中的方法org.elasticsearch.search.lookup.LeafDocLookup
-
- setDocument(int) - 类 中的方法org.elasticsearch.search.lookup.LeafFieldsLookup
-
- setDocument(int) - 类 中的方法org.elasticsearch.search.lookup.LeafSearchLookup
-
- setDocValueFields(List<String>) - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
Sets the stored fields to load from the docvalue and return.
- setDocVersion(long) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsResponse
-
- setDryRun(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequestBuilder
-
Sets a dry run flag (defaults to false) allowing to run the commands without
actually applying them to the cluster state, and getting the resulting cluster state back.
- setEagerGlobalOrdinals(boolean) - 类 中的方法org.elasticsearch.index.mapper.MappedFieldType
-
- setEnableAllocation(EnableAllocationDecider.Allocation) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider
-
- setEnabled(boolean) - 类 中的方法org.elasticsearch.index.mapper.FieldNamesFieldMapper.FieldNamesFieldType
-
- setEnableGcDeletes(boolean) - 类 中的方法org.elasticsearch.index.engine.EngineConfig
-
Enables / disables gc deletes
- setEnablePositionIncrements(boolean) - 类 中的方法org.elasticsearch.index.search.MatchQuery
-
- setEnableRebalance(EnableAllocationDecider.Rebalance) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider
-
- setError(byte) - 类 中的静态方法org.elasticsearch.transport.TransportStatus
-
- setException(Throwable) - 类 中的方法org.elasticsearch.common.util.concurrent.BaseFuture
-
Subclasses should invoke this method to set the result of the computation
to an error, throwable.
- setExists(boolean) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsResponse
-
- setExpandWildcardsClosed(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequestBuilder
-
Controls whether wildcard expressions will be expanded to existing closed indices
- setExpandWildcardsOpen(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequestBuilder
-
Controls whether wildcard expressions will be expanded to existing open indices
- setExpireAfterAccess(TimeValue) - 类 中的方法org.elasticsearch.common.cache.CacheBuilder
-
Sets the amount of time before an entry in the cache expires after it was last accessed.
- setExpireAfterWrite(TimeValue) - 类 中的方法org.elasticsearch.common.cache.CacheBuilder
-
Sets the amount of time before an entry in the cache expires after it was written.
- setExplain(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequestBuilder
-
Sets the explain flag (defaults to false).
- setExplain(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
-
Sets explain
- setExplain(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequestBuilder
-
Indicates if detailed information about the query should be returned.
- setExplain(boolean) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Should each
SearchHit be returned with an
explanation of the hit (ranking).
- setExplain(boolean) - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
- setFeatures(GetIndexRequest.Feature...) - 类 中的方法org.elasticsearch.action.admin.indices.get.GetIndexRequestBuilder
-
- setFetchSource(boolean) - 类 中的方法org.elasticsearch.action.explain.ExplainRequestBuilder
-
Indicates whether the response should contain the stored _source
- setFetchSource(String, String) - 类 中的方法org.elasticsearch.action.explain.ExplainRequestBuilder
-
Indicate that _source should be returned, with an "include" and/or "exclude" set which can include simple wildcard
elements.
- setFetchSource(String[], String[]) - 类 中的方法org.elasticsearch.action.explain.ExplainRequestBuilder
-
Indicate that _source should be returned, with an "include" and/or "exclude" set which can include simple wildcard
elements.
- setFetchSource(boolean) - 类 中的方法org.elasticsearch.action.get.GetRequestBuilder
-
Indicates whether the response should contain the stored _source.
- setFetchSource(String, String) - 类 中的方法org.elasticsearch.action.get.GetRequestBuilder
-
Indicate that _source should be returned, with an "include" and/or "exclude" set which can include simple wildcard
elements.
- setFetchSource(String[], String[]) - 类 中的方法org.elasticsearch.action.get.GetRequestBuilder
-
Indicate that _source should be returned, with an "include" and/or "exclude" set which can include simple wildcard
elements.
- setFetchSource(boolean) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Indicates whether the response should contain the stored _source for every hit
- setFetchSource(String, String) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Indicate that _source should be returned with every hit, with an "include" and/or "exclude" set which can include simple wildcard
elements.
- setFetchSource(String[], String[]) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Indicate that _source should be returned with every hit, with an "include" and/or "exclude" set which can include simple wildcard
elements.
- setFetchSource(String, String) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Indicate that _source should be returned with every hit, with an
"include" and/or "exclude" set which can include simple wildcard
elements.
- setFetchSource(String[], String[]) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Indicate that _source should be returned, with an
"include" and/or "exclude" set which can include simple wildcard
elements.
- setFetchSource(boolean) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Indicates whether the response should contain the updated _source.
- setFetchSourceContext(FetchSourceContext) - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
- setField(String) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
-
Sets the field that its analyzer will be used to analyze the text.
- setField(String) - 类 中的方法org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
-
Set the field to be used for random number generation.
- setField(String) - 类 中的方法org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- setFieldData(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setFielddata(boolean) - 类 中的方法org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
-
- setFieldDataCache(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequestBuilder
-
- setFieldDataFields(String...) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setFielddataMaxFrequency(double) - 类 中的方法org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
-
- setFielddataMinFrequency(double) - 类 中的方法org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
-
- setFielddataMinSegmentSize(int) - 类 中的方法org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
-
- setFieldNames(String[]) - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Sets the field names that will be used when generating the 'More Like This' query.
- setFieldNames(List<String>) - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
- setFields(String...) - 类 中的方法org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequestBuilder
-
- setFields(String...) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequestBuilder
-
Sets the fields to retrieve.
- setFields(String...) - 类 中的方法org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequestBuilder
-
The list of field names to retrieve.
- setFields(Fields, Set<String>, EnumSet<TermVectorsRequest.Flag>, Fields) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsResponse
-
- setFields(Fields, Set<String>, EnumSet<TermVectorsRequest.Flag>, Fields, AggregatedDfs, TermVectorsFilter) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsResponse
-
- setFields(String...) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
- setFieldStatistics(boolean) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets whether to return the field statistics for each term in the shard or skip.
- setFieldValue(String, Object) - 类 中的方法org.elasticsearch.ingest.IngestDocument
-
Sets the provided value to the provided path in the document.
- setFieldValue(TemplateScript.Factory, ValueSource) - 类 中的方法org.elasticsearch.ingest.IngestDocument
-
Sets the provided value to the provided path in the document.
- setFilter(QueryBuilder) - 类 中的方法org.elasticsearch.search.sort.NestedSortBuilder
-
- setFiltersAsList(List<AdjacencyMatrixAggregator.KeyedFilter>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
-
- setFiltersAsMap(Map<String, QueryBuilder>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
-
- setFilterSettings(TermVectorsRequest.FilterSettings) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets the settings for filtering out terms.
- setFlags(String) - 类 中的方法org.elasticsearch.search.suggest.completion.RegexOptions.Builder
-
Sets the regular expression syntax flags
see
RegexpFlag
- setFlush(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequestBuilder
-
Should flush be performed after the merge.
- setFlush(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setFlushInterval(TimeValue) - 类 中的方法org.elasticsearch.action.bulk.BulkProcessor.Builder
-
Sets a flush interval flushing *any* bulk actions pending if the interval passes.
- setForce(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.flush.FlushRequestBuilder
-
- setForceAnalyzer(Analyzer) - 类 中的方法org.elasticsearch.index.search.QueryStringQueryParser
-
- setForcedRefresh(boolean) - 类 中的方法org.elasticsearch.action.bulk.BulkShardResponse
-
- setForcedRefresh(boolean) - 类 中的方法org.elasticsearch.action.DocWriteResponse.Builder
-
- setForcedRefresh(boolean) - 类 中的方法org.elasticsearch.action.DocWriteResponse
-
- setForcedRefresh(boolean) - 类 中的方法org.elasticsearch.action.resync.ResyncReplicationResponse
-
- setForcedRefresh(boolean) - 接口 中的方法org.elasticsearch.action.support.WriteResponse
-
Mark the response as having forced a refresh?
- setForceQuoteAnalyzer(Analyzer) - 类 中的方法org.elasticsearch.index.search.QueryStringQueryParser
-
- setFreq(int) - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestion.Entry.Option
-
- setFrom(int) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
From index to start the search from.
- setFrom(int) - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
- setFs(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
-
Should the node file system stats be returned.
- setFuzziness(Fuzziness) - 类 中的方法org.elasticsearch.index.search.MatchQuery
-
- setFuzziness(Fuzziness) - 类 中的方法org.elasticsearch.index.search.QueryStringQueryParser
-
- setFuzziness(int) - 类 中的方法org.elasticsearch.search.suggest.completion.FuzzyOptions.Builder
-
Sets the level of fuzziness used to create suggestions using a
Fuzziness instance.
- setFuzziness(Fuzziness) - 类 中的方法org.elasticsearch.search.suggest.completion.FuzzyOptions.Builder
-
Sets the level of fuzziness used to create suggestions using a
Fuzziness instance.
- setFuzzyMaxExpansions(int) - 类 中的方法org.elasticsearch.index.search.QueryStringQueryParser
-
- setFuzzyMinLength(int) - 类 中的方法org.elasticsearch.search.suggest.completion.FuzzyOptions.Builder
-
Sets the minimum length of input string before fuzzy suggestions are returned, defaulting
to 3.
- setFuzzyPrefixLength(int) - 类 中的方法org.elasticsearch.index.search.MatchQuery
-
- setFuzzyPrefixLength(int) - 类 中的方法org.elasticsearch.search.suggest.completion.FuzzyOptions.Builder
-
Sets the minimum length of the input, which is not checked for fuzzy alternatives, defaults to 1
- setFuzzyRewriteMethod(MultiTermQuery.RewriteMethod) - 类 中的方法org.elasticsearch.index.search.MatchQuery
-
- setFuzzyRewriteMethod(MultiTermQuery.RewriteMethod) - 类 中的方法org.elasticsearch.index.search.QueryStringQueryParser
-
- setFuzzyTranspositions(boolean) - 类 中的方法org.elasticsearch.index.search.QueryStringQueryParser
-
- setGatewayAllocator(GatewayAllocator) - 类 中的方法org.elasticsearch.cluster.routing.allocation.AllocationService
-
- setGeoPoint(GeoPoint) - 类 中的方法org.elasticsearch.search.suggest.completion.context.GeoQueryContext.Builder
-
Sets the geo point of the context.
- setGet(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setGetResult(GetResult) - 类 中的方法org.elasticsearch.action.update.UpdateResponse.Builder
-
- setGetResult(GetResult) - 类 中的方法org.elasticsearch.action.update.UpdateResponse
-
- setGlobalText(String) - 类 中的方法org.elasticsearch.search.suggest.SuggestBuilder
-
Sets the text to provide suggestions for.
- setGroups(String...) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setGroupTieBreaker(float) - 类 中的方法org.elasticsearch.index.search.QueryStringQueryParser
-
- setHandshakeTimeout(TimeValue) - 类 中的方法org.elasticsearch.transport.ConnectionProfile.Builder
-
Sets a handshake timeout for this connection profile
- setHasDocValues(boolean) - 类 中的方法org.elasticsearch.index.mapper.MappedFieldType
-
- setHasPendingAsyncFetch() - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
Sets a flag that signals that current allocation run has not processed all of the in-flight or available shard or store fetches.
- setHeader(BytesReference) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsResponse
-
- setHighFreqMinimumNumberShouldMatch(String) - 类 中的方法org.apache.lucene.queries.ExtendedCommonTermsQuery
-
- setHighlightBuilder(HighlightBuilder) - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
- setHit(SearchHit) - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
-
- setHttp(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
-
Should the node HTTP info be returned.
- setHttp(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
-
Should the node HTTP stats be returned.
- setId(String) - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptRequestBuilder
-
- setId(String) - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptRequestBuilder
-
- setId(String) - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequestBuilder
-
- setId(String) - 类 中的方法org.elasticsearch.action.delete.DeleteRequestBuilder
-
Sets the id of the document to delete.
- setId(String) - 类 中的方法org.elasticsearch.action.DocWriteResponse.Builder
-
- setId(String) - 类 中的方法org.elasticsearch.action.explain.ExplainRequestBuilder
-
Sets the id to get a score explanation for.
- setId(String) - 类 中的方法org.elasticsearch.action.get.GetRequestBuilder
-
Sets the id of the document to fetch.
- setId(String) - 类 中的方法org.elasticsearch.action.index.IndexRequestBuilder
-
Sets the id to index the document under.
- setId(String) - 类 中的方法org.elasticsearch.action.ingest.DeletePipelineRequest
-
- setId(String) - 类 中的方法org.elasticsearch.action.ingest.DeletePipelineRequestBuilder
-
Sets the id of the pipeline to delete.
- setId(String) - 类 中的方法org.elasticsearch.action.ingest.SimulatePipelineRequest
-
- setId(String) - 类 中的方法org.elasticsearch.action.ingest.SimulatePipelineRequestBuilder
-
Set the id for the pipeline to simulate
- setId(String) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets the id of the document.
- setId(String) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the id of the indexed document.
- setIgnoreIdleThreads(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequestBuilder
-
- setIgnoreIndexSettings(String...) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Sets the list of index settings and index settings groups that shouldn't be restored from snapshot
- setIgnoreIndexSettings(List<String>) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Sets the list of index settings and index settings groups that shouldn't be restored from snapshot
- setIgnoreUnavailable(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequestBuilder
-
Makes the request ignore unavailable snapshots
- setIgnoreUnavailable(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequestBuilder
-
Set to true to ignore unavailable snapshots, instead of throwing an exception.
- setIgnoreUnmapped(boolean) - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
- setIncludeAliases(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
If set to true the restore procedure will restore aliases
- setIncludeDiskInfo(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequestBuilder
-
Whether to include information about the gathered disk information of nodes in the cluster
- setIncludeGlobalState(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
-
Set to true if snapshot should include global cluster state
- setIncludeInAllDefault(boolean) - 类 中的方法org.elasticsearch.index.mapper.ParseContext
-
- setIncludeSegmentFileSizes(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setIncludeYesDecisions(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequestBuilder
-
Whether to include "YES" decider decisions in the response instead of only "NO" decisions
- setIndex(String) - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
-
Sets the index name of the shard to explain.
- setIndex(String) - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequestBuilder
-
The index name to use when finding the shard to explain
- setIndex(String) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Sets the name of the index to be created
- setIndex(String) - 类 中的方法org.elasticsearch.action.support.replication.ReplicationRequestBuilder
-
- setIndex(String) - 类 中的方法org.elasticsearch.action.support.single.instance.InstanceShardOperationRequestBuilder
-
- setIndex(String) - 类 中的方法org.elasticsearch.action.support.single.shard.SingleShardOperationRequestBuilder
-
Sets the index.
- setIndex(String) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets the index where the document is located.
- setIndex(String) - 类 中的方法org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand.Builder
-
- setIndex(Index) - 异常错误 中的方法org.elasticsearch.ElasticsearchException
-
- setIndex(String) - 异常错误 中的方法org.elasticsearch.ElasticsearchException
-
- setIndexAnalyzer(NamedAnalyzer) - 类 中的方法org.elasticsearch.index.mapper.MappedFieldType
-
- setIndexing(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setIndexSettings(Settings) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Sets index settings that should be added or replaced during restore
- setIndexSettings(Settings.Builder) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Sets index settings that should be added or replaced during restore
- setIndexSettings(String, XContentType) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Sets index settings that should be added or replaced during restore
- setIndexSettings(Map<String, Object>) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Sets index settings that should be added or replaced during restore
- setIndices(String...) - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
-
- setIndices(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
-
Should the node indices info be returned.
- setIndices(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
-
Should the node indices stats be returned.
- setIndices(CommonStatsFlags) - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
-
Should the node indices stats be returned.
- setIndices(String...) - 类 中的方法org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequestBuilder
-
Sets the indices the search will be executed on.
- setIndices(String...) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
-
Sets a list of indices that should be included into the snapshot
The list of indices supports multi-index syntax.
- setIndices(String...) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Sets the list of indices that should be restored from snapshot
The list of indices supports multi-index syntax.
- setIndices(String...) - 类 中的方法org.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
-
- setIndices(String...) - 类 中的方法org.elasticsearch.action.admin.indices.alias.get.BaseAliasesRequestBuilder
-
- setIndices(String...) - 类 中的方法org.elasticsearch.action.admin.indices.close.CloseIndexRequestBuilder
-
Sets the indices to be closed
- setIndices(String...) - 类 中的方法org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequestBuilder
-
- setIndices(String[]) - 类 中的方法org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequestBuilder
-
- setIndices(String[]) - 类 中的方法org.elasticsearch.action.admin.indices.flush.SyncedFlushRequestBuilder
-
- setIndices(String...) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequestBuilder
-
- setIndices(String...) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
-
- setIndices(String...) - 类 中的方法org.elasticsearch.action.admin.indices.open.OpenIndexRequestBuilder
-
Sets the indices to be opened
- setIndices(String...) - 类 中的方法org.elasticsearch.action.admin.indices.settings.get.GetSettingsRequestBuilder
-
- setIndices(String...) - 类 中的方法org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequestBuilder
-
Sets the indices the update settings will execute on
- setIndices(String...) - 类 中的方法org.elasticsearch.action.admin.indices.shards.IndicesShardStoreRequestBuilder
-
Sets the indices for the shard stores request
- setIndices(String...) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Sets the indices the search will be executed on.
- setIndices(String...) - 类 中的方法org.elasticsearch.action.support.broadcast.BroadcastOperationRequestBuilder
-
- setIndices(String...) - 类 中的方法org.elasticsearch.action.support.master.info.ClusterInfoRequestBuilder
-
- setIndicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequestBuilder
-
Specifies what type of requested indices to ignore and how to deal indices wildcard expressions.
- setIndicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
-
Specifies the indices options.
- setIndicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Specifies what type of requested indices to ignore and how to deal with wildcard expressions.
- setIndicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
-
- setIndicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.admin.indices.alias.get.BaseAliasesRequestBuilder
-
Specifies what type of requested indices to ignore and wildcard indices expressions.
- setIndicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.admin.indices.close.CloseIndexRequestBuilder
-
Specifies what type of requested indices to ignore and wildcard indices expressions
For example indices that don't exist.
- setIndicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.admin.indices.delete.DeleteIndexRequestBuilder
-
Specifies what type of requested indices to ignore and wildcard indices expressions.
- setIndicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequestBuilder
-
- setIndicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.admin.indices.flush.SyncedFlushRequestBuilder
-
- setIndicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequestBuilder
-
- setIndicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
-
Specifies what type of requested indices to ignore and wildcard indices expressions.
- setIndicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.admin.indices.open.OpenIndexRequestBuilder
-
Specifies what type of requested indices to ignore and how to deal with wildcard indices expressions.
- setIndicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.admin.indices.settings.get.GetSettingsRequestBuilder
-
Specifies what type of requested indices to ignore and wildcard indices expressions.
- setIndicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequestBuilder
-
Specifies what type of requested indices to ignore and wildcard indices expressions.
- setIndicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.admin.indices.shards.IndicesShardStoreRequestBuilder
-
Specifies what type of requested indices to ignore and wildcard indices expressions
By default, expands wildcards to both open and closed indices
- setIndicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.search.MultiSearchRequestBuilder
-
Specifies what type of requested indices to ignore and how to deal with wildcard indices expressions.
- setIndicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Specifies what type of requested indices to ignore and wildcard indices expressions.
- setIndicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.support.broadcast.BroadcastOperationRequestBuilder
-
- setIndicesOptions(IndicesOptions) - 类 中的方法org.elasticsearch.action.support.master.info.ClusterInfoRequestBuilder
-
- setIngest(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
-
Should the node ingest info be returned.
- setInitialState(ClusterState) - 接口 中的方法org.elasticsearch.cluster.service.ClusterApplier
-
Sets the initial state for this applier.
- setInitialState(ClusterState) - 类 中的方法org.elasticsearch.cluster.service.ClusterApplierService
-
- setInnerHits(InnerHitBuilder) - 类 中的方法org.elasticsearch.search.collapse.CollapseBuilder
-
- setInnerHits(List<InnerHitBuilder>) - 类 中的方法org.elasticsearch.search.collapse.CollapseBuilder
-
- setInnerHits(Map<String, SearchHits>) - 类 中的方法org.elasticsearch.search.SearchHit
-
- setInternalActionLongTimeout(TimeValue) - 类 中的方法org.elasticsearch.indices.recovery.RecoverySettings
-
- setInternalActionTimeout(TimeValue) - 类 中的方法org.elasticsearch.indices.recovery.RecoverySettings
-
- setInterval(TimeValue) - 类 中的方法org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequestBuilder
-
- setIsFilter(boolean) - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
Public for testing only!
- setJvm(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
-
Should the node JVM info be returned.
- setJvm(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
-
Should the node JVM stats be returned.
- setKeyAsString(String) - 类 中的方法org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
-
- setKeyed(boolean) - 类 中的方法org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
-
- setLastAccessTime() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryTarget
-
sets the lasAccessTime flag to now
- setLenient(boolean) - 类 中的方法org.elasticsearch.index.query.MatchQueryBuilder
-
- setLenient(boolean) - 类 中的方法org.elasticsearch.index.search.MatchQuery
-
- setLevel(Logger, String) - 类 中的静态方法org.elasticsearch.common.logging.Loggers
-
Set the level of the logger.
- setLevel(Logger, Level) - 类 中的静态方法org.elasticsearch.common.logging.Loggers
-
- setLikeFields(Fields...) - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setLikeText(String...) - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setLikeText(List<String>) - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setListener(IndexFieldDataCache.Listener) - 类 中的方法org.elasticsearch.index.fielddata.IndexFieldDataService
-
- setLocal(boolean) - 类 中的方法org.elasticsearch.action.support.master.MasterNodeReadOperationRequestBuilder
-
Specifies if the request should be executed on local node rather than on master
- setLocalNode(DiscoveryNode) - 类 中的方法org.elasticsearch.discovery.zen.NodesFaultDetection
-
- setLowFreqMinimumNumberShouldMatch(String) - 类 中的方法org.apache.lucene.queries.ExtendedCommonTermsQuery
-
- setMapUnmappedFieldAsString(boolean) - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
- setMasterNodeTimeout(TimeValue) - 类 中的方法org.elasticsearch.action.support.master.MasterNodeOperationRequestBuilder
-
Sets the master node timeout in case the master has not yet been discovered.
- setMasterNodeTimeout(String) - 类 中的方法org.elasticsearch.action.support.master.MasterNodeOperationRequestBuilder
-
Sets the master node timeout in case the master has not yet been discovered.
- setMaxConcurrentGroupRequests(int) - 类 中的方法org.elasticsearch.search.collapse.CollapseBuilder
-
- setMaxConcurrentSearchRequests(int) - 类 中的方法org.elasticsearch.action.search.MultiSearchRequestBuilder
-
Sets how many search requests specified in this multi search requests are allowed to be ran concurrently.
- setMaxConcurrentShardRequests(int) - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
Sets the number of shard requests that should be executed concurrently.
- setMaxConcurrentShardRequests(int) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Sets the number of shard requests that should be executed concurrently.
- setMaxDeterminizedStates(int) - 类 中的方法org.elasticsearch.search.suggest.completion.FuzzyOptions.Builder
-
Sets the maximum automaton states allowed for the fuzzy expansion
- setMaxDeterminizedStates(int) - 类 中的方法org.elasticsearch.search.suggest.completion.RegexOptions.Builder
-
Sets the maximum automaton states allowed for the regular expression expansion
- setMaxDocFreq(int) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsFilter
-
- setMaxDocFreq(int) - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setMaxDocFreq(int) - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Set the maximum frequency in which words may still appear.
- setMaxDocFreqPct(int) - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Set the maximum percentage in which words may still appear.
- setMaxExpansions(int) - 类 中的方法org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
-
- setMaxExpansions(int) - 类 中的方法org.elasticsearch.index.search.MatchQuery
-
- setMaximumWeight(long) - 类 中的方法org.elasticsearch.common.cache.CacheBuilder
-
- setMaxNumSegments(int) - 类 中的方法org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequestBuilder
-
Will force merge the index down to <= maxNumSegments.
- setMaxNumTerms(int) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsFilter
-
- setMaxNumTokensParsed(int) - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
- setMaxQueryTerms(int) - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setMaxQueryTerms(int) - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Sets the maximum number of query terms that will be included in any generated query.
- setMaxRetries(int) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
Set the total number of retries attempted for rejections.
- setMaxRetries(int) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
-
Total number of retries attempted for rejections.
- setMaxTermFreq(int) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsFilter
-
- setMaxWordLen(int) - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setMaxWordLen(int) - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Sets the maximum word length above which words will be ignored.
- setMaxWordLength(int) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsFilter
-
- setMerge(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setMetaData(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
-
Should the cluster state result include the
MetaData.
- setMetaData(Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.AbstractAggregationBuilder
-
- setMetaData(Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.AggregationBuilder
-
- setMetaData(Map<String, Object>) - 接口 中的方法org.elasticsearch.search.aggregations.BaseAggregationBuilder
-
Set the aggregation's metadata.
- setMetaData(Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
-
- setMetaData(Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.PipelineAggregationBuilder
-
- setMinDocCount(long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
-
- setMinDocFreq(int) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsFilter
-
- setMinDocFreq(int) - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setMinDocFreq(int) - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Sets the frequency at which words will be ignored which do not occur in at least this
many docs.
- setMinimumShouldMatch(String) - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
Number of terms that must match the generated query expressed in the
common syntax for minimum should match.
- setMinimumShouldMatchField(String) - 类 中的方法org.elasticsearch.index.query.TermsSetQueryBuilder
-
- setMinimumShouldMatchScript(Script) - 类 中的方法org.elasticsearch.index.query.TermsSetQueryBuilder
-
- setMinScore(float) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Sets the minimum score below which docs will be filtered out.
- setMinScore(float) - 类 中的方法org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
- setMinTermFreq(int) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsFilter
-
- setMinTermFreq(int) - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Sets the frequency below which terms will be ignored in the source doc.
- setMinTermFrequency(int) - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setMinTranslogGenerationForRecovery(long) - 类 中的方法org.elasticsearch.index.translog.TranslogDeletionPolicy
-
- setMinWordLen(int) - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setMinWordLen(int) - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Sets the minimum word length below which words will be ignored.
- setMinWordLength(int) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsFilter
-
- setMoreLikeFields(String[]) - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setMultiValueMode(MultiValueMode) - 类 中的方法org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
-
- setName(String) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryRequestBuilder
-
Sets the repository name
- setName(String) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequestBuilder
-
Sets the repository name
- setName(String) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryRequestBuilder
-
Sets the repository name
- setName(String) - 类 中的方法org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateRequestBuilder
-
Sets the name of the index template to delete.
- setName(String) - 类 中的方法org.elasticsearch.index.mapper.MappedFieldType
-
- setName(String) - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
- setName(String) - 类 中的方法org.elasticsearch.search.aggregations.ParsedAggregation
-
- setNames(String...) - 类 中的方法org.elasticsearch.action.admin.indices.settings.get.GetSettingsRequestBuilder
-
- setNeighbours(List<Integer>) - 类 中的方法org.elasticsearch.search.suggest.completion.context.GeoQueryContext.Builder
-
Sets the precision levels at which geohash cells neighbours are considered.
- setNestedFilter(QueryBuilder) - 类 中的方法org.elasticsearch.search.sort.FieldSortBuilder
-
- setNestedFilter(QueryBuilder) - 类 中的方法org.elasticsearch.search.sort.GeoDistanceSortBuilder
-
- setNestedFilter(QueryBuilder) - 类 中的方法org.elasticsearch.search.sort.ScriptSortBuilder
-
- setNestedPath(String) - 类 中的方法org.elasticsearch.search.sort.FieldSortBuilder
-
- setNestedPath(String) - 类 中的方法org.elasticsearch.search.sort.GeoDistanceSortBuilder
-
- setNestedPath(String) - 类 中的方法org.elasticsearch.search.sort.ScriptSortBuilder
-
- setNestedSort(NestedSortBuilder) - 类 中的方法org.elasticsearch.search.sort.FieldSortBuilder
-
- setNestedSort(NestedSortBuilder) - 类 中的方法org.elasticsearch.search.sort.GeoDistanceSortBuilder
-
- setNestedSort(NestedSortBuilder) - 类 中的方法org.elasticsearch.search.sort.NestedSortBuilder
-
- setNestedSort(NestedSortBuilder) - 类 中的方法org.elasticsearch.search.sort.ScriptSortBuilder
-
- setNewIndexName(String) - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverRequest
-
Sets the alias to rollover to another index
- setNewIndexName(String) - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverRequestBuilder
-
- setNext(ShapeBuilder.Edge) - 类 中的方法org.elasticsearch.common.geo.builders.ShapeBuilder.Edge
-
- setNextAggregationValue(Object) - 类 中的方法org.elasticsearch.script.SearchScript
-
Sets per-document aggregation _value.
- setNextDocId(int) - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.Booleans
-
- setNextDocId(int) - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.Dates
-
- setNextDocId(int) - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.Doubles
-
- setNextDocId(int) - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- setNextDocId(int) - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.Longs
-
- setNextDocId(int) - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues
-
Set the current doc ID.
- setNextDocId(int) - 类 中的方法org.elasticsearch.index.mapper.IpFieldMapper.IpFieldType.IpScriptDocValues
-
- setNextVar(String, Object) - 接口 中的方法org.elasticsearch.script.ExecutableScript
-
Sets a runtime script parameter.
- setNextVar(String, Object) - 类 中的方法org.elasticsearch.script.SearchScript
-
- setNode(String) - 类 中的方法org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand.Builder
-
- setNodeConnectionsService(NodeConnectionsService) - 类 中的方法org.elasticsearch.cluster.service.ClusterApplierService
-
- setNodeConnectionsService(NodeConnectionsService) - 类 中的方法org.elasticsearch.cluster.service.ClusterService
-
- setNodes(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
-
- setNodes(String...) - 类 中的方法org.elasticsearch.action.support.tasks.BaseTasksRequest
-
- setNodesIds(String...) - 类 中的方法org.elasticsearch.action.support.nodes.NodesOperationRequestBuilder
-
- setNodesIds(String...) - 类 中的方法org.elasticsearch.action.support.tasks.TasksRequestBuilder
-
- setNormalizer(String) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
-
Instead of setting the analyzer and tokenizer, sets the normalizer as name
- setNormalizer(NamedAnalyzer) - 类 中的方法org.elasticsearch.index.mapper.KeywordFieldMapper.KeywordFieldType
-
- setNullValue(Object) - 类 中的方法org.elasticsearch.index.mapper.MappedFieldType
-
Sets the null value and initializes the string version
- setNumPriorUsesInASequence(short) - 接口 中的方法org.apache.lucene.analysis.miscellaneous.DuplicateSequenceAttribute
-
- setNumPriorUsesInASequence(short) - 类 中的方法org.apache.lucene.analysis.miscellaneous.DuplicateSequenceAttributeImpl
-
- setOccur(BooleanClause.Occur) - 类 中的方法org.elasticsearch.index.search.MatchQuery
-
- setOf(Type) - 类 中的静态方法org.elasticsearch.common.inject.util.Types
-
Returns a type modelling a Set whose elements are of type
elementType.
- setOffsets(boolean) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets whether to return the start and stop offsets for each term if they were stored or
skip offsets.
- setOnce(int, E) - 类 中的方法org.elasticsearch.common.util.concurrent.AtomicArray
-
- setOnlyExpungeDeletes(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequestBuilder
-
Should the merge only expunge deletes from the index, without full merging.
- setOperationThreaded(boolean) - 类 中的方法org.elasticsearch.action.support.single.shard.SingleShardOperationRequestBuilder
-
Controls if the operation will be executed on a separate thread when executed locally.
- setOpType(DocWriteRequest.OpType) - 类 中的方法org.elasticsearch.action.index.IndexRequestBuilder
-
Sets the type of operation to perform.
- setOrder(int) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
Sets the order of this template if more than one template matches.
- setOrientation(ShapeBuilder.Orientation) - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
-
- setOs(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
-
Should the node OS info be returned.
- setOs(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
-
Should the node OS stats be returned.
- setOutput(OutputStream) - 类 中的方法org.elasticsearch.common.io.UTF8StreamWriter
-
Sets the output stream to use for writing until this writer is closed.
- setOutputStream(OutputStream) - 类 中的方法org.elasticsearch.common.io.UTF8StreamWriter
-
- setParent(String) - 类 中的方法org.elasticsearch.action.delete.DeleteRequestBuilder
-
Sets the parent id of this document.
- setParent(String) - 类 中的方法org.elasticsearch.action.explain.ExplainRequestBuilder
-
Simple sets the routing.
- setParent(String) - 类 中的方法org.elasticsearch.action.get.GetRequestBuilder
-
Sets the parent id of this document.
- setParent(String) - 类 中的方法org.elasticsearch.action.index.IndexRequestBuilder
-
Sets the parent id of this document.
- setParent(String) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets the parent id of this document.
- setParent(String) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
- setParent(String) - 类 中的方法org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
-
- setParentTask(String, long) - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction.ConcreteShardRequest
-
- setParentTask(TaskId) - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction.ConcreteShardRequest
-
- setParentTask(String, long) - 接口 中的方法org.elasticsearch.tasks.TaskAwareRequest
-
Set a reference to task that caused this task to be run.
- setParentTask(TaskId) - 接口 中的方法org.elasticsearch.tasks.TaskAwareRequest
-
Set a reference to task that created this request.
- setParentTask(TaskId) - 类 中的方法org.elasticsearch.transport.TransportRequest
-
Set a reference to task that created this request.
- setParentTaskId(TaskId) - 类 中的方法org.elasticsearch.action.support.tasks.BaseTasksRequest
-
- setParentTaskId(TaskId) - 类 中的方法org.elasticsearch.action.support.tasks.TasksRequestBuilder
-
Match all children of the provided task.
- setPartial(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
-
If set to true the request should snapshot indices with unavailable shards
- setPartial(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
If set to true the restore procedure will restore partially snapshotted indices
- setPatterns(List<String>) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
Sets the match expression that will be used to match on indices created.
- setPayloads(boolean) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets whether to return the payloads for each term or skip.
- setPerFieldAnalyzer(Map<String, String>) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets the analyzer used at each field when generating term vectors.
- setPersistentSettings(Settings) - 类 中的方法org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
-
Sets the persistent settings to be updated.
- setPersistentSettings(Settings.Builder) - 类 中的方法org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
-
Sets the persistent settings to be updated.
- setPersistentSettings(String, XContentType) - 类 中的方法org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
-
Sets the source containing the persistent settings to be updated.
- setPersistentSettings(Map) - 类 中的方法org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
-
Sets the persistent settings to be updated.
- setPhase(String) - 类 中的方法org.elasticsearch.action.support.replication.ReplicationTask
-
Set the current phase of the task.
- setPhase(String) - 类 中的方法org.elasticsearch.index.shard.PrimaryReplicaSyncer.ResyncTask
-
Set the current phase of the task.
- setPhraseSlop(int) - 类 中的方法org.elasticsearch.index.search.MatchQuery
-
- setPipeline(String) - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
Sets the ingest pipeline to be executed before indexing the document
- setPipeline(String) - 类 中的方法org.elasticsearch.action.index.IndexRequestBuilder
-
Sets the ingest pipeline to be executed before indexing the document
- setPipeline(String) - 类 中的方法org.elasticsearch.index.reindex.UpdateByQueryRequest
-
Set the ingest pipeline to set on index requests made by this action.
- setPipeline(String) - 类 中的方法org.elasticsearch.index.reindex.UpdateByQueryRequestBuilder
-
- setPlugins(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
-
Should the node plugins info be returned.
- setPointsOnly(boolean) - 类 中的方法org.elasticsearch.common.geo.XShapeCollection
-
- setPointsOnly(boolean) - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
-
- setPositions(boolean) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets whether to return the positions for each term if stored or skip.
- setPostFilter(QueryBuilder) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Sets a filter that will be executed after the query has been executed and only has affect on the search hits
(not aggregations).
- setPrecision(int) - 类 中的方法org.elasticsearch.search.suggest.completion.context.GeoQueryContext.Builder
-
Sets the precision level for computing the geohash from the context geo point.
- setPrecisionInMeters(double) - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
-
- setPreference(String) - 类 中的方法org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequestBuilder
-
Sets the preference to execute the search.
- setPreference(String) - 类 中的方法org.elasticsearch.action.explain.ExplainRequestBuilder
-
Sets the shard preference.
- setPreference(String) - 类 中的方法org.elasticsearch.action.get.GetRequestBuilder
-
Sets the preference to execute the search.
- setPreference(String) - 类 中的方法org.elasticsearch.action.get.MultiGetRequestBuilder
-
Sets the preference to execute the search.
- setPreference(String) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Sets the preference to execute the search.
- setPreference(String) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets the preference to execute the search.
- setPreFilterShardSize(int) - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
Sets a threshold that enforces a pre-filter roundtrip to pre-filter search shards based on query rewriting if the number of shards
the search request expands to exceeds the threshold.
- setPreFilterShardSize(int) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Sets a threshold that enforces a pre-filter roundtrip to pre-filter search shards based on query rewriting if the number of shards
the search request expands to exceeds the threshold.
- setPrefix(boolean) - 类 中的方法org.elasticsearch.search.suggest.completion.context.CategoryQueryContext.Builder
-
Sets if the context should be treated as a prefix or not.
- setPrefix(BytesRef) - 类 中的方法org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- setPreserveExisting(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsClusterStateUpdateRequest
-
Iff set to true this settings update will only add settings not already set on an index.
- setPreserveExisting(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
-
Iff set to true this settings update will only add settings not already set on an index.
- setPreserveExisting(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequestBuilder
-
- setPreservePositionIncrements(boolean) - 类 中的方法org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
-
- setPreserveSep(boolean) - 类 中的方法org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
-
- setPrimary(Boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
-
- setPrimary(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequestBuilder
-
Whether the primary or replica should be explained
- setPrimaryTerm(Long) - 类 中的方法org.elasticsearch.action.DocWriteResponse.Builder
-
- setProcess(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
-
Should the node OS process be returned.
- setProcess(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
-
Should the node OS stats be returned.
- setProfile(boolean) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Should the query be profiled.
- setProfile(boolean) - 类 中的方法org.elasticsearch.search.internal.ShardSearchLocalRequest
-
- setProfile(boolean) - 接口 中的方法org.elasticsearch.search.internal.ShardSearchRequest
-
Sets if this shard search needs to be profiled or not
- setProfile(boolean) - 类 中的方法org.elasticsearch.search.internal.ShardSearchTransportRequest
-
- setProfiler(QueryProfiler) - 类 中的方法org.elasticsearch.search.internal.ContextIndexSearcher
-
- setProxyDelegates(T) - 类 中的方法org.elasticsearch.common.inject.internal.ConstructionContext
-
- setQuery(QueryBuilder) - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequestBuilder
-
The query to validate.
- setQuery(QueryBuilder) - 类 中的方法org.elasticsearch.action.explain.ExplainRequestBuilder
-
Sets the query to get a score explanation for.
- setQuery(QueryBuilder) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Constructs a new search source builder with a search query.
- setQuery(Query) - 类 中的方法org.elasticsearch.search.rescore.QueryRescorer.QueryRescoreContext
-
- setQueryCache(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequestBuilder
-
- setQueryCache(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setQueryWeight(float) - 类 中的方法org.elasticsearch.search.rescore.QueryRescorer.QueryRescoreContext
-
- setQueryWeight(float) - 类 中的方法org.elasticsearch.search.rescore.QueryRescorerBuilder
-
Sets the original query weight for rescoring.
- setQuoteFieldSuffix(String) - 类 中的方法org.elasticsearch.index.search.QueryStringQueryParser
-
- setRealtime(boolean) - 类 中的方法org.elasticsearch.action.get.GetRequestBuilder
-
- setRealtime(boolean) - 类 中的方法org.elasticsearch.action.get.MultiGetRequestBuilder
-
- setRealtime(boolean) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets whether term vectors are generated real-time.
- setReason(String) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksRequest
-
Set the reason for canceling the task.
- setRecovery(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setRefresh(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setRefresh(boolean) - 类 中的方法org.elasticsearch.action.get.GetRequestBuilder
-
Should a refresh be executed before this get operation causing the operation to
return the latest value.
- setRefresh(boolean) - 类 中的方法org.elasticsearch.action.get.MultiGetRequestBuilder
-
Should a refresh be executed before this get operation causing the operation to
return the latest value.
- setRefresh(boolean) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
Call refresh on the indexes we've written to after the request ends?
- setRefreshPolicy(WriteRequest.RefreshPolicy) - 类 中的方法org.elasticsearch.action.bulk.BulkRequest
-
- setRefreshPolicy(WriteRequest.RefreshPolicy) - 类 中的方法org.elasticsearch.action.support.replication.ReplicatedWriteRequest
-
- setRefreshPolicy(WriteRequest.RefreshPolicy) - 接口 中的方法org.elasticsearch.action.support.WriteRequest
-
- setRefreshPolicy(String) - 接口 中的方法org.elasticsearch.action.support.WriteRequest
-
Parse the refresh policy from a string, only modifying it if the string is non null.
- setRefreshPolicy(WriteRequest.RefreshPolicy) - 接口 中的方法org.elasticsearch.action.support.WriteRequestBuilder
-
- setRefreshPolicy(String) - 接口 中的方法org.elasticsearch.action.support.WriteRequestBuilder
-
Parse the refresh policy from a string, only modifying it if the string is non null.
- setRefreshPolicy(WriteRequest.RefreshPolicy) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- setRegex(BytesRef) - 类 中的方法org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- setRemoteInfo(RemoteInfo) - 类 中的方法org.elasticsearch.index.reindex.ReindexRequest
-
- setRemoteInfo(RemoteInfo) - 类 中的方法org.elasticsearch.index.reindex.ReindexRequestBuilder
-
Setup reindexing from a remote cluster.
- setRenamePattern(String) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Sets rename pattern that should be applied to restored indices.
- setRenameReplacement(String) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
- setRepositories(String...) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesRequestBuilder
-
Sets list of repositories to get
- setRepository(String) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
-
Sets the repository name
- setRepository(String) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequestBuilder
-
Sets the repository name
- setRepository(String) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequestBuilder
-
Sets the repository name
- setRepository(String) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Sets repository name
- setRepository(String) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequestBuilder
-
Sets the repository name
- setRequest(byte) - 类 中的静态方法org.elasticsearch.transport.TransportStatus
-
- setRequestCache(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequestBuilder
-
- setRequestCache(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setRequestCache(Boolean) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Sets if this request should use the request cache or not, assuming that it can (for
example, if "now" is used, it will never be cached).
- setRequestsPerSecond(float) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
Set the throttle for this request in sub-requests per second.
- setRequestsPerSecond(float) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
-
Set the throttle for this request in sub-requests per second.
- setRequiredSize(int) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
-
- setRescoreQueryWeight(float) - 类 中的方法org.elasticsearch.search.rescore.QueryRescorer.QueryRescoreContext
-
- setRescoreQueryWeight(float) - 类 中的方法org.elasticsearch.search.rescore.QueryRescorerBuilder
-
Sets the original query weight for rescoring.
- setRescorer(RescorerBuilder<?>) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Clears all rescorers on the builder and sets the first one.
- setRescorer(RescorerBuilder, int) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Clears all rescorers on the builder and sets the first one.
- setResizeType(ResizeType) - 类 中的方法org.elasticsearch.action.admin.indices.shrink.ResizeRequest
-
The type of the resize operation
- setResizeType(ResizeType) - 类 中的方法org.elasticsearch.action.admin.indices.shrink.ResizeRequestBuilder
-
- setResources(String, String...) - 异常错误 中的方法org.elasticsearch.ElasticsearchException
-
- setResponse(byte) - 类 中的静态方法org.elasticsearch.transport.TransportStatus
-
- setRestoreGlobalState(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
If set to true the restore procedure will restore global cluster state.
- setResult(DocWriteResponse.Result) - 类 中的方法org.elasticsearch.action.DocWriteResponse.Builder
-
- setResyncedOperations(int) - 类 中的方法org.elasticsearch.index.shard.PrimaryReplicaSyncer.ResyncTask
-
- setRetentionAgeInMillis(long) - 类 中的方法org.elasticsearch.index.translog.TranslogDeletionPolicy
-
- setRetentionSizeInBytes(long) - 类 中的方法org.elasticsearch.index.translog.TranslogDeletionPolicy
-
- setRetryBackoffInitialTime(TimeValue) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
Set the initial delay after a rejection before retrying request.
- setRetryBackoffInitialTime(TimeValue) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
-
Initial delay after a rejection before retrying a bulk request.
- setRetryDelayNetwork(TimeValue) - 类 中的方法org.elasticsearch.indices.recovery.RecoverySettings
-
- setRetryDelayStateSync(TimeValue) - 类 中的方法org.elasticsearch.indices.recovery.RecoverySettings
-
- setRetryFailed(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
-
Sets the retry failed flag (defaults to false).
- setRetryFailed(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequestBuilder
-
Sets the retry failed flag (defaults to false).
- setRetryOnConflict(int) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the number of retries of a version conflict occurs because the document was updated between
getting it and updating it.
- setRewrite(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequestBuilder
-
Indicates whether the query should be rewritten into primitive queries
- setRewriteMethod(MultiTermQuery, MultiTermQuery.RewriteMethod) - 类 中的静态方法org.elasticsearch.index.query.support.QueryParsers
-
- setRouting(String) - 类 中的方法org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequestBuilder
-
A comma separated list of routing values to control the shards the search will be executed on.
- setRouting(String...) - 类 中的方法org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequestBuilder
-
The routing values to control the shards that the search will be executed on.
- setRouting(String) - 类 中的方法org.elasticsearch.action.delete.DeleteRequestBuilder
-
Controls the shard routing of the delete request.
- setRouting(String) - 类 中的方法org.elasticsearch.action.explain.ExplainRequestBuilder
-
Sets the routing for sharding.
- setRouting(String) - 类 中的方法org.elasticsearch.action.get.GetRequestBuilder
-
Controls the shard routing of the request.
- setRouting(String) - 类 中的方法org.elasticsearch.action.index.IndexRequestBuilder
-
Controls the shard routing of the request.
- setRouting(String) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
A comma separated list of routing values to control the shards the search will be executed on.
- setRouting(String...) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
The routing values to control the shards that the search will be executed on.
- setRouting(String) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets the routing.
- setRouting(String) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Controls the shard routing of the request.
- setRouting(String) - 类 中的方法org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
-
- setRoutingNumShards(int) - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
Sets the number of shards that should be used for routing.
- setRoutingTable(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
-
- Sets - org.elasticsearch.common.util.set中的类
-
- setScore(float) - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
-
- setScoreMode(QueryRescoreMode) - 类 中的方法org.elasticsearch.search.rescore.QueryRescorer.QueryRescoreContext
-
- setScoreMode(String) - 类 中的方法org.elasticsearch.search.rescore.QueryRescorer.QueryRescoreContext
-
- setScoreMode(QueryRescoreMode) - 类 中的方法org.elasticsearch.search.rescore.QueryRescorerBuilder
-
Sets the original query score mode.
- setScorer(Scorer) - 类 中的方法org.apache.lucene.search.grouping.CollapsingTopDocsCollector
-
- setScorer(Scorer) - 类 中的方法org.elasticsearch.common.lucene.MinimumScoreCollector
-
- setScorer(Scorer) - 接口 中的方法org.elasticsearch.common.lucene.ScorerAware
-
- setScorer(Scorer) - 类 中的方法org.elasticsearch.index.fielddata.fieldcomparator.BytesRefFieldComparatorSource
-
- setScorer(Scorer) - 类 中的方法org.elasticsearch.index.fielddata.fieldcomparator.DoubleValuesComparatorSource
-
- setScorer(Scorer) - 类 中的方法org.elasticsearch.script.SearchScript
-
- setScorer(Scorer) - 类 中的方法org.elasticsearch.search.aggregations.LeafBucketCollector
-
- setScorer(Scorer) - 类 中的方法org.elasticsearch.search.aggregations.LeafBucketCollectorBase
-
- setScorer(Scorer) - 类 中的方法org.elasticsearch.search.aggregations.support.values.ScriptBytesValues
-
- setScorer(Scorer) - 类 中的方法org.elasticsearch.search.aggregations.support.values.ScriptDoubleValues
-
- setScorer(Scorer) - 类 中的方法org.elasticsearch.search.aggregations.support.values.ScriptLongValues
-
- setScorer(Scorer) - 类 中的方法org.elasticsearch.search.profile.aggregation.ProfilingLeafBucketCollector
-
- setScript(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
-
- setScript(Script) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
The script to execute.
- setScript(Script) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequest
-
Script to modify the documents before they are processed.
- setScriptedUpsert(boolean) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Sets whether the script should be run in the case of an insert
- setScriptFields(Set<SearchSourceBuilder.ScriptField>) - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
- setScroll(Scroll) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
If set, will enable scrolling of the search request.
- setScroll(TimeValue) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
If set, will enable scrolling of the search request for the specified timeout.
- setScroll(String) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
If set, will enable scrolling of the search request for the specified timeout.
- setScroll(Scroll) - 类 中的方法org.elasticsearch.action.search.SearchScrollRequestBuilder
-
If set, will enable scrolling of the search request.
- setScroll(TimeValue) - 类 中的方法org.elasticsearch.action.search.SearchScrollRequestBuilder
-
If set, will enable scrolling of the search request for the specified timeout.
- setScroll(String) - 类 中的方法org.elasticsearch.action.search.SearchScrollRequestBuilder
-
If set, will enable scrolling of the search request for the specified timeout.
- setScroll(String) - 类 中的方法org.elasticsearch.index.reindex.ScrollableHitSource
-
Set the id of the last scroll.
- setScrollId(String) - 类 中的方法org.elasticsearch.action.search.SearchScrollRequestBuilder
-
The scroll id to use to continue scrolling.
- setScrollIds(List<String>) - 类 中的方法org.elasticsearch.action.search.ClearScrollRequest
-
- setScrollIds(List<String>) - 类 中的方法org.elasticsearch.action.search.ClearScrollRequestBuilder
-
- setSearch(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setSearchAnalyzer(NamedAnalyzer) - 类 中的方法org.elasticsearch.index.mapper.MappedFieldType
-
- setSearcherWrapper(IndexModule.IndexSearcherWrapperFactory) - 类 中的方法org.elasticsearch.index.IndexModule
-
- setSearchQuoteAnalyzer(NamedAnalyzer) - 类 中的方法org.elasticsearch.index.mapper.MappedFieldType
-
- setSearchShardTarget(SearchShardTarget) - 类 中的方法org.elasticsearch.search.fetch.QueryFetchSearchResult
-
- setSearchShardTarget(SearchShardTarget) - 类 中的方法org.elasticsearch.search.fetch.ScrollQueryFetchSearchResult
-
- setSearchShardTarget(SearchShardTarget) - 类 中的方法org.elasticsearch.search.query.ScrollQuerySearchResult
-
- setSearchShardTarget(SearchShardTarget) - 类 中的方法org.elasticsearch.search.SearchPhaseResult
-
- setSearchType(SearchType) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
- setSearchType(String) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
- setSecureSettings(SecureSettings) - 类 中的方法org.elasticsearch.common.settings.Settings.Builder
-
- setSegmentAndDocument(LeafReaderContext, int) - 类 中的方法org.elasticsearch.search.lookup.SourceLookup
-
- setSegments(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setSelectedFields(String...) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets whether to return only term vectors for special selected fields.
- setSeqNo(Long) - 类 中的方法org.elasticsearch.action.DocWriteResponse.Builder
-
- setSettings(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
-
Should the node settings be returned.
- setSettings(Settings) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequestBuilder
-
Sets the repository settings
- setSettings(Settings.Builder) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequestBuilder
-
Sets the repository settings
- setSettings(String, XContentType) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequestBuilder
-
Sets the repository settings in Json or Yaml format
- setSettings(Map<String, Object>) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequestBuilder
-
Sets the repository settings
- setSettings(Settings) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
-
Sets repository-specific snapshot settings.
- setSettings(Settings.Builder) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
-
Sets repository-specific snapshot settings.
- setSettings(String, XContentType) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
-
Sets repository-specific snapshot settings in YAML or JSON format
See repository documentation for more information.
- setSettings(Map<String, Object>) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
-
Sets repository-specific snapshot settings.
- setSettings(Settings) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Sets repository-specific restore settings.
- setSettings(Settings.Builder) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Sets repository-specific restore settings.
- setSettings(String, XContentType) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Sets repository-specific restore settings in JSON or YAML format
See repository documentation for more information.
- setSettings(Map<String, Object>) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Sets repository-specific restore settings
See repository documentation for more information.
- setSettings(Settings) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
The settings to create the index with.
- setSettings(Settings.Builder) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
The settings to create the index with.
- setSettings(XContentBuilder) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Allows to set the settings using a json builder.
- setSettings(String, XContentType) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
The settings to create the index with (either json or yaml format)
- setSettings(Map<String, ?>) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
The settings to create the index with (either json/yaml/properties format)
- setSettings(Settings) - 类 中的方法org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequestBuilder
-
Sets the settings to be updated
- setSettings(Settings.Builder) - 类 中的方法org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequestBuilder
-
Sets the settings to be updated
- setSettings(String, XContentType) - 类 中的方法org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequestBuilder
-
Sets the settings to be updated (either json or yaml format)
- setSettings(Map<String, Object>) - 类 中的方法org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequestBuilder
-
Sets the settings to be updated
- setSettings(Settings) - 类 中的方法org.elasticsearch.action.admin.indices.shrink.ResizeRequestBuilder
-
- setSettings(Settings) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
The settings to created the index template with.
- setSettings(Settings.Builder) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
The settings to created the index template with.
- setSettings(String, XContentType) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
The settings to crete the index template with (either json or yaml format)
- setSettings(Map<String, Object>) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
The settings to crete the index template with (either json or yaml format)
- setSettings(TermVectorsRequest.FilterSettings) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsFilter
-
- setShard(Integer) - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
-
Sets the shard id of the shard to explain.
- setShard(int) - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequestBuilder
-
The shard number to use when finding the shard to explain
- setShard(int) - 类 中的方法org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand.Builder
-
- setShard(ShardId) - 异常错误 中的方法org.elasticsearch.ElasticsearchException
-
- setShardId(ShardId) - 类 中的方法org.elasticsearch.action.delete.DeleteRequest
-
Override this method from ReplicationAction, this is where we are storing our state in the request object (which we really shouldn't
do).
- setShardId(ShardId) - 类 中的方法org.elasticsearch.action.DocWriteResponse.Builder
-
- setShardId(ShardId) - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
Override this method from ReplicationAction, this is where we are storing our state in the request object (which we really shouldn't
do).
- setShardId(ShardId) - 类 中的方法org.elasticsearch.action.support.replication.ReplicationRequest
-
Sets the target shard id for the request.
- setShardIndex(int) - 类 中的方法org.elasticsearch.search.fetch.QueryFetchSearchResult
-
- setShardIndex(int) - 类 中的方法org.elasticsearch.search.fetch.ScrollQueryFetchSearchResult
-
- setShardIndex(int) - 类 中的方法org.elasticsearch.search.query.ScrollQuerySearchResult
-
- setShardIndex(int) - 类 中的方法org.elasticsearch.search.SearchPhaseResult
-
- setShardIndex(int) - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
-
- setShardIndex(int) - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestion
-
- setShardInfo(ReplicationResponse.ShardInfo) - 类 中的方法org.elasticsearch.action.DocWriteResponse.Builder
-
- setShardInfo(ReplicationResponse.ShardInfo) - 接口 中的方法org.elasticsearch.action.support.replication.ReplicationOperation.PrimaryResult
-
- setShardInfo(ReplicationResponse.ShardInfo) - 类 中的方法org.elasticsearch.action.support.replication.ReplicationResponse
-
- setShardInfo(ReplicationResponse.ShardInfo) - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction.PrimaryResult
-
- setShardMinDocCount(long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
-
- setShardSize(int) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
-
- setShardSize(int) - 类 中的方法org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- setShardStatuses(String...) - 类 中的方法org.elasticsearch.action.admin.indices.shards.IndicesShardStoreRequestBuilder
-
Set statuses to filter shards to get stores info on.
- setShouldStoreResult(boolean) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
Should this task store its result after it has finished?
- setShouldStoreResult(boolean) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
-
Should this task store its result after it has finished?
- setSimilarity(Similarity) - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setSimilarity(TFIDFSimilarity) - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
- setSimilarity(SimilarityProvider) - 类 中的方法org.elasticsearch.index.mapper.MappedFieldType
-
- setSize(int) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
The number of search hits to return.
- setSize(int) - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
- setSize(int) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
Maximum number of processed documents.
- setSize(int) - 类 中的方法org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- setSkippedOperations(int) - 类 中的方法org.elasticsearch.index.shard.PrimaryReplicaSyncer.ResyncTask
-
- setSkipTerms(Set<Term>) - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Sets a list of terms to never select from
- setSlices(int) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
The number of slices this task should be divided into.
- setSlices(int) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
-
The number of slices this task should be divided into.
- setSlop(int) - 类 中的方法org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
-
Sets the phrase slop for this query.
- setSlowTaskLoggingThreshold(TimeValue) - 类 中的方法org.elasticsearch.cluster.service.ClusterApplierService
-
- setSlowTaskLoggingThreshold(TimeValue) - 类 中的方法org.elasticsearch.cluster.service.MasterService
-
- setSnapshot(String) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
-
Sets the snapshot name
- setSnapshot(String) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequestBuilder
-
Sets the snapshot name
- setSnapshot(String) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Sets snapshot name
- setSnapshots(String...) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequestBuilder
-
Sets list of snapshots to return
- setSnapshots(String...) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequestBuilder
-
Sets list of snapshots to return
- setSoLinger(int) - 接口 中的方法org.elasticsearch.transport.TcpChannel
-
This sets the low level socket option StandardSocketOptions SO_LINGER on a channel.
- setSorts(List<SortBuilder<?>>) - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
- setSortValues(Object[]) - 类 中的方法org.elasticsearch.search.searchafter.SearchAfterBuilder
-
- setSource(String, XContentType) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Sets the settings and mappings as a single source.
- setSource(BytesReference, XContentType) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Sets the settings and mappings as a single source.
- setSource(byte[], XContentType) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Sets the settings and mappings as a single source.
- setSource(byte[], int, int, XContentType) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Sets the settings and mappings as a single source.
- setSource(Map<String, ?>) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Sets the settings and mappings as a single source.
- setSource(XContentBuilder) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Sets the settings and mappings as a single source.
- setSource(XContentBuilder) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
-
The mapping source definition.
- setSource(Map) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
-
The mapping source definition.
- setSource(String, XContentType) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
-
The mapping source definition.
- setSource(Object...) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
-
A specialized simplified mapping source method, takes the form of simple properties definition:
("field1", "type=string,store=true").
- setSource(XContentBuilder) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
The template source definition.
- setSource(Map) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
The template source definition.
- setSource(BytesReference, XContentType) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
The template source definition.
- setSource(byte[], XContentType) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
The template source definition.
- setSource(byte[], int, int, XContentType) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
The template source definition.
- setSource(BytesReference, XContentType) - 类 中的方法org.elasticsearch.action.index.IndexRequestBuilder
-
Sets the source.
- setSource(Map<String, ?>) - 类 中的方法org.elasticsearch.action.index.IndexRequestBuilder
-
Index the Map as a JSON.
- setSource(Map<String, ?>, XContentType) - 类 中的方法org.elasticsearch.action.index.IndexRequestBuilder
-
Index the Map as the provided content type.
- setSource(String, XContentType) - 类 中的方法org.elasticsearch.action.index.IndexRequestBuilder
-
Sets the document source to index.
- setSource(XContentBuilder) - 类 中的方法org.elasticsearch.action.index.IndexRequestBuilder
-
Sets the content source to index.
- setSource(byte[], XContentType) - 类 中的方法org.elasticsearch.action.index.IndexRequestBuilder
-
Sets the document to index in bytes form.
- setSource(byte[], int, int, XContentType) - 类 中的方法org.elasticsearch.action.index.IndexRequestBuilder
-
Sets the document to index in bytes form (assumed to be safe to be used from different
threads).
- setSource(Object...) - 类 中的方法org.elasticsearch.action.index.IndexRequestBuilder
-
Constructs a simple document with a field name and value pairs.
- setSource(XContentType, Object...) - 类 中的方法org.elasticsearch.action.index.IndexRequestBuilder
-
Constructs a simple document with a field name and value pairs.
- setSource(SearchSourceBuilder) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Sets the source of the request as a SearchSourceBuilder.
- setSource(BytesReference, XContentType) - 类 中的方法org.elasticsearch.index.mapper.ParsedDocument
-
- setSource(BytesReference, XContentType) - 类 中的方法org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
-
- setSource(BytesReference) - 类 中的方法org.elasticsearch.search.lookup.SourceLookup
-
- setSource(Map<String, Object>) - 类 中的方法org.elasticsearch.search.lookup.SourceLookup
-
- setSourceContentType(XContentType) - 类 中的方法org.elasticsearch.search.lookup.SourceLookup
-
- setSourceIndex(String) - 类 中的方法org.elasticsearch.action.admin.indices.shrink.ResizeRequest
-
- setSourceIndex(String) - 类 中的方法org.elasticsearch.action.admin.indices.shrink.ResizeRequestBuilder
-
- setStage(RecoveryState.Stage) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState
-
- setStats(String...) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
The stats groups this request will be aggregated under.
- setStats(List<String>) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
The stats groups this request will be aggregated under.
- setStatus(ClusterHealthStatus) - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
Allows to explicitly override the derived cluster health status.
- setStopWords(Set<?>) - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setStopWords(Set<?>) - 类 中的方法org.elasticsearch.common.lucene.search.XMoreLikeThis
-
Set the set of stopwords.
- setStore(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setStoredFieldNames(List<String>) - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
Sets the stored fields to load and return.
- setStoredFields(String...) - 类 中的方法org.elasticsearch.action.explain.ExplainRequestBuilder
-
Explicitly specify the stored fields that will be returned for the explained document.
- setStoredFields(String...) - 类 中的方法org.elasticsearch.action.get.GetRequestBuilder
-
Explicitly specify the fields that will be returned.
- setStrategyName(String) - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
-
- setTargetIndex(CreateIndexRequest) - 类 中的方法org.elasticsearch.action.admin.indices.shrink.ResizeRequest
-
- setTargetIndex(CreateIndexRequest) - 类 中的方法org.elasticsearch.action.admin.indices.shrink.ResizeRequestBuilder
-
- setTask(SearchTask) - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- setTask(SearchTask) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- setTaskId(TaskId) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskRequest
-
Set the TaskId to look up.
- setTaskId(TaskId) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskRequestBuilder
-
Set the TaskId to look up.
- setTaskId(TaskId) - 类 中的方法org.elasticsearch.action.support.tasks.BaseTasksRequest
-
- setTaskId(TaskId) - 类 中的方法org.elasticsearch.action.support.tasks.TasksRequestBuilder
-
Set the task to lookup.
- setTaskResultsService(TaskResultsService) - 类 中的方法org.elasticsearch.tasks.TaskManager
-
- setTemplate(String) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
- setTerminateAfter(int) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
An optional document count, upon collecting which the search
query will early terminate
- setTermStatistics(boolean) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets whether to return the term statistics for each term in the shard or skip.
- setTermVectorsField(BytesStreamOutput) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsResponse
-
- setText(CharacterIterator) - 类 中的方法org.apache.lucene.search.uhighlight.BoundedBreakIteratorScanner
-
- setText(String) - 类 中的方法org.apache.lucene.search.uhighlight.BoundedBreakIteratorScanner
-
- setText(String...) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
-
Sets texts to analyze
- setText(BytesRef) - 类 中的方法org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- setThreadContext(ThreadContext) - 类 中的静态方法org.elasticsearch.common.logging.DeprecationLogger
-
Set the
ThreadContext used to add deprecation headers to network responses.
- setThreadPool(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
-
Should the node thread pool info be returned.
- setThreadPool(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
-
Should the node thread pool stats be returned.
- setThreads(int) - 类 中的方法org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequestBuilder
-
- setTieBreaker(float) - 类 中的方法org.elasticsearch.index.search.MultiMatchQuery
-
- setTimedOut(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- setTimeout(TimeValue) - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
-
- setTimeout(String) - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
-
- setTimeout(TimeValue) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskRequest
-
Timeout to wait for any async actions this request must take.
- setTimeout(TimeValue) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskRequestBuilder
-
Timeout to wait for any async actions this request must take.
- setTimeout(TimeValue) - 类 中的方法org.elasticsearch.action.bulk.BulkRequestBuilder
-
A timeout to wait if the index operation can't be performed immediately.
- setTimeout(String) - 类 中的方法org.elasticsearch.action.bulk.BulkRequestBuilder
-
A timeout to wait if the index operation can't be performed immediately.
- setTimeout(TimeValue) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
An optional timeout to control how long search is allowed to take.
- setTimeout(TimeValue) - 类 中的方法org.elasticsearch.action.support.master.AcknowledgedRequestBuilder
-
Sets the maximum wait for acknowledgement from other nodes
- setTimeout(String) - 类 中的方法org.elasticsearch.action.support.master.AcknowledgedRequestBuilder
-
Timeout to wait for the operation to be acknowledged by current cluster nodes.
- setTimeout(TimeValue) - 类 中的方法org.elasticsearch.action.support.nodes.NodesOperationRequestBuilder
-
- setTimeout(String) - 类 中的方法org.elasticsearch.action.support.nodes.NodesOperationRequestBuilder
-
- setTimeout(TimeValue) - 类 中的方法org.elasticsearch.action.support.replication.ReplicationRequestBuilder
-
A timeout to wait if the index operation can't be performed immediately.
- setTimeout(String) - 类 中的方法org.elasticsearch.action.support.replication.ReplicationRequestBuilder
-
A timeout to wait if the index operation can't be performed immediately.
- setTimeout(TimeValue) - 类 中的方法org.elasticsearch.action.support.single.instance.InstanceShardOperationRequestBuilder
-
A timeout to wait if the index operation can't be performed immediately.
- setTimeout(String) - 类 中的方法org.elasticsearch.action.support.single.instance.InstanceShardOperationRequestBuilder
-
A timeout to wait if the index operation can't be performed immediately.
- setTimeout(TimeValue) - 类 中的方法org.elasticsearch.action.support.tasks.BaseTasksRequest
-
- setTimeout(String) - 类 中的方法org.elasticsearch.action.support.tasks.BaseTasksRequest
-
- setTimeout(TimeValue) - 类 中的方法org.elasticsearch.action.support.tasks.TasksRequestBuilder
-
- setTimeout(TimeValue) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
Timeout to wait for the shards on to be available for each bulk request?
- setTimeZone(DateTimeZone) - 类 中的方法org.elasticsearch.index.search.QueryStringQueryParser
-
- Setting<T> - org.elasticsearch.common.settings中的类
-
A setting.
- Setting(Setting.Key, Function<Settings, String>, Function<String, T>, Setting.Property...) - 类 的构造器org.elasticsearch.common.settings.Setting
-
Creates a new Setting instance
- Setting(Setting.Key, Function<Settings, String>, Function<String, T>, Setting.Validator<T>, Setting.Property...) - 类 的构造器org.elasticsearch.common.settings.Setting
-
Creates a new Setting instance.
- Setting(String, String, Function<String, T>, Setting.Property...) - 类 的构造器org.elasticsearch.common.settings.Setting
-
Creates a new Setting instance
- Setting(String, String, Function<String, T>, Setting.Validator<T>, Setting.Property...) - 类 的构造器org.elasticsearch.common.settings.Setting
-
Creates a new Setting instance.
- Setting(String, Function<Settings, String>, Function<String, T>, Setting.Property...) - 类 的构造器org.elasticsearch.common.settings.Setting
-
Creates a new Setting instance
- Setting(Setting.Key, Setting<T>, Function<String, T>, Setting.Property...) - 类 的构造器org.elasticsearch.common.settings.Setting
-
Creates a new Setting instance
- Setting(String, Setting<T>, Function<String, T>, Setting.Property...) - 类 的构造器org.elasticsearch.common.settings.Setting
-
Creates a new Setting instance
- Setting.AffixKey - org.elasticsearch.common.settings中的类
-
A key that allows for static pre and suffix.
- Setting.AffixSetting<T> - org.elasticsearch.common.settings中的类
-
- Setting.GroupKey - org.elasticsearch.common.settings中的类
-
- Setting.Key - org.elasticsearch.common.settings中的接口
-
- Setting.ListKey - org.elasticsearch.common.settings中的类
-
- Setting.Property - org.elasticsearch.common.settings中的枚举
-
- Setting.SimpleKey - org.elasticsearch.common.settings中的类
-
- Setting.Validator<T> - org.elasticsearch.common.settings中的接口
-
Represents a validator for a setting.
- SETTING_ALLOCATION_MAX_RETRY - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.decider.MaxRetryAllocationDecider
-
- SETTING_AUTO_EXPAND_REPLICAS - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_BLOCKS_METADATA - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_BLOCKS_READ - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_BLOCKS_WRITE - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_CORS_ALLOW_CREDENTIALS - 类 中的静态变量org.elasticsearch.http.HttpTransportSettings
-
- SETTING_CORS_ALLOW_HEADERS - 类 中的静态变量org.elasticsearch.http.HttpTransportSettings
-
- SETTING_CORS_ALLOW_METHODS - 类 中的静态变量org.elasticsearch.http.HttpTransportSettings
-
- SETTING_CORS_ALLOW_ORIGIN - 类 中的静态变量org.elasticsearch.http.HttpTransportSettings
-
- SETTING_CORS_ENABLED - 类 中的静态变量org.elasticsearch.http.HttpTransportSettings
-
- SETTING_CORS_MAX_AGE - 类 中的静态变量org.elasticsearch.http.HttpTransportSettings
-
- SETTING_CREATION_DATE - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_CREATION_DATE_STRING - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_DATA_PATH - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_HTTP_BIND_HOST - 类 中的静态变量org.elasticsearch.http.HttpTransportSettings
-
- SETTING_HTTP_COMPRESSION - 类 中的静态变量org.elasticsearch.http.HttpTransportSettings
-
- SETTING_HTTP_COMPRESSION_LEVEL - 类 中的静态变量org.elasticsearch.http.HttpTransportSettings
-
- SETTING_HTTP_CONTENT_TYPE_REQUIRED - 类 中的静态变量org.elasticsearch.http.HttpTransportSettings
-
- SETTING_HTTP_DETAILED_ERRORS_ENABLED - 类 中的静态变量org.elasticsearch.http.HttpTransportSettings
-
- SETTING_HTTP_HOST - 类 中的静态变量org.elasticsearch.http.HttpTransportSettings
-
- SETTING_HTTP_MAX_CHUNK_SIZE - 类 中的静态变量org.elasticsearch.http.HttpTransportSettings
-
- SETTING_HTTP_MAX_CONTENT_LENGTH - 类 中的静态变量org.elasticsearch.http.HttpTransportSettings
-
- SETTING_HTTP_MAX_HEADER_SIZE - 类 中的静态变量org.elasticsearch.http.HttpTransportSettings
-
- SETTING_HTTP_MAX_INITIAL_LINE_LENGTH - 类 中的静态变量org.elasticsearch.http.HttpTransportSettings
-
- SETTING_HTTP_PORT - 类 中的静态变量org.elasticsearch.http.HttpTransportSettings
-
- SETTING_HTTP_PUBLISH_HOST - 类 中的静态变量org.elasticsearch.http.HttpTransportSettings
-
- SETTING_HTTP_PUBLISH_PORT - 类 中的静态变量org.elasticsearch.http.HttpTransportSettings
-
- SETTING_HTTP_RESET_COOKIES - 类 中的静态变量org.elasticsearch.http.HttpTransportSettings
-
- SETTING_HTTP_TCP_KEEP_ALIVE - 类 中的静态变量org.elasticsearch.http.HttpTransportSettings
-
- SETTING_HTTP_TCP_NO_DELAY - 类 中的静态变量org.elasticsearch.http.HttpTransportSettings
-
- SETTING_HTTP_TCP_RECEIVE_BUFFER_SIZE - 类 中的静态变量org.elasticsearch.http.HttpTransportSettings
-
- SETTING_HTTP_TCP_REUSE_ADDRESS - 类 中的静态变量org.elasticsearch.http.HttpTransportSettings
-
- SETTING_HTTP_TCP_SEND_BUFFER_SIZE - 类 中的静态变量org.elasticsearch.http.HttpTransportSettings
-
- SETTING_INDEX_PROVIDED_NAME - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
The user provided name for an index.
- SETTING_INDEX_UUID - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_MAX_TOMBSTONES - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexGraveyard
-
Setting for the maximum tombstones allowed in the cluster state;
prevents the cluster state size from exploding too large, but it opens the
very unlikely risk that if there are greater than MAX_TOMBSTONES index
deletions while a node was offline, when it comes back online, it will have
missed index deletions that it may need to process.
- SETTING_MEMORY_STORAGE_HINT - 类 中的静态变量org.elasticsearch.index.fielddata.IndexFieldData.CommonSettings
-
- SETTING_NUMBER_OF_REPLICAS - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_NUMBER_OF_SHARDS - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_PIPELINING - 类 中的静态变量org.elasticsearch.http.HttpTransportSettings
-
- SETTING_PIPELINING_MAX_EVENTS - 类 中的静态变量org.elasticsearch.http.HttpTransportSettings
-
- SETTING_PRIORITY - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_READ_ONLY - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_READ_ONLY_ALLOW_DELETE - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_READ_ONLY_ALLOW_DELETE_SETTING - 类 中的静态变量org.elasticsearch.cluster.metadata.MetaData
-
- SETTING_READ_ONLY_SETTING - 类 中的静态变量org.elasticsearch.cluster.metadata.MetaData
-
- SETTING_ROUTING_PARTITION_SIZE - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_TV_HIGHLIGHT_MULTI_VALUE - 类 中的静态变量org.elasticsearch.search.fetch.subphase.highlight.FastVectorHighlighter
-
- SETTING_VERSION_CREATED - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_VERSION_CREATED_STRING - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_VERSION_UPGRADED - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_VERSION_UPGRADED_STRING - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_WAIT_FOR_ACTIVE_SHARDS - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexMetaData
-
The number of active shard copies to check for before proceeding with a write operation.
- settings() - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
Should the node settings be returned.
- settings(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
Should the node settings be returned.
- settings(Settings) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
-
Sets the repository settings
- settings(Settings.Builder) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
-
Sets the repository settings
- settings(String, XContentType) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
-
Sets the repository settings.
- settings(Map<String, Object>) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
-
Sets the repository settings.
- settings() - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
-
Returns repository settings
- settings(Settings) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Sets repository-specific snapshot settings.
- settings(Settings.Builder) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Sets repository-specific snapshot settings.
- settings(String, XContentType) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Sets repository-specific snapshot settings in JSON or YAML format
See repository documentation for more information.
- settings(Map<String, Object>) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Sets repository-specific snapshot settings.
- settings() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Returns repository-specific snapshot settings
- settings(Settings) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Sets repository-specific restore settings.
- settings(Settings.Builder) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Sets repository-specific restore settings.
- settings(String, XContentType) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Sets repository-specific restore settings in JSON or YAML format
See repository documentation for more information.
- settings(Map<String, Object>) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Sets repository-specific restore settings
See repository documentation for more information.
- settings() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Returns repository-specific restore settings
- settings(Settings) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
-
- settings() - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
-
- settings() - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
The settings to create the index with.
- settings(Settings.Builder) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
The settings to create the index with.
- settings(Settings) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
The settings to create the index with.
- settings(String, XContentType) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
The settings to create the index with (either json or yaml format)
- settings(XContentBuilder) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Allows to set the settings using a json builder.
- settings(Map) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
The settings to create the index with (either json/yaml/properties format)
- settings() - 类 中的方法org.elasticsearch.action.admin.indices.get.GetIndexResponse
-
- settings(Settings) - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverRequestBuilder
-
- settings() - 类 中的方法org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsClusterStateUpdateRequest
-
- settings(Settings) - 类 中的方法org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsClusterStateUpdateRequest
-
- settings(Settings) - 类 中的方法org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
-
Sets the settings to be updated
- settings(Settings.Builder) - 类 中的方法org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
-
Sets the settings to be updated
- settings(String, XContentType) - 类 中的方法org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
-
Sets the settings to be updated (either json or yaml format)
- settings(Map) - 类 中的方法org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
-
Sets the settings to be updated (either json or yaml format)
- settings(Settings) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
The settings to create the index template with.
- settings(Settings.Builder) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
The settings to create the index template with.
- settings(String, XContentType) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
The settings to create the index template with (either json/yaml format).
- settings(Map<String, Object>) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
The settings to create the index template with (either json or yaml format).
- settings() - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
- settings - 类 中的变量org.elasticsearch.bootstrap.BootstrapContext
-
The nodes settings
- settings() - 接口 中的方法org.elasticsearch.client.Client
-
Returns this clients settings
- settings() - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- settings(Settings.Builder) - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- settings(Settings) - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- settings(Settings.Builder) - 类 中的方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
-
- settings(Settings) - 类 中的方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
-
- settings() - 类 中的方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- settings() - 类 中的方法org.elasticsearch.cluster.metadata.MetaData
-
Returns the merged transient and persistent settings.
- settings(Settings) - 类 中的方法org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutRequest
-
- settings() - 类 中的方法org.elasticsearch.cluster.metadata.RepositoryMetaData
-
Returns repository settings
- settings - 类 中的变量org.elasticsearch.common.component.AbstractComponent
-
- settings() - 接口 中的方法org.elasticsearch.common.settings.Setting.Validator
-
The settings needed by this validator.
- Settings - org.elasticsearch.common.settings中的类
-
An immutable settings implementation.
- settings() - 类 中的方法org.elasticsearch.env.Environment
-
The settings used to build this environment.
- settings - 类 中的变量org.elasticsearch.index.analysis.SynonymTokenFilterFactory
-
- Settings() - 类 的构造器org.elasticsearch.index.search.SimpleQueryStringQueryParser.Settings
-
- Settings(SimpleQueryStringQueryParser.Settings) - 类 的构造器org.elasticsearch.index.search.SimpleQueryStringQueryParser.Settings
-
- settings() - 类 中的方法org.elasticsearch.node.Node
-
The settings that were used to create the node.
- settings(Settings) - 类 中的方法org.elasticsearch.repositories.RepositoriesService.RegisterRepositoryRequest
-
Sets repository settings
- SETTINGS - 类 中的静态变量org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
-
- settings() - 类 中的方法org.elasticsearch.snapshots.RestoreService.RestoreRequest
-
Returns repository-specific restore settings
- settings(Settings) - 类 中的方法org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
-
Sets repository-specific snapshot settings
- settings() - 类 中的方法org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
-
Returns repository-specific settings for the snapshot operation
- Settings.Builder - org.elasticsearch.common.settings中的类
-
- SETTINGS_FILTER_PARAM - 类 中的静态变量org.elasticsearch.common.settings.SettingsFilter
-
Can be used to specify settings filter that will be used to filter out matching settings in toXContent method
- SettingsException - org.elasticsearch.common.settings中的异常错误
-
A generic failure to handle settings.
- SettingsException(String) - 异常错误 的构造器org.elasticsearch.common.settings.SettingsException
-
- SettingsException(String, Throwable) - 异常错误 的构造器org.elasticsearch.common.settings.SettingsException
-
- SettingsException(StreamInput) - 异常错误 的构造器org.elasticsearch.common.settings.SettingsException
-
- SettingsFilter - org.elasticsearch.common.settings中的类
-
A class that allows to filter settings objects by simple regular expression patterns or full settings keys.
- SettingsFilter(Settings, Collection<String>) - 类 的构造器org.elasticsearch.common.settings.SettingsFilter
-
- settingsKey(String, String) - 类 中的静态方法org.elasticsearch.threadpool.ExecutorBuilder
-
- SettingsModule - org.elasticsearch.common.settings中的类
-
A module that binds the provided settings to the
Settings interface.
- SettingsModule(Settings, Setting<?>...) - 类 的构造器org.elasticsearch.common.settings.SettingsModule
-
- SettingsModule(Settings, List<Setting<?>>, List<String>) - 类 的构造器org.elasticsearch.common.settings.SettingsModule
-
- setTokenizer(String) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
-
Instead of setting the analyzer, sets the tokenizer as name that will be used as part of a custom
analyzer.
- setTokenizer(Map<String, ?>) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
-
Instead of setting the analyzer, sets the tokenizer using custom settings that will be used as part of a custom
analyzer.
- setTookInMillis(long) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsResponse
-
- setTotal(long) - 类 中的方法org.elasticsearch.index.reindex.WorkerBulkByScrollTaskState
-
- setTotalOperations(int) - 类 中的方法org.elasticsearch.index.shard.PrimaryReplicaSyncer.ResyncTask
-
- setTrackScores(boolean) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Applies when sorting, and controls if scores will be tracked as well.
- setTrackScores(boolean) - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
- setTrackTotalHits(boolean) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Indicates if the total hit count for the query should be tracked.
- setTransientSettings(Settings) - 类 中的方法org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
-
Sets the transient settings to be updated.
- setTransientSettings(Settings.Builder) - 类 中的方法org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
-
Sets the transient settings to be updated.
- setTransientSettings(String, XContentType) - 类 中的方法org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
-
Sets the source containing the transient settings to be updated.
- setTransientSettings(Map) - 类 中的方法org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
-
Sets the transient settings to be updated.
- setTranslog(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setTranslog(Translog) - 类 中的方法org.elasticsearch.index.shard.RefreshListeners
-
Setup the translog used to find the last refreshed location.
- setTransport(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
-
Should the node Transport info be returned.
- setTransport(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
-
Should the node Transport stats be returned.
- setTransportService(TransportService) - 类 中的方法org.elasticsearch.transport.TcpTransport
-
- setTransportService(TransportService) - 接口 中的方法org.elasticsearch.transport.Transport
-
- setTranspositions(boolean) - 类 中的方法org.elasticsearch.index.search.MatchQuery
-
- setTranspositions(boolean) - 类 中的方法org.elasticsearch.search.suggest.completion.FuzzyOptions.Builder
-
Sets if transpositions (swapping one character for another) counts as one character
change or two.
- setTree(String) - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
-
- setTreeLevels(int) - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
-
- setType(String) - 类 中的方法org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequestBuilder
-
- setType(String) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequestBuilder
-
Sets the repository type
- setType(String) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
-
The type of the mappings.
- setType(String) - 类 中的方法org.elasticsearch.action.delete.DeleteRequestBuilder
-
Sets the type of the document to delete.
- setType(String) - 类 中的方法org.elasticsearch.action.DocWriteResponse.Builder
-
- setType(String) - 类 中的方法org.elasticsearch.action.explain.ExplainRequestBuilder
-
Sets the type to get a score explanation for.
- setType(String) - 类 中的方法org.elasticsearch.action.get.GetRequestBuilder
-
Sets the type of the document to fetch.
- setType(String) - 类 中的方法org.elasticsearch.action.index.IndexRequestBuilder
-
Sets the type to index the document to.
- setType(String) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets the type of the document.
- setType(String) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the type of the indexed document.
- setType(MultiMatchQueryBuilder.Type) - 类 中的方法org.elasticsearch.index.search.QueryStringQueryParser
-
- setTypes(String...) - 类 中的方法org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequestBuilder
-
- setTypes(String...) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequestBuilder
-
- setTypes(String...) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
Document types to return stats for.
- setTypes(String...) - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequestBuilder
-
The types of documents the query will run against.
- setTypes(String...) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
The document types to execute the search against.
- setTypes(String...) - 类 中的方法org.elasticsearch.action.support.master.info.ClusterInfoRequestBuilder
-
- setTypes(String...) - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
- setUid(Uid) - 类 中的方法org.elasticsearch.search.fetch.subphase.InnerHitsContext.InnerHitSubContext
-
- setUnicodeAware(boolean) - 类 中的方法org.elasticsearch.search.suggest.completion.FuzzyOptions.Builder
-
Set to true if all measurements (like edit distance, transpositions and lengths) are in unicode
code points (actual letters) instead of bytes.
- setUnlikeFields(Fields...) - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setUnlikeText(String[]) - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setUpdateAllTypes(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
True if all fields that span multiple types should be updated, false otherwise
- setUpdateAllTypes(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
-
True if all fields that span multiple types should be updated, false otherwise
- setupFieldType(Mapper.BuilderContext) - 类 中的方法org.elasticsearch.index.mapper.DateFieldMapper.Builder
-
- setupFieldType(Mapper.BuilderContext) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper.Builder
-
- setupFieldType(Mapper.BuilderContext) - 类 中的方法org.elasticsearch.index.mapper.NumberFieldMapper.Builder
-
- setUpgradeInProgress(boolean, boolean) - 类 中的方法org.elasticsearch.index.shard.ElasticsearchMergePolicy
-
When upgrade is true, running a force merge will upgrade any segments written
with older versions.
- setUpgradeOnlyAncientSegments(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.post.UpgradeRequestBuilder
-
Should the upgrade only the ancient (older major version of Lucene) segments?
- setupHunspellDictionaries(List<AnalysisPlugin>) - 类 中的方法org.elasticsearch.indices.analysis.AnalysisModule
-
- setupInnerHitsContext(QueryShardContext, InnerHitsContext.InnerHitSubContext) - 类 中的方法org.elasticsearch.index.query.InnerHitContextBuilder
-
- setUpsert(IndexRequest) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the index request to be used if the document does not exists.
- setUpsert(XContentBuilder) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the doc source of the update request to be used when the document does not exists.
- setUpsert(Map) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the doc source of the update request to be used when the document does not exists.
- setUpsert(Map, XContentType) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the doc source of the update request to be used when the document does not exists.
- setUpsert(String, XContentType) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the doc source of the update request to be used when the document does not exists.
- setUpsert(byte[], XContentType) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the doc source of the update request to be used when the document does not exists.
- setUpsert(byte[], int, int, XContentType) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the doc source of the update request to be used when the document does not exists.
- setUpsert(Object...) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the doc source of the update request to be used when the document does not exists.
- setUpsert(XContentType, Object...) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the doc source of the update request to be used when the document does not exists.
- setValidationMethod(GeoValidationMethod) - 类 中的方法org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
Specify whether or not to ignore validation errors of bounding boxes.
- setValidationMethod(GeoValidationMethod) - 类 中的方法org.elasticsearch.index.query.GeoDistanceQueryBuilder
-
Set validation method for geo coordinates.
- setValidationMethod(GeoValidationMethod) - 类 中的方法org.elasticsearch.index.query.GeoPolygonQueryBuilder
-
Sets the validation method to use for geo coordinates.
- setValue(double) - 类 中的方法org.elasticsearch.search.aggregations.metrics.ParsedSingleValueNumericMetricsAggregation
-
- setValueAsString(String) - 类 中的方法org.elasticsearch.search.aggregations.metrics.ParsedSingleValueNumericMetricsAggregation
-
- setVerbose(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequestBuilder
-
Set to false to only show the snapshot names and the indices they contain.
- setVerbose(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.segments.IndicesSegmentsRequestBuilder
-
- setVerbose(boolean) - 类 中的方法org.elasticsearch.action.ingest.SimulatePipelineRequest
-
- setVerbose(boolean) - 类 中的方法org.elasticsearch.action.ingest.SimulatePipelineRequestBuilder
-
Enable or disable verbose mode
- setVerify(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequestBuilder
-
Sets whether or not repository should be verified after creation
- setVersion(Integer) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
Sets the optional version of this template.
- setVersion(long) - 类 中的方法org.elasticsearch.action.delete.DeleteRequestBuilder
-
Sets the version, which will cause the delete operation to only be performed if a matching
version exists and no changes happened on the doc since then.
- setVersion(Long) - 类 中的方法org.elasticsearch.action.DocWriteResponse.Builder
-
- setVersion(long) - 类 中的方法org.elasticsearch.action.get.GetRequestBuilder
-
Sets the version, which will cause the get operation to only be performed if a matching
version exists and no changes happened on the doc since then.
- setVersion(long) - 类 中的方法org.elasticsearch.action.index.IndexRequestBuilder
-
Sets the version, which will cause the index operation to only be performed if a matching
version exists and no changes happened on the doc since then.
- setVersion(boolean) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Should each
SearchHit be returned with its
version.
- setVersion(long) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
- setVersion(long) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the version, which will cause the index operation to only be performed if a matching
version exists and no changes happened on the doc since then.
- setVersion(Version) - 类 中的方法org.elasticsearch.common.io.stream.FilterStreamInput
-
- setVersion(Version) - 类 中的方法org.elasticsearch.common.io.stream.StreamInput
-
Set the version of the node on the other side of this stream.
- setVersion(Version) - 类 中的方法org.elasticsearch.common.io.stream.StreamOutput
-
Set the version of the node on the other side of this stream.
- setVersion(boolean) - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
- setVersions(Map<String, Tuple<Version, String>>) - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsRequestBuilder
-
Sets the index versions to be updated
- setVersionType(VersionType) - 类 中的方法org.elasticsearch.action.delete.DeleteRequestBuilder
-
Sets the type of versioning to use.
- setVersionType(VersionType) - 类 中的方法org.elasticsearch.action.get.GetRequestBuilder
-
Sets the versioning type.
- setVersionType(VersionType) - 类 中的方法org.elasticsearch.action.index.IndexRequestBuilder
-
Sets the versioning type.
- setVersionType(VersionType) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
- setVersionType(VersionType) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the versioning type.
- setWaitForActiveShards(ActiveShardCount) - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
-
Sets the number of shard copies that must be active before getting the health status.
- setWaitForActiveShards(int) - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
-
- setWaitForActiveShards(ActiveShardCount) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Sets the number of shard copies that should be active for index creation to return.
- setWaitForActiveShards(int) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
- setWaitForActiveShards(ActiveShardCount) - 类 中的方法org.elasticsearch.action.admin.indices.open.OpenIndexRequestBuilder
-
Sets the number of shard copies that should be active for indices opening to return.
- setWaitForActiveShards(int) - 类 中的方法org.elasticsearch.action.admin.indices.open.OpenIndexRequestBuilder
-
- setWaitForActiveShards(ActiveShardCount) - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverRequest
-
Sets the number of shard copies that should be active for creation of the
new rollover index to return.
- setWaitForActiveShards(int) - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverRequest
-
- setWaitForActiveShards(ActiveShardCount) - 类 中的方法org.elasticsearch.action.admin.indices.shrink.ResizeRequest
-
Sets the number of shard copies that should be active for creation of the
new shrunken index to return.
- setWaitForActiveShards(int) - 类 中的方法org.elasticsearch.action.admin.indices.shrink.ResizeRequest
-
- setWaitForActiveShards(ActiveShardCount) - 类 中的方法org.elasticsearch.action.admin.indices.shrink.ResizeRequestBuilder
-
Sets the number of shard copies that should be active for creation of the
new shrunken index to return.
- setWaitForActiveShards(int) - 类 中的方法org.elasticsearch.action.admin.indices.shrink.ResizeRequestBuilder
-
- setWaitForActiveShards(ActiveShardCount) - 类 中的方法org.elasticsearch.action.bulk.BulkRequestBuilder
-
Sets the number of shard copies that must be active before proceeding with the write.
- setWaitForActiveShards(int) - 类 中的方法org.elasticsearch.action.bulk.BulkRequestBuilder
-
- setWaitForActiveShards(ActiveShardCount) - 类 中的方法org.elasticsearch.action.support.replication.ReplicationRequestBuilder
-
Sets the number of shard copies that must be active before proceeding with the write.
- setWaitForActiveShards(int) - 类 中的方法org.elasticsearch.action.support.replication.ReplicationRequestBuilder
-
- setWaitForActiveShards(ActiveShardCount) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the number of shard copies that must be active before proceeding with the write.
- setWaitForActiveShards(int) - 类 中的方法org.elasticsearch.action.update.UpdateRequestBuilder
-
- setWaitForActiveShards(ActiveShardCount) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
Sets the number of shard copies that must be active before proceeding with the write.
- setWaitForActiveShards(int) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
- setWaitForCompletion(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskRequest
-
Should this request wait for all found tasks to complete?
- setWaitForCompletion(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskRequestBuilder
-
Should this request wait for all found tasks to complete?
- setWaitForCompletion(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksRequest
-
Should this request wait for all found tasks to complete?
- setWaitForCompletion(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksRequestBuilder
-
Should this request wait for all found tasks to complete?
- setWaitForCompletion(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
-
If set to true the request should wait for the snapshot completion before returning.
- setWaitForCompletion(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
If this parameter is set to true the operation will wait for completion of restore process before returning.
- setWaitForEvents(Priority) - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
-
- setWaitForGreenStatus() - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
-
- setWaitForNodes(String) - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
-
Waits for N number of nodes.
- setWaitForNoRelocatingShards(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
-
Sets whether the request should wait for there to be no relocating shards before
retrieving the cluster health status.
- setWaitForStatus(ClusterHealthStatus) - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
-
- setWaitForYellowStatus() - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
-
- setWaitIfOngoing(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.flush.FlushRequestBuilder
-
- setWarmer(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setWeight(float) - 类 中的方法org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
-
Set the weight applied to the function before combining.
- setWorker(float, Integer) - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask
-
Sets this task to be a worker task that performs search requests
- setWorkerCount(int) - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask
-
Sets this task to be a leader task for slices sliced subtasks
- setZeroTermsQuery(MatchQuery.ZeroTermsQuery) - 类 中的方法org.elasticsearch.index.search.MatchQuery
-
- sha1() - 类 中的静态方法org.elasticsearch.common.hash.MessageDigests
-
Returns a MessageDigest instance for SHA-1 digests; note
that the instance returned is thread local and must not be
shared amongst threads.
- sha256() - 类 中的静态方法org.elasticsearch.common.hash.MessageDigests
-
Returns a MessageDigest instance for SHA-256 digests;
note that the instance returned is thread local and must not be
shared amongst threads.
- shape(ShapeBuilder) - 类 中的方法org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
-
- shape() - 类 中的方法org.elasticsearch.index.query.GeoShapeQueryBuilder
-
- ShapeBuilder - org.elasticsearch.common.geo.builders中的类
-
Basic class for building GeoJSON shapes like Polygons, Linestrings, etc
- ShapeBuilder() - 类 的构造器org.elasticsearch.common.geo.builders.ShapeBuilder
-
- ShapeBuilder.CoordinateNode - org.elasticsearch.common.geo.builders中的类
-
Node used to represent a tree of coordinates.
- ShapeBuilder.Edge - org.elasticsearch.common.geo.builders中的类
-
This helper class implements a linked list for Coordinate.
- ShapeBuilder.GeoShapeType - org.elasticsearch.common.geo.builders中的枚举
-
- ShapeBuilder.Orientation - org.elasticsearch.common.geo.builders中的枚举
-
- ShapeBuilders - org.elasticsearch.common.geo.builders中的类
-
A collection of static methods for creating ShapeBuilders.
- ShapeBuilders() - 类 的构造器org.elasticsearch.common.geo.builders.ShapeBuilders
-
- shapeName() - 枚举 中的方法org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
- ShapeRelation - org.elasticsearch.common.geo中的枚举
-
Enum representing the relationship between a Query / Filter Shape and indexed Shapes
that will be used to determine if a Document should be matched or not
- ShapesAvailability - org.elasticsearch.common.geo中的类
-
- shard() - 类 中的方法org.elasticsearch.action.search.ShardSearchFailure
-
The search shard target the failure occurred on.
- shard - 类 中的变量org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand.Builder
-
- shard() - 异常错误 中的方法org.elasticsearch.cluster.routing.IllegalShardRoutingStateException
-
Returns the shard instance referenced by this exception
- shard(int) - 类 中的方法org.elasticsearch.cluster.routing.IndexRoutingTable
-
- shard() - 异常错误 中的方法org.elasticsearch.search.SearchException
-
- shard(SearchShardTarget) - 类 中的方法org.elasticsearch.search.SearchHit
-
- SHARD_BALANCE_FACTOR_SETTING - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator
-
- SHARD_COUNT_LIMIT_SETTING - 类 中的静态变量org.elasticsearch.action.search.TransportSearchAction
-
The maximum number of shards for a single search request.
- SHARD_FAILED_ACTION_NAME - 类 中的静态变量org.elasticsearch.cluster.action.shard.ShardStateAction
-
- SHARD_INACTIVE_TIME_SETTING - 类 中的静态变量org.elasticsearch.indices.IndexingMemoryController
-
If we see no indexing operations after this much time for a given shard, we consider that shard inactive (default: 5 minutes).
- SHARD_MEMORY_INTERVAL_TIME_SETTING - 类 中的静态变量org.elasticsearch.indices.IndexingMemoryController
-
How frequently we check indexing memory usage (default: 5 seconds).
- SHARD_MIN_DOC_COUNT_FIELD_NAME - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
-
- SHARD_SIZE_FIELD - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator
-
- SHARD_SIZE_FIELD_NAME - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
-
- SHARD_STARTED_ACTION_NAME - 类 中的静态变量org.elasticsearch.cluster.action.shard.ShardStateAction
-
- ShardAllocationDecision - org.elasticsearch.cluster.routing.allocation中的类
-
Represents the decision taken for the allocation of a single shard.
- ShardAllocationDecision(AllocateUnassignedDecision, MoveDecision) - 类 的构造器org.elasticsearch.cluster.routing.allocation.ShardAllocationDecision
-
- ShardAllocationDecision(StreamInput) - 类 的构造器org.elasticsearch.cluster.routing.allocation.ShardAllocationDecision
-
- ShardBitsetFilterCache - org.elasticsearch.index.cache.bitset中的类
-
- ShardBitsetFilterCache(ShardId, IndexSettings) - 类 的构造器org.elasticsearch.index.cache.bitset.ShardBitsetFilterCache
-
- shardBitsetFilterCache() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- ShardCoreKeyMap - org.elasticsearch.common.lucene中的类
-
A map between segment core cache keys and the shard that these segments
belong to.
- ShardCoreKeyMap() - 类 的构造器org.elasticsearch.common.lucene.ShardCoreKeyMap
-
- shardCountPerPath(Index) - 类 中的方法org.elasticsearch.env.NodeEnvironment
-
Find all the shards for this index, returning a map of the NodePath to the number of shards on that path
- ShardEntry() - 类 的构造器org.elasticsearch.cluster.action.shard.ShardStateAction.ShardEntry
-
- ShardEntry(ShardId, String, long, String, Exception) - 类 的构造器org.elasticsearch.cluster.action.shard.ShardStateAction.ShardEntry
-
- shardExecute(Task, Request, ShardId, ActionListener<ShardResponse>) - 类 中的方法org.elasticsearch.action.support.replication.TransportBroadcastReplicationAction
-
- shardFailed(ShardRouting, UnassignedInfo) - 类 中的方法org.elasticsearch.cluster.routing.allocation.IndexMetaDataUpdater
-
- shardFailed(ShardRouting, UnassignedInfo) - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingNodesChangedObserver
-
- shardFailed(ShardRouting, UnassignedInfo) - 类 中的方法org.elasticsearch.cluster.routing.RoutingChangesObserver.AbstractRoutingChangesObserver
-
- shardFailed(ShardRouting, UnassignedInfo) - 类 中的方法org.elasticsearch.cluster.routing.RoutingChangesObserver.DelegatingRoutingChangesObserver
-
- shardFailed(ShardRouting, UnassignedInfo) - 接口 中的方法org.elasticsearch.cluster.routing.RoutingChangesObserver
-
Called when a shard is failed or cancelled.
- shardFailed(ShardRouting, UnassignedInfo) - 类 中的方法org.elasticsearch.snapshots.RestoreService.RestoreInProgressUpdater
-
- ShardFailedClusterStateTaskExecutor(AllocationService, RoutingService, Logger) - 类 的构造器org.elasticsearch.cluster.action.shard.ShardStateAction.ShardFailedClusterStateTaskExecutor
-
- ShardFailure(ShardRouting, String, Exception) - 类 的构造器org.elasticsearch.index.shard.IndexShard.ShardFailure
-
- shardFailures() - 异常错误 中的方法org.elasticsearch.action.search.SearchPhaseExecutionException
-
- shardFailures() - 类 中的方法org.elasticsearch.snapshots.SnapshotInfo
-
Returns shard failures; an empty list will be returned if there were no shard
failures, or if
SnapshotInfo.state() returns
null.
- ShardFetchRequest - org.elasticsearch.search.fetch中的类
-
Shard level fetch base request.
- ShardFetchRequest() - 类 的构造器org.elasticsearch.search.fetch.ShardFetchRequest
-
- ShardFetchRequest(long, IntArrayList, ScoreDoc) - 类 的构造器org.elasticsearch.search.fetch.ShardFetchRequest
-
- ShardFetchSearchRequest - org.elasticsearch.search.fetch中的类
-
Shard level fetch request used with search.
- ShardFetchSearchRequest() - 类 的构造器org.elasticsearch.search.fetch.ShardFetchSearchRequest
-
- ShardFetchSearchRequest(OriginalIndices, long, IntArrayList, ScoreDoc) - 类 的构造器org.elasticsearch.search.fetch.ShardFetchSearchRequest
-
- ShardFieldData - org.elasticsearch.index.fielddata中的类
-
- ShardFieldData() - 类 的构造器org.elasticsearch.index.fielddata.ShardFieldData
-
- ShardFlushRequest - org.elasticsearch.action.admin.indices.flush中的类
-
- ShardFlushRequest(FlushRequest, ShardId) - 类 的构造器org.elasticsearch.action.admin.indices.flush.ShardFlushRequest
-
- ShardFlushRequest() - 类 的构造器org.elasticsearch.action.admin.indices.flush.ShardFlushRequest
-
- ShardGetService - org.elasticsearch.index.get中的类
-
- ShardGetService(IndexSettings, IndexShard, MapperService) - 类 的构造器org.elasticsearch.index.get.ShardGetService
-
- shardId - 类 中的变量org.elasticsearch.action.DocWriteResponse.Builder
-
- shardId() - 类 中的方法org.elasticsearch.action.get.MultiGetShardRequest
-
- shardId() - 类 中的方法org.elasticsearch.action.search.ShardSearchFailure
-
The shard id the search failed on.
- shardId() - 接口 中的方法org.elasticsearch.action.ShardOperationFailedException
-
The index the operation failed on.
- shardId() - 类 中的方法org.elasticsearch.action.support.broadcast.BroadcastShardRequest
-
- shardId() - 类 中的方法org.elasticsearch.action.support.DefaultShardOperationFailedException
-
- shardId - 类 中的变量org.elasticsearch.action.support.replication.ReplicationRequest
-
Target shard the request should execute on.
- shardId() - 类 中的方法org.elasticsearch.action.support.replication.ReplicationRequest
-
- shardId() - 类 中的方法org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo.Failure
-
- shardId - 类 中的变量org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
-
- shardId() - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsShardRequest
-
- shardId - 类 中的变量org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
-
- shardId() - 类 中的方法org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
-
Get the shard id
- shardId() - 类 中的方法org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
-
Get the id of the shard which allocation should be canceled
- shardId() - 类 中的方法org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
-
- shardId() - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
Returns the shards id
- shardId(ClusterState, String, String, String) - 类 中的方法org.elasticsearch.cluster.routing.OperationRouting
-
- shardId() - 类 中的方法org.elasticsearch.cluster.routing.PlainShardIterator
-
- shardId() - 接口 中的方法org.elasticsearch.cluster.routing.ShardIterator
-
The shard id this group relates to.
- shardId() - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
The shard id.
- shardId() - 类 中的方法org.elasticsearch.common.lucene.index.ElasticsearchDirectoryReader
-
Returns the shard id this index belongs to.
- shardId() - 类 中的方法org.elasticsearch.common.lucene.index.ElasticsearchLeafReader
-
Returns the shard id this segment belongs to.
- shardId - 类 中的变量org.elasticsearch.gateway.AsyncShardFetch
-
- shardId() - 类 中的方法org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.Request
-
- shardId - 类 中的变量org.elasticsearch.index.engine.Engine
-
- shardId - 类 中的变量org.elasticsearch.index.shard.AbstractIndexShardComponent
-
- shardId() - 类 中的方法org.elasticsearch.index.shard.AbstractIndexShardComponent
-
- shardId() - 接口 中的方法org.elasticsearch.index.shard.IndexShardComponent
-
- ShardId - org.elasticsearch.index.shard中的类
-
Allows for shard level components to be injected with the shard id.
- ShardId(Index, int) - 类 的构造器org.elasticsearch.index.shard.ShardId
-
- ShardId(String, String, int) - 类 的构造器org.elasticsearch.index.shard.ShardId
-
- shardId() - 接口 中的方法org.elasticsearch.indices.cluster.IndicesClusterStateService.Shard
-
Returns the shard id of this shard.
- shardId - 类 中的变量org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache.Key
-
- shardId() - 类 中的方法org.elasticsearch.indices.flush.ShardsSyncedFlushResult
-
- shardId() - 类 中的方法org.elasticsearch.indices.flush.SyncedFlushService.InFlightOpsRequest
-
- shardId() - 类 中的方法org.elasticsearch.indices.flush.SyncedFlushService.PreShardSyncedFlushRequest
-
- shardId() - 类 中的方法org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushRequest
-
- shardId() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryCleanFilesRequest
-
- shardId() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryFileChunkRequest
-
- shardId() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryFilesInfoRequest
-
- shardId() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryFinalizeRecoveryRequest
-
- shardId() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryPrepareForTranslogOperationsRequest
-
- shardId() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryTarget
-
- shardId() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryTranslogOperationsRequest
-
- shardId() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryWaitForClusterStateRequest
-
- shardId() - 类 中的方法org.elasticsearch.indices.recovery.StartRecoveryRequest
-
- shardId() - 类 中的方法org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.StoreFilesMetaData
-
- shardId() - 类 中的方法org.elasticsearch.search.internal.ShardSearchLocalRequest
-
- shardId() - 接口 中的方法org.elasticsearch.search.internal.ShardSearchRequest
-
- shardId() - 类 中的方法org.elasticsearch.search.internal.ShardSearchTransportRequest
-
- shardId() - 类 中的方法org.elasticsearch.snapshots.SnapshotShardFailure
-
Returns shard id where failure occurred
- shardId() - 类 中的方法org.elasticsearch.snapshots.SnapshotShardsService.UpdateIndexShardSnapshotStatusRequest
-
- shardIds() - 类 中的方法org.elasticsearch.index.IndexService
-
- ShardIndexWarmerService - org.elasticsearch.index.warmer中的类
-
- ShardIndexWarmerService(ShardId, IndexSettings) - 类 的构造器org.elasticsearch.index.warmer.ShardIndexWarmerService
-
- shardInfo - 类 中的变量org.elasticsearch.action.DocWriteResponse.Builder
-
- ShardInfo() - 类 的构造器org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo
-
- ShardInfo(int, int, ReplicationResponse.ShardInfo.Failure...) - 类 的构造器org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo
-
- shardInitialized(ShardRouting, ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.allocation.IndexMetaDataUpdater
-
- shardInitialized(ShardRouting, ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingNodesChangedObserver
-
- shardInitialized(ShardRouting, ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.RoutingChangesObserver.AbstractRoutingChangesObserver
-
- shardInitialized(ShardRouting, ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.RoutingChangesObserver.DelegatingRoutingChangesObserver
-
- shardInitialized(ShardRouting, ShardRouting) - 接口 中的方法org.elasticsearch.cluster.routing.RoutingChangesObserver
-
Called when unassigned shard is initialized.
- shardInitialized(ShardRouting, ShardRouting) - 类 中的方法org.elasticsearch.snapshots.RestoreService.RestoreInProgressUpdater
-
- ShardIterator - org.elasticsearch.cluster.routing中的接口
-
Allows to iterate over a set of shard instances (routing) within a shard id group.
- shardLock(ShardId) - 类 中的方法org.elasticsearch.env.NodeEnvironment
-
Tries to lock the given shards ID.
- shardLock(ShardId, long) - 类 中的方法org.elasticsearch.env.NodeEnvironment
-
Tries to lock the given shards ID.
- ShardLock - org.elasticsearch.env中的类
-
A shard lock guarantees exclusive access to a shards data
directory.
- ShardLock(ShardId) - 类 的构造器org.elasticsearch.env.ShardLock
-
- ShardLockObtainFailedException - org.elasticsearch.env中的异常错误
-
Exception used when the in-memory lock for a shard cannot be obtained
- ShardLockObtainFailedException(ShardId, String) - 异常错误 的构造器org.elasticsearch.env.ShardLockObtainFailedException
-
- ShardLockObtainFailedException(ShardId, String, Throwable) - 异常错误 的构造器org.elasticsearch.env.ShardLockObtainFailedException
-
- ShardLockObtainFailedException(StreamInput) - 异常错误 的构造器org.elasticsearch.env.ShardLockObtainFailedException
-
- shardMinDocCount(long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
-
Set the minimum document count terms should have on the shard in order to
appear in the response.
- shardMinDocCount(long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregationBuilder
-
Set the minimum document count terms should have on the shard in order to
appear in the response.
- shardMinDocCount(long) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
-
Set the minimum document count terms should have on the shard in order to
appear in the response.
- shardMinDocCount() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
-
Returns the minimum document count required per term, per shard
- ShardNotFoundException - org.elasticsearch.index.shard中的异常错误
-
- ShardNotFoundException(ShardId) - 异常错误 的构造器org.elasticsearch.index.shard.ShardNotFoundException
-
- ShardNotFoundException(ShardId, Throwable) - 异常错误 的构造器org.elasticsearch.index.shard.ShardNotFoundException
-
- ShardNotFoundException(ShardId, String, Object...) - 异常错误 的构造器org.elasticsearch.index.shard.ShardNotFoundException
-
- ShardNotFoundException(ShardId, String, Throwable, Object...) - 异常错误 的构造器org.elasticsearch.index.shard.ShardNotFoundException
-
- ShardNotFoundException(StreamInput) - 异常错误 的构造器org.elasticsearch.index.shard.ShardNotFoundException
-
- shardOperation(AnalyzeRequest, ShardId) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.TransportAnalyzeAction
-
- shardOperation(ClearIndicesCacheRequest, ShardRouting) - 类 中的方法org.elasticsearch.action.admin.indices.cache.clear.TransportClearIndicesCacheAction
-
- shardOperation(ForceMergeRequest, ShardRouting) - 类 中的方法org.elasticsearch.action.admin.indices.forcemerge.TransportForceMergeAction
-
- shardOperation(GetFieldMappingsIndexRequest, ShardId) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.TransportGetFieldMappingsIndexAction
-
- shardOperation(RecoveryRequest, ShardRouting) - 类 中的方法org.elasticsearch.action.admin.indices.recovery.TransportRecoveryAction
-
- shardOperation(IndicesSegmentsRequest, ShardRouting) - 类 中的方法org.elasticsearch.action.admin.indices.segments.TransportIndicesSegmentsAction
-
- shardOperation(IndicesStatsRequest, ShardRouting) - 类 中的方法org.elasticsearch.action.admin.indices.stats.TransportIndicesStatsAction
-
- shardOperation(UpgradeStatusRequest, ShardRouting) - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.get.TransportUpgradeStatusAction
-
- shardOperation(UpgradeRequest, ShardRouting) - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeAction
-
- shardOperation(ShardValidateQueryRequest) - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.TransportValidateQueryAction
-
- shardOperation(ExplainRequest, ShardId) - 类 中的方法org.elasticsearch.action.explain.TransportExplainAction
-
- shardOperation(FieldCapabilitiesIndexRequest, ShardId) - 类 中的方法org.elasticsearch.action.fieldcaps.TransportFieldCapabilitiesIndexAction
-
- shardOperation(GetRequest, ShardId) - 类 中的方法org.elasticsearch.action.get.TransportGetAction
-
- shardOperation(MultiGetShardRequest, ShardId) - 类 中的方法org.elasticsearch.action.get.TransportShardMultiGetAction
-
- shardOperation(Request, ShardRouting) - 类 中的方法org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction
-
Executes the shard-level operation.
- shardOperation(ShardRequest) - 类 中的方法org.elasticsearch.action.support.broadcast.TransportBroadcastAction
-
- shardOperation(ShardRequest, Task) - 类 中的方法org.elasticsearch.action.support.broadcast.TransportBroadcastAction
-
- shardOperation(Request, ActionListener<Response>) - 类 中的方法org.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
-
- shardOperation(Request, ShardId) - 类 中的方法org.elasticsearch.action.support.single.shard.TransportSingleShardAction
-
- shardOperation(MultiTermVectorsShardRequest, ShardId) - 类 中的方法org.elasticsearch.action.termvectors.TransportShardMultiTermsVectorAction
-
- shardOperation(TermVectorsRequest, ShardId) - 类 中的方法org.elasticsearch.action.termvectors.TransportTermVectorsAction
-
- shardOperation(UpdateRequest, ActionListener<UpdateResponse>) - 类 中的方法org.elasticsearch.action.update.TransportUpdateAction
-
- shardOperation(UpdateRequest, ActionListener<UpdateResponse>, int) - 类 中的方法org.elasticsearch.action.update.TransportUpdateAction
-
- ShardOperationFailedException - org.elasticsearch.action中的接口
-
An exception indicating that a failure occurred performing an operation on the shard.
- shardOperationOnPrimary(ShardFlushRequest, IndexShard) - 类 中的方法org.elasticsearch.action.admin.indices.flush.TransportShardFlushAction
-
- shardOperationOnPrimary(BasicReplicationRequest, IndexShard) - 类 中的方法org.elasticsearch.action.admin.indices.refresh.TransportShardRefreshAction
-
- shardOperationOnPrimary(BulkShardRequest, IndexShard) - 类 中的方法org.elasticsearch.action.bulk.TransportShardBulkAction
-
- shardOperationOnPrimary(Request, IndexShard) - 类 中的方法org.elasticsearch.action.bulk.TransportSingleItemBulkWriteAction
-
已过时。
- shardOperationOnPrimary(ResyncReplicationRequest, IndexShard) - 类 中的方法org.elasticsearch.action.resync.TransportResyncReplicationAction
-
- shardOperationOnPrimary(Request, IndexShard) - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction
-
Primary operation on node with primary copy.
- shardOperationOnPrimary(Request, IndexShard) - 类 中的方法org.elasticsearch.action.support.replication.TransportWriteAction
-
Called on the primary with a reference to the primary
IndexShard to modify.
- shardOperationOnPrimary(GlobalCheckpointSyncAction.Request, IndexShard) - 类 中的方法org.elasticsearch.index.seqno.GlobalCheckpointSyncAction
-
- shardOperationOnReplica(ShardFlushRequest, IndexShard) - 类 中的方法org.elasticsearch.action.admin.indices.flush.TransportShardFlushAction
-
- shardOperationOnReplica(BasicReplicationRequest, IndexShard) - 类 中的方法org.elasticsearch.action.admin.indices.refresh.TransportShardRefreshAction
-
- shardOperationOnReplica(BulkShardRequest, IndexShard) - 类 中的方法org.elasticsearch.action.bulk.TransportShardBulkAction
-
- shardOperationOnReplica(Request, IndexShard) - 类 中的方法org.elasticsearch.action.bulk.TransportSingleItemBulkWriteAction
-
已过时。
- shardOperationOnReplica(ResyncReplicationRequest, IndexShard) - 类 中的方法org.elasticsearch.action.resync.TransportResyncReplicationAction
-
- shardOperationOnReplica(ReplicaRequest, IndexShard) - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction
-
Synchronously execute the specified replica operation.
- shardOperationOnReplica(ReplicaRequest, IndexShard) - 类 中的方法org.elasticsearch.action.support.replication.TransportWriteAction
-
Called once per replica with a reference to the replica
IndexShard to modify.
- shardOperationOnReplica(GlobalCheckpointSyncAction.Request, IndexShard) - 类 中的方法org.elasticsearch.index.seqno.GlobalCheckpointSyncAction
-
- shardPath() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- ShardPath - org.elasticsearch.index.shard中的类
-
- ShardPath(boolean, Path, Path, ShardId) - 类 的构造器org.elasticsearch.index.shard.ShardPath
-
- shardRecoveryStates() - 类 中的方法org.elasticsearch.action.admin.indices.recovery.RecoveryResponse
-
- ShardRequestCache - org.elasticsearch.index.cache.request中的类
-
Tracks the portion of the request cache in use for a particular shard.
- ShardRequestCache() - 类 的构造器org.elasticsearch.index.cache.request.ShardRequestCache
-
- shardResponses() - 类 中的方法org.elasticsearch.indices.flush.ShardsSyncedFlushResult
-
- ShardRestoreStatus(String) - 类 的构造器org.elasticsearch.cluster.RestoreInProgress.ShardRestoreStatus
-
Constructs a new shard restore status in initializing state on the given node
- ShardRestoreStatus(String, RestoreInProgress.State) - 类 的构造器org.elasticsearch.cluster.RestoreInProgress.ShardRestoreStatus
-
Constructs a new shard restore status in with specified state on the given node
- ShardRestoreStatus(String, RestoreInProgress.State, String) - 类 的构造器org.elasticsearch.cluster.RestoreInProgress.ShardRestoreStatus
-
Constructs a new shard restore status in with specified state on the given node with specified failure reason
- ShardRouting - org.elasticsearch.cluster.routing中的类
-
ShardRouting immutably encapsulates information about shard
routings like id, state, version, etc.
- ShardRouting(ShardId, StreamInput) - 类 的构造器org.elasticsearch.cluster.routing.ShardRouting
-
- ShardRouting(StreamInput) - 类 的构造器org.elasticsearch.cluster.routing.ShardRouting
-
- shardRouting - 类 中的变量org.elasticsearch.index.shard.IndexShard
-
- shardRoutingChanged(IndexShard, ShardRouting, ShardRouting) - 接口 中的方法org.elasticsearch.index.shard.IndexEventListener
-
Called when the shard routing has changed state.
- ShardRoutingState - org.elasticsearch.cluster.routing中的枚举
-
Represents the current state of a
ShardRouting as defined by the
cluster.
- shardRoutingTable(String, int) - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable
-
All shards for the provided index and shard id
- shardRoutingTable(ShardId) - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable
-
All shards for the provided
ShardId
- shardRoutingTableOrNull(ShardId) - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable
-
- shards(ClusterState, TransportSingleShardAction<AnalyzeRequest, AnalyzeResponse>.InternalRequest) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.TransportAnalyzeAction
-
- shards(ClusterState, ClearIndicesCacheRequest, String[]) - 类 中的方法org.elasticsearch.action.admin.indices.cache.clear.TransportClearIndicesCacheAction
-
The refresh request works against *all* shards.
- shards(ClusterState, ForceMergeRequest, String[]) - 类 中的方法org.elasticsearch.action.admin.indices.forcemerge.TransportForceMergeAction
-
The refresh request works against *all* shards.
- shards(ClusterState, TransportSingleShardAction<GetFieldMappingsIndexRequest, GetFieldMappingsResponse>.InternalRequest) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.TransportGetFieldMappingsIndexAction
-
- shards(ClusterState, RecoveryRequest, String[]) - 类 中的方法org.elasticsearch.action.admin.indices.recovery.TransportRecoveryAction
-
- shards(ClusterState, IndicesSegmentsRequest, String[]) - 类 中的方法org.elasticsearch.action.admin.indices.segments.TransportIndicesSegmentsAction
-
Segments goes across *all* active shards.
- shards(ClusterState, IndicesStatsRequest, String[]) - 类 中的方法org.elasticsearch.action.admin.indices.stats.TransportIndicesStatsAction
-
Status goes across *all* shards.
- shards(ClusterState, UpgradeStatusRequest, String[]) - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.get.TransportUpgradeStatusAction
-
Getting upgrade stats from *all* active shards.
- shards(ClusterState, UpgradeRequest, String[]) - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeAction
-
The upgrade request works against *all* shards.
- shards(ClusterState, ValidateQueryRequest, String[]) - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.TransportValidateQueryAction
-
- shards(ClusterState, TransportSingleShardAction<ExplainRequest, ExplainResponse>.InternalRequest) - 类 中的方法org.elasticsearch.action.explain.TransportExplainAction
-
- shards(ClusterState, TransportSingleShardAction<FieldCapabilitiesIndexRequest, FieldCapabilitiesIndexResponse>.InternalRequest) - 类 中的方法org.elasticsearch.action.fieldcaps.TransportFieldCapabilitiesIndexAction
-
- shards(ClusterState, TransportSingleShardAction<GetRequest, GetResponse>.InternalRequest) - 类 中的方法org.elasticsearch.action.get.TransportGetAction
-
- shards(ClusterState, TransportSingleShardAction<MultiGetShardRequest, MultiGetShardResponse>.InternalRequest) - 类 中的方法org.elasticsearch.action.get.TransportShardMultiGetAction
-
- shards(ClusterState, Request, String[]) - 类 中的方法org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction
-
Determines the shards on which this operation will be executed on.
- shards(ClusterState, Request, String[]) - 类 中的方法org.elasticsearch.action.support.broadcast.TransportBroadcastAction
-
Determines the shards this operation will be executed on.
- shards(Request, ClusterState) - 类 中的方法org.elasticsearch.action.support.replication.TransportBroadcastReplicationAction
-
- shards(ClusterState, Request) - 类 中的方法org.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
-
Should return an iterator with a single shard!
- shards(ClusterState, TransportSingleShardAction<Request, Response>.InternalRequest) - 类 中的方法org.elasticsearch.action.support.single.shard.TransportSingleShardAction
-
Returns the candidate shards to execute the operation on or null the execute
the operation locally (the node that received the request)
- shards(ClusterState, TransportSingleShardAction<MultiTermVectorsShardRequest, MultiTermVectorsShardResponse>.InternalRequest) - 类 中的方法org.elasticsearch.action.termvectors.TransportShardMultiTermsVectorAction
-
- shards(ClusterState, TransportSingleShardAction<TermVectorsRequest, TermVectorsResponse>.InternalRequest) - 类 中的方法org.elasticsearch.action.termvectors.TransportTermVectorsAction
-
- shards(ClusterState, UpdateRequest) - 类 中的方法org.elasticsearch.action.update.TransportUpdateAction
-
- shards() - 类 中的方法org.elasticsearch.cluster.RestoreInProgress.Entry
-
Returns list of shards that being restore and their status
- shards() - 类 中的方法org.elasticsearch.cluster.routing.IndexRoutingTable
-
- shards() - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
Returns a List of shards
- shards(ClusterState, String, String, String) - 类 中的方法org.elasticsearch.cluster.routing.OperationRouting
-
- shards(Predicate<ShardRouting>) - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes
-
- shards() - 类 中的方法org.elasticsearch.cluster.SnapshotsInProgress.Entry
-
- SHARDS_ALLOCATOR_TYPE_SETTING - 类 中的静态变量org.elasticsearch.cluster.ClusterModule
-
- ShardsAllocator - org.elasticsearch.cluster.routing.allocation.allocator中的接口
-
A
ShardsAllocator is the main entry point for shard allocation on nodes in the cluster.
- ShardSearchFailure - org.elasticsearch.action.search中的类
-
Represents a failure to search on a specific shard.
- ShardSearchFailure(Exception) - 类 的构造器org.elasticsearch.action.search.ShardSearchFailure
-
- ShardSearchFailure(Exception, SearchShardTarget) - 类 的构造器org.elasticsearch.action.search.ShardSearchFailure
-
- ShardSearchFailure(String, SearchShardTarget) - 类 的构造器org.elasticsearch.action.search.ShardSearchFailure
-
- ShardSearchLocalRequest - org.elasticsearch.search.internal中的类
-
Shard level search request that gets created and consumed on the local node.
- ShardSearchLocalRequest(ShardId, String[], long, AliasFilter) - 类 的构造器org.elasticsearch.search.internal.ShardSearchLocalRequest
-
- ShardSearchLocalRequest(ShardId, int, SearchType, SearchSourceBuilder, String[], Boolean, AliasFilter, float) - 类 的构造器org.elasticsearch.search.internal.ShardSearchLocalRequest
-
- ShardSearchRequest - org.elasticsearch.search.internal中的接口
-
Shard level request that represents a search.
- ShardSearchStats - org.elasticsearch.index.search.stats中的类
-
- ShardSearchStats() - 类 的构造器org.elasticsearch.index.search.stats.ShardSearchStats
-
- ShardSearchTransportRequest - org.elasticsearch.search.internal中的类
-
Shard level search request that represents an actual search sent from the coordinating node to the nodes holding
the shards where the query needs to be executed.
- ShardSearchTransportRequest() - 类 的构造器org.elasticsearch.search.internal.ShardSearchTransportRequest
-
- ShardSearchTransportRequest(OriginalIndices, SearchRequest, ShardId, int, AliasFilter, float, long, String) - 类 的构造器org.elasticsearch.search.internal.ShardSearchTransportRequest
-
- ShardSegments - org.elasticsearch.action.admin.indices.segments中的类
-
- ShardShuffler - org.elasticsearch.cluster.routing中的类
-
A shuffler for shards whose primary goal is to balance load.
- ShardShuffler() - 类 的构造器org.elasticsearch.cluster.routing.ShardShuffler
-
- shardsIt() - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- shardsIt(int) - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- shardsIt() - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
A shard iterator with just this shard in it.
- ShardsIterator - org.elasticsearch.cluster.routing中的接口
-
Allows to iterate over unrelated shards.
- shardSize(int) - 类 中的方法org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
-
- shardSize() - 类 中的方法org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
-
- shardSize(int) - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
-
Set the max num docs to be returned from each shard.
- shardSize() - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
-
Get the max num docs to be returned from each shard.
- shardSize(int) - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder
-
Set the max num docs to be returned from each shard.
- shardSize() - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder
-
Get the max num docs to be returned from each shard.
- shardSize - 类 中的变量org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator
-
- shardSize(int) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
-
Sets the shard_size - indicating the number of term buckets each shard
will return to the coordinating node (the node that coordinates the
search execution).
- shardSize(int) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregationBuilder
-
Sets the shard_size - indicating the number of term buckets each shard
will return to the coordinating node (the node that coordinates the
search execution).
- shardSize - 类 中的变量org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
-
- shardSize(int) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
-
Sets the shard_size - indicating the number of term buckets each shard
will return to the coordinating node (the node that coordinates the
search execution).
- shardSize() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
-
Returns the number of term buckets per shard that are currently configured
- shardSize - 类 中的变量org.elasticsearch.search.suggest.SuggestionBuilder
-
- shardSize(Integer) - 类 中的方法org.elasticsearch.search.suggest.SuggestionBuilder
-
Sets the maximum number of suggested term to be retrieved from each
individual shard.
- shardSize() - 类 中的方法org.elasticsearch.search.suggest.SuggestionBuilder
-
- SHARDSIZE_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.SuggestionBuilder
-
- ShardsLimitAllocationDecider - org.elasticsearch.cluster.routing.allocation.decider中的类
-
This
AllocationDecider limits the number of shards per node on a per
index or node-wide basis.
- ShardsLimitAllocationDecider(Settings, ClusterSettings) - 类 的构造器org.elasticsearch.cluster.routing.allocation.decider.ShardsLimitAllocationDecider
-
- ShardSnapshotStatus(String) - 类 的构造器org.elasticsearch.cluster.SnapshotsInProgress.ShardSnapshotStatus
-
- ShardSnapshotStatus(String, SnapshotsInProgress.State) - 类 的构造器org.elasticsearch.cluster.SnapshotsInProgress.ShardSnapshotStatus
-
- ShardSnapshotStatus(String, SnapshotsInProgress.State, String) - 类 的构造器org.elasticsearch.cluster.SnapshotsInProgress.ShardSnapshotStatus
-
- ShardSnapshotStatus(StreamInput) - 类 的构造器org.elasticsearch.cluster.SnapshotsInProgress.ShardSnapshotStatus
-
- shardsRandomIt() - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- shardsStats() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodeResponse
-
- ShardsSyncedFlushResult - org.elasticsearch.indices.flush中的类
-
Result for all copies of a shard
- ShardsSyncedFlushResult(ShardId, int, String) - 类 的构造器org.elasticsearch.indices.flush.ShardsSyncedFlushResult
-
failure constructor
- ShardsSyncedFlushResult(ShardId, String, int, Map<ShardRouting, SyncedFlushService.ShardSyncedFlushResponse>) - 类 的构造器org.elasticsearch.indices.flush.ShardsSyncedFlushResult
-
success constructor
- shardStarted(ShardRouting, String, ShardStateAction.Listener) - 类 中的方法org.elasticsearch.cluster.action.shard.ShardStateAction
-
- shardStarted(ShardRouting, String, ShardStateAction.Listener, ClusterState) - 类 中的方法org.elasticsearch.cluster.action.shard.ShardStateAction
-
- shardStarted(ShardRouting, ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.allocation.IndexMetaDataUpdater
-
- shardStarted(ShardRouting, ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingNodesChangedObserver
-
- shardStarted(ShardRouting, ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.RoutingChangesObserver.AbstractRoutingChangesObserver
-
- shardStarted(ShardRouting, ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.RoutingChangesObserver.DelegatingRoutingChangesObserver
-
- shardStarted(ShardRouting, ShardRouting) - 接口 中的方法org.elasticsearch.cluster.routing.RoutingChangesObserver
-
Called when an initializing shard is started.
- shardStarted(ShardRouting, ShardRouting) - 类 中的方法org.elasticsearch.snapshots.RestoreService.RestoreInProgressUpdater
-
- ShardStartedClusterStateTaskExecutor(AllocationService, Logger) - 类 的构造器org.elasticsearch.cluster.action.shard.ShardStateAction.ShardStartedClusterStateTaskExecutor
-
- shardStateAction - 类 中的变量org.elasticsearch.action.support.replication.TransportReplicationAction
-
- ShardStateAction - org.elasticsearch.cluster.action.shard中的类
-
- ShardStateAction(Settings, ClusterService, TransportService, AllocationService, RoutingService, ThreadPool) - 类 的构造器org.elasticsearch.cluster.action.shard.ShardStateAction
-
- ShardStateAction.Listener - org.elasticsearch.cluster.action.shard中的接口
-
- ShardStateAction.NoLongerPrimaryShardException - org.elasticsearch.cluster.action.shard中的异常错误
-
- ShardStateAction.ShardEntry - org.elasticsearch.cluster.action.shard中的类
-
- ShardStateAction.ShardFailedClusterStateTaskExecutor - org.elasticsearch.cluster.action.shard中的类
-
- ShardStateAction.ShardStartedClusterStateTaskExecutor - org.elasticsearch.cluster.action.shard中的类
-
- ShardStateMetaData - org.elasticsearch.index.shard中的类
-
- ShardStateMetaData(boolean, String, AllocationId) - 类 的构造器org.elasticsearch.index.shard.ShardStateMetaData
-
- shardStatePathToDataPath(Path) - 类 中的静态方法org.elasticsearch.env.NodeEnvironment
-
Returns the NodePath.path for this shard.
- ShardStats() - 类 的构造器org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
- ShardStats - org.elasticsearch.action.admin.indices.stats中的类
-
- ShardStats(ShardRouting, ShardPath, CommonStats, CommitStats, SeqNoStats) - 类 的构造器org.elasticsearch.action.admin.indices.stats.ShardStats
-
- shardStatuses(String...) - 类 中的方法org.elasticsearch.action.admin.indices.shards.IndicesShardStoresRequest
-
Set statuses to filter shards to get stores info on.
- shardStatuses() - 类 中的方法org.elasticsearch.action.admin.indices.shards.IndicesShardStoresRequest
-
Returns the shard criteria to get store information on
- ShardStoreInfo(String, boolean, Exception) - 类 的构造器org.elasticsearch.cluster.routing.allocation.NodeAllocationResult.ShardStoreInfo
-
- ShardStoreInfo(long) - 类 的构造器org.elasticsearch.cluster.routing.allocation.NodeAllocationResult.ShardStoreInfo
-
- ShardStoreInfo(StreamInput) - 类 的构造器org.elasticsearch.cluster.routing.allocation.NodeAllocationResult.ShardStoreInfo
-
- shardStores(IndicesShardStoresRequest) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
The shard stores info of one or more indices.
- shardStores(IndicesShardStoresRequest, ActionListener<IndicesShardStoresResponse>) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
The shard stores info of one or more indices.
- shardsWithState(ShardRoutingState) - 类 中的方法org.elasticsearch.cluster.routing.IndexRoutingTable
-
Returns a
List of shards that match one of the states listed in
states
- shardsWithState(ShardRoutingState) - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- shardsWithState(ShardRoutingState...) - 类 中的方法org.elasticsearch.cluster.routing.RoutingNode
-
Determine the shards with a specific state
- shardsWithState(String, ShardRoutingState...) - 类 中的方法org.elasticsearch.cluster.routing.RoutingNode
-
Determine the shards of an index with a specific state
- shardsWithState(ShardRoutingState...) - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes
-
- shardsWithState(String, ShardRoutingState...) - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes
-
- shardsWithState(ShardRoutingState) - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable
-
- ShardSyncedFlushRequest() - 类 的构造器org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushRequest
-
- ShardSyncedFlushRequest(ShardId, String, Engine.CommitId) - 类 的构造器org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushRequest
-
- ShardSyncedFlushResponse() - 类 的构造器org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushResponse
-
- ShardSyncedFlushResponse(String) - 类 的构造器org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushResponse
-
- shardTarget() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- shardTarget() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- ShardUpgradeRequest - org.elasticsearch.action.admin.indices.upgrade.post中的类
-
- ShardUpgradeRequest() - 类 的构造器org.elasticsearch.action.admin.indices.upgrade.post.ShardUpgradeRequest
-
- ShardUpgradeStatus - org.elasticsearch.action.admin.indices.upgrade.get中的类
-
- ShardUtils - org.elasticsearch.index.shard中的类
-
- ShardValidateQueryRequest - org.elasticsearch.action.admin.indices.validate.query中的类
-
Internal validate request executed directly against a specific index shard.
- ShardValidateQueryRequest() - 类 的构造器org.elasticsearch.action.admin.indices.validate.query.ShardValidateQueryRequest
-
- ShardValidateQueryRequest(ShardId, AliasFilter, ValidateQueryRequest) - 类 的构造器org.elasticsearch.action.admin.indices.validate.query.ShardValidateQueryRequest
-
- sharedDataFile() - 类 中的方法org.elasticsearch.env.Environment
-
The shared data location
- shell() - 类 中的方法org.elasticsearch.common.geo.builders.PolygonBuilder
-
- shift(Coordinate, double) - 类 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilder
-
- ShingleTokenFilterFactory - org.elasticsearch.index.analysis中的类
-
- ShingleTokenFilterFactory(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.ShingleTokenFilterFactory
-
- ShingleTokenFilterFactory.Factory - org.elasticsearch.index.analysis中的类
-
- shortHash() - 类 中的方法org.elasticsearch.Build
-
- shortName() - 枚举 中的方法org.elasticsearch.common.xcontent.XContentType
-
- shortSummary() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes.Delta
-
- shortSummary() - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
A short description of the shard.
- shortSummary() - 类 中的方法org.elasticsearch.cluster.routing.UnassignedInfo
-
- shortSummary() - 类 中的方法org.elasticsearch.common.StopWatch
-
Return a short description of the total running time.
- shortToBytes(int) - 类 中的静态方法org.elasticsearch.common.Numbers
-
Converts an int to a byte array.
- shortValue() - 类 中的方法org.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- shortValue(boolean) - 类 中的方法org.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- shortValue(boolean) - 接口 中的方法org.elasticsearch.common.xcontent.XContentParser
-
- shortValue() - 接口 中的方法org.elasticsearch.common.xcontent.XContentParser
-
- should(QueryBuilder) - 类 中的方法org.elasticsearch.index.query.BoolQueryBuilder
-
Adds a clause that should be matched by the returned documents.
- should() - 类 中的方法org.elasticsearch.index.query.BoolQueryBuilder
-
Gets the list of clauses that should be matched by the returned documents.
- shouldAutoCreate(String, ClusterState) - 类 中的方法org.elasticsearch.action.support.AutoCreateIndex
-
Should the index be auto created?
- shouldCancelChildrenOnCancellation() - 类 中的方法org.elasticsearch.action.search.SearchTask
-
- shouldCancelChildrenOnCancellation() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask
-
- shouldCancelChildrenOnCancellation() - 类 中的方法org.elasticsearch.tasks.CancellableTask
-
Returns true if this task can potentially have children that need to be cancelled when it parent is cancelled.
- shouldDefer(Aggregator) - 类 中的方法org.elasticsearch.search.aggregations.bucket.DeferableBucketAggregator
-
This method should be overridden by subclasses that want to defer
calculation of a child aggregation until a first pass is complete and a
set of buckets has been pruned.
- shouldDefer(Aggregator) - 类 中的方法org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator
-
- shouldDefer(Aggregator) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator
-
- shouldFlush() - 类 中的方法org.elasticsearch.index.translog.Translog
-
Tests whether or not the translog should be flushed.
- shouldIgnoreOrRejectNewClusterState(Logger, ClusterState, ClusterState) - 类 中的静态方法org.elasticsearch.discovery.zen.ZenDiscovery
-
In the case we follow an elected master the new cluster state needs to have the same elected master and
the new cluster state version needs to be equal or higher than our cluster state version.
- shouldIgnoreShardForNode(ShardId, String) - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
Returns whether the given node id should be ignored from consideration when
AllocationDeciders
is deciding whether to allocate the specified shard id to that node.
- shouldRollGeneration() - 类 中的方法org.elasticsearch.index.translog.Translog
-
Tests whether or not the translog generation should be rolled to a new generation.
- shouldUseFilterForMultitermQueries() - 类 中的方法org.elasticsearch.index.analysis.PreConfiguredCharFilter
-
Can this TokenFilter be used in multi-term queries?
- shouldUseFilterForMultitermQueries() - 类 中的方法org.elasticsearch.index.analysis.PreConfiguredTokenFilter
-
Can this TokenFilter be used in multi-term queries?
- SHOW_TERM_DOC_COUNT_ERROR - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
-
- showDocCountError - 类 中的变量org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
-
- showTermDocCountError - 类 中的变量org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
-
- showTermDocCountError() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
-
Get whether doc count error will be return for individual terms
- showTermDocCountError(boolean) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
-
Set whether doc count error will be return for individual terms
- ShrinkAction - org.elasticsearch.action.admin.indices.shrink中的类
-
- shuffle(List<ShardRouting>, int) - 类 中的方法org.elasticsearch.cluster.routing.RotationShardShuffler
-
- shuffle() - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
-
- shuffle(List<ShardRouting>, int) - 类 中的方法org.elasticsearch.cluster.routing.ShardShuffler
-
Return a shuffled view over the list of shards.
- shuffle(List<ShardRouting>) - 类 中的方法org.elasticsearch.cluster.routing.ShardShuffler
-
Equivalent to calling shuffle(shards, nextSeed()).
- shuffle(List<?>) - 类 中的静态方法org.elasticsearch.common.Randomness
-
- shutdown(EsThreadPoolExecutor.ShutdownListener) - 类 中的方法org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor
-
- shutdown() - 类 中的方法org.elasticsearch.threadpool.ThreadPool
-
- shutdownNow() - 类 中的方法org.elasticsearch.threadpool.ThreadPool
-
- SiblingPipelineAggregator - org.elasticsearch.search.aggregations.pipeline中的类
-
- SiblingPipelineAggregator(String, String[], Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.SiblingPipelineAggregator
-
- SiblingPipelineAggregator(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.SiblingPipelineAggregator
-
Read from a stream.
- sigma(double) - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregationBuilder
-
- sigma() - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregationBuilder
-
- sigma(double) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregationBuilder
-
Set the value of sigma to use when calculating the standard deviation
bounds
- sigma() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregationBuilder
-
Get the value of sigma to use when calculating the standard deviation
bounds
- SIGMA_FIELD - 类 中的静态变量org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregator
-
- SignificanceHeuristic - org.elasticsearch.search.aggregations.bucket.significant.heuristics中的类
-
- SignificanceHeuristic() - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.heuristics.SignificanceHeuristic
-
- significanceHeuristic - 类 中的变量org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
-
- significanceHeuristic(SignificanceHeuristic) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
-
- significanceHeuristic() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
-
- significanceHeuristic(SignificanceHeuristic) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregationBuilder
-
- significanceHeuristic() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregationBuilder
-
- SignificanceHeuristicBuilder - org.elasticsearch.search.aggregations.bucket.significant.heuristics中的接口
-
- SignificanceHeuristicParser - org.elasticsearch.search.aggregations.bucket.significant.heuristics中的接口
-
- SignificantLongTerms - org.elasticsearch.search.aggregations.bucket.significant中的类
-
Result of the running the significant terms aggregation on a numeric field.
- SignificantLongTerms(String, int, long, List<PipelineAggregator>, Map<String, Object>, DocValueFormat, long, long, SignificanceHeuristic, List<SignificantLongTerms.Bucket>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms
-
- SignificantLongTerms(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms
-
Read from a stream.
- SignificantLongTermsAggregator - org.elasticsearch.search.aggregations.bucket.significant中的类
-
- SignificantLongTermsAggregator(String, AggregatorFactories, ValuesSource.Numeric, DocValueFormat, TermsAggregator.BucketCountThresholds, SearchContext, Aggregator, SignificanceHeuristic, SignificantTermsAggregatorFactory, IncludeExclude.LongFilter, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTermsAggregator
-
- significantlySmallerThanSinglePackedOrdinals(int, int, long, float) - 类 中的静态方法org.elasticsearch.index.fielddata.ordinals.MultiOrdinals
-
- SignificantStringTerms - org.elasticsearch.search.aggregations.bucket.significant中的类
-
Result of the running the significant terms aggregation on a String field.
- SignificantStringTerms(String, int, long, List<PipelineAggregator>, Map<String, Object>, DocValueFormat, long, long, SignificanceHeuristic, List<SignificantStringTerms.Bucket>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms
-
- SignificantStringTerms(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms
-
Read from a stream.
- SignificantStringTerms.Bucket - org.elasticsearch.search.aggregations.bucket.significant中的类
-
- SignificantStringTermsAggregator - org.elasticsearch.search.aggregations.bucket.significant中的类
-
An aggregator of significant string values.
- SignificantStringTermsAggregator(String, AggregatorFactories, ValuesSource, DocValueFormat, TermsAggregator.BucketCountThresholds, IncludeExclude.StringFilter, SearchContext, Aggregator, SignificanceHeuristic, SignificantTermsAggregatorFactory, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTermsAggregator
-
- significantTerms(String) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
- SignificantTerms - org.elasticsearch.search.aggregations.bucket.significant中的接口
-
An aggregation that collects significant terms in comparison to a background set.
- SignificantTerms.Bucket - org.elasticsearch.search.aggregations.bucket.significant中的接口
-
- SignificantTermsAggregationBuilder - org.elasticsearch.search.aggregations.bucket.significant中的类
-
- SignificantTermsAggregationBuilder(String, ValueType) - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
-
- SignificantTermsAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
-
Read from a Stream.
- SignificantTermsAggregatorFactory - org.elasticsearch.search.aggregations.bucket.significant中的类
-
- SignificantTermsAggregatorFactory(String, ValuesSourceConfig<ValuesSource>, IncludeExclude, String, QueryBuilder, TermsAggregator.BucketCountThresholds, SignificanceHeuristic, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory
-
- SignificantTermsAggregatorFactory.ExecutionMode - org.elasticsearch.search.aggregations.bucket.significant中的枚举
-
- significantText(String, String) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
- SignificantTextAggregationBuilder - org.elasticsearch.search.aggregations.bucket.significant中的类
-
- SignificantTextAggregationBuilder(String, String) - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregationBuilder
-
- SignificantTextAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregationBuilder
-
Read from a stream.
- SignificantTextAggregator - org.elasticsearch.search.aggregations.bucket.significant中的类
-
- SignificantTextAggregator(String, AggregatorFactories, SearchContext, Aggregator, List<PipelineAggregator>, TermsAggregator.BucketCountThresholds, IncludeExclude.StringFilter, SignificanceHeuristic, SignificantTextAggregatorFactory, String, String[], boolean, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregator
-
- SignificantTextAggregatorFactory - org.elasticsearch.search.aggregations.bucket.significant中的类
-
- SignificantTextAggregatorFactory(String, IncludeExclude, QueryBuilder, TermsAggregator.BucketCountThresholds, SignificanceHeuristic, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, String, String[], boolean, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregatorFactory
-
- similarity(SimilarityProvider) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper.Builder
-
- similarity() - 类 中的方法org.elasticsearch.index.mapper.MappedFieldType
-
- similarity(MapperService) - 类 中的方法org.elasticsearch.index.similarity.SimilarityService
-
- SIMILARITY_SETTINGS_PREFIX - 类 中的静态变量org.elasticsearch.index.IndexModule
-
- similarityLookupService() - 类 中的方法org.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
-
- SimilarityProvider - org.elasticsearch.index.similarity中的接口
-
Provider for Similarity instances
- SimilarityProvider.Factory - org.elasticsearch.index.similarity中的接口
-
- SimilarityScript - org.elasticsearch.script中的类
-
- SimilarityScript() - 类 的构造器org.elasticsearch.script.SimilarityScript
-
- SimilarityScript.Factory - org.elasticsearch.script中的接口
-
- similarityService() - 类 中的方法org.elasticsearch.index.IndexService
-
- SimilarityService - org.elasticsearch.index.similarity中的类
-
- SimilarityService(IndexSettings, ScriptService, Map<String, SimilarityProvider.Factory>) - 类 的构造器org.elasticsearch.index.similarity.SimilarityService
-
- similarityService() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- similarityService() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- SimilarityWeightScript - org.elasticsearch.script中的类
-
A script that is used to compute scoring factors that are the same for all documents.
- SimilarityWeightScript() - 类 的构造器org.elasticsearch.script.SimilarityWeightScript
-
- SimilarityWeightScript.Factory - org.elasticsearch.script中的接口
-
- Simple(Settings) - 类 的构造器org.elasticsearch.action.support.ActionFilter.Simple
-
- SimpleAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
- SimpleAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.SimpleAnalyzerProvider
-
- SimpleFragmentsBuilder - org.elasticsearch.search.fetch.subphase.highlight中的类
-
Direct Subclass of Lucene's org.apache.lucene.search.vectorhighlight.SimpleFragmentsBuilder
that corrects offsets for broken analysis chains.
- SimpleFragmentsBuilder(FieldMapper, String[], String[], BoundaryScanner) - 类 的构造器org.elasticsearch.search.fetch.subphase.highlight.SimpleFragmentsBuilder
-
- SimpleKey(String) - 类 的构造器org.elasticsearch.common.settings.Setting.SimpleKey
-
- SimpleMappedFieldType - org.elasticsearch.index.mapper中的类
-
MappedFieldType base impl for field types that are neither dates nor ranges.
- SimpleMappedFieldType() - 类 的构造器org.elasticsearch.index.mapper.SimpleMappedFieldType
-
- SimpleMappedFieldType(MappedFieldType) - 类 的构造器org.elasticsearch.index.mapper.SimpleMappedFieldType
-
- simpleMatch(String, String) - 类 中的静态方法org.elasticsearch.common.regex.Regex
-
Match a String against the given pattern, supporting the following simple
pattern styles: "xxx*", "*xxx", "*xxx*" and "xxx*yyy" matches (with an
arbitrary number of pattern parts), as well as direct equality.
- simpleMatch(String[], String) - 类 中的静态方法org.elasticsearch.common.regex.Regex
-
Match a String against the given patterns, supporting the following simple
pattern styles: "xxx*", "*xxx", "*xxx*" and "xxx*yyy" matches (with an
arbitrary number of pattern parts), as well as direct equality.
- simpleMatch(String[], String[]) - 类 中的静态方法org.elasticsearch.common.regex.Regex
-
- simpleMatchToAutomaton(String) - 类 中的静态方法org.elasticsearch.common.regex.Regex
-
Return an Automaton that matches the given pattern.
- simpleMatchToAutomaton(String...) - 类 中的静态方法org.elasticsearch.common.regex.Regex
-
Return an Automaton that matches the union of the provided patterns.
- simpleMatchToFullName(String) - 类 中的方法org.elasticsearch.index.mapper.DocumentFieldMappers
-
- simpleMatchToIndexNames(String) - 类 中的方法org.elasticsearch.index.mapper.MapperService
-
Returns all the fields that match the given pattern.
- simpleMatchToIndexNames(String) - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
Returns all the fields that match a given pattern.
- SimpleModel - org.elasticsearch.search.aggregations.pipeline.movavg.models中的类
-
Calculate a simple unweighted (arithmetic) moving average
- SimpleModel() - 类 的构造器org.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel
-
- SimpleModel(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel
-
Read from a stream.
- SimpleModel.SimpleModelBuilder - org.elasticsearch.search.aggregations.pipeline.movavg.models中的类
-
- SimpleModelBuilder() - 类 的构造器org.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel.SimpleModelBuilder
-
- simpleName() - 类 中的方法org.elasticsearch.index.mapper.Mapper
-
Returns the simple name, which identifies this mapper against other mappers at the same level in the mappers hierarchy
TODO: make this protected once Mapper and FieldMapper are merged together
- SimpleQueryStringBuilder - org.elasticsearch.index.query中的类
-
SimpleQuery is a query parser that acts similar to a query_string query, but
won't throw exceptions for any weird string syntax.
- SimpleQueryStringBuilder(String) - 类 的构造器org.elasticsearch.index.query.SimpleQueryStringBuilder
-
Construct a new simple query with this query string.
- SimpleQueryStringBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.SimpleQueryStringBuilder
-
Read from a stream.
- SimpleQueryStringFlag - org.elasticsearch.index.query中的枚举
-
Flags for the XSimpleQueryString parser
- simpleQueryStringQuery(String) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A query that acts similar to a query_string query, but won't throw
exceptions for any weird string syntax.
- SimpleQueryStringQueryParser - org.elasticsearch.index.search中的类
-
Wrapper class for Lucene's SimpleQueryStringQueryParser that allows us to redefine
different types of queries.
- SimpleQueryStringQueryParser(Map<String, Float>, int, SimpleQueryStringQueryParser.Settings, QueryShardContext) - 类 的构造器org.elasticsearch.index.search.SimpleQueryStringQueryParser
-
Creates a new parser with custom flags used to enable/disable certain features.
- SimpleQueryStringQueryParser(Analyzer, Map<String, Float>, int, SimpleQueryStringQueryParser.Settings, QueryShardContext) - 类 的构造器org.elasticsearch.index.search.SimpleQueryStringQueryParser
-
Creates a new parser with custom flags used to enable/disable certain features.
- SimpleQueryStringQueryParser.Settings - org.elasticsearch.index.search中的类
-
Class encapsulating the settings for the SimpleQueryString query, with
their default values
- simpleString(String, Setting.Property...) - 类 中的静态方法org.elasticsearch.common.settings.Setting
-
- simpleString(String, Setting<String>, Setting.Property...) - 类 中的静态方法org.elasticsearch.common.settings.Setting
-
- simpleString(String, Setting.Validator<String>, Setting.Property...) - 类 中的静态方法org.elasticsearch.common.settings.Setting
-
- SimpleValue - org.elasticsearch.search.aggregations.pipeline中的接口
-
- simScorer(Similarity.SimWeight, LeafReaderContext) - 类 中的方法org.elasticsearch.index.similarity.ScriptedSimilarity
-
- SimulatedAnealingMinimizer - org.elasticsearch.search.aggregations.pipeline.movavg中的类
-
A cost minimizer which will fit a MovAvgModel to the data.
- SimulatedAnealingMinimizer() - 类 的构造器org.elasticsearch.search.aggregations.pipeline.movavg.SimulatedAnealingMinimizer
-
- SimulateDocumentBaseResult - org.elasticsearch.action.ingest中的类
-
Holds the end result of what a pipeline did to sample document provided via the simulate api.
- SimulateDocumentBaseResult(IngestDocument) - 类 的构造器org.elasticsearch.action.ingest.SimulateDocumentBaseResult
-
- SimulateDocumentBaseResult(Exception) - 类 的构造器org.elasticsearch.action.ingest.SimulateDocumentBaseResult
-
- SimulateDocumentBaseResult(StreamInput) - 类 的构造器org.elasticsearch.action.ingest.SimulateDocumentBaseResult
-
Read from a stream.
- SimulateDocumentResult - org.elasticsearch.action.ingest中的接口
-
- SimulateDocumentVerboseResult - org.elasticsearch.action.ingest中的类
-
Holds the result of what a pipeline did to a sample document via the simulate api, but instead of
SimulateDocumentBaseResult
this result class holds the intermediate result each processor did to the sample document.
- SimulateDocumentVerboseResult(List<SimulateProcessorResult>) - 类 的构造器org.elasticsearch.action.ingest.SimulateDocumentVerboseResult
-
- SimulateDocumentVerboseResult(StreamInput) - 类 的构造器org.elasticsearch.action.ingest.SimulateDocumentVerboseResult
-
Read from a stream.
- simulatePipeline(SimulatePipelineRequest, ActionListener<SimulatePipelineResponse>) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Simulates an ingest pipeline
- simulatePipeline(SimulatePipelineRequest) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Simulates an ingest pipeline
- SimulatePipelineAction - org.elasticsearch.action.ingest中的类
-
- SimulatePipelineAction() - 类 的构造器org.elasticsearch.action.ingest.SimulatePipelineAction
-
- SimulatePipelineRequest - org.elasticsearch.action.ingest中的类
-
- SimulatePipelineRequest(BytesReference) - 类 的构造器org.elasticsearch.action.ingest.SimulatePipelineRequest
-
- SimulatePipelineRequest(BytesReference, XContentType) - 类 的构造器org.elasticsearch.action.ingest.SimulatePipelineRequest
-
Creates a new request with the given source and its content type
- SimulatePipelineRequest.Fields - org.elasticsearch.action.ingest中的类
-
- SimulatePipelineRequestBuilder - org.elasticsearch.action.ingest中的类
-
- SimulatePipelineRequestBuilder(ElasticsearchClient, SimulatePipelineAction) - 类 的构造器org.elasticsearch.action.ingest.SimulatePipelineRequestBuilder
-
- SimulatePipelineRequestBuilder(ElasticsearchClient, SimulatePipelineAction, BytesReference) - 类 的构造器org.elasticsearch.action.ingest.SimulatePipelineRequestBuilder
-
- SimulatePipelineRequestBuilder(ElasticsearchClient, SimulatePipelineAction, BytesReference, XContentType) - 类 的构造器org.elasticsearch.action.ingest.SimulatePipelineRequestBuilder
-
- SimulatePipelineResponse - org.elasticsearch.action.ingest中的类
-
- SimulatePipelineResponse() - 类 的构造器org.elasticsearch.action.ingest.SimulatePipelineResponse
-
- SimulatePipelineResponse(String, boolean, List<SimulateDocumentResult>) - 类 的构造器org.elasticsearch.action.ingest.SimulatePipelineResponse
-
- SimulatePipelineTransportAction - org.elasticsearch.action.ingest中的类
-
- SimulatePipelineTransportAction(Settings, ThreadPool, TransportService, ActionFilters, IndexNameExpressionResolver, NodeService) - 类 的构造器org.elasticsearch.action.ingest.SimulatePipelineTransportAction
-
- single(Decision.Type, String, String, Object...) - 类 中的静态方法org.elasticsearch.cluster.routing.allocation.decider.Decision
-
Creates a simple decision
- Single() - 类 的构造器org.elasticsearch.cluster.routing.allocation.decider.Decision.Single
-
- Single(Decision.Type) - 类 的构造器org.elasticsearch.cluster.routing.allocation.decider.Decision.Single
-
- Single(Decision.Type, String, String, Object...) - 类 的构造器org.elasticsearch.cluster.routing.allocation.decider.Decision.Single
-
- SINGLE_INSTANCE_AND_SCOPE - 类 中的静态变量org.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
- SingleBucketAggregation - org.elasticsearch.search.aggregations.bucket中的接口
-
A single bucket aggregation
- SingleBucketAggregator - org.elasticsearch.search.aggregations.bucket中的接口
-
A bucket aggregator that doesn't create new buckets.
- SingleFieldsVisitor - org.elasticsearch.index.fieldvisitor中的类
-
- SingleFieldsVisitor(String) - 类 的构造器org.elasticsearch.index.fieldvisitor.SingleFieldsVisitor
-
- SingleNodeDiscovery - org.elasticsearch.discovery.single中的类
-
A discovery implementation where the only member of the cluster is the local node.
- SingleNodeDiscovery(Settings, TransportService, MasterService, ClusterApplier) - 类 的构造器org.elasticsearch.discovery.single.SingleNodeDiscovery
-
- SingleObjectCache<T> - org.elasticsearch.common.util中的类
-
A very simple single object cache that allows non-blocking refresh calls
triggered by expiry time.
- SingleObjectCache(TimeValue, T) - 类 的构造器org.elasticsearch.common.util.SingleObjectCache
-
- SinglePackedOrdinals - org.elasticsearch.index.fielddata.ordinals中的类
-
- SinglePackedOrdinals(OrdinalsBuilder, float) - 类 的构造器org.elasticsearch.index.fielddata.ordinals.SinglePackedOrdinals
-
- singles() - 类 中的方法org.elasticsearch.common.unit.SizeValue
-
- SingleShardOperationRequestBuilder<Request extends SingleShardRequest<Request>,Response extends ActionResponse,RequestBuilder extends SingleShardOperationRequestBuilder<Request,Response,RequestBuilder>> - org.elasticsearch.action.support.single.shard中的类
-
- SingleShardOperationRequestBuilder(ElasticsearchClient, Action<Request, Response, RequestBuilder>, Request) - 类 的构造器org.elasticsearch.action.support.single.shard.SingleShardOperationRequestBuilder
-
- SingleShardRequest<Request extends SingleShardRequest<Request>> - org.elasticsearch.action.support.single.shard中的类
-
- SingleShardRequest() - 类 的构造器org.elasticsearch.action.support.single.shard.SingleShardRequest
-
- SingleShardRequest(String) - 类 的构造器org.elasticsearch.action.support.single.shard.SingleShardRequest
-
- SINGLETON - 类 中的静态变量org.elasticsearch.common.inject.Scopes
-
- Singleton - org.elasticsearch.common.inject中的注释类型
-
Apply this to implementation classes when you want only one instance
(per
Injector) to be reused for all injections for that binding.
- singleton(String, boolean, Function<Reader, Reader>) - 类 中的静态方法org.elasticsearch.index.analysis.PreConfiguredCharFilter
-
Create a pre-configured char filter that may not vary at all.
- singleton(String, boolean, Function<TokenStream, TokenStream>) - 类 中的静态方法org.elasticsearch.index.analysis.PreConfiguredTokenFilter
-
Create a pre-configured token filter that may not vary at all.
- singleton(String, Supplier<Tokenizer>, Supplier<TokenFilterFactory>) - 类 中的静态方法org.elasticsearch.index.analysis.PreConfiguredTokenizer
-
Create a pre-configured tokenizer that may not vary at all.
- singleton(NumericDoubleValues) - 枚举 中的静态方法org.elasticsearch.index.fielddata.FieldData
-
- singleton(GeoPointValues) - 枚举 中的静态方法org.elasticsearch.index.fielddata.FieldData
-
- singleton(BinaryDocValues) - 枚举 中的静态方法org.elasticsearch.index.fielddata.FieldData
-
Returns a multi-valued view over the provided BinaryDocValues.
- SINGLETON_ANNOTATION - 类 中的静态变量org.elasticsearch.common.inject.internal.Scoping
-
- SINGLETON_INSTANCE - 类 中的静态变量org.elasticsearch.common.inject.internal.Scoping
-
- SingleValue(String, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.InternalNumericMetricsAggregation.SingleValue
-
- SingleValue(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.InternalNumericMetricsAggregation.SingleValue
-
Read from a stream.
- SingleValue(String, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregator.SingleValue
-
- size() - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsRequest
-
- size() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsFields
-
- size(String) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsFilter
-
- size() - 类 中的方法org.elasticsearch.cluster.routing.GroupShardsIterator
-
Return the number of groups
- size() - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
Returns the number of this shards instances.
- size() - 类 中的方法org.elasticsearch.cluster.routing.PlainShardsIterator
-
- size() - 类 中的方法org.elasticsearch.cluster.routing.RoutingNode
-
- size() - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes
-
Returns the number of routing nodes
- size() - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
-
Returns the size of the non-ignored unassigned shards
- size() - 接口 中的方法org.elasticsearch.cluster.routing.ShardsIterator
-
The number of shard routing instances.
- size() - 类 中的方法org.elasticsearch.common.collect.CopyOnWriteHashMap
-
- size() - 类 中的方法org.elasticsearch.common.collect.EvictingQueue
-
- size() - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- size() - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap
-
- size() - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- size() - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap
-
- size() - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- size() - 类 中的方法org.elasticsearch.common.io.FastCharArrayWriter
-
Returns the current size of the buffer.
- size() - 类 中的方法org.elasticsearch.common.io.stream.BytesStreamOutput
-
Returns the current size of the buffer.
- size() - 类 中的方法org.elasticsearch.common.lucene.ShardCoreKeyMap
-
Return the number of tracked segments.
- size() - 类 中的方法org.elasticsearch.common.settings.Settings
-
Returns the number of settings in this settings object.
- size() - 接口 中的方法org.elasticsearch.common.util.BigArray
-
Return the length of this array.
- size() - 类 中的方法org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- size() - 类 中的方法org.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- size() - 类 中的方法org.elasticsearch.discovery.zen.ZenPing.PingCollection
-
the number of nodes for which there are known pings
- size() - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.Booleans
-
- size() - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.Dates
-
- size() - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.Doubles
-
- size() - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- size() - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues.Longs
-
- size() - 类 中的方法org.elasticsearch.index.mapper.IpFieldMapper.IpFieldType.IpScriptDocValues
-
- size(int) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
-
The maximum number of documents to attempt.
- size() - 类 中的方法org.elasticsearch.index.store.Store.MetadataSnapshot
-
Returns the number of files in this snapshot
- size() - 类 中的方法org.elasticsearch.index.store.Store.RecoveryDiff
-
Returns the sum of the files in this diff.
- size() - 类 中的方法org.elasticsearch.index.store.StoreStats
-
- size - 类 中的变量org.elasticsearch.index.translog.Translog.Location
-
- size() - 类 中的方法org.elasticsearch.indices.recovery.RecoveriesCollection
-
the number of ongoing recoveries
- size(int) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationBuilder
-
The number of composite buckets to return.
- size(int) - 类 中的方法org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
-
- size() - 类 中的方法org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
-
- size(int) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
-
Sets the size - indicating how many term buckets should be returned
(defaults to 10)
- size(int) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregationBuilder
-
Sets the size - indicating how many term buckets should be returned
(defaults to 10)
- size(int) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
-
Sets the size - indicating how many term buckets should be returned
(defaults to 10)
- size() - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
-
Returns the number of term buckets currently configured
- size(int) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
The number of search hits to return.
- size() - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
Gets the number of search hits to return.
- size(Integer) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketsort.BucketSortPipelineAggregationBuilder
-
- size(int) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
The number of search hits to return.
- size() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Gets the number of search hits to return.
- size() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- size(int) - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- size() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- size(int) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- size() - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- size(int) - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- size() - 类 中的方法org.elasticsearch.search.lookup.LeafDocLookup
-
- size() - 类 中的方法org.elasticsearch.search.lookup.LeafFieldsLookup
-
- size() - 类 中的方法org.elasticsearch.search.lookup.SourceLookup
-
- size() - 类 中的方法org.elasticsearch.search.query.QuerySearchResult
-
Returns the maximum size of this results top docs.
- size(int) - 类 中的方法org.elasticsearch.search.query.QuerySearchResult
-
- size() - 类 中的方法org.elasticsearch.search.suggest.completion.context.ContextMappings
-
- size(int) - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
Sets the maximum suggestions to be returned per suggest text term.
- size() - 类 中的方法org.elasticsearch.search.suggest.Suggest
-
The number of suggestions in this
Suggest result
- size - 类 中的变量org.elasticsearch.search.suggest.Suggest.Suggestion
-
- size - 类 中的变量org.elasticsearch.search.suggest.SuggestionBuilder
-
- size(int) - 类 中的方法org.elasticsearch.search.suggest.SuggestionBuilder
-
Sets the maximum suggestions to be returned per suggest text term.
- size() - 类 中的方法org.elasticsearch.search.suggest.SuggestionBuilder
-
- SIZE_ALL_MATCHES - 类 中的静态变量org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
- SIZE_FIELD - 类 中的静态变量org.elasticsearch.search.builder.SearchSourceBuilder
-
- SIZE_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
- SIZE_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.SuggestionBuilder
-
- SIZE_FIELD_NAME - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationBuilder
-
- sizeActive() - 类 中的方法org.elasticsearch.cluster.routing.PlainShardsIterator
-
- sizeActive() - 接口 中的方法org.elasticsearch.cluster.routing.ShardsIterator
-
The number of active shard routing instances
- SizeBlockingQueue<E> - org.elasticsearch.common.util.concurrent中的类
-
A size based queue wrapping another blocking queue to provide (somewhat relaxed) capacity checks.
- SizeBlockingQueue(BlockingQueue<E>, int) - 类 的构造器org.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- sizeInBytes - 类 中的变量org.elasticsearch.index.cache.query.QueryCache.EntriesStats
-
- sizeInBytes - 类 中的变量org.elasticsearch.index.engine.Segment
-
- sizeInBytes() - 类 中的方法org.elasticsearch.index.store.StoreStats
-
- sizeInBytes() - 类 中的方法org.elasticsearch.index.translog.BaseTranslogReader
-
- sizeInBytes() - 类 中的方法org.elasticsearch.index.translog.Translog
-
Returns the size in bytes of the v files
- sizeInBytes() - 类 中的方法org.elasticsearch.index.translog.TranslogReader
-
- sizeInBytes() - 类 中的方法org.elasticsearch.index.translog.TranslogWriter
-
- SizeUnit - org.elasticsearch.common.unit中的枚举
-
- SizeValue - org.elasticsearch.common.unit中的类
-
- SizeValue(long) - 类 的构造器org.elasticsearch.common.unit.SizeValue
-
- SizeValue(long, SizeUnit) - 类 的构造器org.elasticsearch.common.unit.SizeValue
-
- SizeValue(StreamInput) - 类 的构造器org.elasticsearch.common.unit.SizeValue
-
- sizing(Recycler<T>, Recycler<T>, int) - 枚举 中的静态方法org.elasticsearch.common.recycler.Recyclers
-
Wrap two recyclers and forward to calls to smallObjectRecycler when size < minSize and to
defaultRecycler otherwise.
- skip(long) - 类 中的方法org.elasticsearch.common.io.FastCharArrayReader
-
Skips characters.
- skip(long) - 类 中的方法org.elasticsearch.common.io.FastStringReader
-
Skips the specified number of characters in the stream.
- skip(long) - 类 中的方法org.elasticsearch.common.io.stream.ByteBufferStreamInput
-
- skip(int) - 类 中的方法org.elasticsearch.common.io.stream.BytesStreamOutput
-
- skip(long) - 类 中的方法org.elasticsearch.common.io.stream.InputStreamStreamInput
-
- skip(long) - 类 中的方法org.elasticsearch.index.translog.BufferedChecksumStreamInput
-
- skipChildren() - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContentParser
-
- skipChildren() - 接口 中的方法org.elasticsearch.common.xcontent.XContentParser
-
- skipDuplicates - 类 中的变量org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
-
- skipDuplicates() - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
-
Returns whether duplicate suggestions should be filtered out.
- skipDuplicates(boolean) - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
-
Should duplicates be filtered or not.
- SKIPPED_FIELD - 类 中的静态变量org.elasticsearch.rest.action.RestActions
-
- skipSources(Class...) - 接口 中的方法org.elasticsearch.common.inject.Binder
-
Returns a binder that skips classesToSkip when identify the
calling code.
- skipSources(Class...) - 接口 中的方法org.elasticsearch.common.inject.PrivateBinder
-
- skipTranslogRecovery() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
After the store has been recovered, we need to start the engine.
- slice(SliceBuilder) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
- slice(int, int) - 类 中的方法org.elasticsearch.common.bytes.BytesArray
-
- slice(int, int) - 类 中的方法org.elasticsearch.common.bytes.BytesReference
-
Slice the bytes from the from index up to length.
- slice(int, int) - 类 中的方法org.elasticsearch.common.bytes.CompositeBytesReference
-
- slice(int, int) - 类 中的方法org.elasticsearch.common.bytes.PagedBytesReference
-
- slice(String, long, long) - 类 中的方法org.elasticsearch.common.lucene.store.ByteArrayIndexInput
-
- SLICE - 类 中的静态变量org.elasticsearch.search.builder.SearchSourceBuilder
-
- slice(SliceBuilder) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Sets a filter that will restrict the search hits, the top hits and the aggregations to a slice of the results
of the main query.
- slice() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Gets the slice used to filter the search hits, the top hits and the aggregations.
- SliceBuilder - org.elasticsearch.search.slice中的类
-
A slice builder allowing to split a scroll in multiple partitions.
- SliceBuilder(int, int) - 类 的构造器org.elasticsearch.search.slice.SliceBuilder
-
- SliceBuilder(String, int, int) - 类 的构造器org.elasticsearch.search.slice.SliceBuilder
-
- SliceBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.slice.SliceBuilder
-
- SlicedInputStream - org.elasticsearch.index.snapshots.blobstore中的类
-
- SlicedInputStream(long) - 类 的构造器org.elasticsearch.index.snapshots.blobstore.SlicedInputStream
-
Creates a new SlicedInputStream
- SliceQuery - org.elasticsearch.search.slice中的类
-
An abstract Query that defines an hash function to partition the documents in multiple slices.
- SliceQuery(String, int, int) - 类 的构造器org.elasticsearch.search.slice.SliceQuery
-
- slop(int) - 类 中的方法org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
-
Sets a slop factor for phrase queries
- slop() - 类 中的方法org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
-
Get the slop factor for phrase queries.
- slop(int) - 类 中的方法org.elasticsearch.index.query.MatchPhraseQueryBuilder
-
Sets a slop factor for phrase queries
- slop() - 类 中的方法org.elasticsearch.index.query.MatchPhraseQueryBuilder
-
Get the slop factor for phrase queries.
- slop(int) - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
Set the phrase slop if evaluated to a phrase query type.
- slop() - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- slop() - 类 中的方法org.elasticsearch.index.query.SpanNearQueryBuilder
-
- SLOP_FIELD - 类 中的静态变量org.elasticsearch.index.query.MatchPhraseQueryBuilder
-
- SlowLogLevel - org.elasticsearch.index中的枚举
-
- smartNameFieldMapper(String) - 类 中的方法org.elasticsearch.index.mapper.DocumentFieldMappers
-
- smartNameFieldType(String) - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- smartNameFieldType(String) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
Looks up the given field, but does not restrict to fields in the types set on this context.
- smileBuilder() - 类 中的静态方法org.elasticsearch.common.xcontent.XContentFactory
-
- smileBuilder(OutputStream) - 类 中的静态方法org.elasticsearch.common.xcontent.XContentFactory
-
Constructs a new json builder that will output the result into the provided output stream.
- SmileXContent - org.elasticsearch.common.xcontent.smile中的类
-
A Smile based content implementation using Jackson.
- smileXContent - 类 中的静态变量org.elasticsearch.common.xcontent.smile.SmileXContent
-
- SmileXContentGenerator - org.elasticsearch.common.xcontent.smile中的类
-
- SmileXContentGenerator(JsonGenerator, OutputStream, Set<String>, Set<String>) - 类 的构造器org.elasticsearch.common.xcontent.smile.SmileXContentGenerator
-
- SmileXContentParser - org.elasticsearch.common.xcontent.smile中的类
-
- SmileXContentParser(NamedXContentRegistry, JsonParser) - 类 的构造器org.elasticsearch.common.xcontent.smile.SmileXContentParser
-
- SMOOTHING_MODEL_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- smoothingModel(SmoothingModel) - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
Sets an explicit smoothing model used for this suggester.
- smoothingModel() - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- SmoothingModel - org.elasticsearch.search.suggest.phrase中的类
-
- SmoothingModel() - 类 的构造器org.elasticsearch.search.suggest.phrase.SmoothingModel
-
- snapshot(String) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Sets the snapshot name
- snapshot() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
The snapshot name
- snapshot() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequest
-
Returns repository name
- snapshot(String) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequest
-
Sets snapshot name
- snapshot(String) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Sets the name of the snapshot.
- snapshot() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Returns the name of the snapshot.
- snapshot() - 类 中的方法org.elasticsearch.cluster.RestoreInProgress.Entry
-
Returns snapshot
- snapshot() - 类 中的方法org.elasticsearch.cluster.routing.RecoverySource.SnapshotRecoverySource
-
- snapshot() - 类 中的方法org.elasticsearch.cluster.SnapshotsInProgress.Entry
-
- snapshot(Snapshot) - 类 中的方法org.elasticsearch.cluster.SnapshotsInProgress
-
- snapshot() - 类 中的方法org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot
-
Returns snapshot id
- snapshot() - 类 中的方法org.elasticsearch.index.snapshots.blobstore.SnapshotFiles
-
- Snapshot - org.elasticsearch.snapshots中的类
-
Basic information about a snapshot - a SnapshotId and the repository that the snapshot belongs to.
- Snapshot(String, SnapshotId) - 类 的构造器org.elasticsearch.snapshots.Snapshot
-
Constructs a snapshot.
- Snapshot(StreamInput) - 类 的构造器org.elasticsearch.snapshots.Snapshot
-
Constructs a snapshot from the stream input.
- snapshot() - 类 中的方法org.elasticsearch.snapshots.SnapshotShardsService.UpdateIndexShardSnapshotStatusRequest
-
- snapshot(String, SnapshotId) - 类 中的方法org.elasticsearch.snapshots.SnapshotsService
-
Retrieves snapshot from repository
- SNAPSHOT - 类 中的静态变量org.elasticsearch.threadpool.ThreadPool.Names
-
- SNAPSHOT_ONLY_FORMAT_PARAMS - 类 中的静态变量org.elasticsearch.repositories.blobstore.BlobStoreFormat
-
- SnapshotCreationException - org.elasticsearch.snapshots中的异常错误
-
Thrown when snapshot creation fails completely
- SnapshotCreationException(String, String, Throwable) - 异常错误 的构造器org.elasticsearch.snapshots.SnapshotCreationException
-
- SnapshotCreationException(String, SnapshotId, Throwable) - 异常错误 的构造器org.elasticsearch.snapshots.SnapshotCreationException
-
- SnapshotCreationException(String, SnapshotId, String) - 异常错误 的构造器org.elasticsearch.snapshots.SnapshotCreationException
-
- SnapshotCreationException(StreamInput) - 异常错误 的构造器org.elasticsearch.snapshots.SnapshotCreationException
-
- SnapshotDeletionsInProgress - org.elasticsearch.cluster中的类
-
A class that represents the snapshot deletions that are in progress in the cluster.
- SnapshotDeletionsInProgress() - 类 的构造器org.elasticsearch.cluster.SnapshotDeletionsInProgress
-
- SnapshotDeletionsInProgress(StreamInput) - 类 的构造器org.elasticsearch.cluster.SnapshotDeletionsInProgress
-
- SnapshotDeletionsInProgress.Entry - org.elasticsearch.cluster中的类
-
A class representing a snapshot deletion request entry in the cluster state.
- SnapshotException - org.elasticsearch.snapshots中的异常错误
-
Generic snapshot exception
- SnapshotException(Snapshot, String) - 异常错误 的构造器org.elasticsearch.snapshots.SnapshotException
-
- SnapshotException(Snapshot, String, Throwable) - 异常错误 的构造器org.elasticsearch.snapshots.SnapshotException
-
- SnapshotException(String, SnapshotId, String) - 异常错误 的构造器org.elasticsearch.snapshots.SnapshotException
-
- SnapshotException(String, SnapshotId, String, Throwable) - 异常错误 的构造器org.elasticsearch.snapshots.SnapshotException
-
- SnapshotException(String, String, String) - 异常错误 的构造器org.elasticsearch.snapshots.SnapshotException
-
- SnapshotException(String, String, String, Throwable) - 异常错误 的构造器org.elasticsearch.snapshots.SnapshotException
-
- SnapshotException(StreamInput) - 异常错误 的构造器org.elasticsearch.snapshots.SnapshotException
-
- SnapshotFailedEngineException - org.elasticsearch.index.engine中的异常错误
-
- SnapshotFailedEngineException(ShardId, Throwable) - 异常错误 的构造器org.elasticsearch.index.engine.SnapshotFailedEngineException
-
- SnapshotFailedEngineException(StreamInput) - 异常错误 的构造器org.elasticsearch.index.engine.SnapshotFailedEngineException
-
- SnapshotFiles - org.elasticsearch.index.snapshots.blobstore中的类
-
Contains a list of files participating in a snapshot
- SnapshotFiles(String, List<BlobStoreIndexShardSnapshot.FileInfo>) - 类 的构造器org.elasticsearch.index.snapshots.blobstore.SnapshotFiles
-
- SnapshotId - org.elasticsearch.snapshots中的类
-
SnapshotId - snapshot name + snapshot UUID
- SnapshotId(String, String) - 类 的构造器org.elasticsearch.snapshots.SnapshotId
-
Constructs a new snapshot
- SnapshotId(StreamInput) - 类 的构造器org.elasticsearch.snapshots.SnapshotId
-
Constructs a new snapshot from a input stream
- snapshotId() - 类 中的方法org.elasticsearch.snapshots.SnapshotInfo
-
Returns snapshot id
- SnapshotIndexShardStage - org.elasticsearch.action.admin.cluster.snapshots.status中的枚举
-
- SnapshotIndexShardStatus - org.elasticsearch.action.admin.cluster.snapshots.status中的类
-
- SnapshotIndexStatus - org.elasticsearch.action.admin.cluster.snapshots.status中的类
-
Represents snapshot status of all shards in the index
- SnapshotInfo - org.elasticsearch.snapshots中的类
-
Information about a snapshot
- SnapshotInfo(SnapshotId, List<String>, SnapshotState) - 类 的构造器org.elasticsearch.snapshots.SnapshotInfo
-
- SnapshotInfo(SnapshotId, List<String>, long) - 类 的构造器org.elasticsearch.snapshots.SnapshotInfo
-
- SnapshotInfo(SnapshotId, List<String>, long, String, long, int, List<SnapshotShardFailure>) - 类 的构造器org.elasticsearch.snapshots.SnapshotInfo
-
- SnapshotInfo(StreamInput) - 类 的构造器org.elasticsearch.snapshots.SnapshotInfo
-
Constructs snapshot information from stream input
- SnapshotInProgressAllocationDecider - org.elasticsearch.cluster.routing.allocation.decider中的类
-
This
AllocationDecider prevents shards that
are currently been snapshotted to be moved to other nodes.
- SnapshotInProgressAllocationDecider(Settings) - 类 的构造器org.elasticsearch.cluster.routing.allocation.decider.SnapshotInProgressAllocationDecider
-
- SnapshotMissingException - org.elasticsearch.snapshots中的异常错误
-
Thrown if requested snapshot doesn't exist
- SnapshotMissingException(String, SnapshotId, Throwable) - 异常错误 的构造器org.elasticsearch.snapshots.SnapshotMissingException
-
- SnapshotMissingException(String, SnapshotId) - 异常错误 的构造器org.elasticsearch.snapshots.SnapshotMissingException
-
- SnapshotMissingException(String, String) - 异常错误 的构造器org.elasticsearch.snapshots.SnapshotMissingException
-
- SnapshotMissingException(StreamInput) - 异常错误 的构造器org.elasticsearch.snapshots.SnapshotMissingException
-
- snapshotName() - 类 中的方法org.elasticsearch.snapshots.RestoreService.RestoreRequest
-
Returns snapshot name
- snapshotName() - 类 中的方法org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
-
Returns the snapshot name
- SnapshotRecoverySource(Snapshot, Version, String) - 类 的构造器org.elasticsearch.cluster.routing.RecoverySource.SnapshotRecoverySource
-
- SnapshotRequest(String, String, String) - 类 的构造器org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
-
Constructs new snapshot creation request
- SnapshotRestoreException - org.elasticsearch.snapshots中的异常错误
-
Snapshot restore exception
- SnapshotRestoreException(String, String, String) - 异常错误 的构造器org.elasticsearch.snapshots.SnapshotRestoreException
-
- SnapshotRestoreException(String, String, String, Throwable) - 异常错误 的构造器org.elasticsearch.snapshots.SnapshotRestoreException
-
- SnapshotRestoreException(Snapshot, String) - 异常错误 的构造器org.elasticsearch.snapshots.SnapshotRestoreException
-
- SnapshotRestoreException(Snapshot, String, Throwable) - 异常错误 的构造器org.elasticsearch.snapshots.SnapshotRestoreException
-
- SnapshotRestoreException(StreamInput) - 异常错误 的构造器org.elasticsearch.snapshots.SnapshotRestoreException
-
- snapshots() - 类 中的方法org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
-
- snapshots(int) - 类 中的方法org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
-
- snapshots() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
-
Returns the names of the snapshots.
- snapshots(String[]) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
-
Sets the list of snapshots to be returned
- snapshots() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
-
Returns the names of the snapshots.
- snapshots(String[]) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
-
Sets the list of snapshots to be returned
- snapshots(Snapshot[]) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.Request
-
- snapshots() - 类 中的方法org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshots
-
Returns list of snapshots
- snapshots(String, List<SnapshotId>, Set<SnapshotId>, boolean) - 类 中的方法org.elasticsearch.snapshots.SnapshotsService
-
Returns a list of snapshots from repository sorted by snapshot creation date
- snapshotsFromXContent(XContentParser, long) - 类 中的静态方法org.elasticsearch.repositories.RepositoryData
-
Reads an instance of
RepositoryData from x-content, loading the snapshots and indices metadata.
- snapshotShard(IndexShard, SnapshotId, IndexId, IndexCommit, IndexShardSnapshotStatus) - 类 中的方法org.elasticsearch.repositories.blobstore.BlobStoreRepository
-
- snapshotShard(IndexShard, SnapshotId, IndexId, IndexCommit, IndexShardSnapshotStatus) - 接口 中的方法org.elasticsearch.repositories.Repository
-
Creates a snapshot of the shard based on the index commit point.
- SnapshotShardFailure - org.elasticsearch.snapshots中的类
-
Stores information about failures that occurred during shard snapshotting process
- SnapshotShardFailure(String, ShardId, String) - 类 的构造器org.elasticsearch.snapshots.SnapshotShardFailure
-
Constructs new snapshot shard failure object
- snapshotShards(String, SnapshotInfo) - 类 中的方法org.elasticsearch.snapshots.SnapshotsService
-
- SnapshotShardsService - org.elasticsearch.snapshots中的类
-
This service runs on data and master nodes and controls currently snapshotted shards on these nodes.
- SnapshotShardsService(Settings, ClusterService, SnapshotsService, ThreadPool, TransportService, IndicesService, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.snapshots.SnapshotShardsService
-
- SnapshotShardsService.UpdateIndexShardSnapshotStatusRequest - org.elasticsearch.snapshots中的类
-
Internal request that is used to send changes in snapshot status to master
- SnapshotShardsStats - org.elasticsearch.action.admin.cluster.snapshots.status中的类
-
Status of a snapshot shards
- SnapshotsInProgress - org.elasticsearch.cluster中的类
-
Meta data about snapshots that are currently executing
- SnapshotsInProgress(List<SnapshotsInProgress.Entry>) - 类 的构造器org.elasticsearch.cluster.SnapshotsInProgress
-
- SnapshotsInProgress(SnapshotsInProgress.Entry...) - 类 的构造器org.elasticsearch.cluster.SnapshotsInProgress
-
- SnapshotsInProgress(StreamInput) - 类 的构造器org.elasticsearch.cluster.SnapshotsInProgress
-
- SnapshotsInProgress.Entry - org.elasticsearch.cluster中的类
-
- SnapshotsInProgress.ShardSnapshotStatus - org.elasticsearch.cluster中的类
-
- SnapshotsInProgress.State - org.elasticsearch.cluster中的枚举
-
- SnapshotsService - org.elasticsearch.snapshots中的类
-
Service responsible for creating snapshots
A typical snapshot creating process looks like this:
On the master node the
SnapshotsService.createSnapshot(SnapshotRequest, CreateSnapshotListener) is called and makes sure that no snapshots is currently running
and registers the new snapshot in cluster state
When cluster state is updated the
SnapshotsService.beginSnapshot(ClusterState, SnapshotsInProgress.Entry, boolean, CreateSnapshotListener) method
kicks in and initializes the snapshot in the repository and then populates list of shards that needs to be snapshotted in cluster state
Each data node is watching for these shards and when new shards scheduled for snapshotting appear in the cluster state, data nodes
start processing them through
SnapshotShardsService.processIndexShardSnapshots(ClusterChangedEvent) method
Once shard snapshot is created data node updates state of the shard in the cluster state using the
SnapshotShardsService.updateIndexShardSnapshotStatus(org.elasticsearch.snapshots.Snapshot, org.elasticsearch.index.shard.ShardId, org.elasticsearch.cluster.SnapshotsInProgress.ShardSnapshotStatus, org.elasticsearch.cluster.node.DiscoveryNode) method
When last shard is completed master node in
SnapshotShardsService.innerUpdateSnapshotState(org.elasticsearch.snapshots.SnapshotShardsService.UpdateIndexShardSnapshotStatusRequest, org.elasticsearch.action.ActionListener<org.elasticsearch.snapshots.SnapshotShardsService.UpdateIndexShardSnapshotStatusResponse>) method marks the snapshot as completed
After cluster state is updated, the
SnapshotsService.endSnapshot(SnapshotsInProgress.Entry) finalizes snapshot in the repository,
notifies all
SnapshotsService.snapshotCompletionListeners that snapshot is completed, and finally calls
SnapshotsService.removeSnapshotFromClusterState(Snapshot, SnapshotInfo, Exception) to remove snapshot from cluster state
- SnapshotsService(Settings, ClusterService, IndexNameExpressionResolver, RepositoriesService, ThreadPool) - 类 的构造器org.elasticsearch.snapshots.SnapshotsService
-
- SnapshotsService.CreateSnapshotListener - org.elasticsearch.snapshots中的接口
-
Listener for create snapshot operation
- SnapshotsService.DeleteSnapshotListener - org.elasticsearch.snapshots中的接口
-
Listener for delete snapshot operation
- SnapshotsService.SnapshotCompletionListener - org.elasticsearch.snapshots中的接口
-
- SnapshotsService.SnapshotRequest - org.elasticsearch.snapshots中的类
-
Snapshot creation request
- snapshotsStatus(SnapshotsStatusRequest) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Get snapshot status.
- snapshotsStatus(SnapshotsStatusRequest, ActionListener<SnapshotsStatusResponse>) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Get snapshot status.
- SnapshotsStatusAction - org.elasticsearch.action.admin.cluster.snapshots.status中的类
-
Snapshots status action
- SnapshotsStatusRequest - org.elasticsearch.action.admin.cluster.snapshots.status中的类
-
Get snapshot status request
- SnapshotsStatusRequest() - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
-
- SnapshotsStatusRequest(String, String[]) - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
-
Constructs a new get snapshots request with given repository name and list of snapshots
- SnapshotsStatusRequest(String) - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
-
Constructs a new get snapshots request with given repository name
- snapshotsStatusRequest(String) - 类 中的静态方法org.elasticsearch.client.Requests
-
Get status of snapshots
- SnapshotsStatusRequestBuilder - org.elasticsearch.action.admin.cluster.snapshots.status中的类
-
Snapshots status request builder
- SnapshotsStatusRequestBuilder(ElasticsearchClient, SnapshotsStatusAction) - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequestBuilder
-
Constructs the new snapshot status request
- SnapshotsStatusRequestBuilder(ElasticsearchClient, SnapshotsStatusAction, String) - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequestBuilder
-
Constructs the new snapshot status request with specified repository
- SnapshotsStatusResponse - org.elasticsearch.action.admin.cluster.snapshots.status中的类
-
Snapshot status response
- SnapshotState - org.elasticsearch.snapshots中的枚举
-
Represents the state that a snapshot can be in
- SnapshotStats - org.elasticsearch.action.admin.cluster.snapshots.status中的类
-
- SnapshotStatus - org.elasticsearch.action.admin.cluster.snapshots.status中的类
-
Status of a snapshot
- snapshotStoreMetadata() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
gets a Store.MetadataSnapshot for the current directory.
- snapshotsToXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.repositories.RepositoryData
-
Writes the snapshots metadata and the related indices metadata to x-content, omitting the
incompatible snapshots.
- SnapshotUtils - org.elasticsearch.snapshots中的类
-
Snapshot utilities
- SnapshotUtils() - 类 的构造器org.elasticsearch.snapshots.SnapshotUtils
-
- Snippet - org.apache.lucene.search.uhighlight中的类
-
Represents a scored highlighted snippet.
- Snippet(String, float, boolean) - 类 的构造器org.apache.lucene.search.uhighlight.Snippet
-
- SnowballAnalyzer - org.elasticsearch.index.analysis中的类
-
- SnowballAnalyzer(String) - 类 的构造器org.elasticsearch.index.analysis.SnowballAnalyzer
-
已过时。
Builds the named analyzer with no stop words.
- SnowballAnalyzer(String, CharArraySet) - 类 的构造器org.elasticsearch.index.analysis.SnowballAnalyzer
-
已过时。
Builds the named analyzer with the given stop words.
- SnowballAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
Creates a SnowballAnalyzer initialized with stopwords and Snowball filter.
- SnowballAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.SnowballAnalyzerProvider
-
- SoraniAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
Provider for SoraniAnalyzer
- SoraniAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.SoraniAnalyzerProvider
-
- SoraniNormalizationFilterFactory - org.elasticsearch.index.analysis中的类
-
Factory for SoraniNormalizationFilter
- SoraniNormalizationFilterFactory(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.SoraniNormalizationFilterFactory
-
- sort - 类 中的变量org.apache.lucene.search.grouping.CollapsingTopDocsCollector
-
- sort(Comparator<ShardRouting>) - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
-
- sort(long[], int) - 类 中的静态方法org.elasticsearch.common.util.CollectionUtils
-
- sort(float[], int) - 类 中的静态方法org.elasticsearch.common.util.CollectionUtils
-
- sort(double[], int) - 类 中的静态方法org.elasticsearch.common.util.CollectionUtils
-
- sort(ObjectArrayList<byte[]>) - 类 中的静态方法org.elasticsearch.common.util.CollectionUtils
-
- sort(BytesRefArray, int[]) - 类 中的静态方法org.elasticsearch.common.util.CollectionUtils
-
- sort(Comparator<? super T>) - 类 中的方法org.elasticsearch.index.fielddata.ScriptDocValues
-
- sort() - 类 中的方法org.elasticsearch.index.fielddata.SortingBinaryDocValues
-
- sort() - 类 中的方法org.elasticsearch.index.fielddata.SortingNumericDocValues
-
- sort() - 类 中的方法org.elasticsearch.index.fielddata.SortingNumericDoubleValues
-
- sort(String, SortOrder) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
Adds a sort against the given field name and the sort ordering.
- sort(String) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
Add a sort against the given field name.
- sort(SortBuilder<?>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
Adds a sort builder.
- sort(String, SortOrder) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Adds a sort against the given field name and the sort ordering.
- sort(String) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Add a sort against the given field name.
- sort(SortBuilder<?>) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Adds a sort builder.
- sort(SortAndFormats) - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- sort() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- sort(SortAndFormats) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- sort() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- sort(SortAndFormats) - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- sort() - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- sort - 类 中的变量org.elasticsearch.search.sort.SortAndFormats
-
- sort() - 类 中的方法org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- sort(SortBy) - 类 中的方法org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- sort(String) - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
Sets how to sort the suggest terms per suggest text token.
- sort(Comparator<O>) - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
-
- sort(SortBy) - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
Sets how to sort the suggest terms per suggest text token.
- sort() - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
Get the sort setting.
- SORT_FIELD - 类 中的静态变量org.elasticsearch.search.builder.SearchSourceBuilder
-
- SORT_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
- SORT_MODE - 类 中的静态变量org.elasticsearch.search.sort.FieldSortBuilder
-
- sortableLongBitsToDoubles(SortedNumericDocValues) - 枚举 中的静态方法org.elasticsearch.index.fielddata.FieldData
-
Given a
SortedNumericDocValues, return a
SortedNumericDoubleValues
instance that will translate long values to doubles using
NumericUtils.sortableLongToDouble(long).
- sortAddresses(List<InetAddress>) - 类 中的静态方法org.elasticsearch.common.network.NetworkUtils
-
- sortAndDedup(ObjectArrayList<byte[]>) - 类 中的静态方法org.elasticsearch.common.util.CollectionUtils
-
- sortAndDedup(BytesRefArray, int[]) - 类 中的静态方法org.elasticsearch.common.util.CollectionUtils
-
- SortAndFormats - org.elasticsearch.search.sort中的类
-
- SortAndFormats(Sort, DocValueFormat[]) - 类 的构造器org.elasticsearch.search.sort.SortAndFormats
-
- SortBuilder<T extends SortBuilder<T>> - org.elasticsearch.search.sort中的类
-
- SortBuilder() - 类 的构造器org.elasticsearch.search.sort.SortBuilder
-
- SortBuilders - org.elasticsearch.search.sort中的类
-
- SortBuilders() - 类 的构造器org.elasticsearch.search.sort.SortBuilders
-
- SortBy - org.elasticsearch.search.suggest中的枚举
-
An enum representing the valid sorting options
- sortComparator() - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion
-
- sortComparator() - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestion
-
- sortDocs(boolean, Collection<? extends SearchPhaseResult>, Collection<TopDocs>, SearchPhaseController.TopDocsStats, int, int) - 类 中的方法org.elasticsearch.action.search.SearchPhaseController
-
Returns a score doc array of top N search docs across all shards, followed by top suggest docs for each
named completion suggestion across all shards.
- SortedBinaryDocValues - org.elasticsearch.index.fielddata中的类
-
A list of per-document binary values, sorted
according to BytesRef.compareTo(BytesRef).
- SortedBinaryDocValues() - 类 的构造器org.elasticsearch.index.fielddata.SortedBinaryDocValues
-
- sortedDifference(Set<T>, Set<T>) - 类 中的静态方法org.elasticsearch.common.util.set.Sets
-
The relative complement, or difference, of the specified left and right set, returned as a sorted set.
- SortedNumericDoubleValues - org.elasticsearch.index.fielddata中的类
-
Clone of SortedNumericDocValues for double values.
- SortedNumericDoubleValues() - 类 的构造器org.elasticsearch.index.fielddata.SortedNumericDoubleValues
-
Sole constructor.
- SortedNumericDVIndexFieldData - org.elasticsearch.index.fielddata.plain中的类
-
FieldData backed by LeafReader.getSortedNumericDocValues(String)
- SortedNumericDVIndexFieldData(Index, String, IndexNumericFieldData.NumericType) - 类 的构造器org.elasticsearch.index.fielddata.plain.SortedNumericDVIndexFieldData
-
- SortedSetDVBytesAtomicFieldData - org.elasticsearch.index.fielddata.plain中的类
-
- SortedSetDVOrdinalsIndexFieldData - org.elasticsearch.index.fielddata.plain中的类
-
- SortedSetDVOrdinalsIndexFieldData(IndexSettings, IndexFieldDataCache, String, CircuitBreakerService, Function<SortedSetDocValues, ScriptDocValues<?>>) - 类 的构造器org.elasticsearch.index.fielddata.plain.SortedSetDVOrdinalsIndexFieldData
-
- sortField(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested, boolean) - 接口 中的方法org.elasticsearch.index.fielddata.IndexFieldData
-
Returns the SortField to used for sorting.
- sortField(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested, boolean) - 类 中的方法org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsIndexFieldData
-
- sortField(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested, boolean) - 类 中的方法org.elasticsearch.index.fielddata.plain.AbstractLatLonPointDVIndexFieldData
-
- sortField(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested, boolean) - 类 中的方法org.elasticsearch.index.fielddata.plain.BinaryDVIndexFieldData
-
- sortField(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested, boolean) - 类 中的方法org.elasticsearch.index.fielddata.plain.BytesBinaryDVIndexFieldData
-
- sortField(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested, boolean) - 类 中的方法org.elasticsearch.index.fielddata.plain.ConstantIndexFieldData
-
- sortField(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested, boolean) - 类 中的方法org.elasticsearch.index.fielddata.plain.PagedBytesIndexFieldData
-
- sortField(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested, boolean) - 类 中的方法org.elasticsearch.index.fielddata.plain.SortedNumericDVIndexFieldData
-
- sortField(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested, boolean) - 类 中的方法org.elasticsearch.index.fielddata.plain.SortedSetDVOrdinalsIndexFieldData
-
- sortField(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested, boolean) - 类 中的方法org.elasticsearch.index.fielddata.UidIndexFieldData
-
- SortFieldAndFormat - org.elasticsearch.search.sort中的类
-
- SortFieldAndFormat(SortField, DocValueFormat) - 类 的构造器org.elasticsearch.search.sort.SortFieldAndFormat
-
- SortingBinaryDocValues - org.elasticsearch.index.fielddata中的类
-
- SortingBinaryDocValues() - 类 的构造器org.elasticsearch.index.fielddata.SortingBinaryDocValues
-
- SortingNumericDocValues - org.elasticsearch.index.fielddata中的类
-
Base class for building SortedNumericDocValues instances based on unsorted content.
- SortingNumericDocValues() - 类 的构造器org.elasticsearch.index.fielddata.SortingNumericDocValues
-
- SortingNumericDoubleValues - org.elasticsearch.index.fielddata中的类
-
- SortingNumericDoubleValues() - 类 的构造器org.elasticsearch.index.fielddata.SortingNumericDoubleValues
-
- sortMissingFirst(Object) - 类 中的方法org.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource
-
Whether missing values should be sorted first.
- sortMissingLast(Object) - 类 中的方法org.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource
-
Whether missing values should be sorted last, this is the default.
- sortMode - 类 中的变量org.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource
-
- sortMode() - 类 中的方法org.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource
-
- sortMode(SortMode) - 类 中的方法org.elasticsearch.search.sort.FieldSortBuilder
-
Defines what values to pick in the case a document contains multiple
values for the targeted sort field.
- sortMode() - 类 中的方法org.elasticsearch.search.sort.FieldSortBuilder
-
Returns what values to pick in the case a document contains multiple
values for the targeted sort field.
- sortMode(SortMode) - 类 中的方法org.elasticsearch.search.sort.GeoDistanceSortBuilder
-
Defines which distance to use for sorting in the case a document contains multiple geo points.
- sortMode() - 类 中的方法org.elasticsearch.search.sort.GeoDistanceSortBuilder
-
Returns which distance to use for sorting in the case a document contains multiple geo points.
- sortMode(SortMode) - 类 中的方法org.elasticsearch.search.sort.ScriptSortBuilder
-
Defines which distance to use for sorting in the case a document contains multiple values.
- sortMode() - 类 中的方法org.elasticsearch.search.sort.ScriptSortBuilder
-
Get the sort mode.
- SortMode - org.elasticsearch.search.sort中的枚举
-
Elasticsearch supports sorting by array or multi-valued fields.
- SORTMODE_FIELD - 类 中的静态变量org.elasticsearch.search.sort.ScriptSortBuilder
-
- sortNodeDecisions(List<NodeAllocationResult>) - 类 中的方法org.elasticsearch.cluster.routing.allocation.AbstractAllocationDecision
-
Sorts a list of node level decisions by the decision type, then by weight ranking, and finally by node id.
- SortOrder - org.elasticsearch.search.sort中的枚举
-
A sorting order.
- sorts(List<SortBuilder<?>>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
Adds a sort builder.
- sorts() - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
Gets the bytes representing the sort builders for this request.
- sorts() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Gets the bytes representing the sort builders for this request.
- sortValueFormats() - 类 中的方法org.elasticsearch.search.query.QuerySearchResult
-
- sortValues(Object[], DocValueFormat[]) - 类 中的方法org.elasticsearch.search.SearchHit
-
- sortValues(SearchSortValues) - 类 中的方法org.elasticsearch.search.SearchHit
-
- sortValues() - 类 中的方法org.elasticsearch.search.SearchSortValues
-
- source(Map<String, Object>) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
-
Parses repository definition.
- source(Map<String, Object>) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Parses snapshot definition.
- source(Map<String, Object>) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Parses restore definition
- source() - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequest
-
- source(String, XContentType) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Sets the settings and mappings as a single source.
- source(XContentBuilder) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Sets the settings and mappings as a single source.
- source(byte[], XContentType) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Sets the settings and mappings as a single source.
- source(byte[], int, int, XContentType) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Sets the settings and mappings as a single source.
- source(BytesReference, XContentType) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Sets the settings and mappings as a single source.
- source(Map<String, ?>) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Sets the settings and mappings as a single source.
- source() - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.PutMappingClusterStateUpdateRequest
-
- source(String) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.PutMappingClusterStateUpdateRequest
-
- source() - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
The mapping source definition.
- source(Object...) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
A specialized simplified mapping source method, takes the form of simple properties definition:
("field1", "type=string,store=true").
- source(XContentBuilder) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
The mapping source definition.
- source(Map) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
The mapping source definition.
- source(String, XContentType) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
The mapping source definition.
- source(BytesReference, XContentType) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
The mapping source definition.
- source(XContentBuilder) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
The template source definition.
- source(Map) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
The template source definition.
- source(String, XContentType) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
The template source definition.
- source(byte[], XContentType) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
The template source definition.
- source(byte[], int, int, XContentType) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
The template source definition.
- source(BytesReference, XContentType) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
The template source definition.
- source() - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
The source of the document to index, recopied to a new array if it is unsafe.
- source(Map) - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
- source(Map, XContentType) - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
Index the Map as the provided content type.
- source(String, XContentType) - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
Sets the document source to index.
- source(XContentBuilder) - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
Sets the content source to index.
- source(Object...) - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
Sets the content source to index using the default content type (
Requests.INDEX_CONTENT_TYPE)
Note: the number of objects passed to this method must be an even
number.
- source(XContentType, Object...) - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
Sets the content source to index.
- source(BytesReference, XContentType) - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
Sets the document to index in bytes form.
- source(byte[], XContentType) - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
Sets the document to index in bytes form.
- source(byte[], int, int, XContentType) - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
Sets the document to index in bytes form (assumed to be safe to be used from different
threads).
- source(SearchSourceBuilder) - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
The source of the search request.
- source() - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
The search source to execute.
- SOURCE - 类 中的静态变量org.elasticsearch.action.update.UpdateHelper.ContextFields
-
- source() - 类 中的方法org.elasticsearch.cluster.ClusterChangedEvent
-
The source that caused this cluster event to be raised.
- source() - 类 中的方法org.elasticsearch.cluster.metadata.MappingMetaData
-
- source - 类 中的变量org.elasticsearch.cluster.service.SourcePrioritizedRunnable
-
- source() - 类 中的方法org.elasticsearch.cluster.service.SourcePrioritizedRunnable
-
- source() - 类 中的方法org.elasticsearch.index.engine.Engine.Index
-
- source() - 类 中的方法org.elasticsearch.index.engine.Engine.Searcher
-
The source that caused this searcher to be acquired.
- source - 类 中的变量org.elasticsearch.index.fieldvisitor.FieldsVisitor
-
- source() - 类 中的方法org.elasticsearch.index.fieldvisitor.FieldsVisitor
-
- source() - 类 中的方法org.elasticsearch.index.get.GetResult
-
The source of the document if exists.
- source() - 类 中的方法org.elasticsearch.index.mapper.ParsedDocument
-
- source(String, String, String, BytesReference, XContentType) - 类 中的静态方法org.elasticsearch.index.mapper.SourceToParse
-
- source() - 类 中的方法org.elasticsearch.index.mapper.SourceToParse
-
- source() - 类 中的方法org.elasticsearch.index.query.WrapperQueryBuilder
-
- source() - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
-
The search used to find documents to process.
- source(String...) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
-
Set the source indices.
- source() - 类 中的方法org.elasticsearch.index.translog.Translog.Index
-
- Source(BytesReference, String, String) - 类 的构造器org.elasticsearch.index.translog.Translog.Source
-
- source - 类 中的变量org.elasticsearch.index.translog.Translog.Source
-
- source() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- source() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- source() - 类 中的方法org.elasticsearch.search.internal.ShardSearchLocalRequest
-
- source(SearchSourceBuilder) - 类 中的方法org.elasticsearch.search.internal.ShardSearchLocalRequest
-
- source() - 接口 中的方法org.elasticsearch.search.internal.ShardSearchRequest
-
- source(SearchSourceBuilder) - 接口 中的方法org.elasticsearch.search.internal.ShardSearchRequest
-
- source() - 类 中的方法org.elasticsearch.search.internal.ShardSearchTransportRequest
-
- source(SearchSourceBuilder) - 类 中的方法org.elasticsearch.search.internal.ShardSearchTransportRequest
-
- source() - 类 中的方法org.elasticsearch.search.lookup.LeafSearchLookup
-
- source() - 类 中的方法org.elasticsearch.search.lookup.SearchLookup
-
- source() - 类 中的方法org.elasticsearch.search.lookup.SourceLookup
-
- SOURCE_PARSE_FIELD - 类 中的静态变量org.elasticsearch.script.Script
-
Standard
ParseField for source on the inner level.
- SOURCE_PARSE_FIELD - 类 中的静态变量org.elasticsearch.script.StoredScriptSource
-
Standard
ParseField for source on the inner level.
- sourceAsMap() - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsResponse.FieldMappingMetaData
-
Returns the mappings as a map.
- sourceAsMap() - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
- sourceAsMap() - 类 中的方法org.elasticsearch.cluster.metadata.MappingMetaData
-
Converts the serialized compressed form of the mappings into a parsed map.
- sourceAsMap() - 类 中的方法org.elasticsearch.index.get.GetResult
-
The source of the document (As a map).
- sourceAsMap(BytesReference) - 类 中的静态方法org.elasticsearch.search.lookup.SourceLookup
-
- sourceAsMapAndType(BytesReference) - 类 中的静态方法org.elasticsearch.search.lookup.SourceLookup
-
- sourceAsString() - 类 中的方法org.elasticsearch.index.get.GetResult
-
The source of the document (as a string).
- sourceContentType() - 类 中的方法org.elasticsearch.search.lookup.SourceLookup
-
- SourceFieldMapper - org.elasticsearch.index.mapper中的类
-
- SourceFieldMapper.Builder - org.elasticsearch.index.mapper中的类
-
- SourceFieldMapper.Defaults - org.elasticsearch.index.mapper中的类
-
- SourceFieldMapper.TypeParser - org.elasticsearch.index.mapper中的类
-
- sourceFieldNames(List<String>) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregationBuilder
-
Selects the fields to load from _source JSON and analyze.
- SourceLookup - org.elasticsearch.search.lookup中的类
-
- SourceLookup() - 类 的构造器org.elasticsearch.search.lookup.SourceLookup
-
- sourceMapper() - 类 中的方法org.elasticsearch.index.mapper.DocumentMapper
-
- sourceMetaSnapshot() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryCleanFilesRequest
-
- sourceNode() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryTarget
-
- sourceNode() - 类 中的方法org.elasticsearch.indices.recovery.StartRecoveryRequest
-
- SourcePrioritizedRunnable - org.elasticsearch.cluster.service中的类
-
PrioritizedRunnable that also has a source string
- SourcePrioritizedRunnable(Priority, String) - 类 的构造器org.elasticsearch.cluster.service.SourcePrioritizedRunnable
-
- SourceProvider - org.elasticsearch.common.inject.internal中的类
-
Provides access to the calling line of code.
- SourceProvider() - 类 的构造器org.elasticsearch.common.inject.internal.SourceProvider
-
- sourceRef() - 类 中的方法org.elasticsearch.index.get.GetResult
-
Returns bytes reference, also un compress the source if needed.
- sourceRef(BytesReference) - 类 中的方法org.elasticsearch.search.SearchHit
-
Sets representation, might be compressed....
- sourceRequested() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- sourceRequested() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
A shortcut function to see whether there is a fetchSourceContext and it says the source is requested.
- sourceRequested() - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- sources() - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationBuilder
-
- SOURCES_FIELD_NAME - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationBuilder
-
- SourceScoreOrderFragmentsBuilder - org.elasticsearch.search.fetch.subphase.highlight中的类
-
- SourceScoreOrderFragmentsBuilder(FieldMapper, SearchContext, String[], String[], BoundaryScanner) - 类 的构造器org.elasticsearch.search.fetch.subphase.highlight.SourceScoreOrderFragmentsBuilder
-
- SourceSimpleFragmentsBuilder - org.elasticsearch.search.fetch.subphase.highlight中的类
-
- SourceSimpleFragmentsBuilder(FieldMapper, SearchContext, String[], String[], BoundaryScanner) - 类 的构造器org.elasticsearch.search.fetch.subphase.highlight.SourceSimpleFragmentsBuilder
-
- sourceThrottleTimeInNanos() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryFileChunkRequest
-
- sourceThrottling() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Index
-
- sourceToParse() - 类 中的方法org.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- sourceToParse() - 类 中的方法org.elasticsearch.index.mapper.ParseContext
-
- SourceToParse - org.elasticsearch.index.mapper中的类
-
- SourceToParse.Origin - org.elasticsearch.index.mapper中的枚举
-
- SPACE - 类 中的静态变量org.elasticsearch.common.logging.Loggers
-
- spaceify(int, String, StringBuilder) - 类 中的静态方法org.elasticsearch.common.Strings
-
- spanContainingQuery(SpanQueryBuilder, SpanQueryBuilder) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
Creates a new span_containing builder.
- SpanContainingQueryBuilder - org.elasticsearch.index.query中的类
-
Builder for SpanContainingQuery.
- SpanContainingQueryBuilder(SpanQueryBuilder, SpanQueryBuilder) - 类 的构造器org.elasticsearch.index.query.SpanContainingQueryBuilder
-
- SpanContainingQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.SpanContainingQueryBuilder
-
Read from a stream.
- spanFirstQuery(SpanQueryBuilder, int) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
- SpanFirstQueryBuilder - org.elasticsearch.index.query中的类
-
- SpanFirstQueryBuilder(SpanQueryBuilder, int) - 类 的构造器org.elasticsearch.index.query.SpanFirstQueryBuilder
-
Query that matches spans queries defined in matchBuilder
whose end position is less than or equal to end.
- SpanFirstQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.SpanFirstQueryBuilder
-
Read from a stream.
- SpanishAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
- SpanishAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.SpanishAnalyzerProvider
-
- spanMultiTermQueryBuilder(MultiTermQueryBuilder) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
- SpanMultiTermQueryBuilder - org.elasticsearch.index.query中的类
-
- SpanMultiTermQueryBuilder(MultiTermQueryBuilder) - 类 的构造器org.elasticsearch.index.query.SpanMultiTermQueryBuilder
-
- SpanMultiTermQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.SpanMultiTermQueryBuilder
-
Read from a stream.
- spanNearQuery(SpanQueryBuilder, int) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
- SpanNearQueryBuilder - org.elasticsearch.index.query中的类
-
Matches spans which are near one another.
- SpanNearQueryBuilder(SpanQueryBuilder, int) - 类 的构造器org.elasticsearch.index.query.SpanNearQueryBuilder
-
- SpanNearQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.SpanNearQueryBuilder
-
Read from a stream.
- spanNotQuery(SpanQueryBuilder, SpanQueryBuilder) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
- SpanNotQueryBuilder - org.elasticsearch.index.query中的类
-
- SpanNotQueryBuilder(SpanQueryBuilder, SpanQueryBuilder) - 类 的构造器org.elasticsearch.index.query.SpanNotQueryBuilder
-
Construct a span query matching spans from include which
have no overlap with spans from exclude.
- SpanNotQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.SpanNotQueryBuilder
-
Read from a stream.
- spanOrQuery(SpanQueryBuilder) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
- SpanOrQueryBuilder - org.elasticsearch.index.query中的类
-
Span query that matches the union of its clauses.
- SpanOrQueryBuilder(SpanQueryBuilder) - 类 的构造器org.elasticsearch.index.query.SpanOrQueryBuilder
-
- SpanOrQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.SpanOrQueryBuilder
-
Read from a stream.
- SpanQueryBuilder - org.elasticsearch.index.query中的接口
-
Marker interface for a specific type of
QueryBuilder that allows to build span queries
- spanTermQuery(String, String) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
- spanTermQuery(String, int) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
- spanTermQuery(String, long) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
- spanTermQuery(String, float) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
- spanTermQuery(String, double) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
- SpanTermQueryBuilder - org.elasticsearch.index.query中的类
-
A Span Query that matches documents containing a term.
- SpanTermQueryBuilder(String, String) - 类 的构造器org.elasticsearch.index.query.SpanTermQueryBuilder
-
- SpanTermQueryBuilder(String, int) - 类 的构造器org.elasticsearch.index.query.SpanTermQueryBuilder
-
- SpanTermQueryBuilder(String, long) - 类 的构造器org.elasticsearch.index.query.SpanTermQueryBuilder
-
- SpanTermQueryBuilder(String, float) - 类 的构造器org.elasticsearch.index.query.SpanTermQueryBuilder
-
- SpanTermQueryBuilder(String, double) - 类 的构造器org.elasticsearch.index.query.SpanTermQueryBuilder
-
- SpanTermQueryBuilder(String, Object) - 类 的构造器org.elasticsearch.index.query.SpanTermQueryBuilder
-
- SpanTermQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.SpanTermQueryBuilder
-
Read from a stream.
- spanWithinQuery(SpanQueryBuilder, SpanQueryBuilder) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
Creates a new span_within builder.
- SpanWithinQueryBuilder - org.elasticsearch.index.query中的类
-
Builder for SpanWithinQuery.
- SpanWithinQueryBuilder(SpanQueryBuilder, SpanQueryBuilder) - 类 的构造器org.elasticsearch.index.query.SpanWithinQueryBuilder
-
Query that returns spans from little that are contained in a spans from big.
- SpanWithinQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.SpanWithinQueryBuilder
-
Read from a stream.
- spare - 类 中的变量org.elasticsearch.search.suggest.phrase.WordScorer
-
- SPATIAL4J_AVAILABLE - 类 中的静态变量org.elasticsearch.common.geo.ShapesAvailability
-
- SPATIAL_CONTEXT - 类 中的静态变量org.elasticsearch.common.geo.builders.ShapeBuilder
-
- SpatialStrategy - org.elasticsearch.common.geo中的枚举
-
- SpecialPermission - org.elasticsearch中的类
-
Elasticsearch-specific permission to check before entering
AccessController.doPrivileged() blocks.
- SpecialPermission() - 类 的构造器org.elasticsearch.SpecialPermission
-
Creates a new SpecialPermision object.
- SpecialPermission(String, String) - 类 的构造器org.elasticsearch.SpecialPermission
-
Creates a new SpecialPermission object.
- split(String, String) - 类 中的静态方法org.elasticsearch.common.Strings
-
Split a String at the first occurrence of the delimiter.
- splitOnWhitespace(boolean) - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
已过时。
- splitOnWhitespace() - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
已过时。
- splitSmart(String, String, boolean) - 类 中的静态方法org.elasticsearch.common.Strings
-
Splits a backslash escaped string on the separator.
- splitStringByCommaToArray(String) - 类 中的静态方法org.elasticsearch.common.Strings
-
- splitStringByCommaToSet(String) - 类 中的静态方法org.elasticsearch.common.Strings
-
- splitStringToSet(String, char) - 类 中的静态方法org.elasticsearch.common.Strings
-
A convenience method for splitting a delimited string into
a set and trimming leading and trailing whitespace from all
split strings.
- stack - 类 中的变量org.elasticsearch.search.profile.AbstractInternalProfileTree
-
A temporary stack used to record where we are in the dependency tree.
- stackTrace(Throwable) - 类 中的静态方法org.elasticsearch.ExceptionsHelper
-
- StackTraceElements - org.elasticsearch.common.inject.internal中的类
-
Creates stack trace elements for members.
- StackTraceElements() - 类 的构造器org.elasticsearch.common.inject.internal.StackTraceElements
-
- Stage - org.elasticsearch.common.inject中的枚举
-
The stage we're running in.
- stage() - 类 中的方法org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Returns current snapshot stage
- stage() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryTarget
-
- StaleShard - org.elasticsearch.cluster.routing.allocation中的类
-
A class that represents a stale shard copy.
- StaleShard(ShardId, String) - 类 的构造器org.elasticsearch.cluster.routing.allocation.StaleShard
-
- STANDARD - 类 中的静态变量org.elasticsearch.script.ClassPermission
-
- STANDARD_ANALYZER - 类 中的静态变量org.elasticsearch.common.lucene.Lucene
-
- STANDARD_CLASSES - 类 中的静态变量org.elasticsearch.script.ClassPermission
-
Typical set of classes for scripting: basic data types, math, dates, and simple collections
- StandardAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
- StandardAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.StandardAnalyzerProvider
-
- StandardHtmlStripAnalyzer - org.elasticsearch.index.analysis中的类
-
- StandardHtmlStripAnalyzer() - 类 的构造器org.elasticsearch.index.analysis.StandardHtmlStripAnalyzer
-
- StandardHtmlStripAnalyzer(CharArraySet) - 类 的构造器org.elasticsearch.index.analysis.StandardHtmlStripAnalyzer
-
- StandardHtmlStripAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
- StandardHtmlStripAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.StandardHtmlStripAnalyzerProvider
-
- StandardTokenFilterFactory - org.elasticsearch.index.analysis中的类
-
- StandardTokenFilterFactory(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.StandardTokenFilterFactory
-
- StandardTokenizerFactory - org.elasticsearch.index.analysis中的类
-
- StandardTokenizerFactory(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.StandardTokenizerFactory
-
- start() - 类 中的方法org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.AsyncAction
-
- start() - 类 中的方法org.elasticsearch.action.support.broadcast.TransportBroadcastAction.AsyncBroadcastAction
-
- start() - 类 中的方法org.elasticsearch.common.component.AbstractLifecycleComponent
-
- start() - 接口 中的方法org.elasticsearch.common.component.LifecycleComponent
-
- start() - 类 中的方法org.elasticsearch.common.StopWatch
-
Start an unnamed task.
- start(String) - 类 中的方法org.elasticsearch.common.StopWatch
-
Start a named task.
- start() - 类 中的方法org.elasticsearch.discovery.zen.UnicastZenPing
-
- start() - 接口 中的方法org.elasticsearch.discovery.zen.ZenPing
-
- start(Consumer<ScrollableHitSource.Response>) - 类 中的方法org.elasticsearch.index.reindex.ScrollableHitSource
-
- start() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Timer
-
- start() - 类 中的方法org.elasticsearch.node.Node
-
Start the node.
- start() - 类 中的方法org.elasticsearch.search.profile.Timer
-
Start the timer.
- START_RECOVERY - 类 中的静态变量org.elasticsearch.indices.recovery.PeerRecoverySourceService.Actions
-
- startArray() - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- startArray(String) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- startConstruction() - 类 中的方法org.elasticsearch.common.inject.internal.ConstructionContext
-
- started() - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
The shard is in started mode.
- started() - 类 中的方法org.elasticsearch.common.component.Lifecycle
-
Returns true if the state is started.
- startedPrimaryReinitialized(ShardRouting, ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingNodesChangedObserver
-
- startedPrimaryReinitialized(ShardRouting, ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.RoutingChangesObserver.AbstractRoutingChangesObserver
-
- startedPrimaryReinitialized(ShardRouting, ShardRouting) - 类 中的方法org.elasticsearch.cluster.routing.RoutingChangesObserver.DelegatingRoutingChangesObserver
-
- startedPrimaryReinitialized(ShardRouting, ShardRouting) - 接口 中的方法org.elasticsearch.cluster.routing.RoutingChangesObserver
-
Called on started primary shard after it has been promoted from replica to primary and is reinitialized due to shadow replicas.
- startElectionContext() - 类 中的方法org.elasticsearch.discovery.zen.NodeJoinController
-
Accumulates any future incoming join request.
- startHeaders() - 类 中的方法org.elasticsearch.common.Table
-
- startHeadersWithTimestamp() - 类 中的方法org.elasticsearch.common.Table
-
- startingSeqNo() - 类 中的方法org.elasticsearch.indices.recovery.StartRecoveryRequest
-
- startInitialJoin() - 接口 中的方法org.elasticsearch.discovery.Discovery
-
Triggers the first join cycle
- startInitialJoin() - 类 中的方法org.elasticsearch.discovery.single.SingleNodeDiscovery
-
- startInitialJoin() - 类 中的方法org.elasticsearch.discovery.zen.ZenDiscovery
-
- startNanoTime - 类 中的变量org.elasticsearch.indices.recovery.RecoveryState.Timer
-
- startNewSequence() - 类 中的方法org.apache.lucene.analysis.miscellaneous.DuplicateByteSequenceSpotter
-
Reset the sequence detection logic to avoid any continuation of the
immediately previous bytes.
- startNextScroll(TimeValue, Consumer<ScrollableHitSource.Response>) - 类 中的方法org.elasticsearch.index.reindex.ScrollableHitSource
-
- startObject() - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- startObject(String) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- startRecovery(RecoveryState, PeerRecoveryTargetService, PeerRecoveryTargetService.RecoveryListener, RepositoriesService, BiConsumer<String, MappingMetaData>, IndicesService) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- startRecovery(IndexShard, DiscoveryNode, PeerRecoveryTargetService.RecoveryListener) - 类 中的方法org.elasticsearch.indices.recovery.PeerRecoveryTargetService
-
- startRecovery(IndexShard, DiscoveryNode, PeerRecoveryTargetService.RecoveryListener, TimeValue) - 类 中的方法org.elasticsearch.indices.recovery.RecoveriesCollection
-
Starts are new recovery for the given shard, source node and state
- StartRecoveryRequest - org.elasticsearch.indices.recovery中的类
-
Represents a request for starting a peer recovery.
- StartRecoveryRequest() - 类 的构造器org.elasticsearch.indices.recovery.StartRecoveryRequest
-
- StartRecoveryRequest(ShardId, String, DiscoveryNode, DiscoveryNode, Store.MetadataSnapshot, boolean, long, long) - 类 的构造器org.elasticsearch.indices.recovery.StartRecoveryRequest
-
Construct a request for starting a peer recovery.
- startRelocationHandoff() - 类 中的方法org.elasticsearch.index.seqno.GlobalCheckpointTracker
-
Initiates a relocation handoff and returns the corresponding primary context.
- startRelocationHandoff() - 类 中的方法org.elasticsearch.index.seqno.SequenceNumbersService
-
Get the primary context for the shard.
- startRewriteTime() - 类 中的方法org.elasticsearch.search.profile.query.QueryProfiler
-
Begin timing the rewrite phase of a request.
- startRow() - 类 中的方法org.elasticsearch.common.Table
-
- startShard(Logger, ShardRouting, RoutingChangesObserver) - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes
-
Applies the relevant logic to start an initializing shard.
- startTerm(BytesRef) - 类 中的方法org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester.XBuilder
-
- startTime() - 类 中的方法org.elasticsearch.cluster.SnapshotsInProgress.Entry
-
- startTime() - 类 中的方法org.elasticsearch.index.engine.Engine.Operation
-
Returns operation start time in nanoseconds.
- startTime() - 类 中的方法org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot
-
Returns snapshot start time
- startTime() - 类 中的方法org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Returns snapshot start time
- startTime(long) - 类 中的方法org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Sets snapshot start time
- startTime - 类 中的变量org.elasticsearch.indices.recovery.RecoveryState.Timer
-
- startTime() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Timer
-
Returns start time in millis
- startTime() - 类 中的方法org.elasticsearch.snapshots.SnapshotInfo
-
Returns time when snapshot started; a value of
0L will be returned if
SnapshotInfo.state() returns
null.
- startVerification() - 类 中的方法org.elasticsearch.repositories.blobstore.BlobStoreRepository
-
- startVerification() - 接口 中的方法org.elasticsearch.repositories.Repository
-
Verifies repository on the master node and returns the verification token.
- stashAndMergeHeaders(Map<String, String>) - 类 中的方法org.elasticsearch.common.util.concurrent.ThreadContext
-
Removes the current context and resets a new context that contains a merge of the current headers and the given headers.
- stashContext() - 类 中的方法org.elasticsearch.common.util.concurrent.ThreadContext
-
Removes the current context and resets a default context.
- state(IndexMetaData.State) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
-
- state() - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
-
- state(ClusterStateRequest) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
The state of the cluster.
- state(ClusterStateRequest, ActionListener<ClusterStateResponse>) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
The state of the cluster.
- state() - 类 中的方法org.elasticsearch.cluster.ClusterChangedEvent
-
The new cluster state that caused this change event.
- state(IndexMetaData.State) - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- state() - 类 中的方法org.elasticsearch.cluster.RestoreInProgress.Entry
-
Returns current restore state
- state() - 类 中的方法org.elasticsearch.cluster.RestoreInProgress.ShardRestoreStatus
-
Returns current state
- state() - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
The shard state.
- state() - 类 中的方法org.elasticsearch.cluster.service.ClusterApplierService
-
The current cluster state.
- state() - 类 中的方法org.elasticsearch.cluster.service.ClusterService
-
The currently applied cluster state.
- state() - 类 中的方法org.elasticsearch.cluster.SnapshotsInProgress.Entry
-
- state() - 类 中的方法org.elasticsearch.cluster.SnapshotsInProgress.ShardSnapshotStatus
-
- state() - 类 中的方法org.elasticsearch.common.component.Lifecycle
-
- state - 类 中的变量org.elasticsearch.index.shard.IndexShard
-
- state() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- state() - 接口 中的方法org.elasticsearch.indices.cluster.IndicesClusterStateService.Shard
-
Returns the latest internal shard state.
- state() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryTarget
-
- state() - 类 中的方法org.elasticsearch.snapshots.SnapshotInfo
-
Returns snapshot state; null if the state is unknown.
- STATE_DIR_NAME - 类 中的静态变量org.elasticsearch.gateway.MetaDataStateFormat
-
- STATE_FILE_EXTENSION - 类 中的静态变量org.elasticsearch.gateway.MetaDataStateFormat
-
- STATE_NOT_RECOVERED_BLOCK - 类 中的静态变量org.elasticsearch.gateway.GatewayService
-
- statefulFactoryClazz - 类 中的变量org.elasticsearch.script.ScriptContext
-
A factory class for construct script instances.
- states - 类 中的变量org.elasticsearch.search.aggregations.metrics.percentiles.hdr.AbstractHDRPercentilesAggregator
-
- states - 类 中的变量org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.AbstractTDigestPercentilesAggregator
-
- stateUUID(String) - 类 中的方法org.elasticsearch.cluster.ClusterState.Builder
-
- stateUUID() - 类 中的方法org.elasticsearch.cluster.ClusterState
-
This stateUUID is automatically generated for for each version of cluster state.
- StaticInjectionRequest - org.elasticsearch.common.inject.spi中的类
-
A request to inject the static fields and methods of a type.
- Stats(long, long, ByteSizeValue) - 类 的构造器org.elasticsearch.action.admin.indices.rollover.Condition.Stats
-
- stats(IndicesStatsRequest) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Indices stats.
- stats(IndicesStatsRequest, ActionListener<IndicesStatsResponse>) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Indices stats.
- stats() - 类 中的方法org.elasticsearch.common.cache.Cache
-
The cache statistics tracking hits, misses and evictions.
- stats() - 接口 中的方法org.elasticsearch.discovery.Discovery
-
- stats() - 类 中的方法org.elasticsearch.discovery.single.SingleNodeDiscovery
-
- stats() - 类 中的方法org.elasticsearch.discovery.zen.PendingClusterStatesQueue
-
- stats() - 类 中的方法org.elasticsearch.discovery.zen.PublishClusterStateAction
-
- stats() - 类 中的方法org.elasticsearch.discovery.zen.ZenDiscovery
-
- stats() - 接口 中的方法org.elasticsearch.http.HttpServerTransport
-
- stats() - 类 中的方法org.elasticsearch.index.cache.request.ShardRequestCache
-
- stats(String...) - 类 中的方法org.elasticsearch.index.fielddata.ShardFieldData
-
- stats() - 类 中的方法org.elasticsearch.index.get.ShardGetService
-
- Stats(long, long, long, long, long, long, long, long, long, long, long, long) - 类 的构造器org.elasticsearch.index.search.stats.SearchStats.Stats
-
- Stats(SearchStats.Stats) - 类 的构造器org.elasticsearch.index.search.stats.SearchStats.Stats
-
- stats(String...) - 类 中的方法org.elasticsearch.index.search.stats.ShardSearchStats
-
Returns the stats, including group specific stats.
- stats() - 类 中的方法org.elasticsearch.index.seqno.SequenceNumbersService
-
The current sequence number stats.
- Stats(long, long, long, long, long, long, long, long, boolean, long) - 类 的构造器org.elasticsearch.index.shard.IndexingStats.Stats
-
- stats() - 类 中的方法org.elasticsearch.index.store.Store
-
- stats() - 类 中的方法org.elasticsearch.index.translog.Translog
-
return stats
- stats() - 类 中的方法org.elasticsearch.index.warmer.ShardIndexWarmerService
-
- stats() - 类 中的方法org.elasticsearch.indices.breaker.CircuitBreakerService
-
- stats(String) - 类 中的方法org.elasticsearch.indices.breaker.CircuitBreakerService
-
- stats() - 类 中的方法org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
-
- stats(String) - 类 中的方法org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
-
- stats() - 类 中的方法org.elasticsearch.indices.breaker.NoneCircuitBreakerService
-
- stats(String) - 类 中的方法org.elasticsearch.indices.breaker.NoneCircuitBreakerService
-
- stats(boolean) - 类 中的方法org.elasticsearch.indices.IndicesService
-
Returns the node stats indices stats.
- stats(boolean, CommonStatsFlags) - 类 中的方法org.elasticsearch.indices.IndicesService
-
- Stats(long, long, long, long) - 类 的构造器org.elasticsearch.ingest.IngestStats.Stats
-
- Stats(StreamInput) - 类 的构造器org.elasticsearch.ingest.IngestStats.Stats
-
Read from a stream.
- stats() - 类 中的方法org.elasticsearch.ingest.PipelineExecutionService
-
- stats(FsInfo, ClusterInfo) - 类 中的方法org.elasticsearch.monitor.fs.FsProbe
-
- stats() - 类 中的方法org.elasticsearch.monitor.fs.FsService
-
- stats() - 类 中的方法org.elasticsearch.monitor.jvm.JvmService
-
- stats() - 类 中的方法org.elasticsearch.monitor.os.OsService
-
- stats() - 类 中的方法org.elasticsearch.monitor.process.ProcessService
-
- stats(CommonStatsFlags, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - 类 中的方法org.elasticsearch.node.NodeService
-
- stats() - 类 中的方法org.elasticsearch.script.ScriptMetrics
-
- stats() - 类 中的方法org.elasticsearch.script.ScriptService
-
- stats(String) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
Stats aggregation with the given name.
- Stats - org.elasticsearch.search.aggregations.metrics.stats中的接口
-
Statistics over a set of values (either aggregated over field data or scripts)
- stats(List<String>) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
The stats groups this request will be aggregated under.
- stats() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
The stats groups this request will be aggregated under.
- stats() - 类 中的方法org.elasticsearch.threadpool.ThreadPool
-
- Stats(String, int, int, int, long, int, long) - 类 的构造器org.elasticsearch.threadpool.ThreadPoolStats.Stats
-
- Stats(StreamInput) - 类 的构造器org.elasticsearch.threadpool.ThreadPoolStats.Stats
-
- stats() - 类 中的方法org.elasticsearch.transport.TransportService
-
- STATS_FIELD - 类 中的静态变量org.elasticsearch.search.builder.SearchSourceBuilder
-
- StatsAggregationBuilder - org.elasticsearch.search.aggregations.metrics.stats中的类
-
- StatsAggregationBuilder(String) - 类 的构造器org.elasticsearch.search.aggregations.metrics.stats.StatsAggregationBuilder
-
- StatsAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.stats.StatsAggregationBuilder
-
Read from a stream.
- StatsAggregator - org.elasticsearch.search.aggregations.metrics.stats中的类
-
- StatsAggregator(String, ValuesSource.Numeric, DocValueFormat, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.stats.StatsAggregator
-
- StatsAggregatorFactory - org.elasticsearch.search.aggregations.metrics.stats中的类
-
- StatsAggregatorFactory(String, ValuesSourceConfig<ValuesSource.Numeric>, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.stats.StatsAggregatorFactory
-
- StatsBucket - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats中的接口
-
Statistics over a set of buckets
- statsBucket(String, String) - 类 中的静态方法org.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilders
-
- StatsBucketPipelineAggregationBuilder - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats中的类
-
- StatsBucketPipelineAggregationBuilder(String, String) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregationBuilder
-
- StatsBucketPipelineAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregationBuilder
-
Read from a stream.
- StatsBucketPipelineAggregator - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats中的类
-
- StatsBucketPipelineAggregator(String, String[], BucketHelpers.GapPolicy, DocValueFormat, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregator
-
- StatsBucketPipelineAggregator(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregator
-
- status() - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- status() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotResponse
-
- status() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotResponse
-
- status() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.NodeSnapshotStatus
-
- status() - 类 中的方法org.elasticsearch.action.bulk.BulkItemResponse
-
- status() - 类 中的方法org.elasticsearch.action.bulk.BulkResponse
-
- status() - 类 中的方法org.elasticsearch.action.delete.DeleteResponse
-
- status() - 类 中的方法org.elasticsearch.action.DocWriteResponse
-
returns the rest status for this response (based on ShardInfo#status()
- status() - 类 中的方法org.elasticsearch.action.index.IndexResponse
-
- status() - 类 中的方法org.elasticsearch.action.ingest.GetPipelineResponse
-
- status() - 异常错误 中的方法org.elasticsearch.action.NoShardAvailableActionException
-
- status() - 异常错误 中的方法org.elasticsearch.action.RoutingMissingException
-
- status() - 类 中的方法org.elasticsearch.action.search.ClearScrollResponse
-
- status() - 异常错误 中的方法org.elasticsearch.action.search.SearchPhaseExecutionException
-
- status() - 类 中的方法org.elasticsearch.action.search.SearchResponse
-
- status() - 类 中的方法org.elasticsearch.action.search.ShardSearchFailure
-
- status() - 接口 中的方法org.elasticsearch.action.ShardOperationFailedException
-
The status of the failure.
- status() - 类 中的方法org.elasticsearch.action.support.DefaultShardOperationFailedException
-
- status() - 类 中的方法org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo.Failure
-
- status() - 类 中的方法org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo
-
- Status(String) - 类 的构造器org.elasticsearch.action.support.replication.ReplicationTask.Status
-
- Status(StreamInput) - 类 的构造器org.elasticsearch.action.support.replication.ReplicationTask.Status
-
- status() - 异常错误 中的方法org.elasticsearch.action.UnavailableShardsException
-
- status() - 类 中的方法org.elasticsearch.action.update.UpdateResponse
-
- status() - 异常错误 中的方法org.elasticsearch.client.transport.NoNodeAvailableException
-
- status() - 类 中的方法org.elasticsearch.cluster.block.ClusterBlock
-
- status() - 异常错误 中的方法org.elasticsearch.cluster.block.ClusterBlockException
-
- status() - 异常错误 中的方法org.elasticsearch.cluster.metadata.ProcessClusterEventTimeoutException
-
- status() - 异常错误 中的方法org.elasticsearch.common.breaker.CircuitBreakingException
-
- status() - 异常错误 中的方法org.elasticsearch.common.io.stream.NotSerializableExceptionWrapper
-
- status() - 异常错误 中的方法org.elasticsearch.common.ParsingException
-
- status() - 异常错误 中的方法org.elasticsearch.common.util.concurrent.EsRejectedExecutionException
-
- status() - 接口 中的方法org.elasticsearch.common.xcontent.StatusToXContentObject
-
Returns the REST status to make sure it is returned correctly
- status() - 异常错误 中的方法org.elasticsearch.discovery.MasterNotDiscoveredException
-
- status() - 异常错误 中的方法org.elasticsearch.ElasticsearchException
-
Returns the rest status code associated with this exception.
- status() - 异常错误 中的方法org.elasticsearch.ElasticsearchParseException
-
- status() - 异常错误 中的方法org.elasticsearch.ElasticsearchStatusException
-
- status(Throwable) - 类 中的静态方法org.elasticsearch.ExceptionsHelper
-
- status() - 异常错误 中的方法org.elasticsearch.index.engine.DocumentMissingException
-
- status() - 异常错误 中的方法org.elasticsearch.index.engine.DocumentSourceMissingException
-
- status() - 异常错误 中的方法org.elasticsearch.index.engine.VersionConflictEngineException
-
- status() - 异常错误 中的方法org.elasticsearch.index.mapper.MapperParsingException
-
- status() - 异常错误 中的方法org.elasticsearch.index.mapper.StrictDynamicMappingException
-
- status() - 异常错误 中的方法org.elasticsearch.index.query.QueryShardException
-
- Status(Integer, long, long, long, long, int, long, long, long, long, TimeValue, float, String, TimeValue) - 类 的构造器org.elasticsearch.index.reindex.BulkByScrollTask.Status
-
- Status(List<BulkByScrollTask.StatusOrException>, String) - 类 的构造器org.elasticsearch.index.reindex.BulkByScrollTask.Status
-
Constructor merging many statuses.
- Status(StreamInput) - 类 的构造器org.elasticsearch.index.reindex.BulkByScrollTask.Status
-
- status() - 异常错误 中的方法org.elasticsearch.index.shard.IllegalIndexShardStateException
-
- Status(StreamInput) - 类 的构造器org.elasticsearch.index.shard.PrimaryReplicaSyncer.ResyncTask.Status
-
- Status(String, int, int, int) - 类 的构造器org.elasticsearch.index.shard.PrimaryReplicaSyncer.ResyncTask.Status
-
- status() - 异常错误 中的方法org.elasticsearch.indices.IndexClosedException
-
- status() - 异常错误 中的方法org.elasticsearch.indices.IndexPrimaryShardNotAllocatedException
-
- status() - 异常错误 中的方法org.elasticsearch.indices.IndexTemplateMissingException
-
- status() - 异常错误 中的方法org.elasticsearch.indices.InvalidAliasNameException
-
- status() - 异常错误 中的方法org.elasticsearch.indices.InvalidIndexNameException
-
- status() - 异常错误 中的方法org.elasticsearch.indices.InvalidIndexTemplateException
-
- status() - 异常错误 中的方法org.elasticsearch.indices.InvalidTypeNameException
-
- status() - 异常错误 中的方法org.elasticsearch.indices.TypeMissingException
-
- status() - 异常错误 中的方法org.elasticsearch.repositories.RepositoryMissingException
-
- status() - 异常错误 中的方法org.elasticsearch.repositories.RepositoryVerificationException
-
- status() - 异常错误 中的方法org.elasticsearch.ResourceAlreadyExistsException
-
- status() - 异常错误 中的方法org.elasticsearch.ResourceNotFoundException
-
- status() - 类 中的方法org.elasticsearch.rest.BytesRestResponse
-
- status() - 类 中的方法org.elasticsearch.rest.RestResponse
-
The rest status code.
- status(int, int, ShardOperationFailedException...) - 枚举 中的静态方法org.elasticsearch.rest.RestStatus
-
- status() - 异常错误 中的方法org.elasticsearch.search.SearchContextMissingException
-
- status() - 异常错误 中的方法org.elasticsearch.search.SearchParseException
-
- status() - 异常错误 中的方法org.elasticsearch.snapshots.ConcurrentSnapshotExecutionException
-
- status() - 异常错误 中的方法org.elasticsearch.snapshots.InvalidSnapshotNameException
-
- status() - 类 中的方法org.elasticsearch.snapshots.RestoreInfo
-
REST status of the operation
- status() - 类 中的方法org.elasticsearch.snapshots.SnapshotInfo
-
Returns snapshot REST status
- status() - 异常错误 中的方法org.elasticsearch.snapshots.SnapshotMissingException
-
- status() - 类 中的方法org.elasticsearch.snapshots.SnapshotShardFailure
-
Returns REST status corresponding to this failure
- status() - 类 中的方法org.elasticsearch.snapshots.SnapshotShardsService.UpdateIndexShardSnapshotStatusRequest
-
- status() - 异常错误 中的方法org.elasticsearch.transport.TcpTransport.HttpOnTransportException
-
- STATUS_SIZE - 类 中的静态变量org.elasticsearch.transport.TcpHeader
-
- StatusOrException(BulkByScrollTask.Status) - 类 的构造器org.elasticsearch.index.reindex.BulkByScrollTask.StatusOrException
-
- StatusOrException(Exception) - 类 的构造器org.elasticsearch.index.reindex.BulkByScrollTask.StatusOrException
-
- StatusOrException(StreamInput) - 类 的构造器org.elasticsearch.index.reindex.BulkByScrollTask.StatusOrException
-
Read from a stream.
- StatusToXContentObject - org.elasticsearch.common.xcontent中的接口
-
Objects that can both render themselves in as json/yaml/etc and can provide a
RestStatus for their response.
- stay(Decision) - 类 中的静态方法org.elasticsearch.cluster.routing.allocation.MoveDecision
-
Creates a move decision for the shard being able to remain on its current node, so the shard won't
be forced to move to another node.
- stdDeviation - 类 中的变量org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
-
- stdDeviationBoundLower - 类 中的变量org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
-
- stdDeviationBoundUpper - 类 中的变量org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
-
- stop() - 类 中的方法org.elasticsearch.common.component.AbstractLifecycleComponent
-
- stop() - 接口 中的方法org.elasticsearch.common.component.LifecycleComponent
-
- stop() - 类 中的方法org.elasticsearch.common.StopWatch
-
Stop the current task.
- stop(String) - 类 中的方法org.elasticsearch.discovery.zen.MasterFaultDetection
-
- stop() - 类 中的方法org.elasticsearch.discovery.zen.NodesFaultDetection
-
stops all pinging
- stop() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Timer
-
- stop() - 类 中的方法org.elasticsearch.search.profile.Timer
-
Stop the timer.
- stop() - 类 中的方法org.elasticsearch.watcher.WatcherHandle
-
- StopAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
- StopAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.StopAnalyzerProvider
-
- stopAndAddRewriteTime() - 类 中的方法org.elasticsearch.search.profile.query.QueryProfiler
-
Stop recording the current rewrite and add it's time to the total tally, returning the
cumulative time so far.
- stopElectionContext(String) - 类 中的方法org.elasticsearch.discovery.zen.NodeJoinController
-
Stopped accumulating joins.
- stopInternal() - 类 中的方法org.elasticsearch.transport.TcpTransport
-
Called to tear down internal resources
- stopped() - 类 中的方法org.elasticsearch.common.component.Lifecycle
-
Returns true if the state is stopped.
- stoppedOrClosed() - 类 中的方法org.elasticsearch.common.component.Lifecycle
-
- stopTime - 类 中的变量org.elasticsearch.indices.recovery.RecoveryState.Timer
-
- stopTime() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Timer
-
Returns stop time in millis
- StopTokenFilterFactory - org.elasticsearch.index.analysis中的类
-
- StopTokenFilterFactory(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.StopTokenFilterFactory
-
- Stopwatch - org.elasticsearch.common.inject.internal中的类
-
Enables simple performance monitoring.
- Stopwatch() - 类 的构造器org.elasticsearch.common.inject.internal.Stopwatch
-
- StopWatch - org.elasticsearch.common中的类
-
Simple stop watch, allowing for timing of a number of tasks,
exposing total running time and running time for each named task.
- StopWatch() - 类 的构造器org.elasticsearch.common.StopWatch
-
Construct a new stop watch.
- StopWatch(String) - 类 的构造器org.elasticsearch.common.StopWatch
-
Construct a new stop watch with the given id.
- StopWatch.TaskInfo - org.elasticsearch.common中的类
-
Inner class to hold data about one task executed within the stop watch.
- stopWords() - 类 中的方法org.elasticsearch.index.analysis.StopTokenFilterFactory
-
- stopWords(String...) - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
Set the set of stopwords.
- stopWords(List<String>) - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- stopWords() - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- store(OutputStream) - 类 中的方法org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
-
- store(DataOutput) - 类 中的方法org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
-
- store - 类 中的变量org.elasticsearch.action.admin.indices.stats.CommonStats
-
- store(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- store() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- store - 类 中的变量org.elasticsearch.index.engine.Engine
-
- store(boolean) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper.Builder
-
- store() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- Store - org.elasticsearch.index.store中的类
-
A Store provides plain access to files written by an elasticsearch index shard.
- Store(ShardId, IndexSettings, DirectoryService, ShardLock) - 类 的构造器org.elasticsearch.index.store.Store
-
- Store(ShardId, IndexSettings, DirectoryService, ShardLock, Store.OnClose) - 类 的构造器org.elasticsearch.index.store.Store
-
- store() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryTarget
-
- Store.MetadataSnapshot - org.elasticsearch.index.store中的类
-
Represents a snapshot of the current directory build from the latest Lucene commit.
- Store.OnClose - org.elasticsearch.index.store中的接口
-
A listener that is executed once the store is closed and all references to it are released
- Store.RecoveryDiff - org.elasticsearch.index.store中的类
-
A class representing the diff between a recovery source and recovery target
- STORED_FIELDS_FIELD - 类 中的静态变量org.elasticsearch.search.builder.SearchSourceBuilder
-
- storedField(String) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
Adds a stored field to load and return (note, it must be stored) as part of the search request.
- storedField(String) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Adds a stored field to load and return as part of the
search request.
- storedFields() - 类 中的方法org.elasticsearch.action.explain.ExplainRequest
-
- storedFields(String[]) - 类 中的方法org.elasticsearch.action.explain.ExplainRequest
-
- storedFields(String...) - 类 中的方法org.elasticsearch.action.get.GetRequest
-
Explicitly specify the stored fields that will be returned.
- storedFields() - 类 中的方法org.elasticsearch.action.get.GetRequest
-
Explicitly specify the stored fields that will be returned.
- storedFields(String...) - 类 中的方法org.elasticsearch.action.get.MultiGetRequest.Item
-
- storedFields() - 类 中的方法org.elasticsearch.action.get.MultiGetRequest.Item
-
- storedFields(String...) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
Adds stored fields to load and return (note, it must be stored) as part of the search request.
- storedFields(List<String>) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
Sets the stored fields to load and return as part of the search request.
- storedFields() - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
Gets the stored fields context
- storedFields(List<String>) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Sets the stored fields to load and return as part of the search request.
- storedFields(StoredFieldsContext) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Indicates how the stored fields should be fetched.
- storedFields() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Gets the stored fields context.
- StoredFieldsContext - org.elasticsearch.search.fetch中的类
-
Context used to fetch the stored_fields.
- StoredFieldsContext(StoredFieldsContext) - 类 的构造器org.elasticsearch.search.fetch.StoredFieldsContext
-
- StoredFieldsContext(StreamInput) - 类 的构造器org.elasticsearch.search.fetch.StoredFieldsContext
-
- storedFieldsContext() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- storedFieldsContext(StoredFieldsContext) - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- storedFieldsContext() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- storedFieldsContext(StoredFieldsContext) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- storedFieldsContext() - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- storedFieldsContext(StoredFieldsContext) - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- storedFieldsRequested() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- storedFieldsRequested() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
A shortcut function to see whether there is a storedFieldsContext and it says the fields are requested.
- storedFieldsRequested() - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- StoredScriptSource - org.elasticsearch.script中的类
-
- StoredScriptSource(String) - 类 的构造器org.elasticsearch.script.StoredScriptSource
-
- StoredScriptSource(String, String, Map<String, String>) - 类 的构造器org.elasticsearch.script.StoredScriptSource
-
Standard StoredScriptSource constructor.
- StoredScriptSource(StreamInput) - 类 的构造器org.elasticsearch.script.StoredScriptSource
-
- storeException() - 类 中的方法org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodeGatewayStartedShards
-
- StoreFileMetaData - org.elasticsearch.index.store中的类
-
- StoreFileMetaData(String, long, String, Version) - 类 的构造器org.elasticsearch.index.store.StoreFileMetaData
-
- StoreFileMetaData(String, long, String, Version, BytesRef) - 类 的构造器org.elasticsearch.index.store.StoreFileMetaData
-
- StoreFileMetaData(StreamInput) - 类 的构造器org.elasticsearch.index.store.StoreFileMetaData
-
Read from a stream.
- storeFilesMetaData() - 类 中的方法org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.NodeStoreFilesMetaData
-
- StoreFilesMetaData(ShardId, Store.MetadataSnapshot) - 类 的构造器org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.StoreFilesMetaData
-
- StoreRecoverySource() - 类 的构造器org.elasticsearch.cluster.routing.RecoverySource.StoreRecoverySource
-
- storeResult(Task, Exception, ActionListener<Response>) - 类 中的方法org.elasticsearch.tasks.TaskManager
-
Stores the task failure
- storeResult(Task, Response, ActionListener<Response>) - 类 中的方法org.elasticsearch.tasks.TaskManager
-
Stores the task result
- storeResult(TaskResult, ActionListener<Void>) - 类 中的方法org.elasticsearch.tasks.TaskResultsService
-
- storeScript(String, StoredScriptSource) - 类 中的方法org.elasticsearch.script.ScriptMetaData.Builder
-
Add a new script to the existing stored scripts based on a user-specified id.
- storeStats() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- StoreStats - org.elasticsearch.index.store中的类
-
- StoreStats() - 类 的构造器org.elasticsearch.index.store.StoreStats
-
- StoreStats(long) - 类 的构造器org.elasticsearch.index.store.StoreStats
-
- StoreStatus(DiscoveryNode, String, IndicesShardStoresResponse.StoreStatus.AllocationStatus, Exception) - 类 的构造器org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus
-
- storeTermVectorOffsets(boolean) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper.Builder
-
- storeTermVectorPayloads(boolean) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper.Builder
-
- storeTermVectorPositions(boolean) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper.Builder
-
- storeTermVectors(boolean) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper.Builder
-
- STRATEGY - 类 中的静态变量org.elasticsearch.index.mapper.GeoShapeFieldMapper.Defaults
-
- STRATEGY - 类 中的静态变量org.elasticsearch.index.mapper.GeoShapeFieldMapper.Names
-
- strategy(SpatialStrategy) - 类 中的方法org.elasticsearch.index.query.GeoShapeQueryBuilder
-
Defines which spatial strategy will be used for building the geo shape
Query.
- strategy() - 类 中的方法org.elasticsearch.index.query.GeoShapeQueryBuilder
-
- STRATEGY_POINTS_ONLY - 类 中的静态变量org.elasticsearch.index.mapper.GeoShapeFieldMapper.Names
-
- strategyName() - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
-
- Streamable - org.elasticsearch.common.io.stream中的接口
-
- streamInput() - 类 中的方法org.elasticsearch.common.bytes.BytesReference
-
A stream input of the bytes.
- streamInput(StreamInput) - 接口 中的方法org.elasticsearch.common.compress.Compressor
-
- streamInput(StreamInput) - 类 中的方法org.elasticsearch.common.compress.DeflateCompressor
-
- StreamInput - org.elasticsearch.common.io.stream中的类
-
A stream from this node to another node.
- StreamInput() - 类 的构造器org.elasticsearch.common.io.stream.StreamInput
-
- streamOutput(StreamOutput) - 接口 中的方法org.elasticsearch.common.compress.Compressor
-
Creates a new stream output that compresses the contents and writes to the provided stream
output.
- streamOutput(StreamOutput) - 类 中的方法org.elasticsearch.common.compress.DeflateCompressor
-
- StreamOutput - org.elasticsearch.common.io.stream中的类
-
A stream from another node to this node.
- StreamOutput() - 类 的构造器org.elasticsearch.common.io.stream.StreamOutput
-
- Streams - org.elasticsearch.common.io中的类
-
Simple utility methods for file and stream copying.
- Streams() - 类 的构造器org.elasticsearch.common.io.Streams
-
- Streams() - 类 的构造器org.elasticsearch.common.rounding.Rounding.Streams
-
- Streams() - 类 的构造器org.elasticsearch.search.aggregations.InternalOrder.Streams
-
- streamSeparator() - 类 中的方法org.elasticsearch.common.xcontent.cbor.CborXContent
-
- streamSeparator() - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContent
-
- streamSeparator() - 类 中的方法org.elasticsearch.common.xcontent.smile.SmileXContent
-
- streamSeparator() - 接口 中的方法org.elasticsearch.common.xcontent.XContent
-
- streamSeparator() - 类 中的方法org.elasticsearch.common.xcontent.yaml.YamlXContent
-
- StrictDynamicMappingException - org.elasticsearch.index.mapper中的异常错误
-
- StrictDynamicMappingException(String, String) - 异常错误 的构造器org.elasticsearch.index.mapper.StrictDynamicMappingException
-
- StrictDynamicMappingException(StreamInput) - 异常错误 的构造器org.elasticsearch.index.mapper.StrictDynamicMappingException
-
- strictExpand() - 类 中的静态方法org.elasticsearch.action.support.IndicesOptions
-
- strictExpandOpen() - 类 中的静态方法org.elasticsearch.action.support.IndicesOptions
-
- strictExpandOpenAndForbidClosed() - 类 中的静态方法org.elasticsearch.action.support.IndicesOptions
-
- StrictISODateTimeFormat - org.joda.time.format中的类
-
Factory that creates instances of DateTimeFormatter based on the ISO8601 standard.
- StrictISODateTimeFormat() - 类 的构造器org.joda.time.format.StrictISODateTimeFormat
-
Constructor.
- strictSingleIndexNoExpandForbidClosed() - 类 中的静态方法org.elasticsearch.action.support.IndicesOptions
-
- string() - 类 中的方法org.elasticsearch.common.compress.CompressedXContent
-
- string() - 类 中的方法org.elasticsearch.common.text.Text
-
Returns a String view of the data.
- string() - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
Returns a string representation of the builder (only applicable for text based xcontent).
- STRING_DISTANCE_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
- stringDistance() - 类 中的方法org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- stringDistance(StringDistance) - 类 中的方法org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- stringDistance - 类 中的变量org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.Candidate
-
- stringDistance(String) - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
Sets what string distance implementation to use for comparing how
similar suggested terms are.
- stringDistance(TermSuggestionBuilder.StringDistanceImpl) - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
Sets what string distance implementation to use for comparing how similar
suggested terms are.
- stringDistance() - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
Get the string distance implementation setting.
- stringEncode(long) - 类 中的静态方法org.elasticsearch.common.geo.GeoHashUtils
-
Encode to a geohash string from the geohash based long format
- stringEncode(double, double) - 类 中的静态方法org.elasticsearch.common.geo.GeoHashUtils
-
Encode to a geohash string from full resolution longitude, latitude)
- stringEncode(double, double, int) - 类 中的静态方法org.elasticsearch.common.geo.GeoHashUtils
-
Encode to a level specific geohash string from full resolution longitude, latitude
- stringEncodeFromMortonLong(long) - 类 中的静态方法org.elasticsearch.common.geo.GeoHashUtils
-
Encode to a full precision geohash string from a given morton encoded long value
- stringEncodeFromMortonLong(long, int) - 类 中的静态方法org.elasticsearch.common.geo.GeoHashUtils
-
Encode to a geohash string at a given level from a morton long
- stringField(FieldInfo, byte[]) - 类 中的方法org.elasticsearch.index.fieldvisitor.FieldsVisitor
-
- StringFieldType - org.elasticsearch.index.mapper中的类
-
Base class for
MappedFieldType implementations that use the same
representation for internal index terms as the external representation so
that partial matching queries such as prefix, wildcard and fuzzy queries
can be implemented.
- StringFieldType() - 类 的构造器org.elasticsearch.index.mapper.StringFieldType
-
- StringFieldType(MappedFieldType) - 类 的构造器org.elasticsearch.index.mapper.StringFieldType
-
- StringFilter() - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude.StringFilter
-
- Strings - org.elasticsearch.common.inject.internal中的类
-
String utilities.
- Strings - org.elasticsearch.common中的类
-
- Strings(SortedBinaryDocValues) - 类 的构造器org.elasticsearch.index.fielddata.ScriptDocValues.Strings
-
- StringSetValueSerializer() - 类 的构造器org.elasticsearch.cluster.DiffableUtils.StringSetValueSerializer
-
- StringTerms - org.elasticsearch.search.aggregations.bucket.terms中的类
-
- StringTerms(String, BucketOrder, int, long, List<PipelineAggregator>, Map<String, Object>, DocValueFormat, int, boolean, long, List<StringTerms.Bucket>, long) - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.StringTerms
-
- StringTerms(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.StringTerms
-
Read from a stream.
- StringTerms.Bucket - org.elasticsearch.search.aggregations.bucket.terms中的类
-
- StringTermsAggregator - org.elasticsearch.search.aggregations.bucket.terms中的类
-
An aggregator of string values.
- StringTermsAggregator(String, AggregatorFactories, ValuesSource, BucketOrder, DocValueFormat, TermsAggregator.BucketCountThresholds, IncludeExclude.StringFilter, SearchContext, Aggregator, Aggregator.SubAggCollectionMode, boolean, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.StringTermsAggregator
-
- stringValue() - 类 中的方法org.elasticsearch.index.mapper.CustomDocValuesField
-
- StupidBackoff - org.elasticsearch.search.suggest.phrase中的类
-
- StupidBackoff(double) - 类 的构造器org.elasticsearch.search.suggest.phrase.StupidBackoff
-
Creates a Stupid-Backoff smoothing model.
- StupidBackoff(StreamInput) - 类 的构造器org.elasticsearch.search.suggest.phrase.StupidBackoff
-
Read from a stream.
- subAggregation(AggregationBuilder) - 类 中的方法org.elasticsearch.search.aggregations.AbstractAggregationBuilder
-
- subAggregation(PipelineAggregationBuilder) - 类 中的方法org.elasticsearch.search.aggregations.AbstractAggregationBuilder
-
Add a sub aggregation to this aggregation.
- subAggregation(AggregationBuilder) - 类 中的方法org.elasticsearch.search.aggregations.AggregationBuilder
-
Add a sub aggregation to this builder.
- subAggregation(PipelineAggregationBuilder) - 类 中的方法org.elasticsearch.search.aggregations.AggregationBuilder
-
Add a sub aggregation to this builder.
- subAggregation(AggregationBuilder) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregationBuilder
-
- subAggregations(AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.AbstractAggregationBuilder
-
Registers sub-factories with this factory.
- subAggregations(AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.AggregationBuilder
-
Internal: Registers sub-factories with this factory.
- subAggregations(AggregatorFactories.Builder) - 接口 中的方法org.elasticsearch.search.aggregations.BaseAggregationBuilder
-
Set the sub aggregations if this aggregation supports sub aggregations.
- subAggregations(AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTextAggregationBuilder
-
- subAggregations(AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
- subAggregations(AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.PipelineAggregationBuilder
-
- subAggregations(AggregatorFactories.Builder) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder.LeafOnly
-
- subAggregator(String) - 类 中的方法org.elasticsearch.search.aggregations.Aggregator
-
Return the sub aggregator with the provided name.
- subAggregator(String) - 类 中的方法org.elasticsearch.search.aggregations.AggregatorBase
-
- subAggregator(String) - 类 中的方法org.elasticsearch.search.aggregations.AggregatorFactory.MultiBucketAggregatorWrapper
-
- subAggregator(String) - 类 中的方法org.elasticsearch.search.aggregations.bucket.DeferringBucketCollector.WrappedAggregator
-
- subAggregator(String) - 类 中的方法org.elasticsearch.search.profile.aggregation.ProfilingAggregator
-
- subAggregators - 类 中的变量org.elasticsearch.search.aggregations.AggregatorBase
-
- subAggregators() - 类 中的方法org.elasticsearch.search.aggregations.AggregatorBase
-
- subclassesOf(Class<?>) - 类 中的静态方法org.elasticsearch.common.inject.matcher.Matchers
-
Returns a matcher which matches subclasses of the given type (as well as
the given type).
- submitRequest(DiscoveryNode, String, TransportRequest, TransportResponseHandler<T>) - 类 中的方法org.elasticsearch.transport.TransportService
-
- submitRequest(DiscoveryNode, String, TransportRequest, TransportRequestOptions, TransportResponseHandler<T>) - 类 中的方法org.elasticsearch.transport.TransportService
-
- SubmitReschedulingClusterInfoUpdatedJob() - 类 的构造器org.elasticsearch.cluster.InternalClusterInfoService.SubmitReschedulingClusterInfoUpdatedJob
-
- submitStateUpdateTask(String, T) - 类 中的方法org.elasticsearch.cluster.service.ClusterService
-
- submitStateUpdateTask(String, T, ClusterStateTaskConfig, ClusterStateTaskExecutor<T>, ClusterStateTaskListener) - 类 中的方法org.elasticsearch.cluster.service.ClusterService
-
Submits a cluster state update task; submitted updates will be
batched across the same instance of executor.
- submitStateUpdateTask(String, T) - 类 中的方法org.elasticsearch.cluster.service.MasterService
-
- submitStateUpdateTask(String, T, ClusterStateTaskConfig, ClusterStateTaskExecutor<T>, ClusterStateTaskListener) - 类 中的方法org.elasticsearch.cluster.service.MasterService
-
Submits a cluster state update task; submitted updates will be
batched across the same instance of executor.
- submitStateUpdateTasks(String, Map<T, ClusterStateTaskListener>, ClusterStateTaskConfig, ClusterStateTaskExecutor<T>) - 类 中的方法org.elasticsearch.cluster.service.ClusterService
-
Submits a batch of cluster state update tasks; submitted updates are guaranteed to be processed together,
potentially with more tasks of the same executor.
- submitStateUpdateTasks(String, Map<T, ClusterStateTaskListener>, ClusterStateTaskConfig, ClusterStateTaskExecutor<T>) - 类 中的方法org.elasticsearch.cluster.service.MasterService
-
Submits a batch of cluster state update tasks; submitted updates are guaranteed to be processed together,
potentially with more tasks of the same executor.
- submitTasks(List<? extends TaskBatcher.BatchedTask>, TimeValue) - 类 中的方法org.elasticsearch.cluster.service.TaskBatcher
-
- submitToExecutor(AbstractRunnable) - 类 中的方法org.elasticsearch.discovery.zen.UnicastZenPing
-
- subOne(long) - 类 中的静态方法org.elasticsearch.search.dfs.DfsSearchResult
-
- subPath(int, int) - 类 中的方法org.elasticsearch.search.aggregations.support.AggregationPath
-
- SubSearchContext - org.elasticsearch.search.internal中的类
-
- SubSearchContext(SearchContext) - 类 的构造器org.elasticsearch.search.internal.SubSearchContext
-
- subSequence(int, int) - 类 中的方法org.elasticsearch.common.io.FastStringReader
-
- subSequence(int, int) - 类 中的方法org.elasticsearch.common.settings.SecureString
-
- subsetDf - 类 中的变量org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms.ParsedBucket
-
- subsetSize - 类 中的变量org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
-
- subsetSize - 类 中的变量org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms.ParsedBucket
-
- subsetSize - 类 中的变量org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms
-
- substring(String, int, int) - 类 中的静态方法org.elasticsearch.common.Strings
-
Return substring(beginIndex, endIndex) that is impervious to string length.
- substringMatch(CharSequence, int, CharSequence) - 类 中的静态方法org.elasticsearch.common.Strings
-
Test whether the given string matches the given substring
at the given index.
- subtypeNotProvided(Class<? extends Provider<?>>, Class<?>) - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- subtypeOf(Type) - 类 中的静态方法org.elasticsearch.common.inject.util.Types
-
Returns a type that represents an unknown type that extends bound.
- success() - 类 中的静态方法org.elasticsearch.bootstrap.BootstrapCheck.BootstrapCheckResult
-
- success(T) - 类 中的方法org.elasticsearch.cluster.ClusterStateTaskExecutor.ClusterTasksResult.Builder
-
- success() - 类 中的静态方法org.elasticsearch.cluster.ClusterStateTaskExecutor.TaskResult
-
- success() - 类 中的方法org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushResponse
-
- successes(Iterable<T>) - 类 中的方法org.elasticsearch.cluster.ClusterStateTaskExecutor.ClusterTasksResult.Builder
-
- SUCCESSFUL_FIELD - 类 中的静态变量org.elasticsearch.rest.action.RestActions
-
- SuccessfullyProcessed - org.elasticsearch.index.reindex中的接口
-
- successfulShards() - 类 中的方法org.elasticsearch.action.admin.indices.flush.SyncedFlushResponse
-
total number of shards which were successfully sync-flushed
- successfulShards() - 类 中的方法org.elasticsearch.indices.flush.ShardsSyncedFlushResult
-
- successfulShards() - 类 中的方法org.elasticsearch.snapshots.RestoreInfo
-
Number of successful shards
- successfulShards() - 类 中的方法org.elasticsearch.snapshots.SnapshotInfo
-
Returns total number of shards that were successfully snapshotted; a value of
0 will be returned if
SnapshotInfo.state() returns
null.
- suggest(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- suggest() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- suggest(SuggestBuilder) - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
- suggest - 类 中的变量org.elasticsearch.action.search.SearchResponseSections
-
- suggest() - 类 中的方法org.elasticsearch.action.search.SearchResponseSections
-
- suggest(SuggestBuilder) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
- suggest() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Gets the suggester builder for this request.
- suggest() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- suggest(SuggestionSearchContext) - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- suggest() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- suggest(SuggestionSearchContext) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- suggest(SuggestionSearchContext) - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- suggest() - 类 中的方法org.elasticsearch.search.query.QuerySearchResult
-
- suggest(Suggest) - 类 中的方法org.elasticsearch.search.query.QuerySearchResult
-
- Suggest - org.elasticsearch.search.suggest中的类
-
Top level suggest result, containing the result for each suggestion.
- Suggest(List<Suggest.Suggestion<? extends Suggest.Suggestion.Entry<? extends Suggest.Suggestion.Entry.Option>>>) - 类 的构造器org.elasticsearch.search.suggest.Suggest
-
- Suggest.Suggestion<T extends Suggest.Suggestion.Entry> - org.elasticsearch.search.suggest中的类
-
The suggestion responses corresponding with the suggestions in the request.
- Suggest.Suggestion.Entry<O extends Suggest.Suggestion.Entry.Option> - org.elasticsearch.search.suggest中的类
-
Represents a part from the suggest text with suggested options.
- Suggest.Suggestion.Entry.Option - org.elasticsearch.search.suggest中的类
-
Contains the suggested text with its document frequency and score.
- SUGGEST_FIELD - 类 中的静态变量org.elasticsearch.search.builder.SearchSourceBuilder
-
- SuggestBuilder - org.elasticsearch.search.suggest中的类
-
Defines how to perform suggesting.
- SuggestBuilder() - 类 的构造器org.elasticsearch.search.suggest.SuggestBuilder
-
Build an empty SuggestBuilder.
- SuggestBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.suggest.SuggestBuilder
-
Read from a stream.
- SuggestBuilders - org.elasticsearch.search.suggest中的类
-
A static factory for building suggester lookup queries
- SuggestBuilders() - 类 的构造器org.elasticsearch.search.suggest.SuggestBuilders
-
- Suggester<T extends SuggestionSearchContext.SuggestionContext> - org.elasticsearch.search.suggest中的类
-
- Suggester() - 类 的构造器org.elasticsearch.search.suggest.Suggester
-
- SuggesterSpec(ParseField, Writeable.Reader<T>, CheckedFunction<XContentParser, T, IOException>) - 类 的构造器org.elasticsearch.plugins.SearchPlugin.SuggesterSpec
-
- SuggesterSpec(String, Writeable.Reader<T>, CheckedFunction<XContentParser, T, IOException>) - 类 的构造器org.elasticsearch.plugins.SearchPlugin.SuggesterSpec
-
- Suggestion() - 类 的构造器org.elasticsearch.search.suggest.Suggest.Suggestion
-
- Suggestion(String, int) - 类 的构造器org.elasticsearch.search.suggest.Suggest.Suggestion
-
- SuggestionBuilder<T extends SuggestionBuilder<T>> - org.elasticsearch.search.suggest中的类
-
Base class for the different suggestion implementations.
- SuggestionBuilder(String) - 类 的构造器org.elasticsearch.search.suggest.SuggestionBuilder
-
Creates a new suggestion.
- SuggestionBuilder(String, SuggestionBuilder<?>) - 类 的构造器org.elasticsearch.search.suggest.SuggestionBuilder
-
internal copy constructor that copies over all class fields from second SuggestionBuilder except field name.
- SuggestionBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.suggest.SuggestionBuilder
-
Read from a stream.
- SuggestionContext(Suggester<?>, QueryShardContext) - 类 的构造器org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- suggestions() - 类 中的方法org.elasticsearch.search.suggest.SuggestionSearchContext
-
- SuggestionSearchContext - org.elasticsearch.search.suggest中的类
-
- SuggestionSearchContext() - 类 的构造器org.elasticsearch.search.suggest.SuggestionSearchContext
-
- SuggestionSearchContext.SuggestionContext - org.elasticsearch.search.suggest中的类
-
- suggestMode() - 类 中的方法org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- suggestMode(SuggestMode) - 类 中的方法org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- suggestMode(String) - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
The global suggest mode controls what suggested terms are included or
controls for what suggest text tokens, terms should be suggested for.
- suggestMode(TermSuggestionBuilder.SuggestMode) - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
The global suggest mode controls what suggested terms are included or
controls for what suggest text tokens, terms should be suggested for.
- suggestMode() - 类 中的方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
Get the suggest mode setting.
- SUGGESTMODE_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
- SuggestPhase - org.elasticsearch.search.suggest中的类
-
Suggest phase of a search request, used to collect suggestions
- SuggestPhase(Settings) - 类 的构造器org.elasticsearch.search.suggest.SuggestPhase
-
- suggestShardSideQueueSize(int, int) - 类 中的静态方法org.elasticsearch.search.aggregations.bucket.BucketUtils
-
Heuristic used to determine the size of shard-side PriorityQueues when
selecting the top N terms from a distributed index.
- sum() - 类 中的方法org.elasticsearch.common.metrics.MeanMetric
-
- sum(String) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
Sum aggregation with the given name.
- sum - 类 中的变量org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
-
- sum - 类 中的变量org.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- sum - 类 中的变量org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
-
- Sum - org.elasticsearch.search.aggregations.metrics.sum中的接口
-
An aggregation that computes the sum of the values in the current bucket.
- SUM_OF_OTHER_DOC_COUNTS - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
-
- SumAggregationBuilder - org.elasticsearch.search.aggregations.metrics.sum中的类
-
- SumAggregationBuilder(String) - 类 的构造器org.elasticsearch.search.aggregations.metrics.sum.SumAggregationBuilder
-
- SumAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.sum.SumAggregationBuilder
-
Read from a stream.
- SumAggregator - org.elasticsearch.search.aggregations.metrics.sum中的类
-
- SumAggregatorFactory - org.elasticsearch.search.aggregations.metrics.sum中的类
-
- SumAggregatorFactory(String, ValuesSourceConfig<ValuesSource.Numeric>, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.sum.SumAggregatorFactory
-
- sumBucket(String, String) - 类 中的静态方法org.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilders
-
- SumBucketPipelineAggregationBuilder - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum中的类
-
- SumBucketPipelineAggregationBuilder(String, String) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregationBuilder
-
- SumBucketPipelineAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregationBuilder
-
Read from a stream.
- SumBucketPipelineAggregator - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum中的类
-
- SumBucketPipelineAggregator(String, String[], BucketHelpers.GapPolicy, DocValueFormat, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregator
-
- SumBucketPipelineAggregator(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregator
-
Read from a stream.
- summary - 类 中的变量org.elasticsearch.cluster.service.MasterService.TaskInputs
-
- sumOfSquares - 类 中的变量org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
-
- sumOtherDocCount - 类 中的变量org.elasticsearch.search.aggregations.bucket.terms.ParsedTerms
-
- supersedes(ClusterState) - 类 中的方法org.elasticsearch.cluster.ClusterState
-
a cluster state supersedes another state if they are from the same master and the version of this state is higher than that of the
other state.
- supersetDf - 类 中的变量org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms.ParsedBucket
-
- supersetSize - 类 中的变量org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
-
- supersetSize - 类 中的变量org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms.ParsedBucket
-
- supersetSize - 类 中的变量org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms
-
- supertypeOf(Type) - 类 中的静态方法org.elasticsearch.common.inject.util.Types
-
Returns a type that represents an unknown supertype of bound.
- supportedTokens() - 枚举 中的方法org.elasticsearch.common.xcontent.ObjectParser.ValueType
-
- SUPPORTS_V6 - 类 中的静态变量org.elasticsearch.common.network.NetworkUtils
-
- supportsContentStream() - 类 中的方法org.elasticsearch.rest.action.document.RestBulkAction
-
- supportsContentStream() - 类 中的方法org.elasticsearch.rest.action.search.RestMultiSearchAction
-
- supportsContentStream() - 接口 中的方法org.elasticsearch.rest.RestHandler
-
Indicates if the RestHandler supports content as a stream.
- supportsDiffableValues() - 类 中的方法org.elasticsearch.cluster.DiffableUtils.DiffableValueSerializer
-
- supportsDiffableValues() - 类 中的方法org.elasticsearch.cluster.DiffableUtils.NonDiffableValueSerializer
-
- supportsDiffableValues() - 接口 中的方法org.elasticsearch.cluster.DiffableUtils.ValueSerializer
-
Whether this serializer supports diffable values
- supportsRawWrites() - 类 中的方法org.elasticsearch.common.xcontent.cbor.CborXContentGenerator
-
- supportsRawWrites() - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContentGenerator
-
Whether this generator supports writing raw data directly
- supportsRawWrites() - 类 中的方法org.elasticsearch.common.xcontent.smile.SmileXContentGenerator
-
- supportsRawWrites() - 类 中的方法org.elasticsearch.common.xcontent.yaml.YamlXContentGenerator
-
- supportsVersion(Diff<V>, Version) - 接口 中的方法org.elasticsearch.cluster.DiffableUtils.ValueSerializer
-
Whether this serializer supports the version of the output stream
- supportsVersion(V, Version) - 接口 中的方法org.elasticsearch.cluster.DiffableUtils.ValueSerializer
-
Whether this serializer supports the version of the output stream
- supportsVersion(Diff<T>, Version) - 类 中的方法org.elasticsearch.cluster.NamedDiffableValueSerializer
-
- supportsVersion(T, Version) - 类 中的方法org.elasticsearch.cluster.NamedDiffableValueSerializer
-
- SuppressForbidden - org.elasticsearch.common中的注释类型
-
Annotation to suppress forbidden-apis errors inside a whole class, a method, or a field.
- SuppressLoggerChecks - org.elasticsearch.common中的注释类型
-
Annotation to suppress logging usage checks errors inside a whole class or a method.
- SURVIVOR - 类 中的静态变量org.elasticsearch.monitor.jvm.GcNames
-
- Swap(long, long) - 类 的构造器org.elasticsearch.monitor.os.OsStats.Swap
-
- Swap(StreamInput) - 类 的构造器org.elasticsearch.monitor.os.OsStats.Swap
-
- SwedishAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
- SwedishAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.SwedishAnalyzerProvider
-
- switchDoc(ParseContext.Document) - 类 中的方法org.elasticsearch.index.mapper.ParseContext
-
Return a new context that has the provided document as the current document.
- sync(ResyncReplicationRequest, Task, String, long, ActionListener<ResyncReplicationResponse>) - 类 中的方法org.elasticsearch.action.resync.TransportResyncReplicationAction
-
- sync(Translog.Location, Consumer<Exception>) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
Syncs the given location with the underlying storage unless already synced.
- sync() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- sync(ResyncReplicationRequest, Task, String, long, ActionListener<ResyncReplicationResponse>) - 接口 中的方法org.elasticsearch.index.shard.PrimaryReplicaSyncer.SyncAction
-
- sync() - 类 中的方法org.elasticsearch.index.translog.Translog
-
Sync's the translog.
- sync() - 类 中的方法org.elasticsearch.index.translog.TranslogWriter
-
write all buffered ops to disk and fsync file.
- SYNC_COMMIT_ID - 类 中的静态变量org.elasticsearch.index.engine.Engine
-
- syncedFlush(SyncedFlushRequest) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Explicitly sync flush one or more indices (write sync id to shards for faster recovery).
- syncedFlush(SyncedFlushRequest, ActionListener<SyncedFlushResponse>) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Explicitly sync flush one or more indices (write sync id to shards for faster recovery).
- SyncedFlushAction - org.elasticsearch.action.admin.indices.flush中的类
-
- SyncedFlushRequest - org.elasticsearch.action.admin.indices.flush中的类
-
A synced flush request to sync flush one or more indices.
- SyncedFlushRequest(String...) - 类 的构造器org.elasticsearch.action.admin.indices.flush.SyncedFlushRequest
-
Constructs a new synced flush request against one or more indices.
- syncedFlushRequest(String...) - 类 中的静态方法org.elasticsearch.client.Requests
-
Creates a synced flush indices request.
- SyncedFlushRequestBuilder - org.elasticsearch.action.admin.indices.flush中的类
-
- SyncedFlushRequestBuilder(ElasticsearchClient, SyncedFlushAction) - 类 的构造器org.elasticsearch.action.admin.indices.flush.SyncedFlushRequestBuilder
-
- SyncedFlushResponse - org.elasticsearch.action.admin.indices.flush中的类
-
The result of performing a sync flush operation on all shards of multiple indices
- SyncedFlushResponse(Map<String, List<ShardsSyncedFlushResult>>) - 类 的构造器org.elasticsearch.action.admin.indices.flush.SyncedFlushResponse
-
- SyncedFlushService - org.elasticsearch.indices.flush中的类
-
- SyncedFlushService(Settings, IndicesService, ClusterService, TransportService, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.indices.flush.SyncedFlushService
-
- SyncedFlushService.InFlightOpsRequest - org.elasticsearch.indices.flush中的类
-
- SyncedFlushService.PreShardSyncedFlushRequest - org.elasticsearch.indices.flush中的类
-
- SyncedFlushService.ShardSyncedFlushRequest - org.elasticsearch.indices.flush中的类
-
- SyncedFlushService.ShardSyncedFlushResponse - org.elasticsearch.indices.flush中的类
-
Response for third step of synced flush (writing the sync id) for one shard copy
- syncFlush(String, Engine.CommitId) - 类 中的方法org.elasticsearch.index.engine.Engine
-
Attempts to do a special commit where the given syncID is put into the commit data.
- syncFlush(String, Engine.CommitId) - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
- syncFlush(String, Engine.CommitId) - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- syncId() - 类 中的方法org.elasticsearch.indices.flush.ShardsSyncedFlushResult
-
- syncId() - 类 中的方法org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushRequest
-
- syncId() - 类 中的方法org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.StoreFilesMetaData
-
- syncNeeded() - 类 中的方法org.elasticsearch.index.translog.Translog
-
Returns true if an fsync is required to ensure durability of the translogs operations or it's metadata.
- syncNeeded() - 类 中的方法org.elasticsearch.index.translog.TranslogWriter
-
Returns true if there are buffered operations that have not been flushed and fsynced to disk or if the latest global
checkpoint has not yet been fsynced
- syncOperationResultOrThrow(Engine.Result, Translog.Location) - 类 中的静态方法org.elasticsearch.action.support.replication.TransportWriteAction
-
Syncs operation result to the translog or throws a shard not available failure
- syncUpTo(long) - 类 中的方法org.elasticsearch.index.translog.TranslogWriter
-
Syncs the translog up to at least the given offset unless already synced
- SynonymGraphTokenFilterFactory - org.elasticsearch.index.analysis中的类
-
- SynonymGraphTokenFilterFactory(IndexSettings, Environment, AnalysisRegistry, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.SynonymGraphTokenFilterFactory
-
- SynonymGraphTokenFilterFactory.Factory - org.elasticsearch.index.analysis中的类
-
- SynonymTokenFilterFactory - org.elasticsearch.index.analysis中的类
-
- SynonymTokenFilterFactory(IndexSettings, Environment, AnalysisRegistry, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.SynonymTokenFilterFactory
-
- SynonymTokenFilterFactory.Factory - org.elasticsearch.index.analysis中的类
-
- SYSTEM_CALL_FILTER_SETTING - 类 中的静态变量org.elasticsearch.bootstrap.BootstrapSettings
-
- Table - org.elasticsearch.common中的类
-
- Table() - 类 的构造器org.elasticsearch.common.Table
-
- Table.Cell - org.elasticsearch.common中的类
-
- tag - 类 中的变量org.elasticsearch.ingest.AbstractProcessor
-
- TAG_KEY - 类 中的静态变量org.elasticsearch.ingest.ConfigurationUtils
-
- tagsSchema(String) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
-
Set a tag scheme that encapsulates a built in pre and post tags.
- take() - 类 中的方法org.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- target() - 类 中的方法org.elasticsearch.indices.recovery.RecoveriesCollection.RecoveryRef
-
- targetAllocationId() - 类 中的方法org.elasticsearch.indices.recovery.StartRecoveryRequest
-
- targetNode - 类 中的变量org.elasticsearch.cluster.routing.allocation.AbstractAllocationDecision
-
- targetNode() - 类 中的方法org.elasticsearch.discovery.zen.NodesFaultDetection.PingRequest
-
- targetNode() - 类 中的方法org.elasticsearch.indices.recovery.StartRecoveryRequest
-
- targetThrottling() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Index
-
- task - 类 中的变量org.elasticsearch.cluster.service.TaskBatcher.BatchedTask
-
the task object that is wrapped
- task - 类 中的变量org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor.Pending
-
- Task - org.elasticsearch.tasks中的类
-
Current task information
- Task(long, String, String, String, TaskId) - 类 的构造器org.elasticsearch.tasks.Task
-
- Task(long, String, String, String, TaskId, long, long) - 类 的构造器org.elasticsearch.tasks.Task
-
- Task.Status - org.elasticsearch.tasks中的接口
-
- TASK_INDEX - 类 中的静态变量org.elasticsearch.tasks.TaskResultsService
-
- TASK_RESULT_INDEX_MAPPING_FILE - 类 中的静态变量org.elasticsearch.tasks.TaskResultsService
-
- TASK_TYPE - 类 中的静态变量org.elasticsearch.tasks.TaskResultsService
-
- TaskAwareRequest - org.elasticsearch.tasks中的接口
-
An interface for a request that can be used to register a task manager task
- TaskAwareTransportRequestHandler<T extends TransportRequest> - org.elasticsearch.transport中的类
-
Transport request handlers that is using task context
- TaskAwareTransportRequestHandler() - 类 的构造器org.elasticsearch.transport.TaskAwareTransportRequestHandler
-
- TaskBatcher - org.elasticsearch.cluster.service中的类
-
- TaskBatcher(Logger, PrioritizedEsThreadPoolExecutor) - 类 的构造器org.elasticsearch.cluster.service.TaskBatcher
-
- TaskBatcher.BatchedTask - org.elasticsearch.cluster.service中的类
-
Represents a runnable task that supports batching.
- TaskCancelledException - org.elasticsearch.tasks中的异常错误
-
A generic exception that can be thrown by a task when it's cancelled by the task manager API
- TaskCancelledException(String) - 异常错误 的构造器org.elasticsearch.tasks.TaskCancelledException
-
- TaskCancelledException(StreamInput) - 异常错误 的构造器org.elasticsearch.tasks.TaskCancelledException
-
- taskCount() - 类 中的方法org.elasticsearch.common.StopWatch
-
Return the number of tasks timed.
- TaskGroup - org.elasticsearch.action.admin.cluster.node.tasks.list中的类
-
Information about a currently running task and all its subtasks.
- TaskGroup(TaskInfo, List<TaskGroup>) - 类 的构造器org.elasticsearch.action.admin.cluster.node.tasks.list.TaskGroup
-
- TaskGroup.Builder - org.elasticsearch.action.admin.cluster.node.tasks.list中的类
-
- TaskId - org.elasticsearch.tasks中的类
-
Task id that consists of node id and id of the task on the node
- TaskId(String, long) - 类 的构造器org.elasticsearch.tasks.TaskId
-
- TaskId(String) - 类 的构造器org.elasticsearch.tasks.TaskId
-
- taskInfo() - 类 中的方法org.elasticsearch.common.StopWatch
-
Return an array of the data for tasks performed.
- taskInfo(String, boolean) - 类 中的方法org.elasticsearch.tasks.Task
-
Build a version of the task status you can throw over the wire and back
to the user.
- taskInfo(String, String, Task.Status) - 类 中的方法org.elasticsearch.tasks.Task
-
- TaskInfo - org.elasticsearch.tasks中的类
-
Information about a currently running task.
- TaskInfo(TaskId, String, String, String, Task.Status, long, long, boolean, TaskId) - 类 的构造器org.elasticsearch.tasks.TaskInfo
-
- TaskInfo(StreamInput) - 类 的构造器org.elasticsearch.tasks.TaskInfo
-
Read from a stream.
- taskInfoGivenSubtaskInfo(String, List<TaskInfo>) - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask
-
Build the status for this task given a snapshot of the information of running slices.
- TaskListener<Response> - org.elasticsearch.tasks中的接口
-
Listener for Task success or failure.
- taskManager - 类 中的变量org.elasticsearch.action.support.TransportAction
-
- TaskManager - org.elasticsearch.tasks中的类
-
Task Manager service for keeping track of currently running tasks on the nodes
- TaskManager(Settings) - 类 的构造器org.elasticsearch.tasks.TaskManager
-
- taskManager - 类 中的变量org.elasticsearch.transport.TransportService
-
- taskOperation(CancelTasksRequest, CancellableTask, ActionListener<TaskInfo>) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.cancel.TransportCancelTasksAction
-
- taskOperation(ListTasksRequest, Task, ActionListener<TaskInfo>) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.list.TransportListTasksAction
-
- taskOperation(TasksRequest, OperationTask, ActionListener<TaskResponse>) - 类 中的方法org.elasticsearch.action.support.tasks.TransportTasksAction
-
Perform the required operation on the task.
- TaskOperationFailure - org.elasticsearch.action中的类
-
Information about task operation failures
The class is final due to serialization limitations
- TaskOperationFailure(String, long, Exception) - 类 的构造器org.elasticsearch.action.TaskOperationFailure
-
- TaskOperationFailure(StreamInput) - 类 的构造器org.elasticsearch.action.TaskOperationFailure
-
Read from a stream.
- TaskResult - org.elasticsearch.tasks中的类
-
Information about a running task or a task that stored its result.
- TaskResult(boolean, TaskInfo) - 类 的构造器org.elasticsearch.tasks.TaskResult
-
Construct a
TaskResult for a task for which we don't have a result or error.
- TaskResult(TaskInfo, Exception) - 类 的构造器org.elasticsearch.tasks.TaskResult
-
Construct a
TaskResult for a task that completed with an error.
- TaskResult(TaskInfo, ToXContent) - 类 的构造器org.elasticsearch.tasks.TaskResult
-
Construct a
TaskResult for a task that completed successfully.
- TaskResult(StreamInput) - 类 的构造器org.elasticsearch.tasks.TaskResult
-
Read from a stream.
- taskResultIndexMapping() - 类 中的方法org.elasticsearch.tasks.TaskResultsService
-
- TaskResultsService - org.elasticsearch.tasks中的类
-
Service that can store task results.
- TaskResultsService(Settings, Client, ClusterService, TransportCreateIndexAction) - 类 的构造器org.elasticsearch.tasks.TaskResultsService
-
- TasksRequestBuilder<Request extends BaseTasksRequest<Request>,Response extends BaseTasksResponse,RequestBuilder extends TasksRequestBuilder<Request,Response,RequestBuilder>> - org.elasticsearch.action.support.tasks中的类
-
Builder for task-based requests
- TasksRequestBuilder(ElasticsearchClient, Action<Request, Response, RequestBuilder>, Request) - 类 的构造器org.elasticsearch.action.support.tasks.TasksRequestBuilder
-
- TaskTransportChannel - org.elasticsearch.transport中的类
-
- TCP_CONNECT_TIMEOUT - 类 中的静态变量org.elasticsearch.common.network.NetworkService
-
- TCP_CONNECT_TIMEOUT - 类 中的静态变量org.elasticsearch.transport.TcpTransport
-
- TCP_KEEP_ALIVE - 类 中的静态变量org.elasticsearch.common.network.NetworkService
-
- TCP_KEEP_ALIVE - 类 中的静态变量org.elasticsearch.transport.TcpTransport
-
- TCP_KEEP_ALIVE_PROFILE - 类 中的静态变量org.elasticsearch.transport.TcpTransport
-
- TCP_NO_DELAY - 类 中的静态变量org.elasticsearch.common.network.NetworkService
-
- TCP_NO_DELAY - 类 中的静态变量org.elasticsearch.transport.TcpTransport
-
- TCP_NO_DELAY_PROFILE - 类 中的静态变量org.elasticsearch.transport.TcpTransport
-
- TCP_RECEIVE_BUFFER_SIZE - 类 中的静态变量org.elasticsearch.common.network.NetworkService
-
- TCP_RECEIVE_BUFFER_SIZE - 类 中的静态变量org.elasticsearch.transport.TcpTransport
-
- TCP_RECEIVE_BUFFER_SIZE_PROFILE - 类 中的静态变量org.elasticsearch.transport.TcpTransport
-
- TCP_REUSE_ADDRESS - 类 中的静态变量org.elasticsearch.common.network.NetworkService
-
- TCP_REUSE_ADDRESS - 类 中的静态变量org.elasticsearch.transport.TcpTransport
-
- TCP_REUSE_ADDRESS_PROFILE - 类 中的静态变量org.elasticsearch.transport.TcpTransport
-
- TCP_SEND_BUFFER_SIZE - 类 中的静态变量org.elasticsearch.common.network.NetworkService
-
- TCP_SEND_BUFFER_SIZE - 类 中的静态变量org.elasticsearch.transport.TcpTransport
-
- TCP_SEND_BUFFER_SIZE_PROFILE - 类 中的静态变量org.elasticsearch.transport.TcpTransport
-
- TcpChannel - org.elasticsearch.transport中的接口
-
This is a tcp channel representing a single channel connection to another node.
- TcpHeader - org.elasticsearch.transport中的类
-
- TcpHeader() - 类 的构造器org.elasticsearch.transport.TcpHeader
-
- tcpKeepAlive - 类 中的变量org.elasticsearch.transport.TcpTransport.ProfileSettings
-
- tcpNoDelay - 类 中的变量org.elasticsearch.transport.TcpTransport.ProfileSettings
-
- TcpTransport - org.elasticsearch.transport中的类
-
- TcpTransport(String, Settings, ThreadPool, BigArrays, CircuitBreakerService, NamedWriteableRegistry, NetworkService) - 类 的构造器org.elasticsearch.transport.TcpTransport
-
- TcpTransport.HttpOnTransportException - org.elasticsearch.transport中的异常错误
-
A helper exception to mark an incoming connection as potentially being HTTP
so an appropriate error code can be returned
- TcpTransport.NodeChannels - org.elasticsearch.transport中的类
-
- TcpTransport.ProfileSettings - org.elasticsearch.transport中的类
-
Representation of a transport profile settings for a transport.profiles.
- TcpTransport.ScheduledPing - org.elasticsearch.transport中的类
-
- TcpTransportChannel - org.elasticsearch.transport中的类
-
- TDigestPercentileRanksAggregator - org.elasticsearch.search.aggregations.metrics.percentiles.tdigest中的类
-
- TDigestPercentileRanksAggregator(String, ValuesSource.Numeric, SearchContext, Aggregator, double[], double, boolean, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestPercentileRanksAggregator
-
- TDigestPercentileRanksAggregatorFactory - org.elasticsearch.search.aggregations.metrics.percentiles.tdigest中的类
-
- TDigestPercentileRanksAggregatorFactory(String, ValuesSourceConfig<ValuesSource.Numeric>, double[], double, boolean, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestPercentileRanksAggregatorFactory
-
- TDigestPercentilesAggregator - org.elasticsearch.search.aggregations.metrics.percentiles.tdigest中的类
-
- TDigestPercentilesAggregator(String, ValuesSource.Numeric, SearchContext, Aggregator, double[], double, boolean, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestPercentilesAggregator
-
- TDigestPercentilesAggregatorFactory - org.elasticsearch.search.aggregations.metrics.percentiles.tdigest中的类
-
- TDigestPercentilesAggregatorFactory(String, ValuesSourceConfig<ValuesSource.Numeric>, double[], double, boolean, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestPercentilesAggregatorFactory
-
- TDigestState - org.elasticsearch.search.aggregations.metrics.percentiles.tdigest中的类
-
Extension of TDigest with custom serialization.
- TDigestState(double) - 类 的构造器org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestState
-
- tempBlobName(String) - 类 中的方法org.elasticsearch.repositories.blobstore.ChecksumBlobStoreFormat
-
- template() - 类 中的方法org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutResponse
-
- TEMPLATE_PARSE_FIELD - 类 中的静态变量org.elasticsearch.script.StoredScriptSource
-
Standard
ParseField for outer level of stored script source.
- templates(ImmutableOpenMap<String, IndexTemplateMetaData>) - 类 中的方法org.elasticsearch.cluster.metadata.MetaData.Builder
-
- templates() - 类 中的方法org.elasticsearch.cluster.metadata.MetaData
-
- TemplateScript - org.elasticsearch.script中的类
-
A string template rendered as a script.
- TemplateScript(Map<String, Object>) - 类 的构造器org.elasticsearch.script.TemplateScript
-
- TemplateScript.Factory - org.elasticsearch.script中的接口
-
- TemplateUpgradeService - org.elasticsearch.cluster.metadata中的类
-
Upgrades Templates on behalf of installed
Plugins when a node joins the cluster
- TemplateUpgradeService(Settings, Client, ClusterService, ThreadPool, Collection<UnaryOperator<Map<String, IndexTemplateMetaData>>>) - 类 的构造器org.elasticsearch.cluster.metadata.TemplateUpgradeService
-
- tera() - 类 中的方法org.elasticsearch.common.unit.SizeValue
-
- teraFrac() - 类 中的方法org.elasticsearch.common.unit.SizeValue
-
- term() - 类 中的方法org.elasticsearch.common.lucene.index.FilterableTermsEnum
-
- term - 类 中的变量org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.Candidate
-
- terminate(ScheduledThreadPoolExecutor, long, TimeUnit) - 接口 中的静态方法org.elasticsearch.threadpool.Scheduler
-
- terminate(ExecutorService, long, TimeUnit) - 类 中的静态方法org.elasticsearch.threadpool.ThreadPool
-
Returns true if the given service was terminated successfully.
- terminate(ThreadPool, long, TimeUnit) - 类 中的静态方法org.elasticsearch.threadpool.ThreadPool
-
Returns true if the given pool was terminated successfully.
- TERMINATE_AFTER_FIELD - 类 中的静态变量org.elasticsearch.search.builder.SearchSourceBuilder
-
- terminateAfter(int) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
An optional terminate_after to terminate the search after collecting
terminateAfter documents
- terminateAfter() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Gets the number of documents to terminate after collecting.
- terminateAfter() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- terminateAfter(int) - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- terminateAfter() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- terminateAfter(int) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- terminateAfter(int) - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- terminated() - 类 中的方法org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor
-
- terminatedEarly - 类 中的变量org.elasticsearch.action.search.SearchResponseSections
-
- terminatedEarly() - 类 中的方法org.elasticsearch.action.search.SearchResponseSections
-
- terminatedEarly() - 类 中的方法org.elasticsearch.search.query.EarlyTerminatingCollector
-
- terminatedEarly(boolean) - 类 中的方法org.elasticsearch.search.query.QuerySearchResult
-
- terminatedEarly() - 类 中的方法org.elasticsearch.search.query.QuerySearchResult
-
- termQuery(Object, QueryShardContext) - 类 中的方法org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
-
- termQuery(Object, QueryShardContext) - 类 中的方法org.elasticsearch.index.mapper.FieldNamesFieldMapper.FieldNamesFieldType
-
- termQuery(Object, QueryShardContext) - 类 中的方法org.elasticsearch.index.mapper.GeoPointFieldMapper.GeoPointFieldType
-
- termQuery(Object, QueryShardContext) - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
-
- termQuery(Object, QueryShardContext) - 类 中的方法org.elasticsearch.index.mapper.IpFieldMapper.IpFieldType
-
- termQuery(Object, QueryShardContext) - 类 中的方法org.elasticsearch.index.mapper.MappedFieldType
-
Generates a query that will only match documents that contain the given value.
- termQuery(Object, QueryShardContext) - 类 中的方法org.elasticsearch.index.mapper.NumberFieldMapper.NumberFieldType
-
- termQuery(String, Object) - 枚举 中的方法org.elasticsearch.index.mapper.NumberFieldMapper.NumberType
-
- termQuery(String, String) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A Query that matches documents containing a term.
- termQuery(String, int) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A Query that matches documents containing a term.
- termQuery(String, long) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A Query that matches documents containing a term.
- termQuery(String, float) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A Query that matches documents containing a term.
- termQuery(String, double) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A Query that matches documents containing a term.
- termQuery(String, boolean) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A Query that matches documents containing a term.
- termQuery(String, Object) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A Query that matches documents containing a term.
- termQuery(MappedFieldType, BytesRef, boolean) - 类 中的方法org.elasticsearch.index.search.MatchQuery
-
- termQuery(MappedFieldType, BytesRef) - 类 中的方法org.elasticsearch.index.search.MultiMatchQuery.QueryBuilder
-
- TermQueryBuilder - org.elasticsearch.index.query中的类
-
A Query that matches documents containing a term.
- TermQueryBuilder(String, String) - 类 的构造器org.elasticsearch.index.query.TermQueryBuilder
-
- TermQueryBuilder(String, int) - 类 的构造器org.elasticsearch.index.query.TermQueryBuilder
-
- TermQueryBuilder(String, long) - 类 的构造器org.elasticsearch.index.query.TermQueryBuilder
-
- TermQueryBuilder(String, float) - 类 的构造器org.elasticsearch.index.query.TermQueryBuilder
-
- TermQueryBuilder(String, double) - 类 的构造器org.elasticsearch.index.query.TermQueryBuilder
-
- TermQueryBuilder(String, boolean) - 类 的构造器org.elasticsearch.index.query.TermQueryBuilder
-
- TermQueryBuilder(String, Object) - 类 的构造器org.elasticsearch.index.query.TermQueryBuilder
-
- TermQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.TermQueryBuilder
-
Read from a stream.
- terms(String) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsFields
-
- terms(String) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
Terms aggregation with the given name.
- Terms - org.elasticsearch.search.aggregations.bucket.terms中的接口
-
A terms aggregation.
- terms() - 类 中的方法org.elasticsearch.search.dfs.DfsSearchResult
-
- terms - 类 中的变量org.elasticsearch.search.suggest.phrase.WordScorer
-
- Terms.Bucket - org.elasticsearch.search.aggregations.bucket.terms中的接口
-
A bucket that is associated with a single term
- termsAggFactory - 类 中的变量org.elasticsearch.search.aggregations.bucket.significant.GlobalOrdinalsSignificantTermsAggregator
-
- termsAggFactory - 类 中的变量org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTermsAggregator
-
- TermsAggregationBuilder - org.elasticsearch.search.aggregations.bucket.terms中的类
-
- TermsAggregationBuilder(String, ValueType) - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
-
- TermsAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
-
Read from a stream.
- TermsAggregator - org.elasticsearch.search.aggregations.bucket.terms中的类
-
- TermsAggregator(String, AggregatorFactories, SearchContext, Aggregator, TermsAggregator.BucketCountThresholds, BucketOrder, DocValueFormat, Aggregator.SubAggCollectionMode, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator
-
- TermsAggregator.BucketCountThresholds - org.elasticsearch.search.aggregations.bucket.terms中的类
-
- TermsAggregatorFactory - org.elasticsearch.search.aggregations.bucket.terms中的类
-
- TermsAggregatorFactory.ExecutionMode - org.elasticsearch.search.aggregations.bucket.terms中的枚举
-
- termsLookup() - 类 中的方法org.elasticsearch.index.query.TermsQueryBuilder
-
- TermsLookup - org.elasticsearch.indices中的类
-
Encapsulates the parameters needed to fetch terms.
- TermsLookup(String, String, String, String) - 类 的构造器org.elasticsearch.indices.TermsLookup
-
- TermsLookup(StreamInput) - 类 的构造器org.elasticsearch.indices.TermsLookup
-
Read from a stream.
- termsLookupQuery(String, TermsLookup) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A terms query that can extract the terms from another doc in an index.
- termsQuery(List<?>, QueryShardContext) - 类 中的方法org.elasticsearch.index.mapper.IpFieldMapper.IpFieldType
-
- termsQuery(List<?>, QueryShardContext) - 类 中的方法org.elasticsearch.index.mapper.MappedFieldType
-
Build a constant-scoring query that matches all values.
- termsQuery(List, QueryShardContext) - 类 中的方法org.elasticsearch.index.mapper.NumberFieldMapper.NumberFieldType
-
- termsQuery(String, List<Object>) - 枚举 中的方法org.elasticsearch.index.mapper.NumberFieldMapper.NumberType
-
- termsQuery(List<?>, QueryShardContext) - 类 中的方法org.elasticsearch.index.mapper.StringFieldType
-
- termsQuery(String, String...) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A filer for a field based on several terms matching on any of them.
- termsQuery(String, int...) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A filer for a field based on several terms matching on any of them.
- termsQuery(String, long...) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A filer for a field based on several terms matching on any of them.
- termsQuery(String, float...) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A filer for a field based on several terms matching on any of them.
- termsQuery(String, double...) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A filer for a field based on several terms matching on any of them.
- termsQuery(String, Object...) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A filer for a field based on several terms matching on any of them.
- termsQuery(String, Collection<?>) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A filer for a field based on several terms matching on any of them.
- TermsQueryBuilder - org.elasticsearch.index.query中的类
-
A filter for a field based on several terms matching on any of them.
- TermsQueryBuilder(String, TermsLookup) - 类 的构造器org.elasticsearch.index.query.TermsQueryBuilder
-
- TermsQueryBuilder(String, String...) - 类 的构造器org.elasticsearch.index.query.TermsQueryBuilder
-
A filter for a field based on several terms matching on any of them.
- TermsQueryBuilder(String, int...) - 类 的构造器org.elasticsearch.index.query.TermsQueryBuilder
-
A filter for a field based on several terms matching on any of them.
- TermsQueryBuilder(String, long...) - 类 的构造器org.elasticsearch.index.query.TermsQueryBuilder
-
A filter for a field based on several terms matching on any of them.
- TermsQueryBuilder(String, float...) - 类 的构造器org.elasticsearch.index.query.TermsQueryBuilder
-
A filter for a field based on several terms matching on any of them.
- TermsQueryBuilder(String, double...) - 类 的构造器org.elasticsearch.index.query.TermsQueryBuilder
-
A filter for a field based on several terms matching on any of them.
- TermsQueryBuilder(String, Object...) - 类 的构造器org.elasticsearch.index.query.TermsQueryBuilder
-
A filter for a field based on several terms matching on any of them.
- TermsQueryBuilder(String, Iterable<?>) - 类 的构造器org.elasticsearch.index.query.TermsQueryBuilder
-
A filter for a field based on several terms matching on any of them.
- TermsQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.TermsQueryBuilder
-
Read from a stream.
- TermsSetQueryBuilder - org.elasticsearch.index.query中的类
-
- TermsSetQueryBuilder(String, List<?>) - 类 的构造器org.elasticsearch.index.query.TermsSetQueryBuilder
-
- TermsSetQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.TermsSetQueryBuilder
-
- TermsSliceQuery - org.elasticsearch.search.slice中的类
-
A
SliceQuery that uses the terms dictionary of a field to do the slicing.
- TermsSliceQuery(String, int, int) - 类 的构造器org.elasticsearch.search.slice.TermsSliceQuery
-
- termsStatistics(Term[], TermStatistics[]) - 类 中的方法org.elasticsearch.search.dfs.DfsSearchResult
-
- termStatistics() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
- termStatistics(boolean) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
Return the term statistics for each term in the shard or skip.
- termStatistics() - 类 中的方法org.elasticsearch.search.dfs.AggregatedDfs
-
- termStatistics() - 类 中的方法org.elasticsearch.search.dfs.DfsSearchResult
-
- termStatistics(Term, TermContext) - 类 中的方法org.elasticsearch.search.internal.ContextIndexSearcher
-
- TermSuggester - org.elasticsearch.search.suggest.term中的类
-
- termSuggestion(String) - 类 中的静态方法org.elasticsearch.search.suggest.SuggestBuilders
-
Creates a term suggestion lookup query with the provided field
- TermSuggestion - org.elasticsearch.search.suggest.term中的类
-
The suggestion responses corresponding with the suggestions in the request.
- TermSuggestion() - 类 的构造器org.elasticsearch.search.suggest.term.TermSuggestion
-
- TermSuggestion(String, int, SortBy) - 类 的构造器org.elasticsearch.search.suggest.term.TermSuggestion
-
- TermSuggestion.Entry - org.elasticsearch.search.suggest.term中的类
-
Represents a part from the suggest text with suggested options.
- TermSuggestion.Entry.Option - org.elasticsearch.search.suggest.term中的类
-
Contains the suggested text with its document frequency and score.
- TermSuggestion.Frequency - org.elasticsearch.search.suggest.term中的类
-
- TermSuggestion.Score - org.elasticsearch.search.suggest.term中的类
-
- TermSuggestionBuilder - org.elasticsearch.search.suggest.term中的类
-
Defines the actual suggest command.
- TermSuggestionBuilder(String) - 类 的构造器org.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
- TermSuggestionBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
Read from a stream.
- TermSuggestionBuilder.StringDistanceImpl - org.elasticsearch.search.suggest.term中的枚举
-
An enum representing the valid string edit distance algorithms for determining suggestions.
- TermSuggestionBuilder.SuggestMode - org.elasticsearch.search.suggest.term中的枚举
-
An enum representing the valid suggest modes.
- TermsValuesSourceBuilder - org.elasticsearch.search.aggregations.bucket.composite中的类
-
- TermsValuesSourceBuilder(String) - 类 的构造器org.elasticsearch.search.aggregations.bucket.composite.TermsValuesSourceBuilder
-
- TermsValuesSourceBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.bucket.composite.TermsValuesSourceBuilder
-
- termVector(TermVectorsRequest) - 接口 中的方法org.elasticsearch.client.Client
-
已过时。
- termVector(TermVectorsRequest, ActionListener<TermVectorsResponse>) - 接口 中的方法org.elasticsearch.client.Client
-
已过时。
- termVector(TermVectorsRequest) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
已过时。
- termVector(TermVectorsRequest, ActionListener<TermVectorsResponse>) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
已过时。
- termVectorOptionsToString(FieldType) - 类 中的静态方法org.elasticsearch.index.mapper.FieldMapper
-
- termVectors(TermVectorsRequest) - 接口 中的方法org.elasticsearch.client.Client
-
An action that returns the term vectors for a specific document.
- termVectors(TermVectorsRequest, ActionListener<TermVectorsResponse>) - 接口 中的方法org.elasticsearch.client.Client
-
An action that returns the term vectors for a specific document.
- termVectors(TermVectorsRequest) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- termVectors(TermVectorsRequest, ActionListener<TermVectorsResponse>) - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- TermVectorsAction - org.elasticsearch.action.termvectors中的类
-
- TermVectorsFields - org.elasticsearch.action.termvectors中的类
-
- TermVectorsFields(BytesReference, BytesReference) - 类 的构造器org.elasticsearch.action.termvectors.TermVectorsFields
-
- TermVectorsFilter - org.elasticsearch.action.termvectors中的类
-
- TermVectorsFilter(Fields, Fields, Set<String>, AggregatedDfs) - 类 的构造器org.elasticsearch.action.termvectors.TermVectorsFilter
-
- TermVectorsFilter.ScoreTerm - org.elasticsearch.action.termvectors中的类
-
- TermVectorsRequest - org.elasticsearch.action.termvectors中的类
-
Request returning the term vector (doc frequency, positions, offsets) for a
document.
- TermVectorsRequest() - 类 的构造器org.elasticsearch.action.termvectors.TermVectorsRequest
-
- TermVectorsRequest(String, String, String) - 类 的构造器org.elasticsearch.action.termvectors.TermVectorsRequest
-
Constructs a new term vector request for a document that will be fetch
from the provided index.
- TermVectorsRequest(TermVectorsRequest) - 类 的构造器org.elasticsearch.action.termvectors.TermVectorsRequest
-
Constructs a new term vector request for a document that will be fetch
from the provided index.
- TermVectorsRequest(MultiGetRequest.Item) - 类 的构造器org.elasticsearch.action.termvectors.TermVectorsRequest
-
- TermVectorsRequest.FilterSettings - org.elasticsearch.action.termvectors中的类
-
- TermVectorsRequest.Flag - org.elasticsearch.action.termvectors中的枚举
-
- TermVectorsRequestBuilder - org.elasticsearch.action.termvectors中的类
-
The builder class for a term vector request.
- TermVectorsRequestBuilder(ElasticsearchClient, TermVectorsAction) - 类 的构造器org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
- TermVectorsRequestBuilder(ElasticsearchClient, TermVectorsAction, String, String, String) - 类 的构造器org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Constructs a new term vector request builder for a document that will be fetch
from the provided index.
- TermVectorsResponse - org.elasticsearch.action.termvectors中的类
-
- TermVectorsResponse(String, String, String) - 类 的构造器org.elasticsearch.action.termvectors.TermVectorsResponse
-
- TermVectorsService - org.elasticsearch.index.termvectors中的类
-
- TEST_MOCK_TRANSPORT_THREAD_PREFIX - 枚举 中的静态变量org.elasticsearch.transport.Transports
-
threads whose name is prefixed by this string will be considered network threads, even though they aren't
- testBlobPrefix(String) - 类 中的静态方法org.elasticsearch.repositories.blobstore.BlobStoreRepository
-
- text() - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- text(String...) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- Text - org.elasticsearch.common.text中的类
-
- Text(BytesReference) - 类 的构造器org.elasticsearch.common.text.Text
-
- Text(String) - 类 的构造器org.elasticsearch.common.text.Text
-
- text() - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContentParser
-
- text() - 接口 中的方法org.elasticsearch.common.xcontent.XContentParser
-
- TEXT - 类 中的静态变量org.elasticsearch.rest.action.admin.indices.RestAnalyzeAction.Fields
-
- TEXT - 类 中的静态变量org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
-
- text - 类 中的变量org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
-
- text - 类 中的变量org.elasticsearch.search.suggest.SuggestionBuilder
-
- text(String) - 类 中的方法org.elasticsearch.search.suggest.SuggestionBuilder
-
- text() - 类 中的方法org.elasticsearch.search.suggest.SuggestionBuilder
-
get the text for this suggestion
- TEXT_CONTENT_TYPE - 类 中的静态变量org.elasticsearch.rest.BytesRestResponse
-
- TEXT_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.SuggestionBuilder
-
- TEXT_PROMPT_VALUE - 类 中的静态变量org.elasticsearch.node.InternalSettingsPreparer
-
- textCharacters() - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContentParser
-
- textCharacters() - 接口 中的方法org.elasticsearch.common.xcontent.XContentParser
-
- TextFieldMapper - org.elasticsearch.index.mapper中的类
-
- TextFieldMapper(String, MappedFieldType, MappedFieldType, int, Boolean, Settings, FieldMapper.MultiFields, FieldMapper.CopyTo) - 类 的构造器org.elasticsearch.index.mapper.TextFieldMapper
-
- TextFieldMapper.Builder - org.elasticsearch.index.mapper中的类
-
- TextFieldMapper.Defaults - org.elasticsearch.index.mapper中的类
-
- TextFieldMapper.TextFieldType - org.elasticsearch.index.mapper中的类
-
- TextFieldMapper.TypeParser - org.elasticsearch.index.mapper中的类
-
- TextFieldType() - 类 的构造器org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
-
- TextFieldType(TextFieldMapper.TextFieldType) - 类 的构造器org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
-
- textLength() - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContentParser
-
- textLength() - 接口 中的方法org.elasticsearch.common.xcontent.XContentParser
-
- textOffset() - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContentParser
-
- textOffset() - 接口 中的方法org.elasticsearch.common.xcontent.XContentParser
-
- textOrNull() - 类 中的方法org.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- textOrNull() - 接口 中的方法org.elasticsearch.common.xcontent.XContentParser
-
- ThaiAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
- ThaiAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.ThaiAnalyzerProvider
-
- ThaiTokenizerFactory - org.elasticsearch.index.analysis中的类
-
Factory for ThaiTokenizer
- ThaiTokenizerFactory(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.ThaiTokenizerFactory
-
- THREAD_POOL_TYPES - 类 中的静态变量org.elasticsearch.threadpool.ThreadPool
-
- ThreadBarrier - org.elasticsearch.common.util.concurrent中的类
-
A synchronization aid that allows a set of threads to all wait for each other
to reach a common barrier point.
- ThreadBarrier(int) - 类 的构造器org.elasticsearch.common.util.concurrent.ThreadBarrier
-
- ThreadBarrier(int, Runnable) - 类 的构造器org.elasticsearch.common.util.concurrent.ThreadBarrier
-
- ThreadBarrier.BarrierTimer - org.elasticsearch.common.util.concurrent中的类
-
A Barrier action to be used in conjunction with
ThreadBarrier to
measure performance between barrier awaits.
- ThreadContext - org.elasticsearch.common.util.concurrent中的类
-
A ThreadContext is a map of string headers and a transient map of keyed objects that are associated with
a thread.
- ThreadContext(Settings) - 类 的构造器org.elasticsearch.common.util.concurrent.ThreadContext
-
Creates a new ThreadContext instance
- threadContext - 类 中的变量org.elasticsearch.ingest.Processor.Parameters
-
Allows processors to read headers set by
ActionFilter
instances that have run prior to in ingest.
- ThreadContext.StoredContext - org.elasticsearch.common.util.concurrent中的接口
-
- ThreadedActionListener<Response> - org.elasticsearch.action.support中的类
-
An action listener that wraps another action listener and threading its execution.
- ThreadedActionListener(Logger, ThreadPool, String, ActionListener<Response>, boolean) - 类 的构造器org.elasticsearch.action.support.ThreadedActionListener
-
- ThreadedActionListener.Wrapper - org.elasticsearch.action.support中的类
-
Wrapper that can be used to automatically wrap a listener in a threaded listener if needed.
- threadedListener() - 枚举 中的方法org.elasticsearch.action.ThreadingModel
-
true if the invocation of the action result listener will be executed
on a different thread (than the calling thread or an "expensive" thread, like the
IO thread).
- threadedOperation() - 枚举 中的方法org.elasticsearch.action.ThreadingModel
-
true if the actual operation the action represents will be executed
on a different thread than the calling thread (assuming it will be executed
on the same node).
- threadElementsSnapshotCount(int) - 类 中的方法org.elasticsearch.monitor.jvm.HotThreads
-
- threadElementsSnapshotDelay(TimeValue) - 类 中的方法org.elasticsearch.monitor.jvm.HotThreads
-
- ThreadingModel - org.elasticsearch.action中的枚举
-
- threadName(Settings, String...) - 类 中的静态方法org.elasticsearch.common.util.concurrent.EsExecutors
-
- threadName(Settings, String) - 类 中的静态方法org.elasticsearch.common.util.concurrent.EsExecutors
-
- threadName(String, String) - 类 中的静态方法org.elasticsearch.common.util.concurrent.EsExecutors
-
- threadPool() - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
Should the node Thread Pool info be returned.
- threadPool(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
Should the node Thread Pool info be returned.
- threadPool() - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
Should the node Thread Pool be returned.
- threadPool(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
Should the node Thread Pool be returned.
- threadPool - 类 中的变量org.elasticsearch.action.support.TransportAction
-
- threadPool() - 接口 中的方法org.elasticsearch.client.ElasticsearchClient
-
Returns the threadpool used to execute requests on this client
- threadPool() - 类 中的方法org.elasticsearch.client.support.AbstractClient
-
- threadPool - 类 中的变量org.elasticsearch.cluster.metadata.TemplateUpgradeService
-
- threadPool - 类 中的变量org.elasticsearch.cluster.service.ClusterApplierService
-
- threadPool - 类 中的变量org.elasticsearch.cluster.service.MasterService
-
- threadPool - 类 中的变量org.elasticsearch.discovery.zen.FaultDetection
-
- threadPool - 类 中的变量org.elasticsearch.index.reindex.ScrollableHitSource
-
- ThreadPool - org.elasticsearch.threadpool中的类
-
- ThreadPool(Settings, ExecutorBuilder<?>...) - 类 的构造器org.elasticsearch.threadpool.ThreadPool
-
- threadPool - 类 中的变量org.elasticsearch.transport.TcpTransport
-
- threadPool - 类 中的变量org.elasticsearch.transport.TransportService
-
- ThreadPool.Info - org.elasticsearch.threadpool中的类
-
- ThreadPool.Names - org.elasticsearch.threadpool中的类
-
- ThreadPool.ThreadPoolType - org.elasticsearch.threadpool中的枚举
-
- ThreadPoolInfo - org.elasticsearch.threadpool中的类
-
- ThreadPoolInfo(List<ThreadPool.Info>) - 类 的构造器org.elasticsearch.threadpool.ThreadPoolInfo
-
- ThreadPoolInfo(StreamInput) - 类 的构造器org.elasticsearch.threadpool.ThreadPoolInfo
-
- ThreadPoolStats - org.elasticsearch.threadpool中的类
-
- ThreadPoolStats(List<ThreadPoolStats.Stats>) - 类 的构造器org.elasticsearch.threadpool.ThreadPoolStats
-
- ThreadPoolStats(StreamInput) - 类 的构造器org.elasticsearch.threadpool.ThreadPoolStats
-
- ThreadPoolStats.Stats - org.elasticsearch.threadpool中的类
-
- threads() - 类 中的方法org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
-
- threads(int) - 类 中的方法org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
-
- Threads(int, int) - 类 的构造器org.elasticsearch.monitor.jvm.JvmStats.Threads
-
- Threads(StreamInput) - 类 的构造器org.elasticsearch.monitor.jvm.JvmStats.Threads
-
- THRESHOLD_SETTING - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator
-
- thresholdFrequency(long, long) - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
-
- throttle(List<NodeAllocationResult>) - 类 中的静态方法org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
-
Returns a THROTTLE decision, with the individual node-level decisions that
comprised the final THROTTLE decision if in explain mode.
- THROTTLE - 类 中的静态变量org.elasticsearch.cluster.routing.allocation.decider.Decision
-
- throttleTime() - 类 中的方法org.elasticsearch.index.recovery.RecoveryStats
-
Total time recoveries waited due to throttling
- throttleWaitTime(TimeValue, TimeValue, int) - 类 中的方法org.elasticsearch.index.reindex.WorkerBulkByScrollTaskState
-
- ThrottlingAllocationDecider - org.elasticsearch.cluster.routing.allocation.decider中的类
-
- ThrottlingAllocationDecider(Settings, ClusterSettings) - 类 的构造器org.elasticsearch.cluster.routing.allocation.decider.ThrottlingAllocationDecider
-
- throwConfigurationExceptionIfErrorsExist() - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- throwCreationExceptionIfErrorsExist() - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- throwIfNewErrors(int) - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- throwParsingExceptionOnMultipleFields(String, XContentLocation, String, String) - 类 中的静态方法org.elasticsearch.index.query.AbstractQueryBuilder
-
- throwProvisionExceptionIfErrorsExist() - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- throwUnknownField(String, XContentLocation) - 类 中的静态方法org.elasticsearch.common.xcontent.XContentParserUtils
-
- throwUnknownToken(XContentParser.Token, XContentLocation) - 类 中的静态方法org.elasticsearch.common.xcontent.XContentParserUtils
-
- tieBreakActiveMasters(Collection<DiscoveryNode>) - 类 中的方法org.elasticsearch.discovery.zen.ElectMasterService
-
selects the best active master to join, where multiple are discovered
- tieBreaker(float) - 类 中的方法org.elasticsearch.index.query.DisMaxQueryBuilder
-
The score of each non-maximum disjunct for a document is multiplied by this weight
and added into the final score.
- tieBreaker() - 类 中的方法org.elasticsearch.index.query.DisMaxQueryBuilder
-
- tieBreaker(float) - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
Tie-Breaker for "best-match" disjunction queries (OR-Queries).
- tieBreaker(Float) - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
Tie-Breaker for "best-match" disjunction queries (OR-Queries).
- tieBreaker() - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- tieBreaker() - 枚举 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder.Type
-
- tieBreaker(float) - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
When more than one field is used with the query string, and combined queries are using
dis max, control the tie breaker for it.
- tieBreaker() - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
- tieBreaker - 类 中的变量org.elasticsearch.index.search.MultiMatchQuery.QueryBuilder
-
- time() - 类 中的方法org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot
-
Returns snapshot running time
- time() - 类 中的方法org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Returns snapshot processing time
- time(long) - 类 中的方法org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Sets snapshot processing time
- time - 类 中的变量org.elasticsearch.indices.recovery.RecoveryState.Timer
-
- time() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Timer
-
Returns elapsed time in millis, or 0 if timer was not started
- time() - 类 中的静态方法org.joda.time.format.StrictISODateTimeFormat
-
Returns a formatter for a two digit hour of day, two digit minute of
hour, two digit second of minute, three digit fraction of second, and
time zone offset (HH:mm:ss.SSSZZ).
- TIME_ZONE - 类 中的静态变量org.elasticsearch.common.ParseField.CommonFields
-
- timedOut - 类 中的变量org.elasticsearch.action.search.SearchResponseSections
-
- timedOut() - 类 中的方法org.elasticsearch.action.search.SearchResponseSections
-
- timeElementParser() - 类 中的静态方法org.joda.time.format.StrictISODateTimeFormat
-
Returns a generic ISO time parser.
- timeEstimateCounter() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- timeEstimateCounter() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- timeEstimateCounter() - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- timeNoMillis() - 类 中的静态方法org.joda.time.format.StrictISODateTimeFormat
-
Returns a formatter for a two digit hour of day, two digit minute of
hour, two digit second of minute, and time zone offset (HH:mm:ssZZ).
- timeout() - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
-
- timeout(TimeValue) - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
-
- timeout(String) - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
-
- timeout - 类 中的变量org.elasticsearch.action.bulk.BulkRequest
-
- timeout(TimeValue) - 类 中的方法org.elasticsearch.action.bulk.BulkRequest
-
A timeout to wait if the index operation can't be performed immediately.
- timeout(String) - 类 中的方法org.elasticsearch.action.bulk.BulkRequest
-
A timeout to wait if the index operation can't be performed immediately.
- timeout() - 类 中的方法org.elasticsearch.action.bulk.BulkRequest
-
- timeout - 类 中的变量org.elasticsearch.action.support.master.AcknowledgedRequest
-
- timeout(String) - 类 中的方法org.elasticsearch.action.support.master.AcknowledgedRequest
-
Allows to set the timeout
- timeout(TimeValue) - 类 中的方法org.elasticsearch.action.support.master.AcknowledgedRequest
-
Allows to set the timeout
- timeout() - 类 中的方法org.elasticsearch.action.support.master.AcknowledgedRequest
-
Returns the current timeout
- timeout() - 类 中的方法org.elasticsearch.action.support.nodes.BaseNodesRequest
-
- timeout(TimeValue) - 类 中的方法org.elasticsearch.action.support.nodes.BaseNodesRequest
-
- timeout(String) - 类 中的方法org.elasticsearch.action.support.nodes.BaseNodesRequest
-
- timeout - 类 中的变量org.elasticsearch.action.support.replication.ReplicationRequest
-
- timeout(TimeValue) - 类 中的方法org.elasticsearch.action.support.replication.ReplicationRequest
-
A timeout to wait if the index operation can't be performed immediately.
- timeout(String) - 类 中的方法org.elasticsearch.action.support.replication.ReplicationRequest
-
A timeout to wait if the index operation can't be performed immediately.
- timeout() - 类 中的方法org.elasticsearch.action.support.replication.ReplicationRequest
-
- timeout - 类 中的变量org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
-
- timeout() - 类 中的方法org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
-
- timeout(TimeValue) - 类 中的方法org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
-
A timeout to wait if the index operation can't be performed immediately.
- timeout(String) - 类 中的方法org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
-
A timeout to wait if the index operation can't be performed immediately.
- timeout() - 类 中的方法org.elasticsearch.cluster.AckedClusterStateUpdateTask
-
- timeout() - 类 中的方法org.elasticsearch.cluster.ClusterStateTaskConfig.Basic
-
- timeout() - 接口 中的方法org.elasticsearch.cluster.ClusterStateTaskConfig
-
The timeout for this cluster state update task configuration.
- timeout() - 类 中的方法org.elasticsearch.cluster.ClusterStateUpdateTask
-
- timeout() - 类 中的方法org.elasticsearch.cluster.LocalClusterUpdateTask
-
- timeout(TimeValue) - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
-
Timeout to wait for the shards on to be available for each bulk request.
- timeout(TimeValue) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
An optional timeout to control how long search is allowed to take.
- timeout() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Gets the timeout to control how long search is allowed to take.
- timeout() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- timeout(TimeValue) - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- timeout() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- timeout(TimeValue) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- timeout(TimeValue) - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- timeout() - 类 中的方法org.elasticsearch.transport.TransportRequestOptions
-
- TIMEOUT_FIELD - 类 中的静态变量org.elasticsearch.search.builder.SearchSourceBuilder
-
- TimeoutClusterStateListener - org.elasticsearch.cluster中的接口
-
An exception to cluster state listener that allows for timeouts and for post added notifications.
- timeParser() - 类 中的静态方法org.joda.time.format.StrictISODateTimeFormat
-
Returns a generic ISO time parser for parsing times with a possible zone.
- Timer() - 类 的构造器org.elasticsearch.indices.recovery.RecoveryState.Timer
-
- Timer - org.elasticsearch.search.profile中的类
-
Helps measure how much time is spent running some methods.
- Timer() - 类 的构造器org.elasticsearch.search.profile.Timer
-
- timeSetting(String, Function<Settings, TimeValue>, TimeValue, Setting.Property...) - 类 中的静态方法org.elasticsearch.common.settings.Setting
-
- timeSetting(String, TimeValue, TimeValue, Setting.Property...) - 类 中的静态方法org.elasticsearch.common.settings.Setting
-
- timeSetting(String, TimeValue, Setting.Property...) - 类 中的静态方法org.elasticsearch.common.settings.Setting
-
- timeSetting(String, Setting<TimeValue>, Setting.Property...) - 类 中的静态方法org.elasticsearch.common.settings.Setting
-
- timestamp() - 异常错误 中的方法org.elasticsearch.action.TimestampParsingException
-
- TIMESTAMP - 类 中的静态变量org.elasticsearch.common.Table
-
- TimestampParsingException - org.elasticsearch.action中的异常错误
-
- TimestampParsingException(String) - 异常错误 的构造器org.elasticsearch.action.TimestampParsingException
-
- TimestampParsingException(String, Throwable) - 异常错误 的构造器org.elasticsearch.action.TimestampParsingException
-
- TimestampParsingException(StreamInput) - 异常错误 的构造器org.elasticsearch.action.TimestampParsingException
-
- TimeValue - org.elasticsearch.common.unit中的类
-
- TimeValue(long) - 类 的构造器org.elasticsearch.common.unit.TimeValue
-
- TimeValue(long, TimeUnit) - 类 的构造器org.elasticsearch.common.unit.TimeValue
-
- TimeValue(StreamInput) - 类 的构造器org.elasticsearch.common.unit.TimeValue
-
Read from a stream.
- timeValueField(String, String, TimeValue) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- timeValueField(String, String, long) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- timeValueField(String, String, long, TimeUnit) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- timeValueHours(long) - 类 中的静态方法org.elasticsearch.common.unit.TimeValue
-
- timeValueMillis(long) - 类 中的静态方法org.elasticsearch.common.unit.TimeValue
-
- timeValueMinutes(long) - 类 中的静态方法org.elasticsearch.common.unit.TimeValue
-
- timeValueNanos(long) - 类 中的静态方法org.elasticsearch.common.unit.TimeValue
-
- timeValueSeconds(long) - 类 中的静态方法org.elasticsearch.common.unit.TimeValue
-
- timeZone(DateTimeZone) - 类 中的方法org.elasticsearch.common.rounding.Rounding.Builder
-
- timeZone(String) - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
In case of date field, we can adjust the from/to fields using a timezone
- timeZone(DateTimeZone) - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
- timeZone() - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
- timeZone(String) - 类 中的方法org.elasticsearch.index.query.RangeQueryBuilder
-
In case of date field, we can adjust the from/to fields using a timezone
- timeZone() - 类 中的方法org.elasticsearch.index.query.RangeQueryBuilder
-
In case of date field, gets the from/to fields timezone adjustment
- timeZone(DateTimeZone) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.DateHistogramValuesSourceBuilder
-
Sets the time zone to use for this aggregation
- timeZone() - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.DateHistogramValuesSourceBuilder
-
Gets the time zone to use for this aggregation
- timeZone(DateTimeZone) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
-
Sets the time zone to use for this aggregation
- timeZone() - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
-
Gets the time zone to use for this aggregation
- timeZone() - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory
-
- timezone(DateTimeZone) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceConfig
-
- timezone() - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceConfig
-
- timings - 类 中的变量org.elasticsearch.search.profile.AbstractInternalProfileTree
-
- tmpFile() - 类 中的方法org.elasticsearch.env.Environment
-
Path to the default temp directory used by the JDK
- to(String) - 接口 中的方法org.elasticsearch.common.inject.binder.ConstantBindingBuilder
-
Binds constant to the given value.
- to(int) - 接口 中的方法org.elasticsearch.common.inject.binder.ConstantBindingBuilder
-
Binds constant to the given value.
- to(long) - 接口 中的方法org.elasticsearch.common.inject.binder.ConstantBindingBuilder
-
Binds constant to the given value.
- to(boolean) - 接口 中的方法org.elasticsearch.common.inject.binder.ConstantBindingBuilder
-
Binds constant to the given value.
- to(double) - 接口 中的方法org.elasticsearch.common.inject.binder.ConstantBindingBuilder
-
Binds constant to the given value.
- to(float) - 接口 中的方法org.elasticsearch.common.inject.binder.ConstantBindingBuilder
-
Binds constant to the given value.
- to(short) - 接口 中的方法org.elasticsearch.common.inject.binder.ConstantBindingBuilder
-
Binds constant to the given value.
- to(char) - 接口 中的方法org.elasticsearch.common.inject.binder.ConstantBindingBuilder
-
Binds constant to the given value.
- to(Class<?>) - 接口 中的方法org.elasticsearch.common.inject.binder.ConstantBindingBuilder
-
Binds constant to the given value.
- to(E) - 接口 中的方法org.elasticsearch.common.inject.binder.ConstantBindingBuilder
-
Binds constant to the given value.
- to(Class<? extends T>) - 接口 中的方法org.elasticsearch.common.inject.binder.LinkedBindingBuilder
-
See the EDSL examples at
Binder.
- to(TypeLiteral<? extends T>) - 接口 中的方法org.elasticsearch.common.inject.binder.LinkedBindingBuilder
-
See the EDSL examples at
Binder.
- to(Key<? extends T>) - 接口 中的方法org.elasticsearch.common.inject.binder.LinkedBindingBuilder
-
See the EDSL examples at
Binder.
- to(Class<? extends T>) - 类 中的方法org.elasticsearch.common.inject.internal.BindingBuilder
-
- to(TypeLiteral<? extends T>) - 类 中的方法org.elasticsearch.common.inject.internal.BindingBuilder
-
- to(Key<? extends T>) - 类 中的方法org.elasticsearch.common.inject.internal.BindingBuilder
-
- to(String) - 类 中的方法org.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
-
- to(int) - 类 中的方法org.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
-
- to(long) - 类 中的方法org.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
-
- to(boolean) - 类 中的方法org.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
-
- to(double) - 类 中的方法org.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
-
- to(float) - 类 中的方法org.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
-
- to(short) - 类 中的方法org.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
-
- to(char) - 类 中的方法org.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
-
- to(Class<?>) - 类 中的方法org.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
-
- to(E) - 类 中的方法org.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
-
- to(Object, boolean) - 类 中的方法org.elasticsearch.index.query.RangeQueryBuilder
-
The to part of the range query.
- to(Object) - 类 中的方法org.elasticsearch.index.query.RangeQueryBuilder
-
The to part of the range query.
- to() - 类 中的方法org.elasticsearch.index.query.RangeQueryBuilder
-
Gets the upper range value for this query.
- TO - 类 中的静态变量org.elasticsearch.search.aggregations.Aggregation.CommonFields
-
- to - 类 中的变量org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- to - 类 中的变量org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
-
- to - 类 中的变量org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
-
- TO_AS_STRING - 类 中的静态变量org.elasticsearch.search.aggregations.Aggregation.CommonFields
-
- TO_FIELD - 类 中的静态变量org.elasticsearch.index.query.RangeQueryBuilder
-
- TO_FIELD - 类 中的静态变量org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
-
- toAddrString(InetAddress) - 类 中的静态方法org.elasticsearch.common.network.InetAddresses
-
Returns the string representation of an InetAddress.
- toArray() - 类 中的方法org.elasticsearch.common.blobstore.BlobPath
-
- toArray() - 类 中的方法org.elasticsearch.common.collect.EvictingQueue
-
- toArray(T1[]) - 类 中的方法org.elasticsearch.common.collect.EvictingQueue
-
- toArray(Collection<Integer>) - 类 中的静态方法org.elasticsearch.common.util.CollectionUtils
-
- toArray(E[]) - 类 中的方法org.elasticsearch.common.util.concurrent.AtomicArray
-
Copies the content of the underlying atomic array to a normal one.
- toArray() - 类 中的方法org.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- toArray(T[]) - 类 中的方法org.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- toAsStr - 类 中的变量org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
-
- toAsString - 类 中的变量org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
-
- toBiConsumer(ActionListener<Response>) - 接口 中的静态方法org.elasticsearch.action.ActionListener
-
Converts a listener to a BiConsumer for compatibility with the CompletableFuture
api.
- toBooleanClauseOccur() - 枚举 中的方法org.elasticsearch.index.query.Operator
-
- toByteExact(Number) - 类 中的静态方法org.elasticsearch.common.Numbers
-
Return the byte that n stores, or throws an exception if the
stored value cannot be converted to a byte that stores the exact same
value.
- toBytes(ClusterState) - 类 中的静态方法org.elasticsearch.cluster.ClusterState.Builder
-
- toBytes(BytesReference) - 类 中的静态方法org.elasticsearch.common.bytes.BytesReference
-
Returns a compact array from the given BytesReference.
- toBytes(long) - 枚举 中的方法org.elasticsearch.common.unit.ByteSizeUnit
-
- toBytesRef() - 类 中的方法org.elasticsearch.common.bytes.BytesArray
-
- toBytesRef() - 类 中的方法org.elasticsearch.common.bytes.BytesReference
-
Converts to Lucene BytesRef.
- toBytesRef() - 类 中的方法org.elasticsearch.common.bytes.CompositeBytesReference
-
- toBytesRef() - 类 中的方法org.elasticsearch.common.bytes.PagedBytesReference
-
- toBytesRef(Object) - 类 中的静态方法org.elasticsearch.common.lucene.BytesRefs
-
Converts an object value to BytesRef.
- toBytesRef(Object, BytesRefBuilder) - 类 中的静态方法org.elasticsearch.common.lucene.BytesRefs
-
- toBytesRef() - 类 中的方法org.elasticsearch.index.mapper.Uid
-
- toCharArray() - 类 中的方法org.elasticsearch.common.io.FastCharArrayWriter
-
Returns a copy of the input data.
- toConcreteKey(String) - 类 中的方法org.elasticsearch.common.settings.Setting.AffixKey
-
- toContextQuery(CompletionQuery, Map<String, List<ContextMapping.InternalQueryContext>>) - 类 中的方法org.elasticsearch.search.suggest.completion.context.ContextMappings
-
Wraps a CompletionQuery with context queries
- toDelimitedString(char) - 类 中的方法org.elasticsearch.common.settings.Settings
-
Returns the settings as delimited string.
- toException() - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- toFilter(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.AbstractQueryBuilder
-
- toFilter(QueryShardContext) - 接口 中的方法org.elasticsearch.index.query.QueryBuilder
-
Converts this QueryBuilder to an unscored lucene Query that acts as a filter.
- toFilter(QueryBuilder) - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
- toFilter(QueryShardContext, int, int) - 类 中的方法org.elasticsearch.search.slice.SliceBuilder
-
- toFiniteStrings(TokenStream) - 类 中的方法org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
-
- toFunction(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
-
Called on a data node, converts this ScoreFunctionBuilder into its corresponding Lucene function object.
- toGB(long) - 枚举 中的方法org.elasticsearch.common.unit.ByteSizeUnit
-
- toGiga(long) - 枚举 中的方法org.elasticsearch.common.unit.SizeUnit
-
- toHexString(byte[]) - 类 中的静态方法org.elasticsearch.common.hash.MessageDigests
-
Format a byte array as a hex string.
- toInnerXContent(IndexTemplateMetaData, XContentBuilder, ToXContent.Params) - 类 中的静态方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
-
- toInnerXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.SearchHit
-
- toInnerXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.suggest.completion.context.CategoryContextMapping
-
- toInnerXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.suggest.completion.context.ContextMapping
-
Implementations should add specific configurations
that need to be persisted
- toInnerXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.suggest.completion.context.GeoContextMapping
-
- toInstance(T) - 接口 中的方法org.elasticsearch.common.inject.binder.LinkedBindingBuilder
-
See the EDSL examples at
Binder.
- toInstance(T) - 类 中的方法org.elasticsearch.common.inject.internal.BindingBuilder
-
- toInternalQueryContexts(List<CategoryQueryContext>) - 类 中的方法org.elasticsearch.search.suggest.completion.context.CategoryContextMapping
-
- toInternalQueryContexts(List<T>) - 类 中的方法org.elasticsearch.search.suggest.completion.context.ContextMapping
-
Convert query contexts to common representation
- toInternalQueryContexts(List<GeoQueryContext>) - 类 中的方法org.elasticsearch.search.suggest.completion.context.GeoContextMapping
-
- toIntExact(Number) - 类 中的静态方法org.elasticsearch.common.Numbers
-
Return the int that n stores, or throws an exception if the
stored value cannot be converted to an int that stores the exact same
value.
- toJsonString() - 异常错误 中的方法org.elasticsearch.script.ScriptException
-
Returns a JSON version of this exception for debugging.
- toKB(long) - 枚举 中的方法org.elasticsearch.common.unit.ByteSizeUnit
-
- token(XContentParser, String, XContentParser.Token, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsParser
-
- token(XContentParser, String, XContentParser.Token, Map<String, Object>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketParser
-
- TOKEN_FILTERS - 类 中的静态变量org.elasticsearch.rest.action.admin.indices.RestAnalyzeAction.Fields
-
- TOKEN_LIMIT_FIELD - 类 中的静态变量org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- TokenConsumer() - 类 的构造器org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.TokenConsumer
-
- TokenFilterFactory - org.elasticsearch.index.analysis中的接口
-
- tokenFilters() - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- tokenfilters() - 类 中的方法org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
-
- tokenfilters(DetailAnalyzeResponse.AnalyzeTokenList[]) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
-
- tokenFilters() - 类 中的方法org.elasticsearch.index.analysis.CustomAnalyzer
-
- tokenized(boolean) - 类 中的方法org.elasticsearch.index.mapper.BooleanFieldMapper.Builder
-
- tokenized(boolean) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper.Builder
-
- tokenizer(String) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- tokenizer(Map<String, ?>) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- tokenizer() - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- tokenizer() - 类 中的方法org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
-
- tokenizer(DetailAnalyzeResponse.AnalyzeTokenList) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
-
- TOKENIZER - 类 中的静态变量org.elasticsearch.rest.action.admin.indices.RestAnalyzeAction.Fields
-
- tokenizerFactory() - 类 中的方法org.elasticsearch.index.analysis.CustomAnalyzer
-
- tokenizerFactory - 类 中的变量org.elasticsearch.index.analysis.SynonymTokenFilterFactory
-
- TokenizerFactory - org.elasticsearch.index.analysis中的接口
-
- tokenizeToStringArray(String, String) - 类 中的静态方法org.elasticsearch.common.Strings
-
Tokenize the given String into a String array via a StringTokenizer.
- tokenizeToStringArray(String, String, boolean, boolean) - 类 中的静态方法org.elasticsearch.common.Strings
-
Tokenize the given String into a String array via a StringTokenizer.
- tokenLimit(int) - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- tokenLimit() - 类 中的方法org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- tokenStream(Analyzer, TokenStream) - 类 中的方法org.elasticsearch.common.lucene.all.AllField
-
- tokenStream(Analyzer, TokenStream) - 类 中的方法org.elasticsearch.index.mapper.CustomDocValuesField
-
- tokenStream(Analyzer, BytesRef, CharsRefBuilder, String) - 类 中的方法org.elasticsearch.search.suggest.phrase.NoisyChannelSpellChecker
-
- toKilo(long) - 枚举 中的方法org.elasticsearch.common.unit.SizeUnit
-
- TOLERANCE - 类 中的静态变量org.elasticsearch.common.geo.GeoUtils
-
rounding error for quantized latitude and longitude values
- toList() - 类 中的方法org.elasticsearch.discovery.zen.ZenPing.PingCollection
-
serialize current pings to a list.
- toLong(String, boolean) - 类 中的静态方法org.elasticsearch.common.Numbers
-
Return the long that stringValue stores or throws an exception if the
stored value cannot be converted to a long that stores the exact same
value and coerce is false.
- toLongExact(Number) - 类 中的静态方法org.elasticsearch.common.Numbers
-
Return the long that n stores, or throws an exception if the
stored value cannot be converted to a long that stores the exact same
value.
- toLucene() - 枚举 中的方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder.StringDistanceImpl
-
- toLucene() - 枚举 中的方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder.SuggestMode
-
- toMap() - 类 中的方法org.elasticsearch.tasks.RawTaskStatus
-
Convert the from XContent to a Map for easy reading.
- toMB(long) - 枚举 中的方法org.elasticsearch.common.unit.ByteSizeUnit
-
- tombstones() - 类 中的方法org.elasticsearch.cluster.metadata.IndexGraveyard.Builder
-
A copy of the current tombstones in the builder.
- toMega(long) - 枚举 中的方法org.elasticsearch.common.unit.SizeUnit
-
- toMeters(double) - 枚举 中的方法org.elasticsearch.common.unit.DistanceUnit
-
Convert a value into meters
- toNode() - 类 中的方法org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
-
- tooManyConstructors(Class<?>) - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-
- TOP_TERMS - 类 中的静态变量org.elasticsearch.index.query.support.QueryParsers
-
- TOP_TERMS_BLENDED_FREQS - 类 中的静态变量org.elasticsearch.index.query.support.QueryParsers
-
- TOP_TERMS_BOOST - 类 中的静态变量org.elasticsearch.index.query.support.QueryParsers
-
- toPB(long) - 枚举 中的方法org.elasticsearch.common.unit.ByteSizeUnit
-
- topDocs(SearchHit[]) - 类 中的方法org.elasticsearch.search.fetch.subphase.InnerHitsContext.InnerHitSubContext
-
- topDocs() - 类 中的方法org.elasticsearch.search.query.QuerySearchResult
-
- topDocs(TopDocs, DocValueFormat[]) - 类 中的方法org.elasticsearch.search.query.QuerySearchResult
-
- toPeta(long) - 枚举 中的方法org.elasticsearch.common.unit.SizeUnit
-
- topHits(String) - 类 中的静态方法org.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
TopHits aggregation with the given name.
- TopHits - org.elasticsearch.search.aggregations.metrics.tophits中的接口
-
Accumulation of the most relevant hits for a bucket this aggregation falls into.
- TopHitsAggregationBuilder - org.elasticsearch.search.aggregations.metrics.tophits中的类
-
- TopHitsAggregationBuilder(String) - 类 的构造器org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
- TopHitsAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
Read from a stream.
- TopHitsAggregator - org.elasticsearch.search.aggregations.metrics.tophits中的类
-
- TopHitsAggregatorFactory - org.elasticsearch.search.aggregations.metrics.tophits中的类
-
- topLeft() - 类 中的方法org.elasticsearch.common.geo.builders.EnvelopeBuilder
-
- topLeft() - 类 中的方法org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
Returns the top left corner of the bounding box.
- topLeft() - 接口 中的方法org.elasticsearch.search.aggregations.metrics.geobounds.GeoBounds
-
Get the top-left location of the bounding box.
- topLeft() - 类 中的方法org.elasticsearch.search.aggregations.metrics.geobounds.InternalGeoBounds
-
- topLeft() - 类 中的方法org.elasticsearch.search.aggregations.metrics.geobounds.ParsedGeoBounds
-
- topLevelQuery(Term[], TermContext[], int[], int) - 类 中的方法org.apache.lucene.queries.BlendedTermQuery
-
- topLevelReader() - 类 中的方法org.elasticsearch.search.fetch.FetchSubPhase.HitContext
-
- toPolygon() - 类 中的方法org.elasticsearch.common.geo.builders.PolygonBuilder
-
- toPolygon(GeometryFactory) - 类 中的方法org.elasticsearch.common.geo.builders.PolygonBuilder
-
- toProvider(Provider<? extends T>) - 接口 中的方法org.elasticsearch.common.inject.binder.LinkedBindingBuilder
-
See the EDSL examples at
Binder.
- toProvider(Class<? extends Provider<? extends T>>) - 接口 中的方法org.elasticsearch.common.inject.binder.LinkedBindingBuilder
-
See the EDSL examples at
Binder.
- toProvider(Key<? extends Provider<? extends T>>) - 接口 中的方法org.elasticsearch.common.inject.binder.LinkedBindingBuilder
-
See the EDSL examples at
Binder.
- toProvider(Provider<? extends T>) - 类 中的方法org.elasticsearch.common.inject.internal.BindingBuilder
-
- toProvider(Class<? extends Provider<? extends T>>) - 类 中的方法org.elasticsearch.common.inject.internal.BindingBuilder
-
- toProvider(Key<? extends Provider<? extends T>>) - 类 中的方法org.elasticsearch.common.inject.internal.BindingBuilder
-
- toQuery(QueryShardContext) - 类 中的方法org.elasticsearch.index.query.AbstractQueryBuilder
-
- toQuery(QueryShardContext) - 接口 中的方法org.elasticsearch.index.query.QueryBuilder
-
Converts this QueryBuilder to a lucene Query.
- toQuery(QueryBuilder) - 类 中的方法org.elasticsearch.index.query.QueryShardContext
-
- toQueryParserOperator() - 枚举 中的方法org.elasticsearch.index.query.Operator
-
- toShortExact(Number) - 类 中的静态方法org.elasticsearch.common.Numbers
-
Return the short that n stores, or throws an exception if the
stored value cannot be converted to a short that stores the exact same
value.
- toSingleItemBulkRequest(ReplicatedWriteRequest) - 类 中的静态方法org.elasticsearch.action.bulk.TransportSingleItemBulkWriteAction
-
已过时。
- toSingles(long) - 枚举 中的方法org.elasticsearch.common.unit.SizeUnit
-
- toSortableLongBits(SortedNumericDoubleValues) - 枚举 中的静态方法org.elasticsearch.index.fielddata.FieldData
-
Given a
SortedNumericDoubleValues, return a
SortedNumericDocValues instance that will translate double values
to sortable long bits using
NumericUtils.doubleToSortableLong(double).
- toString(String) - 类 中的方法org.apache.lucene.queries.BlendedTermQuery
-
- toString(String) - 类 中的方法org.apache.lucene.queries.MinDocQuery
-
- toString(String) - 类 中的方法org.apache.lucene.queries.SearchAfterSortedDocQuery
-
- toString() - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
-
- toString() - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- toString() - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse
-
- toString() - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsResponse
-
- toString() - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskResponse
-
- toString() - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse
-
- toString() - 类 中的方法org.elasticsearch.action.admin.cluster.node.usage.NodesUsageResponse
-
- toString() - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryResponse
-
- toString() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
-
- toString() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
- toString() - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
-
- toString() - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptRequest
-
- toString() - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptRequest
-
- toString() - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequest
-
- toString() - 类 中的方法org.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksResponse
-
- toString() - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- toString() - 类 中的方法org.elasticsearch.action.admin.indices.flush.FlushRequest
-
- toString() - 类 中的方法org.elasticsearch.action.admin.indices.flush.ShardFlushRequest
-
- toString() - 类 中的方法org.elasticsearch.action.admin.indices.flush.SyncedFlushRequest
-
- toString() - 类 中的方法org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest
-
- toString() - 类 中的方法org.elasticsearch.action.admin.indices.recovery.RecoveryResponse
-
- toString() - 类 中的方法org.elasticsearch.action.admin.indices.rollover.Condition
-
- toString() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
-
- toString() - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.post.UpgradeRequest
-
- toString() - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
-
- toString() - 类 中的方法org.elasticsearch.action.bulk.BulkItemResponse.Failure
-
- toString() - 类 中的方法org.elasticsearch.action.bulk.BulkShardRequest
-
- toString() - 类 中的方法org.elasticsearch.action.delete.DeleteRequest
-
- toString() - 类 中的方法org.elasticsearch.action.delete.DeleteResponse
-
- toString() - 类 中的方法org.elasticsearch.action.get.GetRequest
-
- toString() - 类 中的方法org.elasticsearch.action.get.GetResponse
-
- toString() - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
- toString() - 类 中的方法org.elasticsearch.action.index.IndexResponse
-
- toString() - 类 中的方法org.elasticsearch.action.OriginalIndices
-
- toString() - 类 中的方法org.elasticsearch.action.resync.ResyncReplicationRequest
-
- toString() - 类 中的方法org.elasticsearch.action.search.MultiSearchResponse
-
- toString() - 异常错误 中的方法org.elasticsearch.action.search.SearchPhaseExecutionException
-
- toString() - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
- toString() - 类 中的方法org.elasticsearch.action.search.SearchRequestBuilder
-
- toString() - 类 中的方法org.elasticsearch.action.search.SearchResponse.Clusters
-
- toString() - 类 中的方法org.elasticsearch.action.search.SearchResponse
-
- toString() - 类 中的方法org.elasticsearch.action.search.SearchScrollRequest
-
- toString() - 类 中的方法org.elasticsearch.action.search.ShardSearchFailure
-
- toString() - 类 中的方法org.elasticsearch.action.support.ActiveShardCount
-
- toString() - 类 中的方法org.elasticsearch.action.support.DefaultShardOperationFailedException
-
- toString() - 类 中的方法org.elasticsearch.action.support.IndicesOptions
-
- toString() - 类 中的方法org.elasticsearch.action.support.replication.BasicReplicationRequest
-
- toString() - 类 中的方法org.elasticsearch.action.support.replication.ReplicationRequest
-
- toString() - 类 中的方法org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo
-
- toString() - 类 中的方法org.elasticsearch.action.support.replication.ReplicationTask.Status
-
- toString() - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction.ConcreteReplicaRequest
-
- toString() - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction.ConcreteShardRequest
-
- toString() - 类 中的方法org.elasticsearch.action.TaskOperationFailure
-
- toString() - 类 中的方法org.elasticsearch.action.update.UpdateResponse
-
- toString() - 类 中的方法org.elasticsearch.bootstrap.JavaVersion
-
- toString() - 类 中的方法org.elasticsearch.Build
-
- toString() - 类 中的方法org.elasticsearch.cluster.action.shard.ShardStateAction.ShardEntry
-
- toString() - 类 中的方法org.elasticsearch.cluster.block.ClusterBlock
-
- toString() - 类 中的方法org.elasticsearch.cluster.block.ClusterBlocks
-
- toString() - 类 中的方法org.elasticsearch.cluster.ClusterName
-
- toString() - 枚举 中的方法org.elasticsearch.cluster.ClusterState.Metric
-
- toString() - 类 中的方法org.elasticsearch.cluster.ClusterState
-
- toString() - 类 中的方法org.elasticsearch.cluster.DiskUsage
-
- toString() - 类 中的方法org.elasticsearch.cluster.metadata.IndexGraveyard.Tombstone
-
- toString() - 类 中的方法org.elasticsearch.cluster.metadata.IndexGraveyard
-
- toString() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNode
-
- toString() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodeFilters
-
Generates a human-readable string for the DiscoverNodeFilters.
- toString() - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNodes
-
- toString() - 类 中的方法org.elasticsearch.cluster.RestoreInProgress
-
- toString() - 枚举 中的方法org.elasticsearch.cluster.routing.allocation.AllocationDecision
-
- toString() - 类 中的方法org.elasticsearch.cluster.routing.allocation.command.AllocationCommands
-
- toString() - 枚举 中的方法org.elasticsearch.cluster.routing.allocation.decider.ClusterRebalanceAllocationDecider.ClusterRebalanceType
-
- toString() - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.Decision.Multi
-
- toString() - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.Decision.Single
-
- toString() - 类 中的方法org.elasticsearch.cluster.routing.allocation.FailedShard
-
- toString() - 类 中的方法org.elasticsearch.cluster.routing.allocation.StaleShard
-
- toString() - 类 中的方法org.elasticsearch.cluster.routing.AllocationId
-
- toString() - 类 中的方法org.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- toString() - 类 中的方法org.elasticsearch.cluster.routing.RecoverySource.LocalShardsRecoverySource
-
- toString() - 类 中的方法org.elasticsearch.cluster.routing.RecoverySource.PeerRecoverySource
-
- toString() - 类 中的方法org.elasticsearch.cluster.routing.RecoverySource.SnapshotRecoverySource
-
- toString() - 类 中的方法org.elasticsearch.cluster.routing.RecoverySource.StoreRecoverySource
-
- toString() - 类 中的方法org.elasticsearch.cluster.routing.RoutingNode
-
- toString() - 类 中的方法org.elasticsearch.cluster.routing.RoutingNodes
-
- toString() - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable
-
- toString() - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
- toString() - 类 中的方法org.elasticsearch.cluster.routing.UnassignedInfo
-
- toString() - 类 中的方法org.elasticsearch.cluster.service.SourcePrioritizedRunnable
-
- toString() - 类 中的方法org.elasticsearch.cluster.service.TaskBatcher.BatchedTask
-
- toString() - 类 中的方法org.elasticsearch.cluster.SnapshotDeletionsInProgress
-
- toString() - 类 中的方法org.elasticsearch.cluster.SnapshotsInProgress.Entry
-
- toString() - 类 中的方法org.elasticsearch.cluster.SnapshotsInProgress.ShardSnapshotStatus
-
- toString() - 类 中的方法org.elasticsearch.cluster.SnapshotsInProgress
-
- toString() - 类 中的方法org.elasticsearch.common.blobstore.BlobPath
-
- toString() - 类 中的方法org.elasticsearch.common.blobstore.fs.FsBlobStore
-
- toString() - 类 中的方法org.elasticsearch.common.blobstore.support.PlainBlobMetaData
-
- toString() - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap
-
- toString() - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap
-
- toString() - 类 中的方法org.elasticsearch.common.collect.Tuple
-
- toString() - 类 中的方法org.elasticsearch.common.component.Lifecycle
-
- toString() - 类 中的方法org.elasticsearch.common.compress.CompressedXContent
-
- toString() - 类 中的方法org.elasticsearch.common.document.DocumentField
-
- toString() - 类 中的方法org.elasticsearch.common.geo.builders.ShapeBuilder.Edge
-
- toString() - 类 中的方法org.elasticsearch.common.geo.builders.ShapeBuilder
-
- toString() - 类 中的方法org.elasticsearch.common.geo.GeoPoint
-
- toString() - 类 中的方法org.elasticsearch.common.inject.internal.BindingBuilder
-
- toString() - 类 中的方法org.elasticsearch.common.inject.internal.BindingImpl
-
- toString() - 类 中的方法org.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
-
- toString() - 类 中的方法org.elasticsearch.common.inject.internal.ExposedBindingImpl
-
- toString() - 类 中的方法org.elasticsearch.common.inject.internal.ExposureBuilder
-
- toString() - 类 中的方法org.elasticsearch.common.inject.internal.InstanceBindingImpl
-
- toString() - 类 中的方法org.elasticsearch.common.inject.internal.InternalFactory.Instance
-
- toString() - 类 中的方法org.elasticsearch.common.inject.internal.LinkedBindingImpl
-
- toString() - 类 中的方法org.elasticsearch.common.inject.internal.LinkedProviderBindingImpl
-
- toString() - 类 中的方法org.elasticsearch.common.inject.internal.MatcherAndConverter
-
- toString() - 类 中的方法org.elasticsearch.common.inject.internal.MoreTypes.GenericArrayTypeImpl
-
- toString() - 类 中的方法org.elasticsearch.common.inject.internal.MoreTypes.MemberImpl
-
- toString() - 类 中的方法org.elasticsearch.common.inject.internal.MoreTypes.ParameterizedTypeImpl
-
- toString(Type) - 类 中的静态方法org.elasticsearch.common.inject.internal.MoreTypes
-
- toString(Member) - 类 中的静态方法org.elasticsearch.common.inject.internal.MoreTypes
-
Formats a member as concise string, such as java.util.ArrayList.size,
java.util.ArrayList<init>() or java.util.List.remove().
- toString() - 类 中的方法org.elasticsearch.common.inject.internal.MoreTypes.WildcardTypeImpl
-
- toString() - 类 中的方法org.elasticsearch.common.inject.internal.PrivateElementsImpl
-
- toString() - 类 中的方法org.elasticsearch.common.inject.internal.ProviderInstanceBindingImpl
-
- toString() - 类 中的方法org.elasticsearch.common.inject.internal.ToStringBuilder
-
- toString() - 类 中的方法org.elasticsearch.common.inject.internal.UntargettedBindingImpl
-
- toString() - 类 中的方法org.elasticsearch.common.inject.Key
-
- toString() - 类 中的方法org.elasticsearch.common.inject.multibindings.Multibinder.RealMultibinder
-
- toString() - 接口 中的方法org.elasticsearch.common.inject.Scope
-
A short but useful description of this scope.
- toString() - 类 中的方法org.elasticsearch.common.inject.spi.Dependency
-
- toString() - 类 中的方法org.elasticsearch.common.inject.spi.InjectionPoint
-
- toString() - 类 中的方法org.elasticsearch.common.inject.spi.Message
-
- toString() - 类 中的方法org.elasticsearch.common.inject.spi.ProviderLookup.ProviderImpl
-
- toString() - 类 中的方法org.elasticsearch.common.inject.TypeLiteral
-
- toString() - 类 中的方法org.elasticsearch.common.io.FastCharArrayWriter
-
Converts input data to a string.
- toString() - 类 中的方法org.elasticsearch.common.io.FastStringReader
-
- toString(String) - 类 中的方法org.elasticsearch.common.lucene.all.AllTermQuery
-
- toString(Object) - 类 中的静态方法org.elasticsearch.common.lucene.BytesRefs
-
Converts a value to a string, taking special care if its a BytesRef to call
BytesRef.utf8ToString().
- toString() - 枚举 中的方法org.elasticsearch.common.lucene.search.function.FieldValueFactorFunction.Modifier
-
- toString(String) - 类 中的方法org.elasticsearch.common.lucene.search.function.FunctionScoreQuery
-
- toString() - 类 中的方法org.elasticsearch.common.lucene.search.function.ScriptScoreFunction
-
- toString(String) - 类 中的方法org.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- toString(String) - 类 中的方法org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
-
- toString() - 类 中的方法org.elasticsearch.common.ParseField
-
- toString() - 类 中的方法org.elasticsearch.common.path.PathTrie.TrieNode
-
- toString() - 类 中的方法org.elasticsearch.common.settings.SecureString
-
Convert to a String.
- toString() - 类 中的方法org.elasticsearch.common.settings.Setting.AffixKey
-
- toString() - 类 中的方法org.elasticsearch.common.settings.Setting.SimpleKey
-
- toString() - 类 中的方法org.elasticsearch.common.settings.Setting
-
- toString() - 类 中的方法org.elasticsearch.common.settings.Settings
-
- toString() - 类 中的方法org.elasticsearch.common.StopWatch
-
Return an informative string describing all tasks performed
For custom reporting, call getTaskInfo() and use the task info directly.
- toString(ToXContent) - 类 中的静态方法org.elasticsearch.common.Strings
-
Return a
String that is the json representation of the provided
ToXContent.
- toString(ToXContent, boolean, boolean) - 类 中的静态方法org.elasticsearch.common.Strings
-
Return a
String that is the json representation of the provided
ToXContent.
- toString() - 类 中的方法org.elasticsearch.common.text.Text
-
- toString() - 类 中的方法org.elasticsearch.common.transport.BoundTransportAddress
-
- toString() - 类 中的方法org.elasticsearch.common.transport.PortsRange
-
- toString() - 类 中的方法org.elasticsearch.common.transport.TransportAddress
-
- toString() - 类 中的方法org.elasticsearch.common.unit.ByteSizeValue
-
- toString() - 类 中的方法org.elasticsearch.common.unit.DistanceUnit.Distance
-
- toString(double) - 枚举 中的方法org.elasticsearch.common.unit.DistanceUnit
-
Convert a value to a distance string
- toString() - 枚举 中的方法org.elasticsearch.common.unit.DistanceUnit
-
- toString() - 类 中的方法org.elasticsearch.common.unit.RatioValue
-
- toString() - 类 中的方法org.elasticsearch.common.unit.SizeValue
-
- toString() - 类 中的方法org.elasticsearch.common.unit.TimeValue
-
Returns a
String representation of the current
TimeValue.
- toString() - 类 中的方法org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- toString() - 类 中的方法org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor
-
- toString() - 类 中的方法org.elasticsearch.common.util.concurrent.QueueResizingEsThreadPoolExecutor
-
- toString() - 类 中的方法org.elasticsearch.common.util.URIPattern
-
- toString() - 类 中的方法org.elasticsearch.common.xcontent.ObjectParser
-
- toString() - 类 中的方法org.elasticsearch.common.xcontent.support.filtering.FilterPath
-
- toString() - 类 中的方法org.elasticsearch.common.xcontent.XContentLocation
-
- toString() - 类 中的方法org.elasticsearch.discovery.zen.ElectMasterService.MasterCandidate
-
- toString() - 类 中的方法org.elasticsearch.discovery.zen.PendingClusterStateStats
-
- toString() - 类 中的方法org.elasticsearch.discovery.zen.PublishClusterStateStats
-
- toString() - 类 中的方法org.elasticsearch.discovery.zen.ZenPing.PingResponse
-
- toString() - 异常错误 中的方法org.elasticsearch.ElasticsearchException
-
- toString() - 类 中的方法org.elasticsearch.env.NodeEnvironment.NodePath
-
- toString() - 类 中的方法org.elasticsearch.env.NodeMetaData
-
- toString() - 类 中的方法org.elasticsearch.env.ShardLock
-
- toString() - 类 中的方法org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodeGatewayStartedShards
-
- toString() - 类 中的方法org.elasticsearch.index.analysis.NamedAnalyzer
-
- toString() - 类 中的方法org.elasticsearch.index.engine.Engine.CommitId
-
- toString() - 类 中的方法org.elasticsearch.index.engine.Segment
-
- toString(SortedNumericDocValues) - 枚举 中的静态方法org.elasticsearch.index.fielddata.FieldData
-
Return a String representation of the provided values.
- toString(SortedNumericDoubleValues) - 枚举 中的静态方法org.elasticsearch.index.fielddata.FieldData
-
Return a String representation of the provided values.
- toString(SortedSetDocValues) - 枚举 中的静态方法org.elasticsearch.index.fielddata.FieldData
-
Return a String representation of the provided values.
- toString(MultiGeoPointValues) - 枚举 中的静态方法org.elasticsearch.index.fielddata.FieldData
-
Return a String representation of the provided values.
- toString() - 类 中的方法org.elasticsearch.index.Index
-
- toString() - 类 中的方法org.elasticsearch.index.mapper.Mapping
-
- toString() - 类 中的方法org.elasticsearch.index.mapper.ParsedDocument
-
- toString(String) - 类 中的方法org.elasticsearch.index.mapper.TypeFieldMapper.TypesQuery
-
- toString() - 类 中的方法org.elasticsearch.index.mapper.Uid
-
- toString() - 类 中的方法org.elasticsearch.index.query.AbstractQueryBuilder
-
- toString() - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
- toString() - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- toString() - 类 中的方法org.elasticsearch.index.recovery.RecoveryStats
-
- toString() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollResponse
-
- toString() - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask.Status
-
- toString() - 类 中的方法org.elasticsearch.index.reindex.DeleteByQueryRequest
-
- toString() - 类 中的方法org.elasticsearch.index.reindex.ReindexRequest
-
- toString() - 类 中的方法org.elasticsearch.index.reindex.RemoteInfo
-
- toString() - 类 中的方法org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure
-
- toString() - 类 中的方法org.elasticsearch.index.reindex.UpdateByQueryRequest
-
- toString(String) - 类 中的方法org.elasticsearch.index.search.ESToParentBlockJoinQuery
-
- toString() - 类 中的方法org.elasticsearch.index.search.stats.SearchStats
-
- toString() - 类 中的方法org.elasticsearch.index.seqno.GlobalCheckpointSyncAction.Request
-
- toString() - 类 中的方法org.elasticsearch.index.seqno.GlobalCheckpointTracker.CheckpointState
-
- toString() - 类 中的方法org.elasticsearch.index.seqno.GlobalCheckpointTracker.PrimaryContext
-
- toString() - 类 中的方法org.elasticsearch.index.seqno.SeqNoStats
-
- toString() - 类 中的方法org.elasticsearch.index.shard.ElasticsearchMergePolicy
-
- toString() - 类 中的方法org.elasticsearch.index.shard.PrimaryReplicaSyncer.ResyncRequest
-
- toString() - 类 中的方法org.elasticsearch.index.shard.PrimaryReplicaSyncer.ResyncTask.Status
-
- toString() - 类 中的方法org.elasticsearch.index.shard.ReplicationGroup
-
- toString() - 类 中的方法org.elasticsearch.index.shard.ShardId
-
- toString() - 类 中的方法org.elasticsearch.index.shard.ShardPath
-
- toString() - 类 中的方法org.elasticsearch.index.shard.ShardStateMetaData
-
- toString() - 类 中的方法org.elasticsearch.index.similarity.ScriptedSimilarity
-
- toString() - 类 中的方法org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
-
- toString() - 类 中的方法org.elasticsearch.index.store.Store.RecoveryDiff
-
- toString() - 类 中的方法org.elasticsearch.index.store.StoreFileMetaData
-
- toString() - 类 中的方法org.elasticsearch.index.translog.BaseTranslogReader
-
- toString() - 类 中的方法org.elasticsearch.index.translog.Translog.Delete
-
- toString() - 类 中的方法org.elasticsearch.index.translog.Translog.Index
-
- toString() - 类 中的方法org.elasticsearch.index.translog.Translog.Location
-
- toString() - 类 中的方法org.elasticsearch.index.translog.Translog.NoOp
-
- toString() - 类 中的方法org.elasticsearch.index.translog.TranslogStats
-
- toString() - 类 中的方法org.elasticsearch.indices.breaker.BreakerSettings
-
- toString() - 类 中的方法org.elasticsearch.indices.breaker.CircuitBreakerStats
-
- toString() - 类 中的方法org.elasticsearch.indices.flush.SyncedFlushService.InFlightOpsRequest
-
- toString() - 类 中的方法org.elasticsearch.indices.flush.SyncedFlushService.PreShardSyncedFlushRequest
-
- toString() - 类 中的方法org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushRequest
-
- toString() - 类 中的方法org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushResponse
-
- toString() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryFileChunkRequest
-
- toString() - 类 中的方法org.elasticsearch.indices.recovery.RecoverySourceHandler
-
- toString() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.File
-
- toString() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Index
-
- toString() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryTarget
-
- toString() - 类 中的方法org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.NodeStoreFilesMetaData
-
- toString() - 类 中的方法org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.StoreFilesMetaData
-
- toString() - 类 中的方法org.elasticsearch.indices.TermsLookup
-
- toString() - 类 中的方法org.elasticsearch.ingest.IngestDocument
-
- toString() - 类 中的方法org.elasticsearch.monitor.jvm.DeadlockAnalyzer.Deadlock
-
- toString() - 类 中的方法org.elasticsearch.node.ResponseCollectorService.ComputedNodeStats
-
- toString() - 类 中的方法org.elasticsearch.plugins.ActionPlugin.ActionHandler
-
- toString() - 类 中的方法org.elasticsearch.plugins.PluginInfo
-
- toString() - 类 中的方法org.elasticsearch.repositories.blobstore.BlobStoreRepository
-
- toString() - 类 中的方法org.elasticsearch.repositories.IndexId
-
- toString() - 类 中的方法org.elasticsearch.repositories.VerificationFailure
-
- toString() - 类 中的方法org.elasticsearch.script.Script
-
- toString() - 类 中的方法org.elasticsearch.script.ScriptMetaData
-
- toString() - 枚举 中的方法org.elasticsearch.script.ScriptType
-
- toString() - 类 中的方法org.elasticsearch.script.StoredScriptSource
-
- toString() - 类 中的方法org.elasticsearch.search.aggregations.AggregationBuilder
-
- toString() - 类 中的方法org.elasticsearch.search.aggregations.AggregatorBase
-
- toString() - 类 中的方法org.elasticsearch.search.aggregations.AggregatorFactories.Builder
-
- toString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
-
- toString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.ExtendedBounds
-
- toString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
-
- toString() - 枚举 中的方法org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator.ExecutionMode
-
- toString() - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic.LongAccessor
-
- toString() - 枚举 中的方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory.ExecutionMode
-
- toString() - 枚举 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregatorFactory.ExecutionMode
-
- toString() - 类 中的方法org.elasticsearch.search.aggregations.BucketOrder
-
- toString() - 类 中的方法org.elasticsearch.search.aggregations.InternalAggregation
-
- toString() - 类 中的方法org.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
-
- toString() - 枚举 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesMethod
-
- toString() - 类 中的方法org.elasticsearch.search.aggregations.metrics.valuecount.InternalValueCount
-
- toString() - 类 中的方法org.elasticsearch.search.aggregations.PipelineAggregationBuilder
-
- toString() - 类 中的方法org.elasticsearch.search.aggregations.support.AggregationPath.PathElement
-
- toString() - 类 中的方法org.elasticsearch.search.aggregations.support.AggregationPath
-
- toString() - 枚举 中的方法org.elasticsearch.search.aggregations.support.ValueType
-
- toString() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
- toString(ToXContent.Params) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
- toString() - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- toString() - 枚举 中的方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.BoundaryScannerType
-
- toString() - 枚举 中的方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.Order
-
- toString() - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.HighlightField
-
- toString() - 类 中的方法org.elasticsearch.search.internal.AliasFilter
-
- toString() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- toString() - 枚举 中的方法org.elasticsearch.search.profile.aggregation.AggregationTimingType
-
- toString() - 类 中的方法org.elasticsearch.search.profile.aggregation.ProfilingAggregator
-
- toString() - 枚举 中的方法org.elasticsearch.search.profile.query.QueryTimingType
-
- toString() - 枚举 中的方法org.elasticsearch.search.rescore.QueryRescoreMode
-
- toString() - 类 中的方法org.elasticsearch.search.rescore.RescorerBuilder
-
- toString() - 类 中的方法org.elasticsearch.search.Scroll
-
- toString() - 类 中的方法org.elasticsearch.search.searchafter.SearchAfterBuilder
-
- toString() - 类 中的方法org.elasticsearch.search.SearchShardTarget
-
- toString() - 类 中的方法org.elasticsearch.search.slice.SliceBuilder
-
- toString(String) - 类 中的方法org.elasticsearch.search.slice.SliceQuery
-
- toString() - 枚举 中的方法org.elasticsearch.search.sort.ScriptSortBuilder.ScriptSortType
-
- toString() - 类 中的方法org.elasticsearch.search.sort.SortBuilder
-
- toString() - 枚举 中的方法org.elasticsearch.search.sort.SortMode
-
- toString() - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
-
- toString() - 类 中的方法org.elasticsearch.search.suggest.completion.context.ContextMapping.InternalQueryContext
-
- toString() - 类 中的方法org.elasticsearch.search.suggest.completion.context.ContextMapping
-
- toString() - 类 中的方法org.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- toString() - 类 中的方法org.elasticsearch.search.suggest.phrase.Correction
-
- toString() - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.Candidate
-
- toString() - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
- toString() - 类 中的方法org.elasticsearch.search.suggest.Suggest
-
- toString() - 类 中的方法org.elasticsearch.search.suggest.SuggestBuilder
-
- toString() - 类 中的方法org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- toString() - 类 中的方法org.elasticsearch.snapshots.Snapshot
-
- toString() - 类 中的方法org.elasticsearch.snapshots.SnapshotId
-
- toString() - 类 中的方法org.elasticsearch.snapshots.SnapshotInfo
-
- toString() - 类 中的方法org.elasticsearch.snapshots.SnapshotShardFailure
-
- toString() - 类 中的方法org.elasticsearch.snapshots.SnapshotShardsService.UpdateIndexShardSnapshotStatusRequest
-
- toString() - 类 中的方法org.elasticsearch.tasks.RawTaskStatus
-
- toString() - 类 中的方法org.elasticsearch.tasks.TaskId
-
- toString() - 类 中的方法org.elasticsearch.tasks.TaskInfo
-
- toString() - 类 中的方法org.elasticsearch.tasks.TaskResult
-
- toString() - 类 中的方法org.elasticsearch.transport.PlainTransportFuture
-
- toString() - 类 中的方法org.elasticsearch.transport.RequestHandlerRegistry
-
- toString() - 类 中的方法org.elasticsearch.transport.TransportService.ContextRestoreResponseHandler
-
- toString() - 类 中的方法org.elasticsearch.Version
-
- toStringArray(Collection<String>) - 类 中的静态方法org.elasticsearch.common.Strings
-
Copy the given Collection into a String array.
- ToStringBuilder - org.elasticsearch.common.inject.internal中的类
-
Helps with toString() methods.
- ToStringBuilder(String) - 类 的构造器org.elasticsearch.common.inject.internal.ToStringBuilder
-
- ToStringBuilder(Class) - 类 的构造器org.elasticsearch.common.inject.internal.ToStringBuilder
-
- toStringTrim() - 类 中的方法org.elasticsearch.common.io.FastCharArrayWriter
-
Converts the input data to a string with trimmed whitespaces.
- total() - 类 中的方法org.elasticsearch.index.warmer.WarmerStats
-
The total number of warmer executed.
- TOTAL - 类 中的静态变量org.elasticsearch.search.SearchHits.Fields
-
- TOTAL_CIRCUIT_BREAKER_LIMIT_SETTING - 类 中的静态变量org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
-
- TOTAL_FIELD - 类 中的静态变量org.elasticsearch.rest.action.RestActions
-
- totalBytes() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Index
-
total number of bytes in th shard
- totalFileCount() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Index
-
total number of files that are part of this recovery, both re-used and recovered
- totalFilesSize() - 异常错误 中的方法org.elasticsearch.indices.recovery.RecoverFilesRecoveryException
-
- totalHits - 类 中的变量org.elasticsearch.search.internal.ScrollContext
-
- totalHits - 类 中的变量org.elasticsearch.search.SearchHits
-
- totalOperations() - 类 中的方法org.elasticsearch.index.translog.BaseTranslogReader
-
- totalOperations() - 接口 中的方法org.elasticsearch.index.translog.Translog.Snapshot
-
The total number of operations in the translog.
- totalOperations() - 类 中的方法org.elasticsearch.index.translog.Translog
-
Returns the number of operations in the translog files
- totalOperations() - 类 中的方法org.elasticsearch.index.translog.TranslogReader
-
- totalOperations() - 类 中的方法org.elasticsearch.index.translog.TranslogWriter
-
- totalOperations() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Translog
-
returns the total number of translog operations needed to be recovered at this moment.
- totalOperations(int) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Translog
-
- totalOperationsOnStart() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Translog
-
returns the total number of translog operations to recovered, on the start of the recovery.
- totalOperationsOnStart(int) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Translog
-
- totalRecoverBytes() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Index
-
total bytes of files to be recovered (potentially not yet done)
- totalRecoverFiles() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Index
-
total number of files to be recovered (potentially not yet done)
- totalReuseBytes() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Index
-
- totalShards() - 类 中的方法org.elasticsearch.action.admin.indices.flush.SyncedFlushResponse
-
total number shards, including replicas, both assigned and unassigned
- totalShards() - 类 中的方法org.elasticsearch.indices.flush.ShardsSyncedFlushResult
-
- totalShards() - 类 中的方法org.elasticsearch.snapshots.RestoreInfo
-
Number of shards being restored
- totalShards() - 类 中的方法org.elasticsearch.snapshots.SnapshotInfo
-
Returns total number of shards that were snapshotted; a value of
0 will
be returned if
SnapshotInfo.state() returns
null.
- totalSize() - 类 中的方法org.elasticsearch.cluster.routing.GroupShardsIterator
-
Returns the total number of shards within all groups
- totalSize() - 类 中的方法org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot
-
Returns total size of all files that where snapshotted
- totalSize() - 类 中的方法org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Total snapshot size
- totalSizeWith1ForEmpty() - 类 中的方法org.elasticsearch.cluster.routing.GroupShardsIterator
-
Returns the total number of shards plus the number of empty groups
- totalTermFreq() - 类 中的方法org.elasticsearch.common.lucene.index.FilterableTermsEnum
-
- totalTime() - 类 中的方法org.elasticsearch.common.StopWatch
-
Return the total time for all tasks.
- totalTime() - 类 中的方法org.elasticsearch.index.warmer.WarmerStats
-
The total time warmer have been executed.
- totalTimeInMillis() - 类 中的方法org.elasticsearch.index.warmer.WarmerStats
-
The total time warmer have been executed (in milliseconds).
- totalTranslogOps() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryCleanFilesRequest
-
- totalTranslogOps() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryFileChunkRequest
-
- totalTranslogOps() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryPrepareForTranslogOperationsRequest
-
- totalTranslogOps() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryTranslogOperationsRequest
-
- toTB(long) - 枚举 中的方法org.elasticsearch.common.unit.ByteSizeUnit
-
- toTera(long) - 枚举 中的方法org.elasticsearch.common.unit.SizeUnit
-
- toTimingMap() - 类 中的方法org.elasticsearch.search.profile.AbstractProfileBreakdown
-
Convert this record to a map from timingType to times.
- toUriString(InetAddress) - 类 中的静态方法org.elasticsearch.common.network.InetAddresses
-
Returns the string representation of an InetAddress suitable
for inclusion in a URI.
- toUTF8Bytes(CharSequence) - 类 中的静态方法org.elasticsearch.common.Strings
-
- toUTF8Bytes(CharSequence, BytesRefBuilder) - 类 中的静态方法org.elasticsearch.common.Strings
-
- toValuesSource(QueryShardContext) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceConfig
-
Get a value source given its configuration.
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplanation
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.PluginsAndModules
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.list.TaskGroup
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.node.usage.NodesUsageResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.node.usage.NodeUsage
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.remote.RemoteInfoResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsGroup
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStatus
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexStatus
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotShardsStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.Counts
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.JvmStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.OsStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.ProcessStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.AnalyzeTokenList
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.CharFilteredText
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.indices.delete.DeleteIndexResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.indices.flush.SyncedFlushResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsResponse.FieldMappingMetaData
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.indices.recovery.RecoveryResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.indices.segments.IndicesSegmentResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.Failure
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.indices.stats.ShardStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.bulk.BulkItemResponse.Failure
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.bulk.BulkItemResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.bulk.BulkResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.DocWriteResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.fieldcaps.FieldCapabilities
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.fieldcaps.FieldCapabilitiesResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.get.GetResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.get.MultiGetResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.ingest.GetPipelineResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.ingest.SimulateDocumentBaseResult
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.ingest.SimulateDocumentVerboseResult
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.ingest.SimulatePipelineResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.main.MainResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.search.ClearScrollRequest
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.search.ClearScrollResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.search.MultiSearchResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 异常错误 中的方法org.elasticsearch.action.search.SearchPhaseExecutionException
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.search.SearchResponse.Clusters
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.search.SearchResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.search.SearchResponseSections
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.search.SearchScrollRequest
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.search.ShardSearchFailure
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.support.DefaultShardOperationFailedException
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo.Failure
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.support.replication.ReplicationTask.Status
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.TaskOperationFailure
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.block.ClusterBlock
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.ClusterInfo
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.ClusterState
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.DiskUsage
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.health.ClusterIndexHealth
-
- toXContent(AliasMetaData, XContentBuilder, ToXContent.Params) - 类 中的静态方法org.elasticsearch.cluster.metadata.AliasMetaData.Builder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.metadata.IndexGraveyard.Tombstone
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.metadata.IndexGraveyard
-
- toXContent(IndexMetaData, XContentBuilder, ToXContent.Params) - 类 中的静态方法org.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData
-
- toXContent(IndexTemplateMetaData, XContentBuilder, ToXContent.Params) - 类 中的静态方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
-
- toXContent(MetaData) - 类 中的静态方法org.elasticsearch.cluster.metadata.MetaData.Builder
-
- toXContent(MetaData, XContentBuilder, ToXContent.Params) - 类 中的静态方法org.elasticsearch.cluster.metadata.MetaData.Builder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.metadata.MetaData
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.metadata.RepositoriesMetaData
- toXContent(RepositoryMetaData, XContentBuilder, ToXContent.Params) - 类 中的静态方法org.elasticsearch.cluster.metadata.RepositoriesMetaData
-
Serializes information about a single repository
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.node.DiscoveryNode
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.RestoreInProgress
- toXContent(RestoreInProgress.Entry, XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.RestoreInProgress
-
Serializes single restore operation
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.routing.allocation.command.AllocationCommands
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.Decision.Multi
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.Decision.Single
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.routing.allocation.MoveDecision
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.routing.allocation.NodeAllocationResult.ShardStoreInfo
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.routing.allocation.NodeAllocationResult
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.routing.allocation.RerouteExplanation
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.routing.allocation.RoutingExplanations
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.routing.allocation.ShardAllocationDecision
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.routing.AllocationId
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.routing.RecoverySource
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.routing.ShardRouting
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.routing.UnassignedInfo
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.SnapshotDeletionsInProgress
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.SnapshotsInProgress
-
- toXContent(SnapshotsInProgress.Entry, XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.cluster.SnapshotsInProgress
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.common.document.DocumentField
-
- toXContent(XContentBuilder, String, String, String) - 类 中的方法org.elasticsearch.common.FieldMemoryStats
-
Generates x-content into the given builder for each of the fields in this stats instance
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.common.geo.builders.CircleBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.common.geo.builders.EnvelopeBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.common.geo.builders.LineStringBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.common.geo.builders.MultiLineStringBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.common.geo.builders.MultiPointBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.common.geo.builders.MultiPolygonBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.common.geo.builders.PointBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.common.geo.builders.PolygonBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.common.geo.builders.ShapeBuilder.CoordinateNode
-
- toXContent(XContentBuilder, Coordinate) - 类 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.common.settings.Setting
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.common.settings.Settings
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.common.unit.Fuzziness
-
- ToXContent - org.elasticsearch.common.xcontent中的接口
-
An interface allowing to transfer an object to "XContent" using an
XContentBuilder.
- toXContent(XContentBuilder, ToXContent.Params) - 接口 中的方法org.elasticsearch.common.xcontent.ToXContent
-
- toXContent(ToXContent, XContentType, boolean) - 类 中的静态方法org.elasticsearch.common.xcontent.XContentHelper
-
Returns the bytes that represent the XContent output of the provided
ToXContent object, using the provided
XContentType.
- toXContent(ToXContent, XContentType, ToXContent.Params, boolean) - 类 中的静态方法org.elasticsearch.common.xcontent.XContentHelper
-
Returns the bytes that represent the XContent output of the provided
ToXContent object, using the provided
XContentType.
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.discovery.DiscoveryStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.discovery.zen.PendingClusterStateStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.discovery.zen.PublishClusterStateStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 异常错误 中的方法org.elasticsearch.ElasticsearchException
-
- toXContent(XContentBuilder, T) - 类 中的方法org.elasticsearch.gateway.MetaDataStateFormat
-
Writes the given state to the given XContentBuilder
Subclasses need to implement this class for theirs specific state.
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.http.HttpInfo
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.http.HttpStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.cache.query.QueryCacheStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.cache.request.RequestCacheStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.engine.CommitStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.engine.SegmentsStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.fielddata.FieldDataStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.flush.FlushStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.get.GetResult
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.get.GetStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.Index
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.mapper.AllFieldMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.mapper.CompletionFieldMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.mapper.DocumentMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.mapper.DynamicTemplate
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper.CopyTo
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper.MultiFields
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.mapper.FieldMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.mapper.FieldNamesFieldMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.mapper.IdFieldMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.mapper.IndexFieldMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.mapper.Mapping
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.mapper.ObjectMapper
-
- toXContent(XContentBuilder, ToXContent.Params, ToXContent) - 类 中的方法org.elasticsearch.index.mapper.ObjectMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.mapper.ParentFieldMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.mapper.RoutingFieldMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.mapper.SeqNoFieldMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.mapper.SourceFieldMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.mapper.TypeFieldMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.mapper.UidFieldMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.mapper.VersionFieldMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.merge.MergeStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.AbstractQueryBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder.FilterFunctionBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.InnerHitBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.recovery.RecoveryStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.refresh.RefreshStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask.Status
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.reindex.BulkByScrollTask.StatusOrException
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.search.stats.SearchStats.Stats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.search.stats.SearchStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.seqno.SeqNoStats
-
- toXContent(CommitPoint) - 类 中的静态方法org.elasticsearch.index.shard.CommitPoints
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.shard.DocsStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.shard.IndexingStats.Stats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.shard.IndexingStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.shard.PrimaryReplicaSyncer.ResyncTask.Status
-
- toXContent(BlobStoreIndexShardSnapshot.FileInfo, XContentBuilder, ToXContent.Params) - 类 中的静态方法org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
-
Serializes file info into JSON
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot
-
Serializes shard snapshot metadata info into JSON
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshots
-
Writes index file for the shard in the following format.
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.store.StoreStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.translog.TranslogStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.warmer.WarmerStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.indices.breaker.AllCircuitBreakerStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.indices.breaker.CircuitBreakerStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.indices.NodeIndicesStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.File
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Index
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Translog
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.VerifyIndex
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.indices.TermsLookup
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.ingest.IngestInfo
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.ingest.IngestMetadata
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.ingest.IngestStats.Stats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.ingest.IngestStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.ingest.PipelineConfiguration
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.ingest.ProcessorInfo
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.monitor.fs.FsInfo.DeviceStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.monitor.fs.FsInfo.IoStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.monitor.fs.FsInfo.Path
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.monitor.fs.FsInfo
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.monitor.jvm.JvmInfo
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.monitor.jvm.JvmStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.monitor.os.OsInfo
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.monitor.os.OsStats.Cgroup.CpuStat
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.monitor.os.OsStats.Cgroup
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.monitor.os.OsStats.Cpu
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.monitor.os.OsStats.Mem
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.monitor.os.OsStats.Swap
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.monitor.os.OsStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.monitor.process.ProcessInfo
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.monitor.process.ProcessStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.node.AdaptiveSelectionStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.plugins.PluginInfo
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.repositories.IndexId
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.script.Script
-
This will build scripts into the following XContent structure:
{
"<(id, source)>" : "<idOrCode>",
"lang" : "<lang>",
"options" : {
"option0" : "<option0>",
"option1" : "<option1>",
...
},
"params" : {
"param0" : "<param0>",
"param1" : "<param1>",
...
}
}
Example:
{
"source" : "return Math.log(doc.popularity) * params.multiplier;",
"lang" : "painless",
"params" : {
"multiplier" : 100.0
}
}
Note that lang, options, and params will only be included if there have been any specified.
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.script.ScriptMetaData
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.script.ScriptStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.script.StoredScriptSource
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.AbstractAggregationBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.Aggregations
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.AggregatorFactories.Builder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregator.KeyedFilter
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix.InternalBucket
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.ParsedComposite.ParsedBucket
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.FiltersAggregator.KeyedFilter
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.InternalFilters.InternalBucket
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.filter.ParsedFilters.ParsedBucket
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.ExtendedBounds
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram.Bucket
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange.Bucket
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.IpRangeAggregationBuilder.Range
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.ParsedBinaryRange.ParsedBucket
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.ChiSquare.ChiSquareBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.ChiSquare
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.GND.GNDBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.GND
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.JLHScore.JLHScoreBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.JLHScore
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.MutualInformation.MutualInformationBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.MutualInformation
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.PercentageScore.PercentageScoreBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.PercentageScore
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms.ParsedBucket
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.ParsedTerms.ParsedBucket
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.InternalAggregation
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.InternalOrder.CompoundOrder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.InternalOrder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.ParsedAggregation
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel.EWMAModelBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel.HoltLinearModelBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.HoltWintersModelBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.LinearModel.LinearModelBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.LinearModel
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel.SimpleModelBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder.IndexBoost
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder.ScriptField
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.collapse.CollapseBuilder
-
- toXContent(String, XContentBuilder) - 类 中的方法org.elasticsearch.search.fetch.StoredFieldsContext
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.fetch.subphase.FetchSourceContext
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.fetch.subphase.highlight.HighlightField
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.profile.aggregation.AggregationProfileShardResult
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.profile.ProfileResult
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.profile.query.CollectorResult
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.profile.query.QueryProfileShardResult
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.profile.SearchProfileShardResults
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.rescore.RescorerBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.searchafter.SearchAfterBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.SearchHit.NestedIdentity
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.SearchHit
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.SearchHits
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.SearchSortValues
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.slice.SliceBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.sort.FieldSortBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.sort.GeoDistanceSortBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.sort.NestedSortBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.sort.ScoreSortBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.sort.ScriptSortBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.suggest.completion.CompletionStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.suggest.completion.context.CategoryQueryContext
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.suggest.completion.context.ContextMapping
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.suggest.completion.context.ContextMappings
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.suggest.completion.context.GeoQueryContext
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.suggest.completion.FuzzyOptions
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.suggest.completion.RegexOptions
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.suggest.phrase.SmoothingModel
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.suggest.Suggest
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.suggest.SuggestBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.suggest.SuggestionBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.snapshots.RestoreInfo
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.snapshots.SnapshotId
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.snapshots.SnapshotInfo
-
- toXContent(SnapshotShardFailure, XContentBuilder, ToXContent.Params) - 类 中的静态方法org.elasticsearch.snapshots.SnapshotShardFailure
-
Serializes snapshot failure information into JSON
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.snapshots.SnapshotShardFailure
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.tasks.RawTaskStatus
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.tasks.TaskInfo
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.tasks.TaskResult
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.threadpool.ThreadPool.Info
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.threadpool.ThreadPoolInfo
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.threadpool.ThreadPoolStats.Stats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.threadpool.ThreadPoolStats
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.transport.RemoteConnectionInfo
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.transport.TransportInfo
-
- toXContent(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.transport.TransportStats
-
- ToXContent.DelegatingMapParams - org.elasticsearch.common.xcontent中的类
-
- ToXContent.MapParams - org.elasticsearch.common.xcontent中的类
-
- ToXContent.Params - org.elasticsearch.common.xcontent中的接口
-
- toXContentEmbedded(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.index.get.GetResult
-
- ToXContentFragment - org.elasticsearch.common.xcontent中的接口
-
An interface allowing to transfer an object to "XContent" using an
XContentBuilder.
- toXContentFragment(CompositeAggregation, XContentBuilder, ToXContent.Params) - 接口 中的静态方法org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregation
-
- toXContentGroupedByNode(XContentBuilder, ToXContent.Params, DiscoveryNodes) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse
-
Convert this task response to XContent grouping by executing nodes.
- toXContentGroupedByParents(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse
-
Convert this response to XContent grouping by parent tasks.
- toXContentInternal(XContentBuilder, ToXContent.Params) - 类 中的方法org.elasticsearch.search.aggregations.Aggregations
-
Directly write all the aggregations without their bounding object.
- ToXContentObject - org.elasticsearch.common.xcontent中的接口
-
An interface allowing to transfer an object to "XContent" using an
XContentBuilder.
- TRACE_LOG_EXCLUDE_SETTING - 类 中的静态变量org.elasticsearch.transport.TransportService
-
- TRACE_LOG_INCLUDE_SETTING - 类 中的静态变量org.elasticsearch.transport.TransportService
-
- traceEnabled() - 类 中的方法org.elasticsearch.transport.TransportService
-
- traceReceivedRequest(long, String) - 类 中的方法org.elasticsearch.transport.TransportService
-
- traceReceivedResponse(long, DiscoveryNode, String) - 类 中的方法org.elasticsearch.transport.TransportService
-
- traceRequestSent(DiscoveryNode, long, String, TransportRequestOptions) - 类 中的方法org.elasticsearch.transport.TransportService
-
- traceResponseSent(long, String, Exception) - 类 中的方法org.elasticsearch.transport.TransportService
-
- traceResponseSent(long, String) - 类 中的方法org.elasticsearch.transport.TransportService
-
- traceUnresolvedResponse(long) - 类 中的方法org.elasticsearch.transport.TransportService
-
- TRACK_SCORES_FIELD - 类 中的静态变量org.elasticsearch.search.builder.SearchSourceBuilder
-
- TRACK_TOTAL_HITS_FIELD - 类 中的静态变量org.elasticsearch.search.builder.SearchSourceBuilder
-
- TrackingResultProcessor - org.elasticsearch.action.ingest中的类
-
Processor to be used within Simulate API to keep track of processors executed in pipeline.
- TrackingResultProcessor(boolean, Processor, List<SimulateProcessorResult>) - 类 的构造器org.elasticsearch.action.ingest.TrackingResultProcessor
-
- trackScores(boolean) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
Applies when sorting, and controls if scores will be tracked as well.
- trackScores() - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
Indicates whether scores will be tracked for this request.
- trackScores(boolean) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Applies when sorting, and controls if scores will be tracked as well.
- trackScores() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Indicates whether scores will be tracked for this request.
- trackScores(boolean) - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- trackScores() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- trackScores(boolean) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- trackScores() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- trackScores(boolean) - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- trackScores() - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- trackTotalHits() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Indicates if the total hit count for the query should be tracked.
- trackTotalHits(boolean) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
- trackTotalHits(boolean) - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- trackTotalHits() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- trackTotalHits(boolean) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- trackTotalHits() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
Indicates if the total hit count for the query should be tracked.
- transientSettings() - 类 中的方法org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
-
- transientSettings(Settings) - 类 中的方法org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
-
Sets the transient settings to be updated.
- transientSettings(Settings.Builder) - 类 中的方法org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
-
Sets the transient settings to be updated.
- transientSettings(String, XContentType) - 类 中的方法org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
-
Sets the source containing the transient settings to be updated.
- transientSettings(Map) - 类 中的方法org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
-
Sets the transient settings to be updated.
- transientSettings() - 类 中的方法org.elasticsearch.cluster.metadata.MetaData.Builder
-
- transientSettings(Settings) - 类 中的方法org.elasticsearch.cluster.metadata.MetaData.Builder
-
- transientSettings() - 类 中的方法org.elasticsearch.cluster.metadata.MetaData
-
- translog - 类 中的变量org.elasticsearch.action.admin.indices.stats.CommonStats
-
- translog(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- translog() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- Translog - org.elasticsearch.index.translog中的类
-
A Translog is a per index shard component that records all non-committed index operations in a durable manner.
- Translog(TranslogConfig, String, TranslogDeletionPolicy, LongSupplier) - 类 的构造器org.elasticsearch.index.translog.Translog
-
Creates a new Translog instance.
- Translog() - 类 的构造器org.elasticsearch.indices.recovery.RecoveryState.Translog
-
- Translog.Delete - org.elasticsearch.index.translog中的类
-
- Translog.Durability - org.elasticsearch.index.translog中的枚举
-
- Translog.Index - org.elasticsearch.index.translog中的类
-
- Translog.Location - org.elasticsearch.index.translog中的类
-
- Translog.NoOp - org.elasticsearch.index.translog中的类
-
- Translog.Operation - org.elasticsearch.index.translog中的接口
-
A generic interface representing an operation performed on the transaction log.
- Translog.Operation.Type - org.elasticsearch.index.translog中的枚举
-
- Translog.Snapshot - org.elasticsearch.index.translog中的接口
-
A snapshot of the transaction log, allows to iterate over all the transaction log operations.
- Translog.Source - org.elasticsearch.index.translog中的类
-
- Translog.TranslogGeneration - org.elasticsearch.index.translog中的类
-
References a transaction log generation
- TRANSLOG_CODEC - 类 中的静态变量org.elasticsearch.index.translog.TranslogWriter
-
- TRANSLOG_FILE_PREFIX - 类 中的静态变量org.elasticsearch.index.translog.Translog
-
- TRANSLOG_FILE_SUFFIX - 类 中的静态变量org.elasticsearch.index.translog.Translog
-
- TRANSLOG_FOLDER_NAME - 类 中的静态变量org.elasticsearch.index.shard.ShardPath
-
- TRANSLOG_GENERATION_KEY - 类 中的静态变量org.elasticsearch.index.translog.Translog
-
- TRANSLOG_OPS - 类 中的静态变量org.elasticsearch.indices.recovery.PeerRecoveryTargetService.Actions
-
- TRANSLOG_UUID_KEY - 类 中的静态变量org.elasticsearch.index.translog.Translog
-
- TranslogConfig - org.elasticsearch.index.translog中的类
-
- TranslogConfig(ShardId, Path, IndexSettings, BigArrays) - 类 的构造器org.elasticsearch.index.translog.TranslogConfig
-
Creates a new TranslogConfig instance
- TranslogCorruptedException - org.elasticsearch.index.translog中的异常错误
-
- TranslogCorruptedException(String) - 异常错误 的构造器org.elasticsearch.index.translog.TranslogCorruptedException
-
- TranslogCorruptedException(String, Throwable) - 异常错误 的构造器org.elasticsearch.index.translog.TranslogCorruptedException
-
- TranslogCorruptedException(StreamInput) - 异常错误 的构造器org.elasticsearch.index.translog.TranslogCorruptedException
-
- TranslogDeletionPolicy - org.elasticsearch.index.translog中的类
-
- TranslogDeletionPolicy(long, long) - 类 的构造器org.elasticsearch.index.translog.TranslogDeletionPolicy
-
- TranslogException - org.elasticsearch.index.translog中的异常错误
-
- TranslogException(ShardId, String) - 异常错误 的构造器org.elasticsearch.index.translog.TranslogException
-
- TranslogException(ShardId, String, Throwable) - 异常错误 的构造器org.elasticsearch.index.translog.TranslogException
-
- TranslogException(StreamInput) - 异常错误 的构造器org.elasticsearch.index.translog.TranslogException
-
- translogFileGeneration - 类 中的变量org.elasticsearch.index.translog.Translog.TranslogGeneration
-
- translogFiles() - 类 中的方法org.elasticsearch.index.shard.CommitPoint
-
- TranslogGeneration(String, long) - 类 的构造器org.elasticsearch.index.translog.Translog.TranslogGeneration
-
- translogLocation - 类 中的变量org.elasticsearch.index.translog.Translog.Location
-
- TranslogReader - org.elasticsearch.index.translog中的类
-
an immutable translog filereader
- translogStats() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- TranslogStats - org.elasticsearch.index.translog中的类
-
- TranslogStats() - 类 的构造器org.elasticsearch.index.translog.TranslogStats
-
- TranslogStats(int, long, int, long) - 类 的构造器org.elasticsearch.index.translog.TranslogStats
-
- TranslogToolCli - org.elasticsearch.index.translog中的类
-
Class encapsulating and dispatching commands from the elasticsearch-translog command line tool
- translogUUID - 类 中的变量org.elasticsearch.index.translog.Translog.TranslogGeneration
-
- TranslogWriter - org.elasticsearch.index.translog中的类
-
- transport() - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
Should the node Transport be returned.
- transport(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
Should the node Transport be returned.
- transport() - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
Should the node Transport be returned.
- transport(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
Should the node Transport be returned.
- Transport - org.elasticsearch.transport中的接口
-
- transport - 类 中的变量org.elasticsearch.transport.TransportService
-
- Transport.Connection - org.elasticsearch.transport中的接口
-
- TRANSPORT_CLIENT_BOSS_THREAD_NAME_PREFIX - 类 中的静态变量org.elasticsearch.transport.TcpTransport
-
- TRANSPORT_DEFAULT_TYPE_SETTING - 类 中的静态变量org.elasticsearch.common.network.NetworkModule
-
- TRANSPORT_SERVER_WORKER_THREAD_NAME_PREFIX - 类 中的静态变量org.elasticsearch.transport.TcpTransport
-
- TRANSPORT_TCP_COMPRESS - 接口 中的静态变量org.elasticsearch.transport.Transport
-
- TRANSPORT_TYPE_DEFAULT_KEY - 类 中的静态变量org.elasticsearch.common.network.NetworkModule
-
- TRANSPORT_TYPE_KEY - 类 中的静态变量org.elasticsearch.common.network.NetworkModule
-
- TRANSPORT_TYPE_SETTING - 类 中的静态变量org.elasticsearch.common.network.NetworkModule
-
- TransportAction<Request extends ActionRequest,Response extends ActionResponse> - org.elasticsearch.action.support中的类
-
- TransportAction(Settings, String, ThreadPool, ActionFilters, IndexNameExpressionResolver, TaskManager) - 类 的构造器org.elasticsearch.action.support.TransportAction
-
- TransportActionNodeProxy<Request extends ActionRequest,Response extends ActionResponse> - org.elasticsearch.action中的类
-
A generic proxy that will execute the given action against a specific node.
- TransportActionNodeProxy(Settings, GenericAction<Request, Response>, TransportService) - 类 的构造器org.elasticsearch.action.TransportActionNodeProxy
-
- TransportActionProxy - org.elasticsearch.transport中的类
-
TransportActionProxy allows an arbitrary action to be executed on a defined target node while the initial request is sent to a second
node that acts as a request proxy to the target node.
- TransportActions - org.elasticsearch.action.support中的类
-
- TransportActions() - 类 的构造器org.elasticsearch.action.support.TransportActions
-
- TransportAddress - org.elasticsearch.common.transport中的类
-
A transport address used for IP socket address (wraps InetSocketAddress).
- TransportAddress(InetAddress, int) - 类 的构造器org.elasticsearch.common.transport.TransportAddress
-
- TransportAddress(InetSocketAddress) - 类 的构造器org.elasticsearch.common.transport.TransportAddress
-
- TransportAddress(StreamInput) - 类 的构造器org.elasticsearch.common.transport.TransportAddress
-
Read from a stream.
- TransportAddress(StreamInput, String) - 类 的构造器org.elasticsearch.common.transport.TransportAddress
-
Read from a stream and use the
hostString when creating the InetAddress if the input comes from a version on or prior
Version.V_5_0_2 as the hostString was not serialized
- transportAddresses() - 类 中的方法org.elasticsearch.client.transport.TransportClient
-
- TransportAliasesExistAction - org.elasticsearch.action.admin.indices.alias.exists中的类
-
- TransportAliasesExistAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.indices.alias.exists.TransportAliasesExistAction
-
- TransportAnalyzeAction - org.elasticsearch.action.admin.indices.analyze中的类
-
Transport action used to execute analyze requests
- TransportAnalyzeAction(Settings, ThreadPool, ClusterService, TransportService, IndicesService, ActionFilters, IndexNameExpressionResolver, Environment) - 类 的构造器org.elasticsearch.action.admin.indices.analyze.TransportAnalyzeAction
-
- TransportBroadcastAction<Request extends BroadcastRequest<Request>,Response extends BroadcastResponse,ShardRequest extends BroadcastShardRequest,ShardResponse extends BroadcastShardResponse> - org.elasticsearch.action.support.broadcast中的类
-
- TransportBroadcastAction(Settings, String, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, Supplier<Request>, Supplier<ShardRequest>, String) - 类 的构造器org.elasticsearch.action.support.broadcast.TransportBroadcastAction
-
- TransportBroadcastAction.AsyncBroadcastAction - org.elasticsearch.action.support.broadcast中的类
-
- TransportBroadcastByNodeAction<Request extends BroadcastRequest<Request>,Response extends BroadcastResponse,ShardOperationResult extends Streamable> - org.elasticsearch.action.support.broadcast.node中的类
-
Abstraction for transporting aggregated shard-level operations in a single request (NodeRequest) per-node
and executing the shard-level operations serially on the receiving node.
- TransportBroadcastByNodeAction(Settings, String, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, Supplier<Request>, String) - 类 的构造器org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction
-
- TransportBroadcastByNodeAction(Settings, String, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, Supplier<Request>, String, boolean) - 类 的构造器org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction
-
- TransportBroadcastByNodeAction.AsyncAction - org.elasticsearch.action.support.broadcast.node中的类
-
- TransportBroadcastByNodeAction.EmptyResult - org.elasticsearch.action.support.broadcast.node中的类
-
Can be used for implementations of
shardOperation for
which there is no shard-level return value.
- TransportBroadcastByNodeAction.NodeRequest - org.elasticsearch.action.support.broadcast.node中的类
-
- TransportBroadcastReplicationAction<Request extends BroadcastRequest<Request>,Response extends BroadcastResponse,ShardRequest extends ReplicationRequest<ShardRequest>,ShardResponse extends ReplicationResponse> - org.elasticsearch.action.support.replication中的类
-
Base class for requests that should be executed on all shards of an index or several indices.
- TransportBroadcastReplicationAction(String, Supplier<Request>, Settings, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, TransportReplicationAction) - 类 的构造器org.elasticsearch.action.support.replication.TransportBroadcastReplicationAction
-
- TransportBulkAction - org.elasticsearch.action.bulk中的类
-
Groups bulk request items by shard, optionally creating non-existent indices and
delegates to
TransportShardBulkAction for shard-level bulk execution
- TransportBulkAction(Settings, ThreadPool, TransportService, ClusterService, IngestService, TransportShardBulkAction, TransportCreateIndexAction, ActionFilters, IndexNameExpressionResolver, AutoCreateIndex) - 类 的构造器org.elasticsearch.action.bulk.TransportBulkAction
-
- TransportBulkAction(Settings, ThreadPool, TransportService, ClusterService, IngestService, TransportShardBulkAction, TransportCreateIndexAction, ActionFilters, IndexNameExpressionResolver, AutoCreateIndex, LongSupplier) - 类 的构造器org.elasticsearch.action.bulk.TransportBulkAction
-
- TransportCancelTasksAction - org.elasticsearch.action.admin.cluster.node.tasks.cancel中的类
-
Transport action that can be used to cancel currently running cancellable tasks.
- TransportCancelTasksAction(Settings, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.cluster.node.tasks.cancel.TransportCancelTasksAction
-
- TransportChannel - org.elasticsearch.transport中的接口
-
A transport channel allows to send a response to a request on the channel.
- TransportChannelResponseHandler<T extends TransportResponse> - org.elasticsearch.transport中的类
-
Base class for delegating transport response to a transport channel
- TransportChannelResponseHandler(Logger, TransportChannel, String, Supplier<T>) - 类 的构造器org.elasticsearch.transport.TransportChannelResponseHandler
-
- TransportClearIndicesCacheAction - org.elasticsearch.action.admin.indices.cache.clear中的类
-
Indices clear cache action.
- TransportClearIndicesCacheAction(Settings, ThreadPool, ClusterService, TransportService, IndicesService, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.indices.cache.clear.TransportClearIndicesCacheAction
-
- TransportClearScrollAction - org.elasticsearch.action.search中的类
-
- TransportClearScrollAction(Settings, TransportService, ThreadPool, ClusterService, ActionFilters, IndexNameExpressionResolver, SearchTransportService) - 类 的构造器org.elasticsearch.action.search.TransportClearScrollAction
-
- TransportClient - org.elasticsearch.client.transport中的类
-
- TransportClient(Settings, Collection<Class<? extends Plugin>>) - 类 的构造器org.elasticsearch.client.transport.TransportClient
-
Creates a new TransportClient with the given settings and plugins
- TransportClient(Settings, Settings, Collection<Class<? extends Plugin>>, TransportClient.HostFailureListener) - 类 的构造器org.elasticsearch.client.transport.TransportClient
-
Creates a new TransportClient with the given settings, defaults and plugins.
- TransportClient.HostFailureListener - org.elasticsearch.client.transport中的接口
-
Listener that allows to be notified whenever a node failure / disconnect happens
- TransportCloseIndexAction - org.elasticsearch.action.admin.indices.close中的类
-
Close index action
- TransportCloseIndexAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataIndexStateService, ClusterSettings, ActionFilters, IndexNameExpressionResolver, DestructiveOperations) - 类 的构造器org.elasticsearch.action.admin.indices.close.TransportCloseIndexAction
-
- TransportClusterAllocationExplainAction - org.elasticsearch.action.admin.cluster.allocation中的类
-
The TransportClusterAllocationExplainAction is responsible for actually executing the explanation of a shard's allocation on the
master node in the cluster.
- TransportClusterAllocationExplainAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver, ClusterInfoService, AllocationDeciders, ShardsAllocator, GatewayAllocator) - 类 的构造器org.elasticsearch.action.admin.cluster.allocation.TransportClusterAllocationExplainAction
-
- TransportClusterHealthAction - org.elasticsearch.action.admin.cluster.health中的类
-
- TransportClusterHealthAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver, GatewayAllocator) - 类 的构造器org.elasticsearch.action.admin.cluster.health.TransportClusterHealthAction
-
- TransportClusterInfoAction<Request extends ClusterInfoRequest<Request>,Response extends ActionResponse> - org.elasticsearch.action.support.master.info中的类
-
- TransportClusterInfoAction(Settings, String, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver, Supplier<Request>) - 类 的构造器org.elasticsearch.action.support.master.info.TransportClusterInfoAction
-
- TransportClusterRerouteAction - org.elasticsearch.action.admin.cluster.reroute中的类
-
- TransportClusterRerouteAction(Settings, TransportService, ClusterService, ThreadPool, AllocationService, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.cluster.reroute.TransportClusterRerouteAction
-
- TransportClusterSearchShardsAction - org.elasticsearch.action.admin.cluster.shards中的类
-
- TransportClusterSearchShardsAction(Settings, TransportService, ClusterService, IndicesService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.cluster.shards.TransportClusterSearchShardsAction
-
- TransportClusterStateAction - org.elasticsearch.action.admin.cluster.state中的类
-
- TransportClusterStateAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.cluster.state.TransportClusterStateAction
-
- TransportClusterStatsAction - org.elasticsearch.action.admin.cluster.stats中的类
-
- TransportClusterStatsAction(Settings, ThreadPool, ClusterService, TransportService, NodeService, IndicesService, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.cluster.stats.TransportClusterStatsAction
-
- TransportClusterStatsAction.ClusterStatsNodeRequest - org.elasticsearch.action.admin.cluster.stats中的类
-
- TransportClusterUpdateSettingsAction - org.elasticsearch.action.admin.cluster.settings中的类
-
- TransportClusterUpdateSettingsAction(Settings, TransportService, ClusterService, ThreadPool, AllocationService, ActionFilters, IndexNameExpressionResolver, ClusterSettings) - 类 的构造器org.elasticsearch.action.admin.cluster.settings.TransportClusterUpdateSettingsAction
-
- transportCompress() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus
-
- transportCompress() - 类 中的方法org.elasticsearch.action.support.nodes.TransportNodesAction
-
- transportCompress() - 类 中的方法org.elasticsearch.action.support.tasks.TransportTasksAction
-
- transportCompress() - 类 中的方法org.elasticsearch.gateway.TransportNodesListGatewayMetaState
-
- transportCompress() - 类 中的方法org.elasticsearch.gateway.TransportNodesListGatewayStartedShards
-
- TransportConnectionListener - org.elasticsearch.transport中的接口
-
- TransportCreateIndexAction - org.elasticsearch.action.admin.indices.create中的类
-
Create index action.
- TransportCreateIndexAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataCreateIndexService, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.indices.create.TransportCreateIndexAction
-
- TransportCreateSnapshotAction - org.elasticsearch.action.admin.cluster.snapshots.create中的类
-
Transport action for create snapshot operation
- TransportCreateSnapshotAction(Settings, TransportService, ClusterService, ThreadPool, SnapshotsService, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.create.TransportCreateSnapshotAction
-
- TransportDeleteAction - org.elasticsearch.action.delete中的类
-
已过时。
- TransportDeleteAction(Settings, TransportService, ClusterService, IndicesService, ThreadPool, ShardStateAction, ActionFilters, IndexNameExpressionResolver, TransportBulkAction, TransportShardBulkAction) - 类 的构造器org.elasticsearch.action.delete.TransportDeleteAction
-
已过时。
- TransportDeleteIndexAction - org.elasticsearch.action.admin.indices.delete中的类
-
Delete index action.
- TransportDeleteIndexAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataDeleteIndexService, ActionFilters, IndexNameExpressionResolver, DestructiveOperations) - 类 的构造器org.elasticsearch.action.admin.indices.delete.TransportDeleteIndexAction
-
- TransportDeleteIndexTemplateAction - org.elasticsearch.action.admin.indices.template.delete中的类
-
Delete index action.
- TransportDeleteIndexTemplateAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataIndexTemplateService, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.indices.template.delete.TransportDeleteIndexTemplateAction
-
- TransportDeleteRepositoryAction - org.elasticsearch.action.admin.cluster.repositories.delete中的类
-
Transport action for unregister repository operation
- TransportDeleteRepositoryAction(Settings, TransportService, ClusterService, RepositoriesService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.cluster.repositories.delete.TransportDeleteRepositoryAction
-
- TransportDeleteSnapshotAction - org.elasticsearch.action.admin.cluster.snapshots.delete中的类
-
Transport action for delete snapshot operation
- TransportDeleteSnapshotAction(Settings, TransportService, ClusterService, ThreadPool, SnapshotsService, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.delete.TransportDeleteSnapshotAction
-
- TransportDeleteStoredScriptAction - org.elasticsearch.action.admin.cluster.storedscripts中的类
-
- TransportDeleteStoredScriptAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver, ScriptService) - 类 的构造器org.elasticsearch.action.admin.cluster.storedscripts.TransportDeleteStoredScriptAction
-
- TransportException - org.elasticsearch.transport中的异常错误
-
- TransportException(Throwable) - 异常错误 的构造器org.elasticsearch.transport.TransportException
-
- TransportException(StreamInput) - 异常错误 的构造器org.elasticsearch.transport.TransportException
-
- TransportException(String) - 异常错误 的构造器org.elasticsearch.transport.TransportException
-
- TransportException(String, Throwable) - 异常错误 的构造器org.elasticsearch.transport.TransportException
-
- TransportExplainAction - org.elasticsearch.action.explain中的类
-
Explain transport action.
- TransportExplainAction(Settings, ThreadPool, ClusterService, TransportService, SearchService, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.explain.TransportExplainAction
-
- TransportFieldCapabilitiesAction - org.elasticsearch.action.fieldcaps中的类
-
- TransportFieldCapabilitiesAction(Settings, TransportService, ClusterService, ThreadPool, TransportFieldCapabilitiesIndexAction, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.fieldcaps.TransportFieldCapabilitiesAction
-
- TransportFieldCapabilitiesIndexAction - org.elasticsearch.action.fieldcaps中的类
-
- TransportFieldCapabilitiesIndexAction(Settings, ClusterService, TransportService, IndicesService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.fieldcaps.TransportFieldCapabilitiesIndexAction
-
- TransportFlushAction - org.elasticsearch.action.admin.indices.flush中的类
-
Flush Action.
- TransportFlushAction(Settings, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, TransportShardFlushAction) - 类 的构造器org.elasticsearch.action.admin.indices.flush.TransportFlushAction
-
- TransportForceMergeAction - org.elasticsearch.action.admin.indices.forcemerge中的类
-
ForceMerge index/indices action.
- TransportForceMergeAction(Settings, ThreadPool, ClusterService, TransportService, IndicesService, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.indices.forcemerge.TransportForceMergeAction
-
- TransportFuture<V> - org.elasticsearch.transport中的接口
-
- TransportGetAction - org.elasticsearch.action.get中的类
-
Performs the get operation.
- TransportGetAction(Settings, ClusterService, TransportService, IndicesService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.get.TransportGetAction
-
- TransportGetAliasesAction - org.elasticsearch.action.admin.indices.alias.get中的类
-
- TransportGetAliasesAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.indices.alias.get.TransportGetAliasesAction
-
- TransportGetFieldMappingsAction - org.elasticsearch.action.admin.indices.mapping.get中的类
-
- TransportGetFieldMappingsAction(Settings, TransportService, ClusterService, ThreadPool, TransportGetFieldMappingsIndexAction, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.indices.mapping.get.TransportGetFieldMappingsAction
-
- TransportGetFieldMappingsIndexAction - org.elasticsearch.action.admin.indices.mapping.get中的类
-
Transport action used to retrieve the mappings related to fields that belong to a specific index
- TransportGetFieldMappingsIndexAction(Settings, ClusterService, TransportService, IndicesService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.indices.mapping.get.TransportGetFieldMappingsIndexAction
-
- TransportGetIndexAction - org.elasticsearch.action.admin.indices.get中的类
-
Get index action.
- TransportGetIndexAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.indices.get.TransportGetIndexAction
-
- TransportGetIndexTemplatesAction - org.elasticsearch.action.admin.indices.template.get中的类
-
- TransportGetIndexTemplatesAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.indices.template.get.TransportGetIndexTemplatesAction
-
- TransportGetMappingsAction - org.elasticsearch.action.admin.indices.mapping.get中的类
-
- TransportGetMappingsAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.indices.mapping.get.TransportGetMappingsAction
-
- TransportGetRepositoriesAction - org.elasticsearch.action.admin.cluster.repositories.get中的类
-
Transport action for get repositories operation
- TransportGetRepositoriesAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.cluster.repositories.get.TransportGetRepositoriesAction
-
- TransportGetSettingsAction - org.elasticsearch.action.admin.indices.settings.get中的类
-
- TransportGetSettingsAction(Settings, TransportService, ClusterService, ThreadPool, SettingsFilter, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.indices.settings.get.TransportGetSettingsAction
-
- TransportGetSnapshotsAction - org.elasticsearch.action.admin.cluster.snapshots.get中的类
-
Transport Action for get snapshots operation
- TransportGetSnapshotsAction(Settings, TransportService, ClusterService, ThreadPool, SnapshotsService, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.get.TransportGetSnapshotsAction
-
- TransportGetStoredScriptAction - org.elasticsearch.action.admin.cluster.storedscripts中的类
-
- TransportGetStoredScriptAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver, ScriptService) - 类 的构造器org.elasticsearch.action.admin.cluster.storedscripts.TransportGetStoredScriptAction
-
- TransportGetTaskAction - org.elasticsearch.action.admin.cluster.node.tasks.get中的类
-
Action to get a single task.
- TransportGetTaskAction(Settings, ThreadPool, TransportService, ActionFilters, IndexNameExpressionResolver, ClusterService, Client, NamedXContentRegistry) - 类 的构造器org.elasticsearch.action.admin.cluster.node.tasks.get.TransportGetTaskAction
-
- TransportIndexAction - org.elasticsearch.action.index中的类
-
已过时。
- TransportIndexAction(Settings, TransportService, ClusterService, IndicesService, ThreadPool, ShardStateAction, ActionFilters, IndexNameExpressionResolver, TransportBulkAction, TransportShardBulkAction) - 类 的构造器org.elasticsearch.action.index.TransportIndexAction
-
已过时。
- TransportIndicesAliasesAction - org.elasticsearch.action.admin.indices.alias中的类
-
Add/remove aliases action
- TransportIndicesAliasesAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataIndexAliasesService, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.indices.alias.TransportIndicesAliasesAction
-
- TransportIndicesExistsAction - org.elasticsearch.action.admin.indices.exists.indices中的类
-
Indices exists action.
- TransportIndicesExistsAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.indices.exists.indices.TransportIndicesExistsAction
-
- TransportIndicesSegmentsAction - org.elasticsearch.action.admin.indices.segments中的类
-
- TransportIndicesSegmentsAction(Settings, ThreadPool, ClusterService, TransportService, IndicesService, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.indices.segments.TransportIndicesSegmentsAction
-
- TransportIndicesShardStoresAction - org.elasticsearch.action.admin.indices.shards中的类
-
- TransportIndicesShardStoresAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver, TransportNodesListGatewayStartedShards) - 类 的构造器org.elasticsearch.action.admin.indices.shards.TransportIndicesShardStoresAction
-
- TransportIndicesStatsAction - org.elasticsearch.action.admin.indices.stats中的类
-
- TransportIndicesStatsAction(Settings, ThreadPool, ClusterService, TransportService, IndicesService, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.indices.stats.TransportIndicesStatsAction
-
- TransportInfo - org.elasticsearch.transport中的类
-
- TransportInfo(BoundTransportAddress, Map<String, BoundTransportAddress>) - 类 的构造器org.elasticsearch.transport.TransportInfo
-
- TransportInfo(StreamInput) - 类 的构造器org.elasticsearch.transport.TransportInfo
-
- TransportInstanceSingleOperationAction<Request extends InstanceShardOperationRequest<Request>,Response extends ActionResponse> - org.elasticsearch.action.support.single.instance中的类
-
- TransportInstanceSingleOperationAction(Settings, String, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, Supplier<Request>) - 类 的构造器org.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
-
- TransportInterceptor - org.elasticsearch.transport中的接口
-
This interface allows plugins to intercept requests on both the sender and the receiver side.
- TransportInterceptor.AsyncSender - org.elasticsearch.transport中的接口
-
- TransportListTasksAction - org.elasticsearch.action.admin.cluster.node.tasks.list中的类
-
- TransportListTasksAction(Settings, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.cluster.node.tasks.list.TransportListTasksAction
-
- TransportLivenessAction - org.elasticsearch.action.admin.cluster.node.liveness中的类
-
- TransportLivenessAction(ClusterService, TransportService) - 类 的构造器org.elasticsearch.action.admin.cluster.node.liveness.TransportLivenessAction
-
- TransportMainAction - org.elasticsearch.action.main中的类
-
- TransportMainAction(Settings, ThreadPool, TransportService, ActionFilters, IndexNameExpressionResolver, ClusterService) - 类 的构造器org.elasticsearch.action.main.TransportMainAction
-
- TransportMasterNodeAction<Request extends MasterNodeRequest<Request>,Response extends ActionResponse> - org.elasticsearch.action.support.master中的类
-
A base class for operations that needs to be performed on the master node.
- TransportMasterNodeAction(Settings, String, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver, Supplier<Request>) - 类 的构造器org.elasticsearch.action.support.master.TransportMasterNodeAction
-
- TransportMasterNodeAction(Settings, String, boolean, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver, Supplier<Request>) - 类 的构造器org.elasticsearch.action.support.master.TransportMasterNodeAction
-
- TransportMasterNodeReadAction<Request extends MasterNodeReadRequest<Request>,Response extends ActionResponse> - org.elasticsearch.action.support.master中的类
-
A base class for read operations that needs to be performed on the master node.
- TransportMasterNodeReadAction(Settings, String, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver, Supplier<Request>) - 类 的构造器org.elasticsearch.action.support.master.TransportMasterNodeReadAction
-
- TransportMasterNodeReadAction(Settings, String, boolean, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver, Supplier<Request>) - 类 的构造器org.elasticsearch.action.support.master.TransportMasterNodeReadAction
-
- TransportMessage - org.elasticsearch.transport中的类
-
- TransportMessage() - 类 的构造器org.elasticsearch.transport.TransportMessage
-
- TransportMultiGetAction - org.elasticsearch.action.get中的类
-
- TransportMultiGetAction(Settings, ThreadPool, TransportService, ClusterService, TransportShardMultiGetAction, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.get.TransportMultiGetAction
-
- TransportMultiSearchAction - org.elasticsearch.action.search中的类
-
- TransportMultiSearchAction(Settings, ThreadPool, TransportService, ClusterService, TransportSearchAction, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.search.TransportMultiSearchAction
-
- TransportMultiTermVectorsAction - org.elasticsearch.action.termvectors中的类
-
- TransportMultiTermVectorsAction(Settings, ThreadPool, TransportService, ClusterService, TransportShardMultiTermsVectorAction, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.termvectors.TransportMultiTermVectorsAction
-
- transportNodeAction - 类 中的变量org.elasticsearch.action.support.tasks.TransportTasksAction
-
- TransportNodesAction<NodesRequest extends BaseNodesRequest<NodesRequest>,NodesResponse extends BaseNodesResponse,NodeRequest extends BaseNodeRequest,NodeResponse extends BaseNodeResponse> - org.elasticsearch.action.support.nodes中的类
-
- TransportNodesAction(Settings, String, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, Supplier<NodesRequest>, Supplier<NodeRequest>, String, Class<NodeResponse>) - 类 的构造器org.elasticsearch.action.support.nodes.TransportNodesAction
-
- TransportNodesHotThreadsAction - org.elasticsearch.action.admin.cluster.node.hotthreads中的类
-
- TransportNodesHotThreadsAction(Settings, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.cluster.node.hotthreads.TransportNodesHotThreadsAction
-
- TransportNodesHotThreadsAction.NodeRequest - org.elasticsearch.action.admin.cluster.node.hotthreads中的类
-
- TransportNodesInfoAction - org.elasticsearch.action.admin.cluster.node.info中的类
-
- TransportNodesInfoAction(Settings, ThreadPool, ClusterService, TransportService, NodeService, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.cluster.node.info.TransportNodesInfoAction
-
- TransportNodesInfoAction.NodeInfoRequest - org.elasticsearch.action.admin.cluster.node.info中的类
-
- TransportNodesListGatewayMetaState - org.elasticsearch.gateway中的类
-
- TransportNodesListGatewayMetaState(Settings, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, GatewayMetaState) - 类 的构造器org.elasticsearch.gateway.TransportNodesListGatewayMetaState
-
- TransportNodesListGatewayMetaState.NodeGatewayMetaState - org.elasticsearch.gateway中的类
-
- TransportNodesListGatewayMetaState.NodeRequest - org.elasticsearch.gateway中的类
-
- TransportNodesListGatewayMetaState.NodesGatewayMetaState - org.elasticsearch.gateway中的类
-
- TransportNodesListGatewayMetaState.Request - org.elasticsearch.gateway中的类
-
- TransportNodesListGatewayStartedShards - org.elasticsearch.gateway中的类
-
This transport action is used to fetch the shard version from each node during primary allocation in
GatewayAllocator.
- TransportNodesListGatewayStartedShards(Settings, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, NodeEnvironment, IndicesService) - 类 的构造器org.elasticsearch.gateway.TransportNodesListGatewayStartedShards
-
- TransportNodesListGatewayStartedShards.NodeGatewayStartedShards - org.elasticsearch.gateway中的类
-
- TransportNodesListGatewayStartedShards.NodeRequest - org.elasticsearch.gateway中的类
-
- TransportNodesListGatewayStartedShards.NodesGatewayStartedShards - org.elasticsearch.gateway中的类
-
- TransportNodesListGatewayStartedShards.Request - org.elasticsearch.gateway中的类
-
- TransportNodesListShardStoreMetaData - org.elasticsearch.indices.store中的类
-
- TransportNodesListShardStoreMetaData(Settings, ThreadPool, ClusterService, TransportService, IndicesService, NodeEnvironment, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData
-
- TransportNodesListShardStoreMetaData.NodeRequest - org.elasticsearch.indices.store中的类
-
- TransportNodesListShardStoreMetaData.NodesStoreFilesMetaData - org.elasticsearch.indices.store中的类
-
- TransportNodesListShardStoreMetaData.NodeStoreFilesMetaData - org.elasticsearch.indices.store中的类
-
- TransportNodesListShardStoreMetaData.Request - org.elasticsearch.indices.store中的类
-
- TransportNodesListShardStoreMetaData.StoreFilesMetaData - org.elasticsearch.indices.store中的类
-
- TransportNodesSnapshotsStatus - org.elasticsearch.action.admin.cluster.snapshots.status中的类
-
Transport client that collects snapshot shard statuses from data nodes
- TransportNodesSnapshotsStatus(Settings, ThreadPool, ClusterService, TransportService, SnapshotShardsService, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus
-
- TransportNodesSnapshotsStatus.NodeRequest - org.elasticsearch.action.admin.cluster.snapshots.status中的类
-
- TransportNodesSnapshotsStatus.NodeSnapshotStatus - org.elasticsearch.action.admin.cluster.snapshots.status中的类
-
- TransportNodesSnapshotsStatus.NodesSnapshotStatus - org.elasticsearch.action.admin.cluster.snapshots.status中的类
-
- TransportNodesSnapshotsStatus.Request - org.elasticsearch.action.admin.cluster.snapshots.status中的类
-
- TransportNodesStatsAction - org.elasticsearch.action.admin.cluster.node.stats中的类
-
- TransportNodesStatsAction(Settings, ThreadPool, ClusterService, TransportService, NodeService, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction
-
- TransportNodesStatsAction.NodeStatsRequest - org.elasticsearch.action.admin.cluster.node.stats中的类
-
- TransportNodesUsageAction - org.elasticsearch.action.admin.cluster.node.usage中的类
-
- TransportNodesUsageAction(Settings, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, UsageService) - 类 的构造器org.elasticsearch.action.admin.cluster.node.usage.TransportNodesUsageAction
-
- TransportNodesUsageAction.NodeUsageRequest - org.elasticsearch.action.admin.cluster.node.usage中的类
-
- TransportOpenIndexAction - org.elasticsearch.action.admin.indices.open中的类
-
Open index action
- TransportOpenIndexAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataIndexStateService, ActionFilters, IndexNameExpressionResolver, DestructiveOperations) - 类 的构造器org.elasticsearch.action.admin.indices.open.TransportOpenIndexAction
-
- transportOptions(Settings) - 类 中的方法org.elasticsearch.action.bulk.BulkAction
-
- transportOptions() - 类 中的方法org.elasticsearch.action.bulk.TransportShardBulkAction
-
- transportOptions(Settings) - 类 中的方法org.elasticsearch.action.GenericAction
-
Optional request options for the action.
- transportOptions - 类 中的变量org.elasticsearch.action.support.replication.TransportReplicationAction
-
- transportOptions() - 类 中的方法org.elasticsearch.action.support.replication.TransportReplicationAction
-
- transportOptions() - 类 中的方法org.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
-
- TransportPendingClusterTasksAction - org.elasticsearch.action.admin.cluster.tasks中的类
-
- TransportPendingClusterTasksAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.cluster.tasks.TransportPendingClusterTasksAction
-
- transportPrimaryAction - 类 中的变量org.elasticsearch.action.support.replication.TransportReplicationAction
-
- TransportPutIndexTemplateAction - org.elasticsearch.action.admin.indices.template.put中的类
-
Put index template action.
- TransportPutIndexTemplateAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataIndexTemplateService, ActionFilters, IndexNameExpressionResolver, IndexScopedSettings) - 类 的构造器org.elasticsearch.action.admin.indices.template.put.TransportPutIndexTemplateAction
-
- TransportPutMappingAction - org.elasticsearch.action.admin.indices.mapping.put中的类
-
Put mapping action.
- TransportPutMappingAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataMappingService, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.indices.mapping.put.TransportPutMappingAction
-
- TransportPutRepositoryAction - org.elasticsearch.action.admin.cluster.repositories.put中的类
-
Transport action for register repository operation
- TransportPutRepositoryAction(Settings, TransportService, ClusterService, RepositoriesService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.cluster.repositories.put.TransportPutRepositoryAction
-
- TransportPutStoredScriptAction - org.elasticsearch.action.admin.cluster.storedscripts中的类
-
- TransportPutStoredScriptAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver, ScriptService) - 类 的构造器org.elasticsearch.action.admin.cluster.storedscripts.TransportPutStoredScriptAction
-
- TransportRecoveryAction - org.elasticsearch.action.admin.indices.recovery中的类
-
Transport action for shard recovery operation.
- TransportRecoveryAction(Settings, ThreadPool, ClusterService, TransportService, IndicesService, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.indices.recovery.TransportRecoveryAction
-
- TransportRefreshAction - org.elasticsearch.action.admin.indices.refresh中的类
-
Refresh action.
- TransportRefreshAction(Settings, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, TransportShardRefreshAction) - 类 的构造器org.elasticsearch.action.admin.indices.refresh.TransportRefreshAction
-
- TransportRemoteInfoAction - org.elasticsearch.action.admin.cluster.remote中的类
-
- TransportRemoteInfoAction(Settings, ThreadPool, TransportService, ActionFilters, IndexNameExpressionResolver, SearchTransportService) - 类 的构造器org.elasticsearch.action.admin.cluster.remote.TransportRemoteInfoAction
-
- transportReplicaAction - 类 中的变量org.elasticsearch.action.support.replication.TransportReplicationAction
-
- TransportReplicationAction<Request extends ReplicationRequest<Request>,ReplicaRequest extends ReplicationRequest<ReplicaRequest>,Response extends ReplicationResponse> - org.elasticsearch.action.support.replication中的类
-
Base class for requests that should be executed on a primary copy followed by replica copies.
- TransportReplicationAction(Settings, String, TransportService, ClusterService, IndicesService, ThreadPool, ShardStateAction, ActionFilters, IndexNameExpressionResolver, Supplier<Request>, Supplier<ReplicaRequest>, String) - 类 的构造器org.elasticsearch.action.support.replication.TransportReplicationAction
-
- TransportReplicationAction(Settings, String, TransportService, ClusterService, IndicesService, ThreadPool, ShardStateAction, ActionFilters, IndexNameExpressionResolver, Supplier<Request>, Supplier<ReplicaRequest>, String, boolean) - 类 的构造器org.elasticsearch.action.support.replication.TransportReplicationAction
-
- TransportReplicationAction.ConcreteReplicaRequest<R extends TransportRequest> - org.elasticsearch.action.support.replication中的类
-
- TransportReplicationAction.ConcreteShardRequest<R extends TransportRequest> - org.elasticsearch.action.support.replication中的类
-
a wrapper class to encapsulate a request when being sent to a specific allocation id
- TransportReplicationAction.OperationTransportHandler - org.elasticsearch.action.support.replication中的类
-
- TransportReplicationAction.PrimaryOperationTransportHandler - org.elasticsearch.action.support.replication中的类
-
- TransportReplicationAction.PrimaryResult<ReplicaRequest extends ReplicationRequest<ReplicaRequest>,Response extends ReplicationResponse> - org.elasticsearch.action.support.replication中的类
-
- TransportReplicationAction.ReplicaOperationTransportHandler - org.elasticsearch.action.support.replication中的类
-
- TransportReplicationAction.ReplicaResponse - org.elasticsearch.action.support.replication中的类
-
- TransportReplicationAction.ReplicaResult - org.elasticsearch.action.support.replication中的类
-
- TransportReplicationAction.ReplicasProxy - org.elasticsearch.action.support.replication中的类
-
The ReplicasProxy is an implementation of the Replicas
interface that performs the actual ReplicaRequest on the replica
shards.
- TransportReplicationAction.RetryOnReplicaException - org.elasticsearch.action.support.replication中的异常错误
-
- TransportRequest - org.elasticsearch.transport中的类
-
- TransportRequest() - 类 的构造器org.elasticsearch.transport.TransportRequest
-
- TransportRequest.Empty - org.elasticsearch.transport中的类
-
- TransportRequestHandler<T extends TransportRequest> - org.elasticsearch.transport中的接口
-
- TransportRequestOptions - org.elasticsearch.transport中的类
-
- TransportRequestOptions.Builder - org.elasticsearch.transport中的类
-
- TransportRequestOptions.Type - org.elasticsearch.transport中的枚举
-
- TransportResizeAction - org.elasticsearch.action.admin.indices.shrink中的类
-
Main class to initiate resizing (shrink / split) an index into a new index
- TransportResizeAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataCreateIndexService, ActionFilters, IndexNameExpressionResolver, Client) - 类 的构造器org.elasticsearch.action.admin.indices.shrink.TransportResizeAction
-
- TransportResizeAction(Settings, String, TransportService, ClusterService, ThreadPool, MetaDataCreateIndexService, ActionFilters, IndexNameExpressionResolver, Client) - 类 的构造器org.elasticsearch.action.admin.indices.shrink.TransportResizeAction
-
- TransportResponse - org.elasticsearch.transport中的类
-
- TransportResponse() - 类 的构造器org.elasticsearch.transport.TransportResponse
-
- TransportResponse.Empty - org.elasticsearch.transport中的类
-
- TransportResponseHandler<T extends TransportResponse> - org.elasticsearch.transport中的接口
-
- TransportResponseOptions - org.elasticsearch.transport中的类
-
- TransportResponseOptions.Builder - org.elasticsearch.transport中的类
-
- TransportRestoreSnapshotAction - org.elasticsearch.action.admin.cluster.snapshots.restore中的类
-
Transport action for restore snapshot operation
- TransportRestoreSnapshotAction(Settings, TransportService, ClusterService, ThreadPool, RestoreService, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.restore.TransportRestoreSnapshotAction
-
- TransportResyncReplicationAction - org.elasticsearch.action.resync中的类
-
- TransportResyncReplicationAction(Settings, TransportService, ClusterService, IndicesService, ThreadPool, ShardStateAction, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.resync.TransportResyncReplicationAction
-
- TransportRolloverAction - org.elasticsearch.action.admin.indices.rollover中的类
-
Main class to swap the index pointed to by an alias, given some conditions
- TransportRolloverAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataCreateIndexService, ActionFilters, IndexNameExpressionResolver, MetaDataIndexAliasesService, Client) - 类 的构造器org.elasticsearch.action.admin.indices.rollover.TransportRolloverAction
-
- Transports - org.elasticsearch.transport中的枚举
-
- TransportSearchAction - org.elasticsearch.action.search中的类
-
- TransportSearchAction(Settings, ThreadPool, TransportService, SearchService, SearchTransportService, SearchPhaseController, ClusterService, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.search.TransportSearchAction
-
- TransportSearchScrollAction - org.elasticsearch.action.search中的类
-
- TransportSearchScrollAction(Settings, ThreadPool, TransportService, ClusterService, ActionFilters, IndexNameExpressionResolver, SearchTransportService, SearchPhaseController) - 类 的构造器org.elasticsearch.action.search.TransportSearchScrollAction
-
- TransportSerializationException - org.elasticsearch.transport中的异常错误
-
- TransportSerializationException(StreamInput) - 异常错误 的构造器org.elasticsearch.transport.TransportSerializationException
-
- TransportSerializationException(String, Throwable) - 异常错误 的构造器org.elasticsearch.transport.TransportSerializationException
-
- transportService - 类 中的变量org.elasticsearch.action.support.broadcast.TransportBroadcastAction
-
- transportService - 类 中的变量org.elasticsearch.action.support.master.TransportMasterNodeAction
-
- transportService - 类 中的变量org.elasticsearch.action.support.nodes.TransportNodesAction
-
- transportService - 类 中的变量org.elasticsearch.action.support.replication.TransportReplicationAction
-
- transportService - 类 中的变量org.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
-
- transportService - 类 中的变量org.elasticsearch.action.support.single.shard.TransportSingleShardAction
-
- transportService - 类 中的变量org.elasticsearch.action.support.tasks.TransportTasksAction
-
- transportService - 类 中的变量org.elasticsearch.discovery.single.SingleNodeDiscovery
-
- transportService - 类 中的变量org.elasticsearch.discovery.zen.FaultDetection
-
- transportService - 类 中的变量org.elasticsearch.transport.TcpTransport
-
- TransportService - org.elasticsearch.transport中的类
-
- TransportService(Settings, Transport, ThreadPool, TransportInterceptor, Function<BoundTransportAddress, DiscoveryNode>, ClusterSettings) - 类 的构造器org.elasticsearch.transport.TransportService
-
Build the service.
- TransportService.ContextRestoreResponseHandler<T extends TransportResponse> - org.elasticsearch.transport中的类
-
This handler wrapper ensures that the response thread executes with the correct thread context.
- TransportService.HandshakeResponse - org.elasticsearch.transport中的类
-
- TransportShardBulkAction - org.elasticsearch.action.bulk中的类
-
Performs shard-level bulk (index, delete or update) operations
- TransportShardBulkAction(Settings, TransportService, ClusterService, IndicesService, ThreadPool, ShardStateAction, MappingUpdatedAction, UpdateHelper, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.bulk.TransportShardBulkAction
-
- TransportShardBulkAction.ReplicaItemExecutionMode - org.elasticsearch.action.bulk中的枚举
-
Modes for executing item request on replica depending on corresponding primary execution result
- TransportShardFlushAction - org.elasticsearch.action.admin.indices.flush中的类
-
- TransportShardFlushAction(Settings, TransportService, ClusterService, IndicesService, ThreadPool, ShardStateAction, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.indices.flush.TransportShardFlushAction
-
- TransportShardMultiGetAction - org.elasticsearch.action.get中的类
-
- TransportShardMultiGetAction(Settings, ClusterService, TransportService, IndicesService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.get.TransportShardMultiGetAction
-
- TransportShardMultiTermsVectorAction - org.elasticsearch.action.termvectors中的类
-
- TransportShardMultiTermsVectorAction(Settings, ClusterService, TransportService, IndicesService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.termvectors.TransportShardMultiTermsVectorAction
-
- TransportShardRefreshAction - org.elasticsearch.action.admin.indices.refresh中的类
-
- TransportShardRefreshAction(Settings, TransportService, ClusterService, IndicesService, ThreadPool, ShardStateAction, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.indices.refresh.TransportShardRefreshAction
-
- TransportShrinkAction - org.elasticsearch.action.admin.indices.shrink中的类
-
Main class to initiate shrinking an index into a new index
This class is only here for backwards compatibility.
- TransportShrinkAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataCreateIndexService, ActionFilters, IndexNameExpressionResolver, Client) - 类 的构造器org.elasticsearch.action.admin.indices.shrink.TransportShrinkAction
-
- TransportSingleItemBulkWriteAction<Request extends ReplicatedWriteRequest<Request>,Response extends ReplicationResponse & WriteResponse> - org.elasticsearch.action.bulk中的类
-
已过时。
- TransportSingleItemBulkWriteAction(Settings, String, TransportService, ClusterService, IndicesService, ThreadPool, ShardStateAction, ActionFilters, IndexNameExpressionResolver, Supplier<Request>, Supplier<Request>, String, TransportBulkAction, TransportShardBulkAction) - 类 的构造器org.elasticsearch.action.bulk.TransportSingleItemBulkWriteAction
-
已过时。
- TransportSingleShardAction<Request extends SingleShardRequest<Request>,Response extends ActionResponse> - org.elasticsearch.action.support.single.shard中的类
-
A base class for operations that need to perform a read operation on a single shard copy.
- TransportSingleShardAction(Settings, String, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, Supplier<Request>, String) - 类 的构造器org.elasticsearch.action.support.single.shard.TransportSingleShardAction
-
- TransportSingleShardAction.InternalRequest - org.elasticsearch.action.support.single.shard中的类
-
Internal request class that gets built on each node.
- TransportSnapshotsStatusAction - org.elasticsearch.action.admin.cluster.snapshots.status中的类
-
- TransportSnapshotsStatusAction(Settings, TransportService, ClusterService, ThreadPool, SnapshotsService, TransportNodesSnapshotsStatus, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.cluster.snapshots.status.TransportSnapshotsStatusAction
-
- TransportStats - org.elasticsearch.transport中的类
-
- TransportStats(long, long, long, long, long) - 类 的构造器org.elasticsearch.transport.TransportStats
-
- TransportStats(StreamInput) - 类 的构造器org.elasticsearch.transport.TransportStats
-
- TransportStatus - org.elasticsearch.transport中的类
-
- TransportStatus() - 类 的构造器org.elasticsearch.transport.TransportStatus
-
- TransportSyncedFlushAction - org.elasticsearch.action.admin.indices.flush中的类
-
Synced flush Action.
- TransportSyncedFlushAction(Settings, ThreadPool, TransportService, ActionFilters, IndexNameExpressionResolver, SyncedFlushService) - 类 的构造器org.elasticsearch.action.admin.indices.flush.TransportSyncedFlushAction
-
- TransportTasksAction<OperationTask extends Task,TasksRequest extends BaseTasksRequest<TasksRequest>,TasksResponse extends BaseTasksResponse,TaskResponse extends Writeable> - org.elasticsearch.action.support.tasks中的类
-
The base class for transport actions that are interacting with currently running tasks.
- TransportTasksAction(Settings, String, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, Supplier<TasksRequest>, Supplier<TasksResponse>, String) - 类 的构造器org.elasticsearch.action.support.tasks.TransportTasksAction
-
- TransportTermVectorsAction - org.elasticsearch.action.termvectors中的类
-
Performs the get operation.
- TransportTermVectorsAction(Settings, ClusterService, TransportService, IndicesService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.termvectors.TransportTermVectorsAction
-
- TransportTypesExistsAction - org.elasticsearch.action.admin.indices.exists.types中的类
-
Types exists transport action.
- TransportTypesExistsAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.indices.exists.types.TransportTypesExistsAction
-
- TransportUpdateAction - org.elasticsearch.action.update中的类
-
- TransportUpdateAction(Settings, ThreadPool, ClusterService, TransportService, TransportBulkAction, TransportCreateIndexAction, UpdateHelper, ActionFilters, IndexNameExpressionResolver, IndicesService, AutoCreateIndex) - 类 的构造器org.elasticsearch.action.update.TransportUpdateAction
-
- TransportUpdateSettingsAction - org.elasticsearch.action.admin.indices.settings.put中的类
-
- TransportUpdateSettingsAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataUpdateSettingsService, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.indices.settings.put.TransportUpdateSettingsAction
-
- TransportUpgradeAction - org.elasticsearch.action.admin.indices.upgrade.post中的类
-
Upgrade index/indices action.
- TransportUpgradeAction(Settings, ThreadPool, ClusterService, TransportService, IndicesService, ActionFilters, IndexNameExpressionResolver, TransportUpgradeSettingsAction) - 类 的构造器org.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeAction
-
- TransportUpgradeSettingsAction - org.elasticsearch.action.admin.indices.upgrade.post中的类
-
- TransportUpgradeSettingsAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataUpdateSettingsService, IndexNameExpressionResolver, ActionFilters) - 类 的构造器org.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeSettingsAction
-
- TransportUpgradeStatusAction - org.elasticsearch.action.admin.indices.upgrade.get中的类
-
- TransportUpgradeStatusAction(Settings, ThreadPool, ClusterService, TransportService, IndicesService, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.indices.upgrade.get.TransportUpgradeStatusAction
-
- TransportValidateQueryAction - org.elasticsearch.action.admin.indices.validate.query中的类
-
- TransportValidateQueryAction(Settings, ThreadPool, ClusterService, TransportService, SearchService, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.indices.validate.query.TransportValidateQueryAction
-
- TransportVerifyRepositoryAction - org.elasticsearch.action.admin.cluster.repositories.verify中的类
-
Transport action for verifying repository operation
- TransportVerifyRepositoryAction(Settings, TransportService, ClusterService, RepositoriesService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - 类 的构造器org.elasticsearch.action.admin.cluster.repositories.verify.TransportVerifyRepositoryAction
-
- TransportWriteAction<Request extends ReplicatedWriteRequest<Request>,ReplicaRequest extends ReplicatedWriteRequest<ReplicaRequest>,Response extends ReplicationResponse & WriteResponse> - org.elasticsearch.action.support.replication中的类
-
Base class for transport actions that modify data in some shard like index, delete, and shardBulk.
- TransportWriteAction(Settings, String, TransportService, ClusterService, IndicesService, ThreadPool, ShardStateAction, ActionFilters, IndexNameExpressionResolver, Supplier<Request>, Supplier<ReplicaRequest>, String) - 类 的构造器org.elasticsearch.action.support.replication.TransportWriteAction
-
- TransportWriteAction.WritePrimaryResult<ReplicaRequest extends ReplicatedWriteRequest<ReplicaRequest>,Response extends ReplicationResponse & WriteResponse> - org.elasticsearch.action.support.replication中的类
-
Result of taking the action on the primary.
- TransportWriteAction.WriteReplicaResult<ReplicaRequest extends ReplicatedWriteRequest<ReplicaRequest>> - org.elasticsearch.action.support.replication中的类
-
Result of taking the action on the replica.
- transpositions(boolean) - 类 中的方法org.elasticsearch.index.query.FuzzyQueryBuilder
-
- transpositions() - 类 中的方法org.elasticsearch.index.query.FuzzyQueryBuilder
-
- transpositions - 类 中的变量org.elasticsearch.index.search.MatchQuery
-
- TREE - 类 中的静态变量org.elasticsearch.index.mapper.GeoShapeFieldMapper.Defaults
-
- tree() - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
-
- TREE - 类 中的静态变量org.elasticsearch.index.mapper.GeoShapeFieldMapper.Names
-
- tree - 类 中的变量org.elasticsearch.search.profile.AbstractInternalProfileTree
-
Maps the Query to it's list of children.
- TREE_DEPTH - 类 中的静态变量org.apache.lucene.analysis.miscellaneous.DuplicateByteSequenceSpotter
-
- TREE_GEOHASH - 类 中的静态变量org.elasticsearch.index.mapper.GeoShapeFieldMapper.Names
-
- TREE_LEVELS - 类 中的静态变量org.elasticsearch.index.mapper.GeoShapeFieldMapper.Names
-
- TREE_PRESISION - 类 中的静态变量org.elasticsearch.index.mapper.GeoShapeFieldMapper.Names
-
- TREE_QUADTREE - 类 中的静态变量org.elasticsearch.index.mapper.GeoShapeFieldMapper.Names
-
- treeLevels() - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
-
- TrieNode(String, T, String) - 类 的构造器org.elasticsearch.common.path.PathTrie.TrieNode
-
- TriFunction<S,T,U,R> - org.elasticsearch.common中的接口
-
Represents a function that accepts three arguments and produces a result.
- trim() - 类 中的方法org.elasticsearch.search.suggest.Suggest.Suggestion
-
Trims the number of options per suggest text term to the requested size.
- trimLeadingCharacter(String, char) - 类 中的静态方法org.elasticsearch.common.Strings
-
Trim all occurrences of the supplied leading character from the given String.
- trimTranslog() - 类 中的方法org.elasticsearch.index.engine.Engine
-
checks and removes translog files that no longer need to be retained.
- trimTranslog() - 类 中的方法org.elasticsearch.index.engine.InternalEngine
-
- trimTranslog() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
checks and removes translog files that no longer need to be retained.
- trimUnreferencedReaders() - 类 中的方法org.elasticsearch.index.translog.Translog
-
- TRUE - 类 中的静态变量org.elasticsearch.index.mapper.BooleanFieldMapper.Values
-
- TruncatedTranslogException - org.elasticsearch.index.translog中的异常错误
-
- TruncatedTranslogException(String, Throwable) - 异常错误 的构造器org.elasticsearch.index.translog.TruncatedTranslogException
-
- TruncatedTranslogException(StreamInput) - 异常错误 的构造器org.elasticsearch.index.translog.TruncatedTranslogException
-
- TruncateTranslogCommand - org.elasticsearch.index.translog中的类
-
- TruncateTranslogCommand() - 类 的构造器org.elasticsearch.index.translog.TruncateTranslogCommand
-
- tryIncRef() - 类 中的方法org.elasticsearch.common.util.concurrent.AbstractRefCounted
-
- tryIncRef() - 接口 中的方法org.elasticsearch.common.util.concurrent.RefCounted
-
Tries to increment the refCount of this instance.
- tryIncRef() - 类 中的方法org.elasticsearch.index.store.Store
-
Tries to increment the refCount of this Store instance.
- tryLock() - 类 中的方法org.elasticsearch.index.engine.Engine.NoOpLock
-
- tryLock(long, TimeUnit) - 类 中的方法org.elasticsearch.index.engine.Engine.NoOpLock
-
- tryOpenIndex(Path, ShardId, NodeEnvironment.ShardLocker, Logger) - 类 中的静态方法org.elasticsearch.index.store.Store
-
Tries to open an index for the given location.
- tTime() - 类 中的静态方法org.joda.time.format.StrictISODateTimeFormat
-
Returns a formatter for a two digit hour of day, two digit minute of
hour, two digit second of minute, three digit fraction of second, and
time zone offset prefixed by 'T' ('T'HH:mm:ss.SSSZZ).
- tTimeNoMillis() - 类 中的静态方法org.joda.time.format.StrictISODateTimeFormat
-
Returns a formatter for a two digit hour of day, two digit minute of
hour, two digit second of minute, and time zone offset prefixed
by 'T' ('T'HH:mm:ssZZ).
- Tuple<V1,V2> - org.elasticsearch.common.collect中的类
-
- Tuple(V1, V2) - 类 的构造器org.elasticsearch.common.collect.Tuple
-
- tuple(V1, V2) - 类 中的静态方法org.elasticsearch.common.collect.Tuple
-
- TurkishAnalyzerProvider - org.elasticsearch.index.analysis中的类
-
- TurkishAnalyzerProvider(IndexSettings, Environment, String, Settings) - 类 的构造器org.elasticsearch.index.analysis.TurkishAnalyzerProvider
-
- TWO - 类 中的静态变量org.elasticsearch.common.unit.Fuzziness
-
- txCount() - 类 中的方法org.elasticsearch.transport.TransportStats
-
- txGet() - 类 中的方法org.elasticsearch.transport.PlainTransportFuture
-
- txGet(long, TimeUnit) - 类 中的方法org.elasticsearch.transport.PlainTransportFuture
-
- txGet() - 接口 中的方法org.elasticsearch.transport.TransportFuture
-
Waits if necessary for the computation to complete, and then
retrieves its result.
- txGet(long, TimeUnit) - 接口 中的方法org.elasticsearch.transport.TransportFuture
-
Waits if necessary for at most the given time for the computation
to complete, and then retrieves its result, if available.
- txSize() - 类 中的方法org.elasticsearch.transport.TransportStats
-
- type(String) - 类 中的方法org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
-
- type() - 类 中的方法org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
-
- type(String) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
-
The type of the repository
"fs" - shared filesystem repository
- type() - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
-
Returns repository type
- type() - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.PutMappingClusterStateUpdateRequest
-
- type(String) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.PutMappingClusterStateUpdateRequest
-
- type() - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
The mapping type.
- type(String) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
The type of the mappings.
- type() - 类 中的方法org.elasticsearch.action.delete.DeleteRequest
-
The type of the document to delete.
- type(String) - 类 中的方法org.elasticsearch.action.delete.DeleteRequest
-
Sets the type of the document to delete.
- type() - 接口 中的方法org.elasticsearch.action.DocWriteRequest
-
Get the type that this request operates on
- type - 类 中的变量org.elasticsearch.action.DocWriteResponse.Builder
-
- type() - 类 中的方法org.elasticsearch.action.explain.ExplainRequest
-
- type(String) - 类 中的方法org.elasticsearch.action.explain.ExplainRequest
-
- type(String) - 类 中的方法org.elasticsearch.action.get.GetRequest
-
Sets the type of the document to fetch.
- type() - 类 中的方法org.elasticsearch.action.get.GetRequest
-
- type() - 类 中的方法org.elasticsearch.action.get.MultiGetRequest.Item
-
- type(String) - 类 中的方法org.elasticsearch.action.get.MultiGetRequest.Item
-
- type() - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
The type of the indexed document.
- type(String) - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
Sets the type of the indexed document.
- type(String) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
Sets the type of document to get the term vector for.
- type() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
Returns the type of document to get the term vector for.
- TYPE - 类 中的静态变量org.elasticsearch.action.update.UpdateHelper.ContextFields
-
- type() - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
The type of the indexed document.
- type(String) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
Sets the type of the indexed document.
- TYPE - 类 中的静态变量org.elasticsearch.cluster.metadata.IndexGraveyard
-
- type() - 接口 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.Custom
-
已过时。
- type() - 类 中的方法org.elasticsearch.cluster.metadata.MappingMetaData
-
- TYPE - 类 中的静态变量org.elasticsearch.cluster.metadata.RepositoriesMetaData
-
- type() - 类 中的方法org.elasticsearch.cluster.metadata.RepositoryMetaData
-
Returns repository type
- TYPE - 类 中的静态变量org.elasticsearch.cluster.RestoreInProgress
-
- type() - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.Decision.Multi
-
- type() - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.Decision.Single
-
- type() - 类 中的方法org.elasticsearch.cluster.routing.allocation.decider.Decision
-
- type() - 枚举 中的方法org.elasticsearch.cluster.routing.Preference
-
- TYPE - 类 中的静态变量org.elasticsearch.cluster.SnapshotDeletionsInProgress
-
- TYPE - 类 中的静态变量org.elasticsearch.cluster.SnapshotsInProgress
-
- TYPE - 类 中的静态变量org.elasticsearch.common.geo.builders.CircleBuilder
-
- type() - 类 中的方法org.elasticsearch.common.geo.builders.CircleBuilder
-
- TYPE - 类 中的静态变量org.elasticsearch.common.geo.builders.EnvelopeBuilder
-
- type() - 类 中的方法org.elasticsearch.common.geo.builders.EnvelopeBuilder
-
- TYPE - 类 中的静态变量org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
-
- type() - 类 中的方法org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
-
- TYPE - 类 中的静态变量org.elasticsearch.common.geo.builders.LineStringBuilder
-
- type() - 类 中的方法org.elasticsearch.common.geo.builders.LineStringBuilder
-
- TYPE - 类 中的静态变量org.elasticsearch.common.geo.builders.MultiLineStringBuilder
-
- type() - 类 中的方法org.elasticsearch.common.geo.builders.MultiLineStringBuilder
-
- TYPE - 类 中的静态变量org.elasticsearch.common.geo.builders.MultiPointBuilder
-
- type() - 类 中的方法org.elasticsearch.common.geo.builders.MultiPointBuilder
-
- TYPE - 类 中的静态变量org.elasticsearch.common.geo.builders.MultiPolygonBuilder
-
- type() - 类 中的方法org.elasticsearch.common.geo.builders.MultiPolygonBuilder
-
- TYPE - 类 中的静态变量org.elasticsearch.common.geo.builders.PointBuilder
-
- type() - 类 中的方法org.elasticsearch.common.geo.builders.PointBuilder
-
- TYPE - 类 中的静态变量org.elasticsearch.common.geo.builders.PolygonBuilder
-
- type() - 类 中的方法org.elasticsearch.common.geo.builders.PolygonBuilder
-
- type() - 类 中的方法org.elasticsearch.common.geo.builders.ShapeBuilder
-
get the shapes type
- type() - 类 中的方法org.elasticsearch.common.xcontent.cbor.CborXContent
-
- type() - 类 中的方法org.elasticsearch.common.xcontent.json.JsonXContent
-
- type() - 类 中的方法org.elasticsearch.common.xcontent.smile.SmileXContent
-
- type() - 接口 中的方法org.elasticsearch.common.xcontent.XContent
-
The type this content handles and produces.
- type() - 类 中的方法org.elasticsearch.common.xcontent.yaml.YamlXContent
-
- type - 类 中的变量org.elasticsearch.gateway.AsyncShardFetch
-
- type() - 类 中的方法org.elasticsearch.index.engine.Engine.Delete
-
- type() - 类 中的方法org.elasticsearch.index.engine.Engine.Get
-
- type() - 类 中的方法org.elasticsearch.index.engine.Engine.Index
-
- type() - 类 中的方法org.elasticsearch.index.engine.Engine.NoOp
-
- type() - 类 中的方法org.elasticsearch.index.engine.Engine.Operation
-
- type() - 异常错误 中的方法org.elasticsearch.index.engine.IndexFailedEngineException
-
已过时。
- type - 类 中的变量org.elasticsearch.index.fieldvisitor.FieldsVisitor
-
- TYPE - 类 中的静态变量org.elasticsearch.index.mapper.CompletionFieldMapper.Fields
-
- TYPE - 类 中的静态变量org.elasticsearch.index.mapper.CustomDocValuesField
-
- type() - 类 中的方法org.elasticsearch.index.mapper.DocumentMapper
-
- type() - 类 中的方法org.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
-
- type(String) - 类 中的方法org.elasticsearch.index.mapper.ParentFieldMapper.Builder
-
- type() - 类 中的方法org.elasticsearch.index.mapper.ParentFieldMapper
-
- type() - 类 中的方法org.elasticsearch.index.mapper.ParsedDocument
-
- type() - 类 中的方法org.elasticsearch.index.mapper.SourceToParse
-
- type() - 类 中的方法org.elasticsearch.index.mapper.Uid
-
- type(GeoExecType) - 类 中的方法org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
Sets the type of executing of the geo bounding box.
- type(String) - 类 中的方法org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
For BWC: Parse type from type name.
- type() - 类 中的方法org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
Returns the execution type of the geo bounding box.
- type() - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- type(String) - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- type(MultiMatchQueryBuilder.Type) - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
Sets the type of the text query.
- type(Object) - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
Sets the type of the text query.
- type() - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- type(MultiMatchQueryBuilder.Type) - 类 中的方法org.elasticsearch.index.query.QueryStringQueryBuilder
-
- type() - 类 中的方法org.elasticsearch.index.query.TypeQueryBuilder
-
- type() - 类 中的方法org.elasticsearch.index.shard.CommitPoint
-
- type() - 类 中的方法org.elasticsearch.index.translog.Translog.Delete
-
- type() - 类 中的方法org.elasticsearch.index.translog.Translog.Index
-
- type() - 类 中的方法org.elasticsearch.indices.TermsLookup
-
- TYPE - 类 中的静态变量org.elasticsearch.ingest.IngestMetadata
-
- type(String) - 类 中的方法org.elasticsearch.monitor.jvm.HotThreads
-
- TYPE - 类 中的静态变量org.elasticsearch.repositories.fs.FsRepository
-
- TYPE - 类 中的静态变量org.elasticsearch.script.ScriptMetaData
-
- type() - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.DateHistogramValuesSourceBuilder
-
- type() - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.HistogramValuesSourceBuilder
-
- type() - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.TermsValuesSourceBuilder
-
- type - 类 中的变量org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
-
- type() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
-
- type() - 类 中的方法org.elasticsearch.search.sort.ScriptSortBuilder
-
Get the type used in this sort.
- TYPE - 类 中的静态变量org.elasticsearch.search.suggest.completion.CompletionSuggestion
-
- type - 类 中的变量org.elasticsearch.search.suggest.completion.context.ContextMapping
-
- type() - 类 中的方法org.elasticsearch.search.suggest.completion.context.ContextMapping
-
- TYPE - 类 中的静态变量org.elasticsearch.search.suggest.phrase.PhraseSuggestion
-
- TYPE - 类 中的静态变量org.elasticsearch.search.suggest.Suggest.Suggestion
-
- TYPE - 类 中的静态变量org.elasticsearch.search.suggest.term.TermSuggestion
-
- type() - 类 中的方法org.elasticsearch.transport.TransportRequestOptions
-
- TYPE_FIELD - 类 中的静态变量org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
-
- TYPE_FIELD - 类 中的静态变量org.elasticsearch.search.sort.ScriptSortBuilder
-
- TYPE_NAME - 接口 中的静态变量org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanks
-
- TYPE_NAME - 接口 中的静态变量org.elasticsearch.search.aggregations.metrics.percentiles.Percentiles
-
- TYPE_SETTING - 类 中的静态变量org.elasticsearch.common.util.PageCacheRecycler
-
- TypeConverter - org.elasticsearch.common.inject.spi中的接口
-
Converts constant string values to a different type.
- TypeConverterBinding - org.elasticsearch.common.inject.spi中的类
-
Registration of type converters for matching target types.
- TYPED_KEYS_DELIMITER - 接口 中的静态变量org.elasticsearch.search.aggregations.Aggregation
-
Delimiter used when prefixing aggregation names with their type
using the typed_keys parameter
- TYPED_KEYS_PARAM - 类 中的静态变量org.elasticsearch.rest.action.search.RestSearchAction
-
- TypeEncounter<I> - org.elasticsearch.common.inject.spi中的接口
-
Context of an injectable type encounter.
- TypeFieldMapper - org.elasticsearch.index.mapper中的类
-
- TypeFieldMapper.Defaults - org.elasticsearch.index.mapper中的类
-
- TypeFieldMapper.TypeParser - org.elasticsearch.index.mapper中的类
-
- TypeFieldMapper.TypesQuery - org.elasticsearch.index.mapper中的类
-
Specialization for a disjunction over many _type
- typeFilter(QueryShardContext) - 类 中的方法org.elasticsearch.index.mapper.DocumentMapper
-
- TypeListener - org.elasticsearch.common.inject.spi中的接口
-
Listens for Guice to encounter injectable types.
- TypeListenerBinding - org.elasticsearch.common.inject.spi中的类
-
Binds types (picked using a Matcher) to an type listener.
- TypeLiteral<T> - org.elasticsearch.common.inject中的类
-
Represents a generic type T.
- TypeLiteral() - 类 的构造器org.elasticsearch.common.inject.TypeLiteral
-
Constructs a new type literal.
- typeMapper() - 类 中的方法org.elasticsearch.index.mapper.DocumentMapper
-
- TypeMissingException - org.elasticsearch.indices中的异常错误
-
- TypeMissingException(Index, String...) - 异常错误 的构造器org.elasticsearch.indices.TypeMissingException
-
- TypeMissingException(Index, Throwable, String...) - 异常错误 的构造器org.elasticsearch.indices.TypeMissingException
-
- TypeMissingException(String, String...) - 异常错误 的构造器org.elasticsearch.indices.TypeMissingException
-
- TypeMissingException(StreamInput) - 异常错误 的构造器org.elasticsearch.indices.TypeMissingException
-
- typeName() - 类 中的方法org.elasticsearch.index.mapper.BooleanFieldMapper.BooleanFieldType
-
- typeName() - 类 中的方法org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
-
- typeName() - 类 中的方法org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
-
- typeName() - 类 中的方法org.elasticsearch.index.mapper.FieldNamesFieldMapper.FieldNamesFieldType
-
- typeName() - 类 中的方法org.elasticsearch.index.mapper.GeoPointFieldMapper.GeoPointFieldType
-
- typeName() - 类 中的方法org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
-
- typeName() - 类 中的方法org.elasticsearch.index.mapper.IpFieldMapper.IpFieldType
-
- typeName() - 类 中的方法org.elasticsearch.index.mapper.KeywordFieldMapper.KeywordFieldType
-
- typeName() - 类 中的方法org.elasticsearch.index.mapper.MappedFieldType
-
Returns the name of this type, as would be specified in mapping properties
- typeName() - 类 中的方法org.elasticsearch.index.mapper.NumberFieldMapper.NumberFieldType
-
- typeName() - 枚举 中的方法org.elasticsearch.index.mapper.NumberFieldMapper.NumberType
-
Get the associated type name.
- typeName() - 类 中的方法org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
-
- TypeParser() - 类 的构造器org.elasticsearch.index.mapper.AllFieldMapper.TypeParser
-
- TypeParser() - 类 的构造器org.elasticsearch.index.mapper.BinaryFieldMapper.TypeParser
-
- TypeParser() - 类 的构造器org.elasticsearch.index.mapper.BooleanFieldMapper.TypeParser
-
- TypeParser() - 类 的构造器org.elasticsearch.index.mapper.CompletionFieldMapper.TypeParser
-
- TypeParser() - 类 的构造器org.elasticsearch.index.mapper.DateFieldMapper.TypeParser
-
- TypeParser() - 类 的构造器org.elasticsearch.index.mapper.FieldNamesFieldMapper.TypeParser
-
- TypeParser() - 类 的构造器org.elasticsearch.index.mapper.GeoPointFieldMapper.TypeParser
-
- TypeParser() - 类 的构造器org.elasticsearch.index.mapper.GeoShapeFieldMapper.TypeParser
-
- TypeParser() - 类 的构造器org.elasticsearch.index.mapper.IdFieldMapper.TypeParser
-
- TypeParser() - 类 的构造器org.elasticsearch.index.mapper.IndexFieldMapper.TypeParser
-
- TypeParser() - 类 的构造器org.elasticsearch.index.mapper.IpFieldMapper.TypeParser
-
- TypeParser() - 类 的构造器org.elasticsearch.index.mapper.KeywordFieldMapper.TypeParser
-
- typeParser(String) - 类 中的方法org.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
-
- TypeParser(NumberFieldMapper.NumberType) - 类 的构造器org.elasticsearch.index.mapper.NumberFieldMapper.TypeParser
-
- TypeParser() - 类 的构造器org.elasticsearch.index.mapper.ObjectMapper.TypeParser
-
- TypeParser() - 类 的构造器org.elasticsearch.index.mapper.ParentFieldMapper.TypeParser
-
- TypeParser() - 类 的构造器org.elasticsearch.index.mapper.RootObjectMapper.TypeParser
-
- TypeParser() - 类 的构造器org.elasticsearch.index.mapper.RoutingFieldMapper.TypeParser
-
- TypeParser() - 类 的构造器org.elasticsearch.index.mapper.SeqNoFieldMapper.TypeParser
-
- TypeParser() - 类 的构造器org.elasticsearch.index.mapper.SourceFieldMapper.TypeParser
-
- TypeParser() - 类 的构造器org.elasticsearch.index.mapper.TextFieldMapper.TypeParser
-
- TypeParser() - 类 的构造器org.elasticsearch.index.mapper.TypeFieldMapper.TypeParser
-
- TypeParser() - 类 的构造器org.elasticsearch.index.mapper.UidFieldMapper.TypeParser
-
- TypeParser() - 类 的构造器org.elasticsearch.index.mapper.VersionFieldMapper.TypeParser
-
- typeParsers() - 类 中的方法org.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
-
- TypeParsers - org.elasticsearch.index.mapper中的类
-
- TypeParsers() - 类 的构造器org.elasticsearch.index.mapper.TypeParsers
-
- typeQuery(String) - 类 中的静态方法org.elasticsearch.index.query.QueryBuilders
-
A filter based on doc/mapping type.
- TypeQueryBuilder - org.elasticsearch.index.query中的类
-
- TypeQueryBuilder(String) - 类 的构造器org.elasticsearch.index.query.TypeQueryBuilder
-
- TypeQueryBuilder(StreamInput) - 类 的构造器org.elasticsearch.index.query.TypeQueryBuilder
-
Read from a stream.
- types() - 类 中的方法org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
-
- types(String[]) - 类 中的方法org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
-
- types() - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsIndexRequest
-
- types(String...) - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
-
- types() - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
-
- types(String...) - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
Document types to return stats for.
- types() - 类 中的方法org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
Document types to return stats for.
- types(String...) - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
Document types to return stats for.
- types() - 类 中的方法org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
Document types to return stats for.
- types() - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.ShardValidateQueryRequest
-
- types() - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
-
The types of documents the query will run against.
- types(String...) - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
-
The types of documents the query will run against.
- types() - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
The document types to execute the search against.
- types(String...) - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
The document types to execute the search against.
- types(String...) - 类 中的方法org.elasticsearch.action.support.master.info.ClusterInfoRequest
-
- types() - 类 中的方法org.elasticsearch.action.support.master.info.ClusterInfoRequest
-
- Types - org.elasticsearch.common.inject.util中的类
-
Static methods for working with types.
- types() - 类 中的方法org.elasticsearch.index.mapper.MapperService
-
Return the set of concrete types that have a mapping.
- types(String...) - 类 中的方法org.elasticsearch.index.query.IdsQueryBuilder
-
Add types to query
- types() - 类 中的方法org.elasticsearch.index.query.IdsQueryBuilder
-
Returns the types used in this query
- types() - 类 中的方法org.elasticsearch.index.reindex.DeleteByQueryRequest
-
- types(String...) - 类 中的方法org.elasticsearch.index.reindex.DeleteByQueryRequest
-
- types() - 类 中的方法org.elasticsearch.search.internal.ShardSearchLocalRequest
-
- types() - 接口 中的方法org.elasticsearch.search.internal.ShardSearchRequest
-
- types() - 类 中的方法org.elasticsearch.search.internal.ShardSearchTransportRequest
-
- TYPES_ALLOWED_SETTING - 类 中的静态变量org.elasticsearch.script.ScriptService
-
- typesExists(TypesExistsRequest) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Types Exists.
- typesExists(TypesExistsRequest, ActionListener<TypesExistsResponse>) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Types exists
- TypesExistsAction - org.elasticsearch.action.admin.indices.exists.types中的类
-
- TypesExistsRequest - org.elasticsearch.action.admin.indices.exists.types中的类
-
- TypesExistsRequest() - 类 的构造器org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
-
- TypesExistsRequest(String[], String...) - 类 的构造器org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
-
- TypesExistsRequestBuilder - org.elasticsearch.action.admin.indices.exists.types中的类
-
- TypesExistsRequestBuilder(ElasticsearchClient, TypesExistsAction, String...) - 类 的构造器org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequestBuilder
-
- TypesExistsResponse - org.elasticsearch.action.admin.indices.exists.types中的类
-
Whether all of the existed types exist.
- TypesExistsResponse(boolean) - 类 的构造器org.elasticsearch.action.admin.indices.exists.types.TypesExistsResponse
-
- TypesQuery(BytesRef...) - 类 的构造器org.elasticsearch.index.mapper.TypeFieldMapper.TypesQuery
-
- typeText() - 类 中的方法org.elasticsearch.index.mapper.DocumentMapper
-
- v() - 类 中的方法org.elasticsearch.common.recycler.NoneRecycler.NV
-
- v() - 接口 中的方法org.elasticsearch.common.recycler.Recycler.V
-
Reference to the value.
- v1() - 类 中的方法org.elasticsearch.common.collect.Tuple
-
- v2() - 类 中的方法org.elasticsearch.common.collect.Tuple
-
- V_5_0_0 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_0_0_alpha1 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_0_0_alpha1_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_0_0_alpha2 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_0_0_alpha2_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_0_0_alpha3 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_0_0_alpha3_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_0_0_alpha4 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_0_0_alpha4_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_0_0_alpha5 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_0_0_alpha5_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_0_0_beta1 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_0_0_beta1_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_0_0_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_0_0_rc1 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_0_0_rc1_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_0_1 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_0_1_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_0_2 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_0_2_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_1_1 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_1_1_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_1_2 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_1_2_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_2_0 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_2_0_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_2_1 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_2_1_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_2_2 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_2_2_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_3_0 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_3_0_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_3_1 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_3_1_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_3_2 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_3_2_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_3_3 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_3_3_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_4_0 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_4_0_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_4_1 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_4_1_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_4_2 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_4_2_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_4_3 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_4_3_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_5_0 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_5_0_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_5_1 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_5_1_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_5_2 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_5_2_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_5_3 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_5_3_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_6_0 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_6_0_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_6_1 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_6_1_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_6_2 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_6_2_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_6_3 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_6_3_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_6_4 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_6_4_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_6_5 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_6_5_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_5_6_6 - 类 中的静态变量org.elasticsearch.Version
-
- V_5_6_6_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_6_0_0 - 类 中的静态变量org.elasticsearch.Version
-
- V_6_0_0_alpha1 - 类 中的静态变量org.elasticsearch.Version
-
- V_6_0_0_alpha1_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_6_0_0_alpha2 - 类 中的静态变量org.elasticsearch.Version
-
- V_6_0_0_alpha2_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_6_0_0_beta1 - 类 中的静态变量org.elasticsearch.Version
-
- V_6_0_0_beta1_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_6_0_0_beta2 - 类 中的静态变量org.elasticsearch.Version
-
- V_6_0_0_beta2_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_6_0_0_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_6_0_0_rc1 - 类 中的静态变量org.elasticsearch.Version
-
- V_6_0_0_rc1_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_6_0_0_rc2 - 类 中的静态变量org.elasticsearch.Version
-
- V_6_0_0_rc2_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_6_0_1 - 类 中的静态变量org.elasticsearch.Version
-
- V_6_0_1_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_6_0_2 - 类 中的静态变量org.elasticsearch.Version
-
- V_6_0_2_ID - 类 中的静态变量org.elasticsearch.Version
-
- V_6_1_0 - 类 中的静态变量org.elasticsearch.Version
-
- V_6_1_0_ID - 类 中的静态变量org.elasticsearch.Version
-
- valid() - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceConfig
-
- VALID_AGG_NAME - 类 中的静态变量org.elasticsearch.search.aggregations.AggregatorFactories
-
- validate() - 类 中的方法org.elasticsearch.action.ActionRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.cluster.node.liveness.LivenessRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.cluster.remote.RemoteInfoRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.indices.close.CloseIndexRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.indices.get.GetIndexRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsIndexRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.indices.mapping.get.GetMappingsRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.indices.open.OpenIndexRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.indices.rollover.RolloverRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.indices.settings.get.GetSettingsRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.indices.shards.IndicesShardStoresRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.indices.shrink.ResizeRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsRequest
-
- validate() - 类 中的方法org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
-
- validate() - 类 中的方法org.elasticsearch.action.bulk.BulkRequest
-
- validate() - 类 中的方法org.elasticsearch.action.delete.DeleteRequest
-
- validate() - 类 中的方法org.elasticsearch.action.explain.ExplainRequest
-
- validate() - 类 中的方法org.elasticsearch.action.fieldcaps.FieldCapabilitiesIndexRequest
-
- validate() - 类 中的方法org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequest
-
- validate() - 类 中的方法org.elasticsearch.action.get.GetRequest
-
- validate() - 类 中的方法org.elasticsearch.action.get.MultiGetRequest
-
- validate() - 类 中的方法org.elasticsearch.action.get.MultiGetShardRequest
-
- validate() - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
- validate() - 类 中的方法org.elasticsearch.action.ingest.DeletePipelineRequest
-
- validate() - 类 中的方法org.elasticsearch.action.ingest.GetPipelineRequest
-
- validate() - 类 中的方法org.elasticsearch.action.ingest.PutPipelineRequest
-
- validate() - 类 中的方法org.elasticsearch.action.ingest.SimulatePipelineRequest
-
- validate() - 类 中的方法org.elasticsearch.action.main.MainRequest
-
- validate() - 类 中的方法org.elasticsearch.action.search.ClearScrollRequest
-
- validate() - 类 中的方法org.elasticsearch.action.search.MultiSearchRequest
-
- validate() - 类 中的方法org.elasticsearch.action.search.SearchRequest
-
- validate() - 类 中的方法org.elasticsearch.action.search.SearchScrollRequest
-
- validate(int) - 类 中的方法org.elasticsearch.action.support.ActiveShardCount
-
Validates that the instance is valid for the given number of replicas in an index.
- validate() - 类 中的方法org.elasticsearch.action.support.broadcast.BroadcastRequest
-
- validate() - 类 中的方法org.elasticsearch.action.support.nodes.BaseNodesRequest
-
- validate() - 类 中的方法org.elasticsearch.action.support.replication.ReplicationRequest
-
- validate() - 类 中的方法org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
-
- validate() - 类 中的方法org.elasticsearch.action.support.tasks.BaseTasksRequest
-
- validate() - 接口 中的方法org.elasticsearch.action.support.WriteRequest
-
- validate() - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsRequest
-
- validate() - 类 中的方法org.elasticsearch.action.termvectors.MultiTermVectorsShardRequest
-
- validate() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
- validate() - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- validate(String, String, String) - 接口 中的方法org.elasticsearch.cluster.metadata.AliasAction.NewAliasValidator
-
- validate() - 类 中的方法org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand.Builder
-
- validate(MetaData) - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable
-
- validate(Settings, boolean) - 类 中的方法org.elasticsearch.common.settings.AbstractScopedSettings
-
Validates that all given settings are registered and valid
- validate(T, Map<Setting<T>, T>) - 接口 中的方法org.elasticsearch.common.settings.Setting.Validator
-
The validation routine for this validator.
- validate() - 类 中的方法org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
-
- validate() - 类 中的方法org.elasticsearch.index.reindex.DeleteByQueryRequest
-
- validate() - 类 中的方法org.elasticsearch.index.reindex.ReindexRequest
-
- validate() - 类 中的方法org.elasticsearch.index.shard.PrimaryReplicaSyncer.ResyncRequest
-
- validate(BucketOrder, Aggregator) - 类 中的静态方法org.elasticsearch.search.aggregations.InternalOrder
-
Validate a bucket ordering strategy for an
Aggregator.
- validate(AggregatorFactory<?>, List<AggregationBuilder>, List<PipelineAggregationBuilder>) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
-
Validates the state of this factory (makes sure the factory is properly
configured)
- validate(AggregatorFactory<?>, List<AggregationBuilder>, List<PipelineAggregationBuilder>) - 类 中的方法org.elasticsearch.search.aggregations.PipelineAggregationBuilder
-
Internal: Validates the state of this factory (makes sure the factory is properly
configured)
- validate(Aggregator) - 类 中的方法org.elasticsearch.search.aggregations.support.AggregationPath
-
Validates this path over the given aggregator as a point of reference.
- validate() - 类 中的方法org.elasticsearch.snapshots.SnapshotShardsService.UpdateIndexShardSnapshotStatusRequest
-
- ValidateActions - org.elasticsearch.action中的类
-
- ValidateActions() - 类 的构造器org.elasticsearch.action.ValidateActions
-
- validateAlias(Alias, String, MetaData) - 类 中的方法org.elasticsearch.cluster.metadata.AliasValidator
-
Allows to validate an
Alias and make sure
it's valid before it gets added to the index metadata.
- validateAlias(String, String, String, Function<String, IndexMetaData>) - 类 中的方法org.elasticsearch.cluster.metadata.AliasValidator
-
Validate a proposed alias.
- validateAliasFilter(String, String, QueryShardContext, NamedXContentRegistry) - 类 中的方法org.elasticsearch.cluster.metadata.AliasValidator
-
- validateAliasFilter(String, byte[], QueryShardContext, NamedXContentRegistry) - 类 中的方法org.elasticsearch.cluster.metadata.AliasValidator
-
- validateAliasMetaData(AliasMetaData, String, MetaData) - 类 中的方法org.elasticsearch.cluster.metadata.AliasValidator
-
Allows to validate an
AliasMetaData and make sure
it's valid before it gets added to the index metadata.
- validateAliasStandalone(Alias) - 类 中的方法org.elasticsearch.cluster.metadata.AliasValidator
-
Allows to partially validate an alias, without knowing which index it'll get applied to.
- validateHole(LineStringBuilder, LineStringBuilder) - 类 中的方法org.elasticsearch.common.geo.builders.PolygonBuilder
-
Validates only 1 vertex is tangential (shared) between the interior and exterior of a polygon
- validateIndexName(String, ClusterState) - 类 中的静态方法org.elasticsearch.cluster.metadata.MetaDataCreateIndexService
-
Validate the name for an index against some static rules and a cluster state.
- validateIndexOrAliasName(String, BiFunction<String, String, ? extends RuntimeException>) - 类 中的静态方法org.elasticsearch.cluster.metadata.MetaDataCreateIndexService
-
Validate the name for an index or alias against some static rules.
- validateIndexSettings(String, Settings) - 类 中的方法org.elasticsearch.cluster.metadata.MetaDataCreateIndexService
-
- validateMessageHeader(BytesReference) - 类 中的静态方法org.elasticsearch.transport.TcpTransport
-
Validates the first N bytes of the message header and returns false if the message is
a ping message and has no payload ie. isn't a real user level message.
- validateMultiPointNode(ShapeBuilder.CoordinateNode) - 枚举 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
- validateNodeBeforeAcceptingRequests(BootstrapContext, BoundTransportAddress, List<BootstrapCheck>) - 类 中的方法org.elasticsearch.node.Node
-
Hook for validating the node after network
services are started but before the cluster service is started
and before the network service starts accepting incoming network
requests.
- validateNonNullIndex() - 类 中的方法org.elasticsearch.action.support.single.shard.SingleShardRequest
-
- validatePointNode(ShapeBuilder.CoordinateNode) - 枚举 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
- validateQuery(ValidateQueryRequest) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Validate a query for correctness.
- validateQuery(ValidateQueryRequest, ActionListener<ValidateQueryResponse>) - 接口 中的方法org.elasticsearch.client.IndicesAdminClient
-
Validate a query for correctness.
- ValidateQueryAction - org.elasticsearch.action.admin.indices.validate.query中的类
-
- ValidateQueryRequest - org.elasticsearch.action.admin.indices.validate.query中的类
-
A request to validate a specific query.
- ValidateQueryRequest() - 类 的构造器org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
-
- ValidateQueryRequest(String...) - 类 的构造器org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
-
Constructs a new validate request against the provided indices.
- ValidateQueryRequestBuilder - org.elasticsearch.action.admin.indices.validate.query中的类
-
- ValidateQueryRequestBuilder(ElasticsearchClient, ValidateQueryAction) - 类 的构造器org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequestBuilder
-
- ValidateQueryResponse - org.elasticsearch.action.admin.indices.validate.query中的类
-
The response of the validate action.
- validateRequest(StreamInput, long, String) - 类 中的方法org.elasticsearch.transport.TcpTransport
-
- validateSearchContext(SearchContext, TransportRequest) - 类 中的方法org.elasticsearch.index.shard.SearchOperationListener.CompositeListener
-
- validateSearchContext(SearchContext, TransportRequest) - 接口 中的方法org.elasticsearch.index.shard.SearchOperationListener
-
Executed prior to using a
SearchContext that has been retrieved
from the active contexts.
- validateSettingKey(Setting) - 类 中的方法org.elasticsearch.common.settings.AbstractScopedSettings
-
- validateSettingKey(Setting) - 类 中的方法org.elasticsearch.common.settings.IndexScopedSettings
-
- validateSettings(BreakerSettings[]) - 类 中的静态方法org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
-
Validate that child settings are valid
- validateStateIsFromCurrentMaster(Logger, DiscoveryNodes, ClusterState) - 类 中的静态方法org.elasticsearch.discovery.zen.ZenDiscovery
-
In the case we follow an elected master the new cluster state needs to have the same elected master
This method checks for this and throws an exception if needed
- validateUpdate(Settings) - 类 中的方法org.elasticsearch.common.settings.AbstractScopedSettings
-
Validates the given settings by running it through all update listeners without applying it.
- validateVersionForReads(long) - 枚举 中的方法org.elasticsearch.index.VersionType
-
validate the version is a valid value for this type when reading.
- validateVersionForWrites(long) - 枚举 中的方法org.elasticsearch.index.VersionType
-
validate the version is a valid value for this type when writing.
- validation(GeoValidationMethod) - 类 中的方法org.elasticsearch.search.sort.GeoDistanceSortBuilder
-
Sets validation method for this sort builder.
- validation() - 类 中的方法org.elasticsearch.search.sort.GeoDistanceSortBuilder
-
Returns the validation method to use for this sort builder.
- validationErrors() - 异常错误 中的方法org.elasticsearch.common.ValidationException
-
Returns the validation errors accumulated
- ValidationException - org.elasticsearch.common中的异常错误
-
Encapsulates an accumulation of validation errors
- ValidationException() - 异常错误 的构造器org.elasticsearch.common.ValidationException
-
- validFileName(String) - 类 中的静态方法org.elasticsearch.common.Strings
-
- validFileNameExcludingAstrix(String) - 类 中的静态方法org.elasticsearch.common.Strings
-
- validHeaderValue(String) - 类 中的静态方法org.elasticsearch.rest.DeprecationRestHandler
-
This does a very basic pass at validating that a header's value contains only expected characters according to RFC-5987, and those
that it references.
- validName(String) - 枚举 中的方法org.elasticsearch.action.admin.indices.get.GetIndexRequest.Feature
-
- value() - 枚举 中的方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStage
-
Returns code that represents the snapshot state
- value() - 枚举 中的方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions.Type
-
- value - 类 中的变量org.elasticsearch.action.admin.indices.rollover.Condition
-
- value() - 枚举 中的方法org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus.AllocationStatus
-
- value() - 类 中的方法org.elasticsearch.cluster.ClusterName
-
- value() - 枚举 中的方法org.elasticsearch.cluster.health.ClusterHealthStatus
-
- value() - 枚举 中的方法org.elasticsearch.cluster.RestoreInProgress.State
-
Returns state code
- value() - 枚举 中的方法org.elasticsearch.cluster.routing.ShardRoutingState
-
- value() - 枚举 中的方法org.elasticsearch.cluster.routing.UnassignedInfo.AllocationStatus
-
- value() - 枚举 中的方法org.elasticsearch.cluster.SnapshotsInProgress.State
-
- value() - 类 中的方法org.elasticsearch.common.Explicit
-
- value() - 类 中的方法org.elasticsearch.common.lucene.all.AllEntries.Entry
-
- value - 类 中的变量org.elasticsearch.common.Table.Cell
-
- value - 类 中的变量org.elasticsearch.common.unit.DistanceUnit.Distance
-
- value - 类 中的变量org.elasticsearch.common.util.LongObjectPagedHashMap.Cursor
-
- value(Boolean) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- value(boolean) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- value(Byte) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- value(byte) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- value(Double) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- value(double) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- value(Float) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- value(float) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- value(Integer) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- value(int) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- value(Long) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- value(long) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- value(Short) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- value(short) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- value(String) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- value(byte[]) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- value(byte[], int, int) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- value(BytesReference) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- value(Text) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- value(ReadableInstant) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- value(ReadableInstant, DateTimeFormatter) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- value(Date) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- value(Date, DateTimeFormatter) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- value(GeoPoint) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- value(Path) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- value(Object) - 类 中的方法org.elasticsearch.common.xcontent.XContentBuilder
-
- Value(BitSet, ShardId) - 类 的构造器org.elasticsearch.index.cache.bitset.BitsetFilterCache.Value
-
- value - 类 中的变量org.elasticsearch.index.query.BaseTermQueryBuilder
-
Value to find matches for.
- value() - 类 中的方法org.elasticsearch.index.query.BaseTermQueryBuilder
-
Returns the value used in this query.
- value() - 类 中的方法org.elasticsearch.index.query.CommonTermsQueryBuilder
-
- value() - 类 中的方法org.elasticsearch.index.query.FuzzyQueryBuilder
-
- value() - 类 中的方法org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
-
Returns the value used in this query.
- value() - 类 中的方法org.elasticsearch.index.query.MatchPhraseQueryBuilder
-
Returns the value used in this query.
- value() - 类 中的方法org.elasticsearch.index.query.MatchQueryBuilder
-
Returns the value used in this query.
- value() - 类 中的方法org.elasticsearch.index.query.MultiMatchQueryBuilder
-
- value() - 类 中的方法org.elasticsearch.index.query.PrefixQueryBuilder
-
- value() - 枚举 中的方法org.elasticsearch.index.query.RegexpFlag
-
- value() - 类 中的方法org.elasticsearch.index.query.RegexpQueryBuilder
-
Returns the value used in this query.
- value() - 类 中的方法org.elasticsearch.index.query.SimpleQueryStringBuilder
-
Returns the text to parse the query from.
- value() - 枚举 中的方法org.elasticsearch.index.query.SimpleQueryStringFlag
-
- value() - 类 中的方法org.elasticsearch.index.query.WildcardQueryBuilder
-
- VALUE - 类 中的静态变量org.elasticsearch.search.aggregations.Aggregation.CommonFields
-
- value - 类 中的变量org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic.LongAccessor
-
- value() - 类 中的方法org.elasticsearch.search.aggregations.metrics.avg.InternalAvg
-
- value() - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.InternalCardinality
-
- value() - 类 中的方法org.elasticsearch.search.aggregations.metrics.cardinality.ParsedCardinality
-
- value(String) - 类 中的方法org.elasticsearch.search.aggregations.metrics.InternalNumericMetricsAggregation.MultiValue
-
- value() - 类 中的方法org.elasticsearch.search.aggregations.metrics.max.InternalMax
-
- value() - 类 中的方法org.elasticsearch.search.aggregations.metrics.min.InternalMin
-
- value() - 接口 中的方法org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregation.SingleValue
-
- value - 类 中的变量org.elasticsearch.search.aggregations.metrics.ParsedSingleValueNumericMetricsAggregation
-
- value() - 类 中的方法org.elasticsearch.search.aggregations.metrics.ParsedSingleValueNumericMetricsAggregation
-
- value(double) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks
-
- value(double) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles
-
- value(double) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks
-
- value(double) - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles
-
- value(String) - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
- value(String) - 类 中的方法org.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- value() - 类 中的方法org.elasticsearch.search.aggregations.metrics.sum.InternalSum
-
- value() - 类 中的方法org.elasticsearch.search.aggregations.metrics.valuecount.InternalValueCount
-
- value() - 类 中的方法org.elasticsearch.search.aggregations.metrics.valuecount.ParsedValueCount
-
- value() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.InternalBucketMetricValue
-
- value(String) - 类 中的方法org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
-
- value - 类 中的变量org.elasticsearch.search.aggregations.pipeline.InternalSimpleValue
-
- value() - 类 中的方法org.elasticsearch.search.aggregations.pipeline.InternalSimpleValue
-
- value() - 枚举 中的方法org.elasticsearch.snapshots.SnapshotState
-
Returns code that represents the snapshot state
- VALUE_AS_STRING - 类 中的静态变量org.elasticsearch.search.aggregations.Aggregation.CommonFields
-
- VALUE_FIELD - 类 中的静态变量org.elasticsearch.index.query.BaseTermQueryBuilder
-
- VALUE_TYPE - 类 中的静态变量org.elasticsearch.search.aggregations.AggregationBuilder.CommonFields
-
- valueAsString(String) - 类 中的方法org.elasticsearch.search.aggregations.metrics.InternalNumericMetricsAggregation.MultiValue
-
- valueAsString - 类 中的变量org.elasticsearch.search.aggregations.metrics.ParsedSingleValueNumericMetricsAggregation
-
- valueAsString - 类 中的变量org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
-
- valueCount - 类 中的变量org.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator
-
- ValueCount - org.elasticsearch.search.aggregations.metrics.valuecount中的接口
-
An get that holds the number of values that the current document set has for a specific
field.
- ValueCountAggregationBuilder - org.elasticsearch.search.aggregations.metrics.valuecount中的类
-
- ValueCountAggregationBuilder(String, ValueType) - 类 的构造器org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregationBuilder
-
- ValueCountAggregationBuilder(StreamInput) - 类 的构造器org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregationBuilder
-
Read from a stream.
- ValueCountAggregator - org.elasticsearch.search.aggregations.metrics.valuecount中的类
-
A field data based aggregator that counts the number of values a specific field has within the aggregation context.
- ValueCountAggregator(String, ValuesSource, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregator
-
- ValueCountAggregatorFactory - org.elasticsearch.search.aggregations.metrics.valuecount中的类
-
- ValueCountAggregatorFactory(String, ValuesSourceConfig<ValuesSource>, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregatorFactory
-
- valueForDisplay(Object) - 类 中的方法org.elasticsearch.index.mapper.BooleanFieldMapper.BooleanFieldType
-
- valueForDisplay(Object) - 类 中的方法org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
-
- valueForDisplay(Object) - 类 中的方法org.elasticsearch.index.mapper.IpFieldMapper.IpFieldType
-
- valueForDisplay(Object) - 类 中的方法org.elasticsearch.index.mapper.KeywordFieldMapper.KeywordFieldType
-
- valueForDisplay(Object) - 类 中的方法org.elasticsearch.index.mapper.MappedFieldType
-
Given a value that comes from the stored fields API, convert it to the
expected type.
- valueForDisplay(Object) - 类 中的方法org.elasticsearch.index.mapper.NumberFieldMapper.NumberFieldType
-
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStage
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions.Type
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.action.admin.indices.get.GetIndexRequest.Feature
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus.AllocationStatus
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.action.admin.indices.shrink.ResizeType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.action.admin.indices.stats.CommonStatsFlags.Flag
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.action.bulk.TransportShardBulkAction.ReplicaItemExecutionMode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.action.DocWriteRequest.OpType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.action.DocWriteResponse.Result
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.action.search.SearchType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.action.support.WriteRequest.RefreshPolicy
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.action.termvectors.TermVectorsRequest.Flag
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.action.ThreadingModel
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.cluster.block.ClusterBlockLevel
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.cluster.ClusterState.Metric
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.cluster.health.ClusterHealthStatus
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.cluster.metadata.IndexMetaData.State
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.cluster.metadata.MetaData.XContentContext
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.cluster.node.DiscoveryNode.Role
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.cluster.node.DiscoveryNodeFilters.OpType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.cluster.RestoreInProgress.State
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.cluster.routing.allocation.AllocationDecision
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.cluster.routing.allocation.decider.ClusterRebalanceAllocationDecider.ClusterRebalanceType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.cluster.routing.allocation.decider.Decision.Type
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider.Allocation
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider.Rebalance
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.cluster.routing.allocation.RoutingAllocation.DebugMode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.cluster.routing.Preference
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.cluster.routing.RecoverySource.Type
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.cluster.routing.ShardRoutingState
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.cluster.routing.UnassignedInfo.AllocationStatus
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.cluster.routing.UnassignedInfo.Reason
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.cluster.SnapshotsInProgress.State
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.common.breaker.CircuitBreaker.Type
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.common.cache.RemovalNotification.RemovalReason
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.common.component.Lifecycle.State
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilder.Orientation
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.common.geo.GeoDistance
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.common.geo.ShapeRelation
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.common.geo.SpatialStrategy
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.common.hash.MurmurHash3
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.common.inject.Stage
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.common.lease.Releasables
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.common.lucene.search.function.CombineFunction
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.common.lucene.search.function.FieldValueFactorFunction.Modifier
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.common.lucene.search.function.FunctionScoreQuery.ScoreMode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.common.Priority
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.common.recycler.Recyclers
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.common.rounding.DateTimeUnit
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.common.settings.Setting.Property
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.common.unit.ByteSizeUnit
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.common.unit.DistanceUnit
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.common.unit.MemorySizeValue
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.common.unit.SizeUnit
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.common.util.ByteUtils
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.common.util.Comparators
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.common.util.PageCacheRecycler.Type
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.common.xcontent.ObjectParser.ValueType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.common.xcontent.XContentParser.NumberType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.common.xcontent.XContentParser.Token
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.common.xcontent.XContentType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.analysis.AnalyzerScope
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.analysis.CharMatcher.Basic
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.engine.Engine.Operation.Origin
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.engine.Engine.Operation.TYPE
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.engine.Engine.SearcherScope
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.engine.Engine.SyncedFlushResult
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.engine.EngineConfig.OpenMode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.fielddata.FieldData
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.fielddata.IndexFieldData.CommonSettings.MemoryStorageFormat
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.fielddata.IndexNumericFieldData.NumericType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsBuilder
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.IndexModule.Type
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.mapper.DynamicTemplate.MatchType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.mapper.DynamicTemplate.XContentFieldType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.mapper.EnabledAttributeMapper
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.mapper.MappedFieldType.Relation
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.mapper.MapperService.MergeReason
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.mapper.NumberFieldMapper.NumberType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.mapper.ObjectMapper.Dynamic
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.mapper.SourceToParse.Origin
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.query.GeoExecType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.query.GeoValidationMethod
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.query.MultiMatchQueryBuilder.Type
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.query.Operator
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.query.RegexpFlag
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.query.SimpleQueryStringFlag
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.search.MatchQuery.Type
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.search.MatchQuery.ZeroTermsQuery
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.shard.CommitPoint.Type
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.shard.IndexShardState
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.SlowLogLevel
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.snapshots.IndexShardSnapshotStatus.Stage
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.translog.Translog.Durability
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.translog.Translog.Operation.Type
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.index.VersionType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.indices.analysis.PreBuiltAnalyzers
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.indices.analysis.PreBuiltCacheFactory.CachingStrategy
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.indices.analysis.PreBuiltTokenFilters
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.indices.analysis.PreBuiltTokenizers
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.indices.cluster.IndicesClusterStateService.AllocatedIndices.IndexRemovalReason
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.indices.IndicesService.ShardDeletionCheckResult
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.indices.recovery.RecoveryState.Stage
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.ingest.IngestDocument.MetaData
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.rest.RestRequest.Method
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.rest.RestStatus
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.script.ScriptType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.search.aggregations.Aggregator.SubAggCollectionMode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator.ExecutionMode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory.ExecutionMode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregatorFactory.ExecutionMode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesMethod
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats.Bounds
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.search.aggregations.pipeline.BucketHelpers.GapPolicy
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.SeasonalityType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.search.aggregations.support.MissingValues
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.search.aggregations.support.ValuesSourceType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.search.aggregations.support.ValueType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.BoundaryScannerType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.Order
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.search.internal.SearchContext.Lifetime
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.search.MultiValueMode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.search.profile.aggregation.AggregationTimingType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.search.profile.query.QueryTimingType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.search.rescore.QueryRescoreMode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.search.sort.ScriptSortBuilder.ScriptSortType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.search.sort.SortMode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.search.sort.SortOrder
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.search.suggest.completion.context.ContextMapping.Type
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.search.suggest.SortBy
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder.StringDistanceImpl
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder.SuggestMode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.snapshots.SnapshotState
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.threadpool.ThreadPool.ThreadPoolType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.transport.TransportRequestOptions.Type
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.transport.Transports
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.elasticsearch.watcher.ResourceWatcherService.Frequency
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStage
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions.Type
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.action.admin.indices.get.GetIndexRequest.Feature
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus.AllocationStatus
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.action.admin.indices.shrink.ResizeType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.action.admin.indices.stats.CommonStatsFlags.Flag
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.action.bulk.TransportShardBulkAction.ReplicaItemExecutionMode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.action.DocWriteRequest.OpType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.action.DocWriteResponse.Result
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.action.search.SearchType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.action.support.WriteRequest.RefreshPolicy
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.action.termvectors.TermVectorsRequest.Flag
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.action.ThreadingModel
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.cluster.block.ClusterBlockLevel
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.cluster.ClusterState.Metric
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.cluster.health.ClusterHealthStatus
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.cluster.metadata.IndexMetaData.State
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.cluster.metadata.MetaData.XContentContext
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.cluster.node.DiscoveryNode.Role
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.cluster.node.DiscoveryNodeFilters.OpType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.cluster.RestoreInProgress.State
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.cluster.routing.allocation.AllocationDecision
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.cluster.routing.allocation.decider.ClusterRebalanceAllocationDecider.ClusterRebalanceType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.cluster.routing.allocation.decider.Decision.Type
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider.Allocation
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider.Rebalance
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.cluster.routing.allocation.RoutingAllocation.DebugMode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.cluster.routing.Preference
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.cluster.routing.RecoverySource.Type
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.cluster.routing.ShardRoutingState
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.cluster.routing.UnassignedInfo.AllocationStatus
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.cluster.routing.UnassignedInfo.Reason
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.cluster.SnapshotsInProgress.State
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.common.breaker.CircuitBreaker.Type
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 类 中的方法org.elasticsearch.common.cache.Cache
-
An LRU sequencing of the values in the cache.
- values() - 枚举 中的静态方法org.elasticsearch.common.cache.RemovalNotification.RemovalReason
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- values() - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap
-
- values() - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- values() - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap
-
- values() - 枚举 中的静态方法org.elasticsearch.common.component.Lifecycle.State
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.common.geo.builders.ShapeBuilder.Orientation
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.common.geo.GeoDistance
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.common.geo.ShapeRelation
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.common.geo.SpatialStrategy
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.common.hash.MurmurHash3
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.common.inject.Stage
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.common.lease.Releasables
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.common.lucene.search.function.CombineFunction
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.common.lucene.search.function.FieldValueFactorFunction.Modifier
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.common.lucene.search.function.FunctionScoreQuery.ScoreMode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.common.Priority
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.common.recycler.Recyclers
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.common.rounding.DateTimeUnit
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.common.settings.Setting.Property
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.common.unit.ByteSizeUnit
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.common.unit.DistanceUnit
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.common.unit.MemorySizeValue
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.common.unit.SizeUnit
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.common.util.ByteUtils
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.common.util.Comparators
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 类 中的方法org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- values() - 枚举 中的静态方法org.elasticsearch.common.util.PageCacheRecycler.Type
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.common.xcontent.ObjectParser.ValueType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.common.xcontent.XContentParser.NumberType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.common.xcontent.XContentParser.Token
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.common.xcontent.XContentType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.analysis.AnalyzerScope
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.analysis.CharMatcher.Basic
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.engine.Engine.Operation.Origin
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.engine.Engine.Operation.TYPE
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.engine.Engine.SearcherScope
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.engine.Engine.SyncedFlushResult
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.engine.EngineConfig.OpenMode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.fielddata.FieldData
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.fielddata.IndexFieldData.CommonSettings.MemoryStorageFormat
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.fielddata.IndexNumericFieldData.NumericType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsBuilder
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values - 类 中的变量org.elasticsearch.index.fielddata.SortingBinaryDocValues
-
- values - 类 中的变量org.elasticsearch.index.fielddata.SortingNumericDocValues
-
- values - 类 中的变量org.elasticsearch.index.fielddata.SortingNumericDoubleValues
-
- values() - 枚举 中的静态方法org.elasticsearch.index.IndexModule.Type
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- Values() - 类 的构造器org.elasticsearch.index.mapper.BooleanFieldMapper.Values
-
- values() - 枚举 中的静态方法org.elasticsearch.index.mapper.DynamicTemplate.MatchType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.mapper.DynamicTemplate.XContentFieldType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.mapper.EnabledAttributeMapper
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.mapper.MappedFieldType.Relation
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.mapper.MapperService.MergeReason
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.mapper.NumberFieldMapper.NumberType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.mapper.ObjectMapper.Dynamic
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.mapper.SourceToParse.Origin
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.query.GeoExecType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.query.GeoValidationMethod
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.query.MultiMatchQueryBuilder.Type
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.query.Operator
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.query.RegexpFlag
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.query.SimpleQueryStringFlag
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 类 中的方法org.elasticsearch.index.query.TermsQueryBuilder
-
- values() - 枚举 中的静态方法org.elasticsearch.index.search.MatchQuery.Type
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.search.MatchQuery.ZeroTermsQuery
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.shard.CommitPoint.Type
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.shard.IndexShardState
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.SlowLogLevel
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.snapshots.IndexShardSnapshotStatus.Stage
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.translog.Translog.Durability
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.translog.Translog.Operation.Type
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.index.VersionType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.indices.analysis.PreBuiltAnalyzers
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.indices.analysis.PreBuiltCacheFactory.CachingStrategy
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.indices.analysis.PreBuiltTokenFilters
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.indices.analysis.PreBuiltTokenizers
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.indices.cluster.IndicesClusterStateService.AllocatedIndices.IndexRemovalReason
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.indices.IndicesService.ShardDeletionCheckResult
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.indices.recovery.RecoveryState.Stage
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.ingest.IngestDocument.MetaData
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.rest.RestRequest.Method
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.rest.RestStatus
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.script.ScriptType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- VALUES - 类 中的静态变量org.elasticsearch.search.aggregations.Aggregation.CommonFields
-
- values() - 枚举 中的静态方法org.elasticsearch.search.aggregations.Aggregator.SubAggCollectionMode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator.ExecutionMode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory.ExecutionMode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.search.aggregations.bucket.terms.TermsAggregatorFactory.ExecutionMode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 类 中的方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
-
Get the values to compute percentiles from.
- values() - 枚举 中的静态方法org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesMethod
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats.Bounds
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.search.aggregations.pipeline.BucketHelpers.GapPolicy
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.SeasonalityType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.search.aggregations.support.MissingValues
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.search.aggregations.support.ValuesSourceType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.search.aggregations.support.ValueType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.BoundaryScannerType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.Order
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.search.internal.SearchContext.Lifetime
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 类 中的方法org.elasticsearch.search.lookup.LeafDocLookup
-
- values() - 类 中的方法org.elasticsearch.search.lookup.LeafFieldsLookup
-
- values() - 类 中的方法org.elasticsearch.search.lookup.SourceLookup
-
- values() - 枚举 中的静态方法org.elasticsearch.search.MultiValueMode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.search.profile.aggregation.AggregationTimingType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.search.profile.query.QueryTimingType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.search.rescore.QueryRescoreMode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.search.sort.ScriptSortBuilder.ScriptSortType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.search.sort.SortMode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.search.sort.SortOrder
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.search.suggest.completion.context.ContextMapping.Type
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.search.suggest.SortBy
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder.StringDistanceImpl
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.search.suggest.term.TermSuggestionBuilder.SuggestMode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.snapshots.SnapshotState
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.threadpool.ThreadPool.ThreadPoolType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.transport.TransportRequestOptions.Type
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.transport.Transports
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.elasticsearch.watcher.ResourceWatcherService.Frequency
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- VALUES_FIELD - 类 中的静态变量org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
-
- valuesCursor - 类 中的变量org.elasticsearch.index.fielddata.SortingNumericDocValues
-
- valueSerializer - 类 中的变量org.elasticsearch.cluster.DiffableUtils.MapDiff
-
- valuesIt() - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap
-
Returns a direct iterator over the keys.
- valuesIt() - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap
-
Returns a direct iterator over the keys.
- ValueSource - org.elasticsearch.ingest中的接口
-
Holds a value.
- ValueSource.ByteValue - org.elasticsearch.ingest中的类
-
- ValueSource.ListValue - org.elasticsearch.ingest中的类
-
- ValueSource.MapValue - org.elasticsearch.ingest中的类
-
- ValueSource.ObjectValue - org.elasticsearch.ingest中的类
-
- ValueSource.TemplatedValue - org.elasticsearch.ingest中的类
-
- valueSourceType() - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceConfig
-
- valuesSource - 类 中的变量org.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator
-
- valuesSource - 类 中的变量org.elasticsearch.search.aggregations.bucket.terms.LongTermsAggregator
-
- valuesSource - 类 中的变量org.elasticsearch.search.aggregations.metrics.percentiles.hdr.AbstractHDRPercentilesAggregator
-
- valuesSource - 类 中的变量org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.AbstractTDigestPercentilesAggregator
-
- ValuesSource - org.elasticsearch.search.aggregations.support中的类
-
- ValuesSource() - 类 的构造器org.elasticsearch.search.aggregations.support.ValuesSource
-
- ValuesSource.Bytes - org.elasticsearch.search.aggregations.support中的类
-
- ValuesSource.Bytes.FieldData - org.elasticsearch.search.aggregations.support中的类
-
- ValuesSource.Bytes.Script - org.elasticsearch.search.aggregations.support中的类
-
- ValuesSource.Bytes.WithOrdinals - org.elasticsearch.search.aggregations.support中的类
-
- ValuesSource.Bytes.WithOrdinals.FieldData - org.elasticsearch.search.aggregations.support中的类
-
- ValuesSource.GeoPoint - org.elasticsearch.search.aggregations.support中的类
-
- ValuesSource.GeoPoint.Fielddata - org.elasticsearch.search.aggregations.support中的类
-
- ValuesSource.Numeric - org.elasticsearch.search.aggregations.support中的类
-
- ValuesSource.Numeric.FieldData - org.elasticsearch.search.aggregations.support中的类
-
- ValuesSource.Numeric.Script - org.elasticsearch.search.aggregations.support中的类
-
- ValuesSource.Numeric.WithScript - org.elasticsearch.search.aggregations.support中的类
-
- ValuesSource.WithScript - org.elasticsearch.search.aggregations.support中的类
-
- ValuesSourceAggregationBuilder<VS extends ValuesSource,AB extends ValuesSourceAggregationBuilder<VS,AB>> - org.elasticsearch.search.aggregations.support中的类
-
- ValuesSourceAggregationBuilder(String, ValuesSourceType, ValueType) - 类 的构造器org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
-
- ValuesSourceAggregationBuilder(StreamInput, ValuesSourceType, ValueType) - 类 的构造器org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
-
Read an aggregation from a stream that does not serialize its targetValueType.
- ValuesSourceAggregationBuilder(StreamInput, ValuesSourceType) - 类 的构造器org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
-
Read an aggregation from a stream that serializes its targetValueType.
- ValuesSourceAggregationBuilder.LeafOnly<VS extends ValuesSource,AB extends ValuesSourceAggregationBuilder<VS,AB>> - org.elasticsearch.search.aggregations.support中的类
-
- ValuesSourceAggregatorFactory<VS extends ValuesSource,AF extends ValuesSourceAggregatorFactory<VS,AF>> - org.elasticsearch.search.aggregations.support中的类
-
- ValuesSourceAggregatorFactory(String, ValuesSourceConfig<VS>, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - 类 的构造器org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory
-
- ValuesSourceConfig<VS extends ValuesSource> - org.elasticsearch.search.aggregations.support中的类
-
A configuration that tells aggregations how to retrieve data from the index
in order to run a specific aggregation.
- ValuesSourceConfig(ValuesSourceType) - 类 的构造器org.elasticsearch.search.aggregations.support.ValuesSourceConfig
-
- ValuesSourceParserHelper - org.elasticsearch.search.aggregations.support中的类
-
- ValuesSourceType - org.elasticsearch.search.aggregations.support中的枚举
-
- valueType(ValueType) - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceBuilder
-
Sets the
ValueType for the value produced by this source
- valueType() - 类 中的方法org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceBuilder
-
Gets the
ValueType for the value produced by this source
- valueType(ValueType) - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
-
Sets the
ValueType for the value produced by this aggregation
- valueType() - 类 中的方法org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
-
Gets the
ValueType for the value produced by this aggregation
- ValueType - org.elasticsearch.search.aggregations.support中的枚举
-
- variance - 类 中的变量org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
-
- verbose(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
-
Set to false to only show the snapshot names and the indices they contain.
- verbose() - 类 中的方法org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
-
Returns whether the request will return a verbose response.
- verbose - 类 中的变量org.elasticsearch.action.admin.indices.segments.IndicesSegmentsRequest
-
- verbose() - 类 中的方法org.elasticsearch.action.admin.indices.segments.IndicesSegmentsRequest
-
true if detailed information about each segment should be returned,
false otherwise.
- verbose(boolean) - 类 中的方法org.elasticsearch.action.admin.indices.segments.IndicesSegmentsRequest
-
Sets the verbose option.
- VERBOSE_INTRODUCED - 类 中的静态变量org.elasticsearch.snapshots.SnapshotInfo
-
- VerificationFailure - org.elasticsearch.repositories中的类
-
- VerificationFailure(String, Exception) - 类 的构造器org.elasticsearch.repositories.VerificationFailure
-
- verify(boolean) - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
-
Sets whether or not the repository should be verified after creation
- verify() - 类 中的方法org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
-
Returns true if repository should be verified after creation
- verify(IndexOutput) - 类 中的静态方法org.elasticsearch.index.store.Store
-
- verify(IndexInput) - 类 中的静态方法org.elasticsearch.index.store.Store
-
- verify() - 类 中的方法org.elasticsearch.index.store.VerifyingIndexOutput
-
Verifies the checksum and compares the written length with the expected file length.
- verify(String, DiscoveryNode) - 类 中的方法org.elasticsearch.repositories.blobstore.BlobStoreRepository
-
- verify(String, DiscoveryNode) - 接口 中的方法org.elasticsearch.repositories.Repository
-
Verifies repository settings on data node.
- verify(String, String, ActionListener<RepositoriesService.VerifyResponse>) - 类 中的方法org.elasticsearch.repositories.VerifyNodeRepositoryAction
-
- verifyActive() - 类 中的方法org.elasticsearch.index.shard.IndexShard
-
- VerifyIndex() - 类 的构造器org.elasticsearch.indices.recovery.RecoveryState.VerifyIndex
-
- verifyIndexIsDeleted(Index, ClusterState) - 接口 中的方法org.elasticsearch.indices.cluster.IndicesClusterStateService.AllocatedIndices
-
Verify that the contents on disk for the given index is deleted; if not, delete the contents.
- verifyIndexIsDeleted(Index, ClusterState) - 类 中的方法org.elasticsearch.indices.IndicesService
-
Verify that the contents on disk for the given index is deleted; if not, delete the contents.
- verifyIndexMetadata(IndexMetaData, IndexMetaData) - 类 中的方法org.elasticsearch.indices.IndicesService
-
This method verifies that the given
metaData holds sane values to create an
IndexService.
- VerifyingIndexOutput - org.elasticsearch.index.store中的类
-
abstract class for verifying what was written.
- verifyMappings(Mapping, ShardId) - 接口 中的方法org.elasticsearch.action.bulk.MappingUpdatePerformer
-
Throws a ReplicationOperation.RetryOnPrimaryException if the operation needs to be
retried on the primary due to the mappings not being present yet, or a different exception if
updating the mappings on the master failed.
- VerifyNodeRepositoryAction - org.elasticsearch.repositories中的类
-
- VerifyNodeRepositoryAction(Settings, TransportService, ClusterService, RepositoriesService) - 类 的构造器org.elasticsearch.repositories.VerifyNodeRepositoryAction
-
- VerifyNodeRepositoryAction.VerifyNodeRepositoryRequest - org.elasticsearch.repositories中的类
-
- VerifyNodeRepositoryRequest() - 类 的构造器org.elasticsearch.repositories.VerifyNodeRepositoryAction.VerifyNodeRepositoryRequest
-
- verifyRepository(VerifyRepositoryRequest) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Verifies a repository.
- verifyRepository(VerifyRepositoryRequest, ActionListener<VerifyRepositoryResponse>) - 接口 中的方法org.elasticsearch.client.ClusterAdminClient
-
Verifies a repository.
- verifyRepository(String, ActionListener<RepositoriesService.VerifyResponse>) - 类 中的方法org.elasticsearch.repositories.RepositoriesService
-
- VerifyRepositoryAction - org.elasticsearch.action.admin.cluster.repositories.verify中的类
-
Unregister repository action
- VerifyRepositoryRequest - org.elasticsearch.action.admin.cluster.repositories.verify中的类
-
Unregister repository request.
- VerifyRepositoryRequest() - 类 的构造器org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryRequest
-
- VerifyRepositoryRequest(String) - 类 的构造器org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryRequest
-
Constructs a new unregister repository request with the provided name.
- verifyRepositoryRequest(String) - 类 中的静态方法org.elasticsearch.client.Requests
-
Verifies snapshot repository
- VerifyRepositoryRequestBuilder - org.elasticsearch.action.admin.cluster.repositories.verify中的类
-
Builder for unregister repository request
- VerifyRepositoryRequestBuilder(ElasticsearchClient, VerifyRepositoryAction) - 类 的构造器org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryRequestBuilder
-
Constructs unregister repository request builder
- VerifyRepositoryRequestBuilder(ElasticsearchClient, VerifyRepositoryAction, String) - 类 的构造器org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryRequestBuilder
-
Constructs unregister repository request builder with specified repository name
- VerifyRepositoryResponse - org.elasticsearch.action.admin.cluster.repositories.verify中的类
-
Unregister repository response
- VerifyRepositoryResponse(ClusterName, DiscoveryNode[]) - 类 的构造器org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryResponse
-
- VerifyResponse(DiscoveryNode[], VerificationFailure[]) - 类 的构造器org.elasticsearch.repositories.RepositoriesService.VerifyResponse
-
- version(Integer) - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
- version() - 类 中的方法org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
- version(long) - 类 中的方法org.elasticsearch.action.delete.DeleteRequest
-
- version() - 类 中的方法org.elasticsearch.action.delete.DeleteRequest
-
- version() - 接口 中的方法org.elasticsearch.action.DocWriteRequest
-
Get the document version for this request
- version(long) - 接口 中的方法org.elasticsearch.action.DocWriteRequest
-
Sets the version, which will perform the operation only if a matching
version exists and no changes happened on the doc since then.
- version - 类 中的变量org.elasticsearch.action.DocWriteResponse.Builder
-
- version() - 类 中的方法org.elasticsearch.action.get.GetRequest
-
Sets the version, which will cause the get operation to only be performed if a matching
version exists and no changes happened on the doc since then.
- version(long) - 类 中的方法org.elasticsearch.action.get.GetRequest
-
- version() - 类 中的方法org.elasticsearch.action.get.MultiGetRequest.Item
-
- version(long) - 类 中的方法org.elasticsearch.action.get.MultiGetRequest.Item
-
- version(long) - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
- version() - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
Returns stored version.
- version() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
- version(long) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
- VERSION - 类 中的静态变量org.elasticsearch.action.update.UpdateHelper.ContextFields
-
- version(long) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- version() - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- version(long) - 类 中的方法org.elasticsearch.cluster.ClusterState.Builder
-
- version() - 类 中的方法org.elasticsearch.cluster.ClusterState
-
- version() - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- version(long) - 类 中的方法org.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- version(Integer) - 类 中的方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
-
- version() - 类 中的方法org.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- version(long) - 类 中的方法org.elasticsearch.cluster.metadata.MetaData.Builder
-
- version() - 类 中的方法org.elasticsearch.cluster.metadata.MetaData
-
- version(Integer) - 类 中的方法org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutRequest
-
- version() - 类 中的方法org.elasticsearch.cluster.routing.RecoverySource.SnapshotRecoverySource
-
- version(long) - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable.Builder
-
- version() - 类 中的方法org.elasticsearch.cluster.routing.RoutingTable
-
- version - 类 中的变量org.elasticsearch.common.lucene.uid.VersionsAndSeqNoResolver.DocIdAndVersion
-
- version - 类 中的变量org.elasticsearch.index.analysis.AbstractIndexAnalyzerProvider
-
- version - 类 中的变量org.elasticsearch.index.analysis.AbstractTokenFilterFactory
-
- version() - 类 中的方法org.elasticsearch.index.analysis.AbstractTokenFilterFactory
-
- version - 类 中的变量org.elasticsearch.index.analysis.AbstractTokenizerFactory
-
- version() - 类 中的方法org.elasticsearch.index.analysis.AbstractTokenizerFactory
-
- version() - 类 中的方法org.elasticsearch.index.engine.Engine.Get
-
- version(long) - 类 中的方法org.elasticsearch.index.engine.Engine.Get
-
- version() - 类 中的方法org.elasticsearch.index.engine.Engine.GetResult
-
- version() - 类 中的方法org.elasticsearch.index.engine.Engine.NoOp
-
- version() - 类 中的方法org.elasticsearch.index.engine.Engine.Operation
-
- version - 类 中的变量org.elasticsearch.index.engine.Segment
-
- version() - 类 中的方法org.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- version(Field) - 类 中的方法org.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- version() - 类 中的方法org.elasticsearch.index.mapper.ParseContext
-
- version(Field) - 类 中的方法org.elasticsearch.index.mapper.ParseContext
-
- version() - 类 中的方法org.elasticsearch.index.mapper.ParsedDocument
-
- version() - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- version(long) - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- version() - 类 中的方法org.elasticsearch.index.shard.CommitPoint
-
- version() - 类 中的方法org.elasticsearch.index.translog.Translog.Delete
-
- version() - 类 中的方法org.elasticsearch.index.translog.Translog.Index
-
- VERSION - 类 中的静态变量org.elasticsearch.index.translog.TranslogWriter
-
- version() - 类 中的方法org.elasticsearch.indices.recovery.RecoveryState.Index
-
- version() - 类 中的方法org.elasticsearch.monitor.jvm.JvmInfo
-
- VERSION - 类 中的静态变量org.elasticsearch.repositories.blobstore.ChecksumBlobStoreFormat
-
- version(boolean) - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
Should each
SearchHit be returned
with a version associated with it.
- version() - 类 中的方法org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
-
Indicates whether the document's version will be included in the
search hits.
- version(Boolean) - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Should each
SearchHit be returned with a
version associated with it.
- version() - 类 中的方法org.elasticsearch.search.builder.SearchSourceBuilder
-
Indicates whether the document's version will be included in the search
hits.
- version() - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- version(boolean) - 类 中的方法org.elasticsearch.search.internal.FilteredSearchContext
-
- version() - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- version(boolean) - 类 中的方法org.elasticsearch.search.internal.SearchContext
-
- version() - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- version(boolean) - 类 中的方法org.elasticsearch.search.internal.SubSearchContext
-
- version(long) - 类 中的方法org.elasticsearch.search.SearchHit
-
- version() - 类 中的方法org.elasticsearch.snapshots.SnapshotInfo
-
Returns the version of elasticsearch that the snapshot was created with.
- version() - 类 中的方法org.elasticsearch.transport.BytesTransportRequest
-
- Version - org.elasticsearch中的类
-
- VERSION_CHECKPOINTS - 类 中的静态变量org.elasticsearch.index.translog.TranslogWriter
-
- VERSION_CHECKSUMS - 类 中的静态变量org.elasticsearch.index.translog.TranslogWriter
-
- VERSION_FIELD - 类 中的静态变量org.elasticsearch.search.builder.SearchSourceBuilder
-
- VERSION_ID_SIZE - 类 中的静态变量org.elasticsearch.transport.TcpHeader
-
- VERSION_INTRODUCED - 类 中的静态变量org.elasticsearch.cluster.SnapshotDeletionsInProgress
-
- versionAsInteger() - 类 中的方法org.elasticsearch.monitor.jvm.JvmInfo
-
- VersionConflictEngineException - org.elasticsearch.index.engine中的异常错误
-
- VersionConflictEngineException(ShardId, Engine.Operation, long, boolean) - 异常错误 的构造器org.elasticsearch.index.engine.VersionConflictEngineException
-
- VersionConflictEngineException(ShardId, String, String, String) - 异常错误 的构造器org.elasticsearch.index.engine.VersionConflictEngineException
-
- VersionConflictEngineException(ShardId, Throwable, String, String, String) - 异常错误 的构造器org.elasticsearch.index.engine.VersionConflictEngineException
-
- VersionConflictEngineException(ShardId, String, Throwable, Object...) - 异常错误 的构造器org.elasticsearch.index.engine.VersionConflictEngineException
-
- VersionConflictEngineException(StreamInput) - 异常错误 的构造器org.elasticsearch.index.engine.VersionConflictEngineException
-
- VersionFetchSubPhase - org.elasticsearch.search.fetch.subphase中的类
-
- VersionFetchSubPhase() - 类 的构造器org.elasticsearch.search.fetch.subphase.VersionFetchSubPhase
-
- VersionFieldMapper - org.elasticsearch.index.mapper中的类
-
Mapper for the _version field.
- VersionFieldMapper.Defaults - org.elasticsearch.index.mapper中的类
-
- VersionFieldMapper.TypeParser - org.elasticsearch.index.mapper中的类
-
- versions() - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.post.UpgradeResponse
-
Returns the highest upgrade version of the node that performed metadata upgrade and the
the version of the oldest lucene segment for each index that was upgraded.
- versions() - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsClusterStateUpdateRequest
-
Returns the index to version map for indices that should be updated
- versions(Map<String, Tuple<Version, String>>) - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsClusterStateUpdateRequest
-
Sets the index to version map for indices that should be updated
- versions(Map<String, Tuple<Version, String>>) - 类 中的方法org.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsRequest
-
Sets the index versions to be updated
- Versions - org.elasticsearch.common.lucene.uid中的类
-
- Versions() - 类 的构造器org.elasticsearch.common.lucene.uid.Versions
-
- VersionsAndSeqNoResolver - org.elasticsearch.common.lucene.uid中的类
-
Utility class to resolve the Lucene doc ID, version, seqNo and primaryTerms for a given uid.
- VersionsAndSeqNoResolver.DocIdAndSeqNo - org.elasticsearch.common.lucene.uid中的类
-
Wraps an LeafReaderContext, a doc ID relative to the context doc base and a seqNo.
- VersionsAndSeqNoResolver.DocIdAndVersion - org.elasticsearch.common.lucene.uid中的类
-
Wraps an LeafReaderContext, a doc ID relative to the context doc base and a version.
- versionType(VersionType) - 类 中的方法org.elasticsearch.action.delete.DeleteRequest
-
- versionType() - 类 中的方法org.elasticsearch.action.delete.DeleteRequest
-
- versionType() - 接口 中的方法org.elasticsearch.action.DocWriteRequest
-
Get the document version type for this request
- versionType(VersionType) - 接口 中的方法org.elasticsearch.action.DocWriteRequest
-
Sets the versioning type.
- versionType(VersionType) - 类 中的方法org.elasticsearch.action.get.GetRequest
-
Sets the versioning type.
- versionType() - 类 中的方法org.elasticsearch.action.get.GetRequest
-
- versionType() - 类 中的方法org.elasticsearch.action.get.MultiGetRequest.Item
-
- versionType(VersionType) - 类 中的方法org.elasticsearch.action.get.MultiGetRequest.Item
-
- versionType(VersionType) - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
- versionType() - 类 中的方法org.elasticsearch.action.index.IndexRequest
-
- versionType() - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
- versionType(VersionType) - 类 中的方法org.elasticsearch.action.termvectors.TermVectorsRequest
-
- versionType(VersionType) - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- versionType() - 类 中的方法org.elasticsearch.action.update.UpdateRequest
-
- versionType() - 类 中的方法org.elasticsearch.index.engine.Engine.Get
-
- versionType(VersionType) - 类 中的方法org.elasticsearch.index.engine.Engine.Get
-
- versionType() - 类 中的方法org.elasticsearch.index.engine.Engine.NoOp
-
- versionType() - 类 中的方法org.elasticsearch.index.engine.Engine.Operation
-
- versionType() - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- versionType(VersionType) - 类 中的方法org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- versionType() - 类 中的方法org.elasticsearch.index.translog.Translog.Delete
-
- versionType() - 类 中的方法org.elasticsearch.index.translog.Translog.Index
-
- VersionType - org.elasticsearch.index中的枚举
-
- versionTypeForReplicationAndRecovery() - 枚举 中的方法org.elasticsearch.index.VersionType
-
Some version types require different semantics for primary and replicas.
- versionUpdatePack() - 类 中的方法org.elasticsearch.monitor.jvm.JvmInfo
-
- visit(InstanceBinding<? extends T>) - 接口 中的方法org.elasticsearch.common.inject.spi.BindingTargetVisitor
-
Visit a instance binding.
- visit(ProviderInstanceBinding<? extends T>) - 接口 中的方法org.elasticsearch.common.inject.spi.BindingTargetVisitor
-
Visit a provider instance binding.
- visit(ProviderKeyBinding<? extends T>) - 接口 中的方法org.elasticsearch.common.inject.spi.BindingTargetVisitor
-
Visit a provider key binding.
- visit(LinkedKeyBinding<? extends T>) - 接口 中的方法org.elasticsearch.common.inject.spi.BindingTargetVisitor
-
Visit a linked key binding.
- visit(ExposedBinding<? extends T>) - 接口 中的方法org.elasticsearch.common.inject.spi.BindingTargetVisitor
-
Visit a binding to a key exposed from an enclosed private environment.
- visit(UntargettedBinding<? extends T>) - 接口 中的方法org.elasticsearch.common.inject.spi.BindingTargetVisitor
-
Visit an untargetted binding.
- visit(ConstructorBinding<? extends T>) - 接口 中的方法org.elasticsearch.common.inject.spi.BindingTargetVisitor
-
Visit a constructor binding.
- visit(ConvertedConstantBinding<? extends T>) - 接口 中的方法org.elasticsearch.common.inject.spi.BindingTargetVisitor
-
Visit a binding created from converting a bound instance to a new type.
- visit(ProviderBinding<? extends T>) - 接口 中的方法org.elasticsearch.common.inject.spi.BindingTargetVisitor
-
Visit a binding to a
Provider that delegates to the binding for the
provided type.
- visit(InstanceBinding<? extends T>) - 类 中的方法org.elasticsearch.common.inject.spi.DefaultBindingTargetVisitor
-
- visit(ProviderInstanceBinding<? extends T>) - 类 中的方法org.elasticsearch.common.inject.spi.DefaultBindingTargetVisitor
-
- visit(ProviderKeyBinding<? extends T>) - 类 中的方法org.elasticsearch.common.inject.spi.DefaultBindingTargetVisitor
-
- visit(LinkedKeyBinding<? extends T>) - 类 中的方法org.elasticsearch.common.inject.spi.DefaultBindingTargetVisitor
-
- visit(ExposedBinding<? extends T>) - 类 中的方法org.elasticsearch.common.inject.spi.DefaultBindingTargetVisitor
-
- visit(UntargettedBinding<? extends T>) - 类 中的方法org.elasticsearch.common.inject.spi.DefaultBindingTargetVisitor
-
- visit(ConstructorBinding<? extends T>) - 类 中的方法org.elasticsearch.common.inject.spi.DefaultBindingTargetVisitor
-
- visit(ConvertedConstantBinding<? extends T>) - 类 中的方法org.elasticsearch.common.inject.spi.DefaultBindingTargetVisitor
-
- visit(ProviderBinding<? extends T>) - 类 中的方法org.elasticsearch.common.inject.spi.DefaultBindingTargetVisitor
-
- visit(Message) - 类 中的方法org.elasticsearch.common.inject.spi.DefaultElementVisitor
-
- visit(Binding<T>) - 类 中的方法org.elasticsearch.common.inject.spi.DefaultElementVisitor
-
- visit(ScopeBinding) - 类 中的方法org.elasticsearch.common.inject.spi.DefaultElementVisitor
-
- visit(TypeConverterBinding) - 类 中的方法org.elasticsearch.common.inject.spi.DefaultElementVisitor
-
- visit(ProviderLookup<T>) - 类 中的方法org.elasticsearch.common.inject.spi.DefaultElementVisitor
-
- visit(InjectionRequest) - 类 中的方法org.elasticsearch.common.inject.spi.DefaultElementVisitor
-
- visit(StaticInjectionRequest) - 类 中的方法org.elasticsearch.common.inject.spi.DefaultElementVisitor
-
- visit(PrivateElements) - 类 中的方法org.elasticsearch.common.inject.spi.DefaultElementVisitor
-
- visit(MembersInjectorLookup<T>) - 类 中的方法org.elasticsearch.common.inject.spi.DefaultElementVisitor
-
- visit(TypeListenerBinding) - 类 中的方法org.elasticsearch.common.inject.spi.DefaultElementVisitor
-
- visit(Binding<T>) - 接口 中的方法org.elasticsearch.common.inject.spi.ElementVisitor
-
Visit a mapping from a key (type and optional annotation) to the strategy for getting
instances of the type.
- visit(ScopeBinding) - 接口 中的方法org.elasticsearch.common.inject.spi.ElementVisitor
-
Visit a registration of a scope annotation with the scope that implements it.
- visit(TypeConverterBinding) - 接口 中的方法org.elasticsearch.common.inject.spi.ElementVisitor
-
Visit a registration of type converters for matching target types.
- visit(InjectionRequest) - 接口 中的方法org.elasticsearch.common.inject.spi.ElementVisitor
-
Visit a request to inject the instance fields and methods of an instance.
- visit(StaticInjectionRequest) - 接口 中的方法org.elasticsearch.common.inject.spi.ElementVisitor
-
Visit a request to inject the static fields and methods of type.
- visit(ProviderLookup<T>) - 接口 中的方法org.elasticsearch.common.inject.spi.ElementVisitor
-
Visit a lookup of the provider for a type.
- visit(MembersInjectorLookup<T>) - 接口 中的方法org.elasticsearch.common.inject.spi.ElementVisitor
-
Visit a lookup of the members injector.
- visit(Message) - 接口 中的方法org.elasticsearch.common.inject.spi.ElementVisitor
-
Visit an error message and the context in which it occurred.
- visit(PrivateElements) - 接口 中的方法org.elasticsearch.common.inject.spi.ElementVisitor
-
- visit(TypeListenerBinding) - 接口 中的方法org.elasticsearch.common.inject.spi.ElementVisitor
-
Visit an injectable type listener binding.
- visitEagerSingleton() - 接口 中的方法org.elasticsearch.common.inject.spi.BindingScopingVisitor
-
Visit an eager singleton or single instance.
- visitEagerSingleton() - 类 中的方法org.elasticsearch.common.inject.spi.DefaultBindingScopingVisitor
-
- visitNoScoping() - 接口 中的方法org.elasticsearch.common.inject.spi.BindingScopingVisitor
-
Visit an unspecified or unscoped strategy.
- visitNoScoping() - 类 中的方法org.elasticsearch.common.inject.spi.DefaultBindingScopingVisitor
-
- visitOther() - 类 中的方法org.elasticsearch.common.inject.spi.DefaultBindingScopingVisitor
-
Default visit implementation.
- visitOther(Binding<? extends T>) - 类 中的方法org.elasticsearch.common.inject.spi.DefaultBindingTargetVisitor
-
Default visit implementation.
- visitOther(Element) - 类 中的方法org.elasticsearch.common.inject.spi.DefaultElementVisitor
-
Default visit implementation.
- visitScope(Scope) - 接口 中的方法org.elasticsearch.common.inject.spi.BindingScopingVisitor
-
Visit a scope instance.
- visitScope(Scope) - 类 中的方法org.elasticsearch.common.inject.spi.DefaultBindingScopingVisitor
-
- visitScopeAnnotation(Class<? extends Annotation>) - 接口 中的方法org.elasticsearch.common.inject.spi.BindingScopingVisitor
-
Visit a scope annotation.
- visitScopeAnnotation(Class<? extends Annotation>) - 类 中的方法org.elasticsearch.common.inject.spi.DefaultBindingScopingVisitor
-
- visualizeKeyDistribution(int) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- visualizeKeyDistribution(int) - 类 中的方法org.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- vocabluarySize - 类 中的变量org.elasticsearch.search.suggest.phrase.WordScorer
-
- voidProviderMethod() - 类 中的方法org.elasticsearch.common.inject.internal.Errors
-